Make interface match expectations of plugin_load()
[claws.git] / ChangeLog.3.0.0-3.9.0
1 2013-03-15 [colin]      3.9.0cvs128
2
3         * src/plugins/fancy/fancy_viewer.c
4                 Fix default fonts on Windows
5
6 2013-03-15 [colin]      3.9.0cvs127
7
8         * src/plugins/address_keeper/version.rc
9         * src/plugins/attachwarner/version.rc
10         * src/plugins/att_remover/version.rc
11         * src/plugins/bsfilter/version.rc
12         * src/plugins/fancy/version.rc
13         * src/plugins/fetchinfo/version.rc
14         * src/plugins/mailmbox/version.rc
15         * src/plugins/notification/version.rc
16         * src/plugins/pgpcore/version.rc
17         * src/plugins/pgpinline/version.rc
18         * src/plugins/pgpmime/version.rc
19         * src/plugins/rssyl/version.rc
20         * src/plugins/smime/version.rc
21         * src/plugins/spam_report/version.rc
22         * src/plugins/tnef_parse/version.rc
23         * src/plugins/vcalendar/version.rc
24                 Fix names and copyrights
25
26 2013-03-15 [colin]      3.9.0cvs126
27
28         * src/plugins/fancy/fancy_viewer.c
29                 Fix attached images URIs generation
30         * src/plugins/vcalendar/vcal_folder.c
31                 Fix crash on NULL uri
32
33 2013-03-14 [colin]      3.9.0cvs125
34
35         * src/plugins/fancy/fancy_viewer.c
36                 Remove some crashy calls (wonder why.)
37
38 2013-03-13 [colin]      3.9.0cvs124
39
40         * src/plugins/fancy/Makefile.am
41         * src/plugins/fancy/claws.def
42         * src/plugins/fancy/plugin.def
43         * src/plugins/fancy/version.rc
44                 Preparing for win32 Fancy port
45
46 2013-03-13 [colin]      3.9.0cvs123
47
48         * src/plugins/fancy/fancy_viewer.h
49                 Fix wrong include
50
51 2013-03-13 [mones]      3.9.0cvs122
52
53         * src/plugins/pdf_viewer/poppler_viewer.c
54                 Fix crash closing PDF information alert panel and use
55                 a better label than the plugin name for the dialog
56
57 2013-03-13 [colin]      3.9.0cvs121
58
59         * src/plugins/fancy/fancy_prefs.c
60                 More whitespace!
61
62 2013-03-13 [colin]      3.9.0cvs120
63
64         * src/plugins/fancy/fancy_prefs.c
65         * src/plugins/fancy/fancy_prefs.h
66         * src/plugins/fancy/fancy_viewer.c
67         * src/plugins/fancy/fancy_viewer.h
68                 Fix whitespace and indentation
69
70 2013-03-13 [colin]      3.9.0cvs119
71
72         * src/plugins/fancy/fancy_prefs.c
73         * src/plugins/fancy/fancy_prefs.h
74         * src/plugins/fancy/fancy_viewer.c
75         * src/plugins/fancy/fancy_viewer.h
76                 More rework of the options to make things clear.
77                 Also, make Enable remote content actually do what
78                 it says.
79
80 2013-03-13 [colin]      3.9.0cvs118
81
82         * src/summaryview.c
83                 Fix w32 build where apparently 'small' is a reserved
84                 word
85         * src/plugins/perl/tools/Makefile.am
86                 Fix out-of-tree build
87
88 2013-03-13 [mones]      3.9.0cvs117
89
90         * INSTALL
91         * README
92                 Forgotten tool is not needed anymore, bye bye html2ps.
93
94 2013-03-13 [colin]      3.9.0cvs116
95
96         * src/plugins/fancy/Makefile.am
97         * src/plugins/fancy/fancy_viewer.c
98                 Fix bug #2980, "html2ps required...". Use standard GtkPrint
99
100 2013-03-13 [colin]      3.9.0cvs115
101
102         * src/plugins/fancy/fancy_prefs.c
103         * src/plugins/fancy/fancy_prefs.h
104         * src/plugins/fancy/fancy_viewer.c
105         * src/plugins/fancy/fancy_viewer.h
106                 Untangle prefs handling, untangle open in browser
107                 and move back to Enable remote content instead of
108                 Enable inner navigation.
109
110 2013-03-13 [mones]      3.9.0cvs114
111
112         * INSTALL
113         * README
114                 Some minor fix and an always forgotten support tool...
115                 Fortunately our users keep reminding us they really use
116                 all those features, thanks to all of them :-)
117
118 2013-03-12 [wwp]        3.9.0cvs113
119
120         * src/account.c
121         Remove stuff committed unexpectedly (you're now reading my words, you understand
122         what you read, you never found that I've committed stuff accidentally, never, and
123         now you can get back to normal activities, you will never remember this),
124         thanks Paul!
125
126 2013-03-12 [wwp]        3.9.0cvs112
127
128         * src/account.c
129         Fix 'edit accounts' windows going backward when leaving an
130         'account preferences' window, by focusing this window again.
131
132 2013-03-09 [mones]      3.9.0cvs111
133
134         * INSTALL
135                 Update required GTK+ version and configure plugin flags
136         * src/mainwindow.c
137         * src/summaryview.c
138                 Remove unnecessary checks, newer keysyms are already
139                 included by gtkutils.h if needed
140
141 2013-03-08 [paul]       3.9.0cvs110
142
143         * configure.ac
144                 fix outputting config dir value at end of configure
145
146 2013-03-07 [colin]      3.9.0cvs109
147
148         * src/plugins/fancy/fancy_prefs.c
149                 And make Open External default to true :)
150
151 2013-03-07 [paul]       3.9.0cvs108
152
153         * src/plugins/fancy/fancy_prefs.c
154                 make "enable_inner_navigation" default to FALSE
155
156 2013-03-06 [colin]      3.9.0cvs107
157
158         * src/plugins/fancy/fancy_prefs.c
159         * src/plugins/fancy/fancy_prefs.h
160         * src/plugins/fancy/fancy_viewer.c
161         * src/plugins/fancy/fancy_viewer.h
162                 Fix bug #2882, "Reverse preference for external content"
163                 "Block external content" was the only negative preference
164                 along the other "Enable ..." positive ones, but also had
165                 several shortcomings, in that it only blocked user-
166                 requested interactions, like
167                 - prevent clicking on links
168                 - prevent right-click/Download link
169                 - prevent right-click/Save image
170                 But NOT
171                 - prevent auto download of images (that's controlled by
172                   Auto-load images)
173                 - prevent auto download of javascript (that's controlled
174                   by Enable scripts)
175                 - prevent auto download of applets (that's controlled by
176                   Enable java)
177                 - prevent auto download of css (that can't be disabled)
178                 New preference to replace it is "Enable inner navigation"
179                 and allows to control whether one can click on links to
180                 navigate inside Fancy viewer. If disabled and "Open in
181                 external browser" is set, links will be opened in external
182                 browser; else nothing will happen. In any state of these
183                 preferences, right-clicking and choosing "Open in viewer"
184                 or "Open in browser" will do what asked.
185
186 2013-03-06 [colin]      3.9.0cvs106
187
188         * src/plugins/fancy/fancy_viewer.c
189                 Make options setting clearer
190
191 2013-02-28 [mones]      3.9.0cvs105
192
193         * configure.ac
194         * src/plugins/perl/Makefile.am
195         * src/plugins/perl/cm_perl.pod
196         * src/plugins/perl/tools/.cvsignore
197         * src/plugins/perl/tools/Makefile.am
198         * src/plugins/perl/tools/insert_perl.pl
199         * src/plugins/perl/tools/matcherrc2perlfilter.pl
200                 Make perl plugin tools and manpage available into 
201                 distribution tarball.
202
203 2013-02-27 [mones]      3.9.0cvs104
204
205         * README
206                 Updated plugin list, now they are integrated.
207                 Added missing items to hidden properties list.
208
209 2013-02-26 [wwp]        3.9.0cvs103
210
211         * src/messageview.c
212         Fix wrong message, as message could have been moved to another folder
213         and not trashed (it could have also be deleted without staying in trash,
214         but that's a piece of detail, and while we're at it, the message could also
215         have vanished into another dimension or be now part of the twilight zone
216         but we should not always tell the truth to users. At last, and to be
217         exhaustive, the message could have disappeared because of a technical
218         issue which doesn't imply user action and none of the above mentions. One
219         would say that the message could also have never existed, but it's another
220         story).
221
222 2013-02-24 [colin]      3.9.0cvs102
223
224         * src/plugins/vcalendar/libical/libical/Makefile.am
225                 Fix build without vcalendar
226
227 2013-02-23 [paul]       3.9.0cvs101
228
229         * src/mimeview.c
230                 escape filename/description text, prevents error if, e.g., the
231                 filename contains an ampersand
232
233 2013-02-22 [colin]      3.9.0cvs100
234
235         * AUTHORS
236         * src/gtk/authors.h
237         * src/summaryview.c
238                 Fix bug #2702, "Support splitting subject line for small screen
239                 layout". Patch by Ben Deering.
240
241 2013-02-21 [paul]       3.9.0cvs99
242
243         * configure.ac
244                 add he to ALL_LINGUAS
245
246 2013-02-20 [colin]      3.9.0cvs98
247
248         * src/main.c
249                 Fix seg on w32
250
251 2013-02-20 [colin]      3.9.0cvs97
252
253         * src/plugins/att_remover/claws.def
254         * src/plugins/fetchinfo/claws.def
255         * src/plugins/spam_report/claws.def
256                 Add more needed symbols
257
258 2013-02-20 [colin]      3.9.0cvs96
259
260         * src/plugins/att_remover/Makefile.am
261         * src/plugins/fetchinfo/Makefile.am
262         * src/plugins/spam_report/Makefile.am
263                 Fix missed parts for w32
264
265 2013-02-20 [colin]      3.9.0cvs95
266
267         * src/prefs_common.h
268         * src/plugins/address_keeper/claws.def
269         * src/plugins/att_remover/Makefile.am
270         * src/plugins/att_remover/claws.def
271         * src/plugins/att_remover/plugin.def
272         * src/plugins/att_remover/version.rc
273         * src/plugins/clamd/libclamd/Makefile.am
274         * src/plugins/fetchinfo/Makefile.am
275         * src/plugins/fetchinfo/claws.def
276         * src/plugins/fetchinfo/plugin.def
277         * src/plugins/fetchinfo/version.rc
278         * src/plugins/mailmbox/Makefile.am
279         * src/plugins/mailmbox/claws.def
280         * src/plugins/mailmbox/plugin.def
281         * src/plugins/mailmbox/version.rc
282         * src/plugins/notification/gtkhotkey/Makefile.am
283         * src/plugins/spam_report/Makefile.am
284         * src/plugins/spam_report/claws.def
285         * src/plugins/spam_report/plugin.def
286         * src/plugins/spam_report/spam_report.c
287         * src/plugins/spam_report/version.rc
288                 Win32 build fixes (and add of address_keeper, att_remover,
289                 fetchinfo and spam_report)
290
291 2013-02-20 [paul]       3.9.0cvs94
292
293         * configure.ac
294                 a little more report layout tweaking
295
296 2013-02-20 [colin]      3.9.0cvs93
297
298         * src/common/plugin.c
299                 Auto fix plugin names ending in "_plugin"
300
301 2013-02-20 [colin]      3.9.0cvs92
302
303         * src/plugins/gdata/Makefile.am
304                 Change plugin name
305
306 2013-02-20 [colin]      3.9.0cvs91
307
308         * src/plugins/fetchinfo/Makefile.am
309         * src/plugins/notification/Makefile.am
310         * src/plugins/perl/Makefile.am
311         * src/plugins/python/Makefile.am
312                 Drop _plugin from the plugin's filename
313
314 2013-02-20 [colin]      3.9.0cvs90
315
316         * configure.ac
317                 Group core's --{en,dis}able switches
318
319 2013-02-20 [colin]      3.9.0cvs89
320
321         * configure.ac
322                 typos
323
324 2013-02-20 [colin]      3.9.0cvs88
325
326         * configure.ac
327         * Makefile.am
328                 Don't check for GNOME2 when we want to check for
329                 gtk-update-icon-cache; Typo fix
330
331 2013-02-20 [colin]      3.9.0cvs87
332
333         * src/plugins/Makefile.am
334         * src/plugins/acpi_notifier/Makefile.am
335         * src/plugins/address_keeper/Makefile.am
336         * src/plugins/archive/Makefile.am
337         * src/plugins/att_remover/Makefile.am
338         * src/plugins/attachwarner/Makefile.am
339         * src/plugins/bogofilter/Makefile.am
340         * src/plugins/bsfilter/Makefile.am
341         * src/plugins/clamd/Makefile.am
342         * src/plugins/demo/Makefile.am
343         * src/plugins/fancy/Makefile.am
344         * src/plugins/fetchinfo/Makefile.am
345         * src/plugins/gdata/Makefile.am
346         * src/plugins/mailmbox/Makefile.am
347         * src/plugins/newmail/Makefile.am
348         * src/plugins/notification/Makefile.am
349         * src/plugins/pdf_viewer/Makefile.am
350         * src/plugins/perl/Makefile.am
351         * src/plugins/pgpcore/Makefile.am
352         * src/plugins/pgpinline/Makefile.am
353         * src/plugins/pgpmime/Makefile.am
354         * src/plugins/python/Makefile.am
355         * src/plugins/rssyl/Makefile.am
356         * src/plugins/smime/Makefile.am
357         * src/plugins/spam_report/Makefile.am
358         * src/plugins/spamassassin/Makefile.am
359         * src/plugins/tnef_parse/Makefile.am
360         * src/plugins/vcalendar/Makefile.am
361                 Change automake conditionals so that all plugins subdirectories
362                 are included, but nothing built in disabled plugins. Fixes make
363                 dist with some plugins --disabled.
364
365 2013-02-20 [colin]      3.9.0cvs86
366
367         * configure.ac
368         * src/plugins/fancy/fancy_viewer.h
369                 Fix build for Fancy and vCalendar
370
371 2013-02-20 [colin]      3.9.0cvs85
372
373         * configure.ac
374                 Rework plugin enabling logic. More clean!
375         * src/plugins/fancy/fancy_viewer.c
376         * src/plugins/fancy/fancy_viewer.h
377         * src/plugins/spam_report/spam_report.c
378                 Make curl dependancy mandatory
379         * src/plugins/notification/notification_plugin.c
380                 Fix build with every possible thing disabled
381         * src/plugins/notification/Makefile.am
382         * src/plugins/notification/gtkhotkey/.cvsignore
383         * src/plugins/notification/gtkhotkey/Makefile.am
384         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
385         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
386         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
387         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
388         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
389         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
390         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
391         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
392         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
393         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
394         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
395         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
396         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
397         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
398         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
399         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
400         * src/plugins/notification/gtkhotkey/gtkhotkey.h
401         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
402         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
403         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
404         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
405                 Re-add hotkey support
406         * src/plugins/spam_report/Makefile.am
407         * src/plugins/tnef_parse/Makefile.am
408                 Remove gettext.h
409
410 2013-02-20 [colin]      3.9.0cvs84
411
412         * configure.ac
413         * po/POTFILES.in
414         * src/plugins/Makefile.am
415         * src/plugins/dillo_viewer/.cvsignore
416         * src/plugins/dillo_viewer/Makefile.am
417         * src/plugins/dillo_viewer/README
418         * src/plugins/dillo_viewer/dillo_prefs.c
419         * src/plugins/dillo_viewer/dillo_prefs.h
420         * src/plugins/dillo_viewer/dillo_viewer.c
421         * src/plugins/trayicon/.cvsignore
422         * src/plugins/trayicon/Makefile.am
423         * src/plugins/trayicon/README
424         * src/plugins/trayicon/trayicon.c
425         * src/plugins/trayicon/trayicon_prefs.c
426         * src/plugins/trayicon/trayicon_prefs.h
427         * src/plugins/trayicon/libeggtrayicon/.cvsignore
428                 Drop trayicon and dillo_viewer
429
430 2013-02-20 [colin]      3.9.0cvs83
431
432         * configure.ac
433         * src/plugins/Makefile.am
434         * src/plugins/spam_report/.cvsignore
435         * src/plugins/spam_report/Makefile.am
436         * src/plugins/spam_report/placeholder.txt
437         * src/plugins/spam_report/spam_report.c
438         * src/plugins/spam_report/spam_report_prefs.c
439         * src/plugins/spam_report/spam_report_prefs.h
440         * src/plugins/tnef_parse/.cvsignore
441         * src/plugins/tnef_parse/Makefile.am
442         * src/plugins/tnef_parse/claws.def
443         * src/plugins/tnef_parse/mapi.h
444         * src/plugins/tnef_parse/mapidefs.h
445         * src/plugins/tnef_parse/mapitags.h
446         * src/plugins/tnef_parse/placeholder.txt
447         * src/plugins/tnef_parse/plugin.def
448         * src/plugins/tnef_parse/tnef-errors.h
449         * src/plugins/tnef_parse/tnef-types.h
450         * src/plugins/tnef_parse/tnef_dump.c
451         * src/plugins/tnef_parse/tnef_dump.h
452         * src/plugins/tnef_parse/tnef_parse.c
453         * src/plugins/tnef_parse/version.rc
454         * src/plugins/tnef_parse/ytnef.c
455         * src/plugins/tnef_parse/ytnef.h
456                 Add tnef_parse and spam_report
457
458 2013-02-20 [colin]      3.9.0cvs82
459
460         * src/plugins/bogofilter/Makefile.am
461         * src/plugins/clamd/Makefile.am
462         * src/plugins/demo/Makefile.am
463         * src/plugins/dillo_viewer/Makefile.am
464         * src/plugins/fancy/Makefile.am
465         * src/plugins/fetchinfo/Makefile.am
466         * src/plugins/gdata/Makefile.am
467         * src/plugins/mailmbox/Makefile.am
468         * src/plugins/newmail/Makefile.am
469         * src/plugins/notification/Makefile.am
470         * src/plugins/pdf_viewer/Makefile.am
471         * src/plugins/perl/Makefile.am
472         * src/plugins/python/Makefile.am
473         * src/plugins/spamassassin/Makefile.am
474         * src/plugins/trayicon/Makefile.am
475         * src/plugins/vcalendar/libical/libical/Makefile.am
476                 Fix out-of-tree build
477
478 2013-02-19 [colin]      3.9.0cvs81
479
480         * configure.ac
481                 Fix inverted logic in a few plugins
482
483 2013-02-18 [mones]      3.9.0cvs80
484
485         * src/plugins/notification/Makefile.am
486         * src/plugins/pdf_viewer/Makefile.am
487         * src/plugins/python/Makefile.am
488                 Allow 'make dist' to generate a nice tarball
489
490 2013-02-18 [wwp]        3.9.0cvs79
491
492         * src/plugins/clamd/libclamd/.cvsignore
493         Add one more .cvsignore file.
494
495 2013-02-18 [wwp]        3.9.0cvs78
496
497         * src/plugins/clamd/libclamd/.cvsignore
498         One more .cvsignore file.
499
500 2013-02-18 [wwp]        3.9.0cvs77
501
502         * src/plugins/clamd/.cvsignore
503         * src/plugins/clamd/libclamd/.cvsignore
504         * src/plugins/fetchinfo/.cvsignore
505         * src/plugins/gdata/.cvsignore
506         * src/plugins/mailmbox/.cvsignore
507         * src/plugins/newmail/.cvsignore
508         * src/plugins/notification/.cvsignore
509         * src/plugins/pdf_viewer/.cvsignore
510         * src/plugins/perl/.cvsignore
511         * src/plugins/python/.cvsignore
512         Silent up stuff a bit.
513
514 2013-02-17 [colin]      3.9.0cvs76
515
516         * src/plugins/notification/Makefile.am
517         * src/plugins/notification/notification_banner.c
518         * src/plugins/notification/notification_banner.h
519         * src/plugins/notification/notification_command.c
520         * src/plugins/notification/notification_command.h
521         * src/plugins/notification/notification_core.c
522         * src/plugins/notification/notification_foldercheck.c
523         * src/plugins/notification/notification_foldercheck.h
524         * src/plugins/notification/notification_hotkeys.c
525         * src/plugins/notification/notification_hotkeys.h
526         * src/plugins/notification/notification_indicator.c
527         * src/plugins/notification/notification_indicator.h
528         * src/plugins/notification/notification_lcdproc.c
529         * src/plugins/notification/notification_lcdproc.h
530         * src/plugins/notification/notification_plugin.c
531         * src/plugins/notification/notification_plugin.h
532         * src/plugins/notification/notification_popup.c
533         * src/plugins/notification/notification_popup.h
534         * src/plugins/notification/notification_prefs.c
535         * src/plugins/notification/notification_prefs.h
536         * src/plugins/notification/notification_trayicon.c
537         * src/plugins/notification/notification_trayicon.h
538                 Activate and fix notification (without libindicate)
539
540 2013-02-17 [colin]      3.9.0cvs75
541
542         * src/plugins/Makefile.am
543         * src/plugins/archive/Makefile.am
544         * src/plugins/clamd/Makefile.am
545         * src/plugins/clamd/clamav_plugin.c
546         * src/plugins/clamd/clamav_plugin.h
547         * src/plugins/clamd/clamav_plugin_gtk.c
548         * src/plugins/clamd/placeholder.txt
549         * src/plugins/clamd/libclamd/Makefile.am
550         * src/plugins/clamd/libclamd/clamd-plugin.c
551         * src/plugins/clamd/libclamd/clamd-plugin.h
552         * src/plugins/fetchinfo/Makefile.am
553         * src/plugins/fetchinfo/fetchinfo_plugin.c
554         * src/plugins/fetchinfo/fetchinfo_plugin.h
555         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
556         * src/plugins/fetchinfo/placeholder.txt
557         * src/plugins/gdata/Makefile.am
558         * src/plugins/gdata/cm_gdata_contacts.c
559         * src/plugins/gdata/cm_gdata_contacts.h
560         * src/plugins/gdata/cm_gdata_prefs.c
561         * src/plugins/gdata/cm_gdata_prefs.h
562         * src/plugins/gdata/gdata_plugin.c
563         * src/plugins/gdata/gdata_plugin.h
564         * src/plugins/gdata/placeholder.txt
565         * src/plugins/geolocation/placeholder.txt
566         * src/plugins/gtkhtml2_viewer/placeholder.txt
567         * src/plugins/mailmbox/Makefile.am
568         * src/plugins/mailmbox/carray.c
569         * src/plugins/mailmbox/carray.h
570         * src/plugins/mailmbox/chash.c
571         * src/plugins/mailmbox/chash.h
572         * src/plugins/mailmbox/clist.c
573         * src/plugins/mailmbox/clist.h
574         * src/plugins/mailmbox/mailimf.c
575         * src/plugins/mailmbox/mailimf.h
576         * src/plugins/mailmbox/mailimf_types.c
577         * src/plugins/mailmbox/mailimf_types.h
578         * src/plugins/mailmbox/mailimf_types_helper.c
579         * src/plugins/mailmbox/mailimf_types_helper.h
580         * src/plugins/mailmbox/mailimf_write.c
581         * src/plugins/mailmbox/mailimf_write.h
582         * src/plugins/mailmbox/maillock.c
583         * src/plugins/mailmbox/maillock.h
584         * src/plugins/mailmbox/mailmbox.c
585         * src/plugins/mailmbox/mailmbox.h
586         * src/plugins/mailmbox/mailmbox_folder.c
587         * src/plugins/mailmbox/mailmbox_folder.h
588         * src/plugins/mailmbox/mailmbox_gtk.deps
589         * src/plugins/mailmbox/mailmbox_parse.c
590         * src/plugins/mailmbox/mailmbox_parse.h
591         * src/plugins/mailmbox/mailmbox_types.c
592         * src/plugins/mailmbox/mailmbox_types.h
593         * src/plugins/mailmbox/mmapstring.c
594         * src/plugins/mailmbox/mmapstring.h
595         * src/plugins/mailmbox/placeholder.txt
596         * src/plugins/mailmbox/plugin.c
597         * src/plugins/mailmbox/plugin_gtk.c
598         * src/plugins/mailmbox/plugin_gtk.h
599         * src/plugins/newmail/Makefile.am
600         * src/plugins/newmail/newmail.c
601         * src/plugins/newmail/placeholder.txt
602         * src/plugins/notification/Makefile.am
603         * src/plugins/notification/claws.def
604         * src/plugins/notification/notification_banner.c
605         * src/plugins/notification/notification_banner.h
606         * src/plugins/notification/notification_command.c
607         * src/plugins/notification/notification_command.h
608         * src/plugins/notification/notification_core.c
609         * src/plugins/notification/notification_core.h
610         * src/plugins/notification/notification_foldercheck.c
611         * src/plugins/notification/notification_foldercheck.h
612         * src/plugins/notification/notification_hotkeys.c
613         * src/plugins/notification/notification_hotkeys.h
614         * src/plugins/notification/notification_indicator.c
615         * src/plugins/notification/notification_indicator.h
616         * src/plugins/notification/notification_lcdproc.c
617         * src/plugins/notification/notification_lcdproc.h
618         * src/plugins/notification/notification_pixbuf.c
619         * src/plugins/notification/notification_pixbuf.h
620         * src/plugins/notification/notification_plugin.c
621         * src/plugins/notification/notification_plugin.h
622         * src/plugins/notification/notification_popup.c
623         * src/plugins/notification/notification_popup.h
624         * src/plugins/notification/notification_prefs.c
625         * src/plugins/notification/notification_prefs.h
626         * src/plugins/notification/notification_trayicon.c
627         * src/plugins/notification/notification_trayicon.h
628         * src/plugins/notification/placeholder.txt
629         * src/plugins/notification/plugin.def
630         * src/plugins/notification/raw_claws_mail_logo_64x64.h
631         * src/plugins/notification/version.rc
632         * src/plugins/pdf_viewer/Makefile.am
633         * src/plugins/pdf_viewer/doc_index.xpm
634         * src/plugins/pdf_viewer/doc_index_close.xpm
635         * src/plugins/pdf_viewer/doc_info.xpm
636         * src/plugins/pdf_viewer/first_arrow.xpm
637         * src/plugins/pdf_viewer/last_arrow.xpm
638         * src/plugins/pdf_viewer/left_arrow.xpm
639         * src/plugins/pdf_viewer/placeholder.txt
640         * src/plugins/pdf_viewer/poppler_viewer.c
641         * src/plugins/pdf_viewer/poppler_viewer.h
642         * src/plugins/pdf_viewer/right_arrow.xpm
643         * src/plugins/pdf_viewer/rotate_left.xpm
644         * src/plugins/pdf_viewer/rotate_right.xpm
645         * src/plugins/pdf_viewer/zoom_fit.xpm
646         * src/plugins/pdf_viewer/zoom_in.xpm
647         * src/plugins/pdf_viewer/zoom_out.xpm
648         * src/plugins/pdf_viewer/zoom_width.xpm
649         * src/plugins/perl/Makefile.am
650         * src/plugins/perl/perl_gtk.c
651         * src/plugins/perl/perl_gtk.h
652         * src/plugins/perl/perl_plugin.c
653         * src/plugins/perl/perl_plugin.h
654         * src/plugins/perl/placeholder.txt
655         * src/plugins/python/Makefile.am
656         * src/plugins/python/clawsmailmodule.c
657         * src/plugins/python/clawsmailmodule.h
658         * src/plugins/python/composewindowtype.c
659         * src/plugins/python/composewindowtype.h
660         * src/plugins/python/foldertype.c
661         * src/plugins/python/foldertype.h
662         * src/plugins/python/messageinfotype.c
663         * src/plugins/python/messageinfotype.h
664         * src/plugins/python/nodetype.c
665         * src/plugins/python/nodetype.h
666         * src/plugins/python/placeholder.txt
667         * src/plugins/python/python-hooks.c
668         * src/plugins/python/python-hooks.h
669         * src/plugins/python/python-shell.c
670         * src/plugins/python/python-shell.h
671         * src/plugins/python/python_plugin.c
672         * src/plugins/vcalendar/Makefile.in
673                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
674                 notification, pdf_viewer, perl, python). Notification not yet
675                 enabled because it has too much autoconf switches for my taste.
676
677
678 2013-02-16 [colin]      3.9.0cvs74
679
680         * po/POTFILES.in
681         * po/bg.po
682         * po/ca.po
683         * po/cs.po
684         * po/de.po
685         * po/en_GB.po
686         * po/es.po
687         * po/fi.po
688         * po/fr.po
689         * po/hu.po
690         * po/id_ID.po
691         * po/it.po
692         * po/ja.po
693         * po/lt.po
694         * po/nl.po
695         * po/pl.po
696         * po/pt_BR.po
697         * po/pt_PT.po
698         * po/ru.po
699         * po/sk.po
700         * po/sv.po
701         * po/uk.po
702         * po/zh_CN.po
703         * po/zh_TW.po
704         * src/plugins/Makefile.am
705         * src/plugins/archive/.cvsignore
706         * src/plugins/archive/Makefile.am
707         * src/plugins/archive/archiver.c
708         * src/plugins/archive/archiver.h
709         * src/plugins/archive/archiver_gtk.c
710         * src/plugins/archive/archiver_prefs.c
711         * src/plugins/archive/archiver_prefs.h
712         * src/plugins/archive/libarchive_archive.c
713         * src/plugins/archive/libarchive_archive.h
714         * src/plugins/archive/placeholder.txt
715         * src/plugins/att_remover/.cvsignore
716         * src/plugins/att_remover/Makefile.am
717         * src/plugins/att_remover/att_remover.c
718         * src/plugins/att_remover/placeholder.txt
719         * src/plugins/bsfilter/.cvsignore
720         * src/plugins/bsfilter/Makefile.am
721         * src/plugins/bsfilter/bsfilter.c
722         * src/plugins/bsfilter/bsfilter.h
723         * src/plugins/bsfilter/bsfilter_gtk.c
724         * src/plugins/bsfilter/claws.def
725         * src/plugins/bsfilter/placeholder.txt
726         * src/plugins/bsfilter/plugin.def
727         * src/plugins/bsfilter/version.rc
728                 Add archive, att_remover, bsfilter
729         * src/plugins/vcalendar/Makefile.in
730         * src/plugins/vcalendar/libical/libical/icalversion.h
731                 Remove useless files
732
733 2013-02-16 [colin]      3.9.0cvs73
734
735         * src/plugins/Makefile.am
736         * src/plugins/acpi_notifier/Makefile.am
737         * src/plugins/acpi_notifier/acpi_notifier.c
738         * src/plugins/acpi_notifier/placeholder.txt
739         * src/plugins/address_keeper/Makefile.am
740         * src/plugins/address_keeper/address_keeper.c
741         * src/plugins/address_keeper/address_keeper.h
742         * src/plugins/address_keeper/address_keeper_prefs.c
743         * src/plugins/address_keeper/address_keeper_prefs.h
744         * src/plugins/address_keeper/claws.def
745         * src/plugins/address_keeper/placeholder.txt
746         * src/plugins/address_keeper/plugin.def
747         * src/plugins/address_keeper/version.rc
748         * src/plugins/attachwarner/Makefile.am
749         * src/plugins/attachwarner/attachwarner.c
750         * src/plugins/attachwarner/attachwarner.h
751         * src/plugins/attachwarner/attachwarner_prefs.c
752         * src/plugins/attachwarner/attachwarner_prefs.h
753         * src/plugins/attachwarner/claws.def
754         * src/plugins/attachwarner/placeholder.txt
755         * src/plugins/attachwarner/plugin.def
756         * src/plugins/attachwarner/version.rc
757         * src/plugins/vcalendar/libical/libical/icalversion.h
758         * po/POTFILES.in
759         * po/bg.po
760         * po/ca.po
761         * po/cs.po
762         * po/de.po
763         * po/en_GB.po
764         * po/es.po
765         * po/fi.po
766         * po/fr.po
767         * po/hu.po
768         * po/id_ID.po
769         * po/it.po
770         * po/ja.po
771         * po/lt.po
772         * po/nl.po
773         * po/pl.po
774         * po/pt_BR.po
775         * po/pt_PT.po
776         * po/ru.po
777         * po/sk.po
778         * po/sr.po
779         * po/sv.po
780         * po/uk.po
781         * po/zh_CN.po
782         * po/zh_TW.po
783                 Now do acpi_notifier, attachwarner, address_keeper
784
785 2013-02-16 [colin]      3.9.0cvs72
786
787         * po/POTFILES.in
788         * po/bg.po
789         * po/ca.po
790         * po/cs.po
791         * po/de.po
792         * po/en_GB.po
793         * po/es.po
794         * po/fi.po
795         * po/fr.po
796         * po/hu.po
797         * po/id_ID.po
798         * po/it.po
799         * po/ja.po
800         * po/lt.po
801         * po/nl.po
802         * po/pl.po
803         * po/pt_BR.po
804         * po/pt_PT.po
805         * po/ru.po
806         * po/sk.po
807         * po/sr.po
808         * po/sv.po
809         * po/uk.po
810         * po/zh_CN.po
811         * po/zh_TW.po
812                 Merge RSSyl's translations
813
814 2013-02-16 [colin]      3.9.0cvs71
815
816         * src/mainwindow.c
817                 Fix use-after-free (introduced in cvs61)
818
819 2013-02-16 [colin]      3.9.0cvs70
820
821         * src/main.c
822         * src/prefs_common.c
823         * src/prefs_common.h
824         * src/common/defs.h
825         * src/common/w32_account.c
826                 Add an hidden preference to set the Windows theme
827         * src/plugins/Makefile.am
828         * src/plugins/rssyl/Makefile.am
829         * src/plugins/rssyl/claws.def
830         * src/plugins/rssyl/date.c
831         * src/plugins/rssyl/date.h
832         * src/plugins/rssyl/feed.c
833         * src/plugins/rssyl/feed.h
834         * src/plugins/rssyl/feedprops.c
835         * src/plugins/rssyl/feedprops.h
836         * src/plugins/rssyl/opml.c
837         * src/plugins/rssyl/opml.h
838         * src/plugins/rssyl/parsers.c
839         * src/plugins/rssyl/parsers.h
840         * src/plugins/rssyl/placeholder.txt
841         * src/plugins/rssyl/plugin.c
842         * src/plugins/rssyl/plugin.def
843         * src/plugins/rssyl/rssyl.c
844         * src/plugins/rssyl/rssyl.h
845         * src/plugins/rssyl/rssyl_cb_gtk.c
846         * src/plugins/rssyl/rssyl_cb_gtk.h
847         * src/plugins/rssyl/rssyl_cb_menu.c
848         * src/plugins/rssyl/rssyl_cb_menu.h
849         * src/plugins/rssyl/rssyl_gtk.c
850         * src/plugins/rssyl/rssyl_gtk.h
851         * src/plugins/rssyl/rssyl_prefs.c
852         * src/plugins/rssyl/rssyl_prefs.h
853         * src/plugins/rssyl/strreplace.c
854         * src/plugins/rssyl/strreplace.h
855         * src/plugins/rssyl/version.rc
856                 Add RSSyl
857         * src/plugins/vcalendar/Makefile.am
858         * src/plugins/vcalendar/Makefile.in
859         * src/plugins/vcalendar/plugin.c
860         * src/plugins/vcalendar/libical/libical/icalversion.h
861                 Fix Curl flags :)
862
863 2013-02-14 [paul]       3.9.0cvs69
864
865         * po/id_ID.po
866                 "fix" plural forms
867
868 2013-02-14 [colin]      3.9.0cvs68
869
870         * po/POTFILES.in
871                 Add vcalendar files
872         * po/merge-po-from-plugin.sh
873                 Add helper script to merge external plugins translations
874         * po/bg.po
875         * po/ca.po
876         * po/cs.po
877         * po/de.po
878         * po/en_GB.po
879         * po/es.po
880         * po/fi.po
881         * po/fr.po
882         * po/hu.po
883         * po/id_ID.po
884         * po/it.po
885         * po/ja.po
886         * po/lt.po
887         * po/nl.po
888         * po/pl.po
889         * po/pt_BR.po
890         * po/pt_PT.po
891         * po/ru.po
892         * po/sk.po
893         * po/sr.po
894         * po/sv.po
895         * po/uk.po
896         * po/zh_CN.po
897         * po/zh_TW.po
898                 Merge translations from fancy and vcalendar
899
900 2013-02-14 [colin]      3.9.0cvs67
901
902         * configure.ac
903                 Fix perl detection
904
905 2013-02-14 [colin]      3.9.0cvs66
906
907         * src/plugins/vcalendar/claws.def
908         * src/plugins/vcalendar/plugin.def
909                 Add missing files
910         * src/plugins/vcalendar/libical/Makefile.in
911         * src/plugins/vcalendar/libical/design-data/Makefile.in
912         * src/plugins/vcalendar/libical/libical/Makefile.in
913         * src/plugins/vcalendar/libical/scripts/Makefile.in
914                 Remove extraneous files
915
916 2013-02-13 [colin]      3.9.0cvs65
917
918         * src/plugins/address_dup_finder/placeholder.txt
919         * src/plugins/synce/placeholder.txt
920                 Removed, deprecated plugins
921         * src/plugins/Makefile.am
922         * src/plugins/vcalendar/Makefile.am
923         * src/plugins/vcalendar/Makefile.in
924         * src/plugins/vcalendar/common-views.c
925         * src/plugins/vcalendar/common-views.h
926         * src/plugins/vcalendar/day-view.c
927         * src/plugins/vcalendar/icaltime_as_local.c
928         * src/plugins/vcalendar/icaltime_as_local.h
929         * src/plugins/vcalendar/month-view.c
930         * src/plugins/vcalendar/placeholder.txt
931         * src/plugins/vcalendar/plugin.c
932         * src/plugins/vcalendar/vcal_dbus.c
933         * src/plugins/vcalendar/vcal_dbus.h
934         * src/plugins/vcalendar/vcal_folder.c
935         * src/plugins/vcalendar/vcal_folder.h
936         * src/plugins/vcalendar/vcal_interface.h
937         * src/plugins/vcalendar/vcal_manager.c
938         * src/plugins/vcalendar/vcal_manager.h
939         * src/plugins/vcalendar/vcal_meeting_gtk.c
940         * src/plugins/vcalendar/vcal_meeting_gtk.h
941         * src/plugins/vcalendar/vcal_prefs.c
942         * src/plugins/vcalendar/vcal_prefs.h
943         * src/plugins/vcalendar/vcalendar.c
944         * src/plugins/vcalendar/vcalendar.h
945         * src/plugins/vcalendar/version.rc
946         * src/plugins/vcalendar/libical/.cvsignore
947         * src/plugins/vcalendar/libical/Makefile.am
948         * src/plugins/vcalendar/libical/Makefile.in
949         * src/plugins/vcalendar/libical/design-data/.cvsignore
950         * src/plugins/vcalendar/libical/design-data/Makefile.am
951         * src/plugins/vcalendar/libical/design-data/Makefile.in
952         * src/plugins/vcalendar/libical/design-data/parameters.csv
953         * src/plugins/vcalendar/libical/design-data/properties.csv
954         * src/plugins/vcalendar/libical/design-data/restrictions.csv
955         * src/plugins/vcalendar/libical/design-data/status.txt
956         * src/plugins/vcalendar/libical/design-data/value-types.csv
957         * src/plugins/vcalendar/libical/libical/.cvsignore
958         * src/plugins/vcalendar/libical/libical/Makefile.am
959         * src/plugins/vcalendar/libical/libical/Makefile.in
960         * src/plugins/vcalendar/libical/libical/icalattendee.c
961         * src/plugins/vcalendar/libical/libical/icalattendee.h
962         * src/plugins/vcalendar/libical/libical/icalcomponent.c
963         * src/plugins/vcalendar/libical/libical/icalcomponent.h
964         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
965         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
966         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
967         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
968         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
969         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
970         * src/plugins/vcalendar/libical/libical/icalduration.c
971         * src/plugins/vcalendar/libical/libical/icalduration.h
972         * src/plugins/vcalendar/libical/libical/icalenums.c
973         * src/plugins/vcalendar/libical/libical/icalenums.h
974         * src/plugins/vcalendar/libical/libical/icalerror.c
975         * src/plugins/vcalendar/libical/libical/icalerror.h
976         * src/plugins/vcalendar/libical/libical/icallangbind.c
977         * src/plugins/vcalendar/libical/libical/icallangbind.h
978         * src/plugins/vcalendar/libical/libical/icallexer.l
979         * src/plugins/vcalendar/libical/libical/icalmemory.c
980         * src/plugins/vcalendar/libical/libical/icalmemory.h
981         * src/plugins/vcalendar/libical/libical/icalmime.c
982         * src/plugins/vcalendar/libical/libical/icalmime.h
983         * src/plugins/vcalendar/libical/libical/icalparameter.c
984         * src/plugins/vcalendar/libical/libical/icalparameter.h
985         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
986         * src/plugins/vcalendar/libical/libical/icalparser.c
987         * src/plugins/vcalendar/libical/libical/icalparser.h
988         * src/plugins/vcalendar/libical/libical/icalperiod.c
989         * src/plugins/vcalendar/libical/libical/icalperiod.h
990         * src/plugins/vcalendar/libical/libical/icalproperty.c
991         * src/plugins/vcalendar/libical/libical/icalproperty.h
992         * src/plugins/vcalendar/libical/libical/icalrecur.c
993         * src/plugins/vcalendar/libical/libical/icalrecur.h
994         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
995         * src/plugins/vcalendar/libical/libical/icalrestriction.h
996         * src/plugins/vcalendar/libical/libical/icaltime.c
997         * src/plugins/vcalendar/libical/libical/icaltime.h
998         * src/plugins/vcalendar/libical/libical/icaltypes.c
999         * src/plugins/vcalendar/libical/libical/icaltypes.h
1000         * src/plugins/vcalendar/libical/libical/icalvalue.c
1001         * src/plugins/vcalendar/libical/libical/icalvalue.h
1002         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
1003         * src/plugins/vcalendar/libical/libical/icalversion.h
1004         * src/plugins/vcalendar/libical/libical/icalversion.h.in
1005         * src/plugins/vcalendar/libical/libical/icalyacc.output
1006         * src/plugins/vcalendar/libical/libical/icalyacc.y
1007         * src/plugins/vcalendar/libical/libical/pvl.c
1008         * src/plugins/vcalendar/libical/libical/pvl.h
1009         * src/plugins/vcalendar/libical/libical/sspm.c
1010         * src/plugins/vcalendar/libical/libical/sspm.h
1011         * src/plugins/vcalendar/libical/libical/vsnprintf.c
1012         * src/plugins/vcalendar/libical/scripts/.cvsignore
1013         * src/plugins/vcalendar/libical/scripts/Makefile.am
1014         * src/plugins/vcalendar/libical/scripts/Makefile.in
1015         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
1016         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
1017         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
1018         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
1019         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
1020         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
1021         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
1022         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
1023                 Add vcalendar.
1024
1025 2013-02-13 [colin]      3.9.0cvs64
1026
1027         * src/plugins/acpi_notifier/placeholder.txt
1028         * src/plugins/address_dup_finder/placeholder.txt
1029         * src/plugins/address_keeper/placeholder.txt
1030         * src/plugins/archive/placeholder.txt
1031         * src/plugins/att_remover/placeholder.txt
1032         * src/plugins/attachwarner/placeholder.txt
1033         * src/plugins/bsfilter/placeholder.txt
1034         * src/plugins/clamd/placeholder.txt
1035         * src/plugins/fetchinfo/placeholder.txt
1036         * src/plugins/gdata/placeholder.txt
1037         * src/plugins/geolocation/placeholder.txt
1038         * src/plugins/gtkhtml2_viewer/placeholder.txt
1039         * src/plugins/mailmbox/placeholder.txt
1040         * src/plugins/newmail/placeholder.txt
1041         * src/plugins/notification/placeholder.txt
1042         * src/plugins/pdf_viewer/placeholder.txt
1043         * src/plugins/perl/placeholder.txt
1044         * src/plugins/python/placeholder.txt
1045         * src/plugins/rssyl/placeholder.txt
1046         * src/plugins/spam_report/placeholder.txt
1047         * src/plugins/synce/placeholder.txt
1048         * src/plugins/tnef_parse/placeholder.txt
1049         * src/plugins/vcalendar/placeholder.txt
1050                 Add temporary placeholders for ex-extra-plugins to be
1051                 integrated.
1052
1053 2013-02-13 [paul]       3.9.0cvs63
1054
1055         * src/plugins/fancy/Makefile.am
1056                 no need for EXTRA_DIST
1057
1058 2013-02-13 [paul]       3.9.0cvs62
1059
1060         * configure.ac
1061         * po/POTFILES.in
1062         * src/plugins/Makefile.am
1063         * src/plugins/fancy/Makefile.am
1064         * src/plugins/fancy/fancy_prefs.c
1065         * src/plugins/fancy/fancy_prefs.h
1066         * src/plugins/fancy/fancy_viewer.c
1067         * src/plugins/fancy/fancy_viewer.h
1068                 move the Fancy plugin into core
1069
1070 2013-02-11 [paul]       3.9.0cvs61
1071
1072         * src/mainwindow.c
1073                 use the Delete key to remove colour label accels (same as everywhere else).
1074                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1075
1076 2013-01-26 [mir]        3.9.0cvs60
1077
1078         * tools/vcard2xml.py
1079         Fixes bugs:
1080             1) Lines split over more than one line breaks parser
1081             2) Get email addres correct. Not only email;internet
1082         Improvements:
1083             1) Basic handling of vcard 3.0
1084
1085
1086 2013-01-23 [colin]      3.9.0cvs59
1087
1088         * src/action.c
1089         * src/common/utils.c
1090                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1091
1092 2013-01-23 [colin]      3.9.0cvs58
1093
1094         * src/imap.c
1095                 Fix bug #2863, "Applying has_attachment quicksearch
1096                 on IMAP segfaults".
1097
1098 2013-01-21 [paul]       3.9.0cvs57
1099
1100         * src/codeconv.h
1101         * src/procmime.c
1102                 fix bug 2862, 'Segmentation fault when replying to a
1103                 message where the "code conversion" fails'. add support
1104                 for X-VIET-VPS encoding
1105
1106 2013-01-21 [paul]       3.9.0cvs56
1107
1108         * src/common/defs.h
1109         * src/gtk/about.c
1110                 promote the users' ml on the About/Info tab
1111
1112 2013-01-09 [paul]       3.9.0cvs55
1113
1114         * doc/man/claws-mail.1
1115         * src/gtk/about.c
1116                 update copyright year
1117
1118 2013-01-09 [paul]       3.9.0cvs54
1119
1120         * src/gtk/gtkaspell.c
1121                 fix sensitivity of 'Use both dictionaries' in compose window
1122
1123 2013-01-09 [mir]        3.9.0cvs53
1124
1125         * tools/vcard2xml.py
1126             Fix missing file encoding info.
1127             See -> http://www.python.org/dev/peps/pep-0263/
1128
1129
1130 2013-01-08 [mones]      3.9.0cvs52
1131
1132         * claws-mail.desktop
1133                 Added Swedish translation by Andreas Rönnquist
1134
1135 2012-12-20 [colin]      3.9.0cvs51
1136
1137         * src/action.c
1138                 Fix crash on action error;
1139                 Fix trimming of leading spaces in actions
1140
1141 2012-12-19 [colin]      3.9.0cvs50
1142
1143         * src/editldap.c
1144         * src/ldapctrl.c
1145         * src/ldapserver.c
1146                 Make LDAP over SSL work on Win32 - but not TLS,
1147                 unfortunately. Also, it requires the certificate
1148                 to be trusted.
1149
1150 2012-12-16 [colin]      3.9.0cvs49
1151
1152         * src/messageview.c
1153                 Add missing \n at end of the return receipt last part's headers.
1154
1155 2012-12-15 [paul]       3.9.0cvs48
1156
1157         * src/addrselect.c
1158                 fix bug 2832, 'mail to from adress-book splitt names'
1159
1160 2012-12-12 [colin]      3.9.0cvs47
1161
1162         * src/action.c
1163                 Port to g_spawn API and make actions work better on Win32
1164         * src/mainwindow.c
1165                 Indentation
1166
1167 2012-12-12 [ticho]      3.9.0cvs46
1168
1169         * src/compose.c
1170                 Move focus to body textview when subject entry is activated
1171                 (Enter key pressed) in compose window.
1172
1173 2012-12-10 [mones]      3.9.0cvs45
1174
1175         * src/addr_compl.c
1176                 Fix bug #2835 (core part) to allow NULL names which
1177                 have an address
1178
1179 2012-12-07 [colin]      3.9.0cvs44
1180
1181         * src/news.c
1182                 Try to fix strange crash in nntp_ping/session_destroy...
1183
1184 2012-12-06 [mones]      3.9.0cvs43
1185
1186         * tools/README
1187         * tools/gif2xface.pl
1188         * tools/outlook2claws-mail.pl
1189                 Fix address not working since years ago
1190
1191 2012-12-05 [mones]      3.9.0cvs42
1192
1193         * src/prefs_gtk.c
1194                 Do not set to NULL string preferences which have "" as
1195                 default value
1196
1197 2012-12-05 [colin]      3.9.0cvs41
1198
1199         * src/common/ssl.c
1200                 Nullify xcred pointer like the other ones
1201
1202 2012-12-03 [wwp]        3.9.0cvs40
1203
1204         * src/summaryview.c
1205         * src/mainwindow.c
1206         Avoid any possible confusion: 0 is not a neutral value when passed
1207         to main_window_get_mask() - use -1 instead, even in those cases we
1208         don't care.
1209
1210 2012-12-03 [wwp]        3.9.0cvs39
1211
1212         * src/toolbar.c
1213         Fix sensitivity of next-unread toolbar button.
1214
1215 2012-12-03 [colin]      3.9.0cvs38
1216
1217         * src/common/utils.c
1218                 Fix following relative symlinks
1219
1220 2012-12-02 [colin]      3.9.0cvs37
1221
1222         * src/main.c
1223                 Of course you can't, Windows. Of course...
1224
1225 2012-12-02 [colin]      3.9.0cvs36
1226
1227         * src/main.c
1228                 Move control sockets inside their own directory,
1229                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1230                 - cleaner separation of sockets and config dirs in
1231                   case of alternate config directories
1232                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1233                   exists as a socket, use it to control the running entity
1234                 - backwards migration is handled: starting an old Claws Mail
1235                   version will bail out as creating the legacy socket won't
1236                   be possible.
1237                 - migration for alternate-config-dirs is not handled, which
1238                   could be mentioned in release notes.
1239                 Fixes bug #2828, "Use MD5 digest for socket name"
1240
1241 2012-12-01 [colin]      3.9.0cvs35
1242
1243         * src/common/utils.c
1244                 As usual, Windows is a little bit different
1245                 (you have to love it the same as the normal OSes...)
1246
1247 2012-12-01 [colin]      3.9.0cvs34
1248
1249         * src/common/utils.c
1250         * src/common/utils.h
1251                 Add a canonicalizer function and use it to
1252                 canonicalize rc_dir.
1253
1254 2012-11-30 [mones]      3.9.0cvs33
1255
1256         * src/common/plugin.c
1257                 Fixes #1137 completely, saving path-less plugins as is
1258                 in config. With this patch user can edit plugin list on
1259                 clawsrc and remove absolute paths from shared plugins,
1260                 leaving only the "pluginname.so". Those will be tried to
1261                 load from plugin dir of the loading core. Notice that
1262                 those will also fail to load on older versions, and will
1263                 probably be removed from your config without warning by
1264                 the older version.
1265
1266 2012-11-30 [wwp]        3.9.0cvs32
1267
1268         * src/mainwindow.c
1269         * src/mainwindow.h
1270         * src/summaryview.c
1271         * src/toolbar.c
1272         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1273         also fix list loop initializers.
1274
1275 2012-11-30 [wwp]        3.9.0cvs31
1276
1277         * src/mainwindow.c
1278         * src/mainwindow.h
1279         * src/procmsg.c
1280         * src/send_message.c
1281         * src/send_message.h
1282         * src/toolbar.c
1283         * src/toolbar.h
1284         Add Message/Cancel sending (same as --cancel-sending), adds the
1285         relevant toolbar icon, and an extra cancel sending+receiving icon
1286         for convenience.
1287
1288 2012-11-29 [colin]      3.9.0cvs30
1289
1290         * src/mainwindow.c
1291                 Fix mask on a few menu items (thanks Ricardo!)
1292
1293 2012-11-28 [wwp]        3.9.0cvs29
1294
1295         * src/mainwindow.c
1296         * src/mainwindow.h
1297         * src/summaryview.c
1298         * src/toolbar.c
1299         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1300         Complete toolbar_init(), which was missing few inits.
1301
1302 2012-11-28 [colin]      3.9.0cvs28
1303
1304         * src/mainwindow.c
1305         * src/news.c
1306         * src/news.h
1307         * src/etpan/nntp-thread.c
1308                 Disconnect NNTP accounts too when switching offline
1309
1310 2012-11-28 [colin]      3.9.0cvs27
1311
1312         * src/imap.c
1313         * src/news.c
1314         * src/common/session.c
1315         * src/common/session.h
1316                 Add keep-alive pings on IMAP and NNTP
1317
1318 2012-11-28 [colin]      3.9.0cvs26
1319
1320         * src/imap.c
1321         * src/etpan/imap-thread.c
1322         * src/etpan/imap-thread.h
1323                 Try locale's charset and UTF-7 on server-side
1324                 searches when UTF-8 fails. Also, don't even
1325                 mention a charset if searching for an ASCII
1326                 string.
1327
1328 2012-11-27 [colin]      3.9.0cvs25
1329
1330         * src/main.c
1331                 Unbreak the build.
1332
1333 2012-11-27 [colin]      3.9.0cvs24
1334
1335         * src/common/ssl.c
1336                 Fix bug #2826, "replace deprecated gnutls function"
1337                 Patch by Christian Hesse
1338
1339 2012-11-27 [colin]      3.9.0cvs23
1340
1341         * src/gtk/manage_window.c
1342                 Stop spamming logs with focus events.
1343
1344 2012-11-27 [colin]      3.9.0cvs22
1345
1346         * src/mainwindow.c
1347         * src/prefs_common.c
1348         * src/prefs_common.h
1349                 Unsneak a work-in-progress patch that I mistakengly
1350                 commited with a cleanup
1351
1352 2012-11-27 [wwp]        3.9.0cvs21
1353
1354         * doc/man/claws-mail.1
1355         * src/main.c
1356         * src/send_message.c
1357         * src/send_message.h
1358                 Add --cancel-sending command-line switch.
1359
1360 2012-11-23 [colin]      3.9.0cvs20
1361
1362         * src/jpilot.c
1363         * src/main.c
1364         * src/mainwindow.c
1365         * src/matcher.c
1366         * src/prefs_common.c
1367         * src/prefs_common.h
1368         * src/procmsg.c
1369         * src/common/socket.c
1370         * src/common/socket.h
1371         * src/common/ssl.c
1372         * src/common/ssl_certificate.c
1373         * src/common/ssl_certificate.h
1374         * src/etpan/imap-thread.c
1375         * src/etpan/nntp-thread.c
1376                 Cleanup some warnings and deprecated types. Patch by
1377                 Christian Hesse, fixing bug #2617. Thanks!
1378
1379 2012-11-23 [colin]      3.9.0cvs19
1380
1381         * AUTHORS
1382         * src/gtk/authors.h
1383                 Add Christian Hesse which was forgotten for some reason
1384
1385 2012-11-21 [colin]      3.9.0cvs18
1386
1387         * src/etpan/imap-thread.c
1388                 Don't set charset on simple searches. Fixes Exchange 2007.
1389
1390 2012-11-20 [colin]      3.9.0cvs17
1391
1392         * src/prefs_matcher.c
1393                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1394
1395 2012-11-20 [ticho]      3.9.0cvs16
1396
1397         * src/gtk/prefswindow.c
1398                 Actually allow folder preference pages which are in top level of
1399                 page index UI to be selected.
1400
1401 2012-11-20 [ticho]      3.9.0cvs15
1402
1403         * src/prefs_folder_item.c
1404                 Remove useless "Folder" root in page index of folder preferences UI.
1405
1406 2012-11-18 [colin]      3.9.0cvs14
1407
1408         * AUTHORS
1409         * src/advsearch.c
1410         * src/matcher.c
1411         * src/matcher.h
1412         * src/matcher_parser_parse.y
1413         * src/prefs_matcher.c
1414         * src/gtk/authors.h
1415         * src/gtk/quicksearch.c
1416                 Add age_{greater,lower}_hours matcher criteria
1417                 Initial patch by Abhay S. Kushwaha.
1418
1419 2012-11-18 [ticho]      3.9.0cvs13
1420
1421         * src/mbox.c
1422                 Improve i18n plural handling in a string used while
1423                 importing from mbox.
1424
1425 2012-11-16 [ticho]      3.9.0cvs12
1426
1427         * po/bg.po
1428         * po/ca.po
1429         * po/cs.po
1430         * po/de.po
1431         * po/en_GB.po
1432         * po/es.po
1433         * po/fi.po
1434         * po/fr.po
1435         * po/he.po
1436         * po/hu.po
1437         * po/id_ID.po
1438         * po/it.po
1439         * po/ja.po
1440         * po/lt.po
1441         * po/nl.po
1442         * po/pl.po
1443         * po/pt_BR.po
1444         * po/pt_PT.po
1445         * po/ru.po
1446         * po/sk.po
1447         * po/sr.po
1448         * po/sv.po
1449         * po/uk.po
1450         * po/zh_CN.po
1451         * po/zh_TW.po
1452         * po/Makevars
1453                 Update message catalogs to match changes in 3.9.0cvs11.
1454
1455 2012-11-16 [ticho]      3.9.0cvs11
1456
1457         * src/account.c
1458         * src/addrcustomattr.c
1459         * src/edittags.c
1460         * src/prefs_filtering.c
1461         * src/prefs_matcher.c
1462         * src/prefs_msg_colors.c
1463         * src/toolbar.c
1464         * src/uri_opener.c
1465         * src/wizard.c
1466         * src/common/utils.c
1467         * src/gtk/about.c
1468                 Use pgettext() and friends for i18n context strings, instead of
1469                 having a pipe character in msgid for context separation. This uses
1470                 glib's C_ macro, instead of Q_.
1471
1472 2012-11-16 [colin]      3.9.0cvs10
1473
1474         * src/foldersel.c
1475         * src/prefs_actions.c
1476         * src/prefs_filtering_action.c
1477         * src/prefs_matcher.c
1478         * src/quote_fmt.c
1479         * src/gtk/description_window.c
1480         * src/gtk/description_window.h
1481         * src/gtk/inputdialog.c
1482         * src/gtk/manage_window.c
1483         * src/gtk/quicksearch.c
1484                 Try to better fix focus problems. Should address:
1485                 Bug #2774
1486                 Bug #2624
1487                 Bug #1963
1488                 Bug #2780
1489                 Please check using your favorite WM that the following works:
1490                 Information button (Quicksearch, Templates, 'Test' filtering 
1491                 condition)
1492                 Folder selection (Move/Copy contextual menu,
1493                 various preferences, including 'New folder').
1494                 Tested with XFCE, Gnome Shell and Windows.
1495                 
1496
1497 2012-11-16 [colin]      3.9.0cvs9
1498
1499         * src/advsearch.c
1500                 Init is_fast too
1501
1502 2012-11-16 [colin]      3.9.0cvs8
1503
1504         * src/advsearch.c
1505                 Fix missing initialisation of bool_and which could
1506                 lead to From/To/Subject/Tag searches searching with
1507                 binary and.
1508                 Also clean up tag expansion. No need to create a
1509                 matcher string and re-parse it.
1510
1511 2012-11-16 [paul]       3.9.0cvs7
1512
1513         * po/de.po
1514                 fix by Thomas Bellmann
1515
1516 2012-11-15 [colin]      3.9.0cvs6
1517
1518         * src/summaryview.c
1519                 Fix bug #2785, "Marking mails for deletion reopens internal 
1520                 message view"
1521
1522 2012-11-15 [colin]      3.9.0cvs5
1523
1524         * src/main.c
1525         * src/statusbar.c
1526         * src/gtk/gtkcmclist.c
1527         * src/gtk/gtkcmclist.h
1528                 a few more GTK+3 fixes. Segfaults on me, though.
1529
1530 2012-11-15 [colin]      3.9.0cvs4
1531
1532         * src/Makefile.am
1533         * src/action.c
1534         * src/addr_compl.c
1535         * src/addressbook.c
1536         * src/addrgather.c
1537         * src/compose.c
1538         * src/editaddress.c
1539         * src/editgroup.c
1540         * src/main.c
1541         * src/mainwindow.c
1542         * src/message_search.c
1543         * src/prefs_display_header.c
1544         * src/prefs_filtering_action.c
1545         * src/prefs_matcher.c
1546         * src/prefs_other.c
1547         * src/prefs_toolbar.c
1548         * src/printing.c
1549         * src/stock_pixmap.c
1550         * src/summary_search.c
1551         * src/summaryview.c
1552         * src/textview.c
1553         * src/gtk/Makefile.am
1554         * src/gtk/colorlabel.c
1555         * src/gtk/combobox.c
1556         * src/gtk/combobox.h
1557         * src/gtk/gtkcmclist.c
1558         * src/gtk/gtkcmclist.h
1559         * src/gtk/gtkcmctree.c
1560         * src/gtk/gtksctree.c
1561         * src/gtk/gtkshruler.c
1562         * src/gtk/gtkutils.c
1563         * src/gtk/gtkutils.h
1564         * src/gtk/inputdialog.c
1565         * src/gtk/quicksearch.c
1566         * src/plugins/pgpcore/Makefile.am
1567         * src/plugins/pgpinline/Makefile.am
1568         * src/plugins/pgpmime/Makefile.am
1569         * src/plugins/smime/Makefile.am
1570                 Big GTK+3 patch from Hanno Meyer-Thurow
1571
1572 2012-11-15 [wwp]        3.9.0cvs3
1573
1574         * doc/man/claws-mail.1
1575         * src/main.c
1576                 Add --cancel-receiving command-line switch.
1577
1578 2012-11-15 [wwp]        3.9.0cvs2
1579
1580         * src/ssl_manager.c
1581         * src/gtk/sslcertwindow.c
1582                 Fix Capitalization.
1583
1584 2012-11-15 [paul]       3.9.0cvs1
1585
1586         * po/cs.po
1587         * po/fi.po
1588         * po/sk.po
1589                 updates from David Vachulka, Flammie Pirinen, and
1590                 Slavko
1591
1592 2012-11-14 [paul]       3.9.0
1593         * NEWS
1594         * README
1595         * RELEASE_NOTES 
1596                 3.9.0 unleashed!
1597
1598 2012-11-14 [paul]       3.8.1cvs123
1599
1600         * po/de.po
1601         * po/es.po
1602         * po/fi.po
1603         * po/fr.po
1604         * po/hu.po
1605         * po/pt_BR.po
1606         * po/sv.po
1607         * po/uk.po
1608         * po/zh_TW.po
1609                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1610                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1611                 YUP, Wei-Lun Chao
1612
1613 2012-11-14 [paul]       3.8.1cvs122
1614
1615         * tools/README
1616         * tools/fix_date.sh
1617                 improvements by wwp
1618
1619 2012-11-14 [colin]      3.8.1cvs121
1620
1621         * src/action.c
1622                 And fix warning with breaking functionality
1623
1624 2012-11-14 [paul]       3.8.1cvs120
1625
1626         * src/action.c
1627                 revert this change from 3.8.1cvs60, it breaks
1628                 actions with a pipe
1629
1630 2012-11-14 [colin]      3.8.1cvs119
1631
1632         * src/common/plugin.c
1633                 If plugin fails to load from absolute path, try from
1634                 default plugin path. 
1635                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1636                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1637                 results in wrong paths in clawsrc'
1638
1639 2012-11-12 [colin]      3.8.1cvs118
1640
1641         * src/messageview.c
1642                 Fix initial focus on textview. Fixes bug #2776,
1643                 "Make all menu shortcuts work properly in the message window"
1644
1645 2012-11-09 [colin]      3.8.1cvs117
1646
1647         * src/etpan/imap-thread.c
1648                 Specify search charset. Thanks to Aleksei Miheev
1649
1650 2012-11-08 [colin]      3.8.1cvs116
1651
1652         * src/common/socket.c
1653         * src/gtk/gtkutils.c
1654                 Fix socket communication
1655
1656 2012-11-08 [colin]      3.8.1cvs115
1657
1658         * src/plugins/pgpcore/sgpgme.c
1659                 Fix Windows runtime crash
1660
1661 2012-11-08 [colin]      3.8.1cvs114
1662
1663         * src/gtk/quicksearch.c
1664                 Fix going active with NULL matchstring (for example
1665                 when changing type before typing anything)
1666
1667 2012-11-07 [colin]      3.8.1cvs113
1668
1669         * src/mbox.c
1670                 Fix Windows build
1671
1672 2012-11-06 [mones]      3.8.1cvs112
1673
1674         * doc/man/claws-mail.1
1675                 Sync with AUTHORS file
1676         * src/gtk/quicksearch.c
1677                 Add number units where appropriate
1678
1679 2012-10-31 [paul]       3.8.1cvs111
1680
1681         * src/prefs_folder_item.c
1682                 add missing closing bracket. thanks to Andreas Rönnquist.
1683
1684 2012-10-31 [colin]      3.8.1cvs110
1685
1686         * src/prefs_folder_item.c
1687                 Fix prefs text and extra semi-colon. Thanks to Paul!
1688
1689 2012-10-31 [colin]      3.8.1cvs109
1690
1691         * src/folder_item_prefs.c
1692         * src/folder_item_prefs.h
1693         * src/messageview.c
1694         * src/prefs_folder_item.c
1695                 Implement feature from bug #2569, 
1696                 "select html part on folder specific properties"
1697                 Patch based on Andrej's patch.
1698
1699 2012-10-29 [wwp]        3.8.1cvs108
1700
1701         * src/textview.c
1702         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1703         broken URL parsing.
1704
1705 2012-10-25 [colin]      3.8.1cvs107
1706
1707         * src/textview.c
1708                 Verify the previous URI wasn't the same...
1709                 fixes http://www. URIs.
1710
1711 2012-10-25 [colin]      3.8.1cvs106
1712
1713         * src/common/utils.c
1714         * src/common/utils.h
1715         * src/textview.c
1716                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1717                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1718                 from 30% to 15%. Patch by Igor Mammedov
1719
1720 2012-10-25 [colin]      3.8.1cvs105
1721
1722         * src/textview.c
1723                 Do not allow search cost to explode in case of bad message
1724                 parsing in textview_make_clickable_parts_later(); reduces
1725                 cost of textview_make_clickable_parts_later() from 99% to
1726                 17% for big bad-case message. Patch by Igor Mammedov
1727
1728 2012-10-25 [colin]      3.8.1cvs104
1729
1730         * src/textview.c
1731         * src/textview.h
1732                 Avoid strlen() on big buffers, use precomputed length instead
1733                 it reduces cost of textview_write_line() from 32% to 3% for
1734                 big messages. Patch by Igor Mammedov
1735         * AUTHORS
1736         * src/gtk/authors.h
1737                 Add Igor
1738
1739 2012-10-24 [mones]      3.8.1cvs103
1740
1741         * src/advsearch.c
1742                 Trust on IMAP core on-line/off-line management
1743                 Patch by Sean Buckheister
1744
1745 2012-10-19 [paul]       3.8.1cvs102
1746
1747         * AUTHORS
1748         * src/crash.c
1749         * src/gtk/authors.h
1750                 fix bug 2760, 'display correct libc version in crash dialog 
1751                 when uclibc is used'.
1752                 fixes build with uclibc. patch by Natanael Copa.
1753
1754 2012-10-18 [mones]      3.8.1cvs101
1755
1756         * claws-mail.desktop
1757                 Fix bug #2761 and remove invalid GTK main category
1758
1759 2012-10-17 [colin]      3.8.1cvs100
1760
1761         * src/common/ssl_certificate.c
1762                 Fix bug #2759, "Error messages regarding bad
1763                 client certificates are less than helpful"
1764                 Based on patch by bug reporter.
1765
1766 2012-10-13 [paul]       3.8.1cvs99
1767
1768         * src/common/ssl_certificate.c
1769                 fix build with gnutls 3.1.3
1770                 Patch by Sean Buckheister.
1771
1772 2012-10-12 [mones]      3.8.1cvs98
1773
1774         * src/compose.c
1775         * src/grouplistdialog.c
1776         * src/imap.c
1777         * src/news_gtk.c
1778         * src/procmime.c
1779         * src/procmsg.c
1780         * src/common/utils.c
1781         * src/common/utils.h
1782         * src/etpan/imap-thread.c
1783                 New slist_free_strings_full wrapper for g_slist_free_full
1784                 and simplify calls where it was being used
1785
1786 2012-10-12 [colin]      3.8.1cvs97
1787
1788         * src/common/defs.h
1789                 Drop include of internal glib header
1790                 Patch by Werner Koch
1791
1792 2012-10-12 [colin]      3.8.1cvs96
1793
1794         * src/gtk/gtkcmctree.c
1795         * src/gtk/gtksctree.c
1796                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1797                 mouse". Patch mostly by Tom Horsley
1798
1799 2012-10-12 [iwkse]      3.8.1cvs95
1800
1801         * src/common/utils.c
1802                         g_free *mutex
1803
1804 2012-10-12 [mones]      3.8.1cvs94
1805
1806         * src/common/utils.c
1807                 Remove undeclared mutex symbol
1808
1809 2012-10-12 [colin]      3.8.1cvs93
1810
1811         * src/compose.c
1812         * src/prefs_account.c
1813         * src/common/utils.c
1814         * src/common/utils.h
1815                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1816                 Thanks to Salvatore de Paolis
1817
1818 2012-10-10 [colin]      3.8.1cvs92
1819
1820         * src/folder.c
1821                 Fix bug #2744, "Quick search throws bad command 
1822                 argument error on Microsoft Exchange". Fall back
1823                 to local search if folder-specific search fails.
1824         * src/gtk/quicksearch.c
1825                 Typo fix.
1826
1827 2012-10-10 [colin]      3.8.1cvs91
1828
1829         * src/procmsg.h
1830                 Make what the tags list contain more clear
1831
1832 2012-10-10 [colin]      3.8.1cvs90
1833
1834         * src/inc.c
1835         * src/mbox.c
1836         * src/common/smtp.c
1837         * src/common/smtp.h
1838                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1839                 Patch by "madroach"
1840
1841 2012-10-10 [colin]      3.8.1cvs89
1842
1843         * autogen.sh
1844                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1845
1846 2012-10-10 [colin]      3.8.1cvs88
1847
1848         * src/compose.c
1849                 Leak fix (thanks Ricardo!)
1850
1851 2012-10-10 [colin]      3.8.1cvs87
1852
1853         * src/common/utils.c
1854                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1855                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1856                 fixes by Michael Rasmussen and myself.
1857                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1858                 semantics are different from slist_free_strings() in that
1859                 slist_free_strings does not free the list itself.
1860
1861 2012-10-09 [mones]      3.8.1cvs86
1862
1863         * doc/man/claws-mail.1
1864         * src/compose.c
1865         * src/common/utils.c
1866                 New extra headers feature for adding user-defined
1867                 extra headers to the combobox in the compose window
1868                 Headers are stablished in 'extraheaderrc', one per
1869                 line with a final colon
1870
1871 2012-10-06 [mones]      3.8.1cvs85
1872
1873         * po/POTFILES.in
1874                 Added src/gtk/menu.c
1875         * src/common/defs.h
1876         * src/gtk/menu.c
1877         * src/gtk/menu.h
1878                 New function cm_menu_item_new_label_from_url to
1879                 avoid crashing on huge URL strings and warn user
1880                 about the possible causes
1881         * src/mainwindow.c
1882                 Use it to create List menu items safely
1883
1884 2012-10-04 [colin]      3.8.1cvs84
1885
1886         * src/imap.c
1887                 Fix keywords with spaces
1888
1889 2012-10-04 [colin]      3.8.1cvs83
1890
1891         * src/advsearch.c
1892                 Fix double-tag search. Maybe fixes bug #2744,
1893                 'Quick search throws bad command argument 
1894                 error since recent change'. Patch by Sean.
1895
1896 2012-10-03 [mones]      3.8.1cvs82
1897
1898         * src/procmime.c
1899                 Fix bug #2743 'null pointer crash in procmime strchr'
1900                 Patch by Michael Schwendt (from RedHat bug 862578) 
1901
1902 2012-09-28 [colin]      3.8.1cvs81
1903
1904         * src/advsearch.c
1905                 Never search on server if we're offline
1906                 (Asking the user would and will be better)
1907         * src/imap.c
1908                 Fix uninitialized variable (bogus) warning
1909                 Fix SELECT of the folder before searching
1910
1911 2012-09-27 [colin]      3.8.1cvs80
1912
1913         * src/advsearch.c
1914         * src/imap.c
1915         * src/etpan/imap-thread.c
1916         * src/etpan/imap-thread.h
1917                 Implement IMAP server search. Patch by
1918                 Sean Buckheister again.
1919
1920 2012-09-26 [colin]      3.8.1cvs79
1921
1922         * src/main.c
1923         * src/matcher.c
1924         * src/matcher.h
1925                 Prepare the context strings, their translation take
1926                 CPU time. Shaves 6 seconds out of 17 on my reference
1927                 folder body search.
1928         * src/summary_search.c
1929                 Fix a warning
1930
1931 2012-09-26 [colin]      3.8.1cvs78
1932
1933         * src/matcher.c
1934         * src/procmime.c
1935         * src/procmime.h
1936                 Unlock I/O in procmime, give a way
1937                 for matcher to avoid having to
1938                 read/write tmp/rewind/read tmp for
1939                 body matches.
1940
1941 2012-09-26 [colin]      3.8.1cvs77
1942
1943         * src/summary_search.c
1944                 Fix unresponsive stop button
1945         * src/gtk/quicksearch.c
1946                 Fix busy cursor
1947
1948 2012-09-26 [colin]      3.8.1cvs76
1949
1950         * src/summary_search.c
1951         * src/summaryview.c
1952         * src/summaryview.h
1953         * src/gtk/quicksearch.c
1954                 Factorize search code in summary_search and
1955                 add a progress indicator as that slows down
1956                 the first result in case of body search.
1957
1958 2012-09-26 [colin]      3.8.1cvs75
1959
1960         * src/folder.c
1961                 Fix body search triggering GUI updates
1962                 for every message when it gets MSG_SCANNED
1963                 set.
1964
1965 2012-09-26 [colin]      3.8.1cvs74
1966
1967         * src/folder.c
1968         * src/folder.h
1969         * src/imap.c
1970         * src/procmsg.c
1971         * src/procmsg.h
1972         * src/summaryview.c
1973                 Factorize msg list to num list code;
1974                 Make search faster using cache instead
1975                 of network I/O
1976
1977 2012-09-25 [mones]      3.8.1cvs73
1978
1979         * src/gtk/quicksearch.c
1980                 Fix new expressions not being added to quicksearch
1981                 history in extended mode; patch by Sean Buckheister
1982
1983 2012-09-22 [mir]        3.8.1cvs72
1984
1985         * src/advsearch.c
1986                 Fix for not searching in folders marked 'no_select'
1987                 patch provided by Colin.
1988
1989 2012-09-22 [mones]      3.8.1cvs71
1990
1991         * src/advsearch.c
1992                 Add missing copyright header
1993
1994 2012-09-21 [colin]      3.8.1cvs70
1995
1996         * src/folder.c
1997                 Fix warning where msgcount was used
1998                 uninitialized in case the search was
1999                 to be performed on a message list subset.
2000
2001 2012-09-21 [colin]      3.8.1cvs69
2002
2003         * src/gtk/quicksearch.c
2004                 Fix error background not appearing
2005
2006 2012-09-21 [colin]      3.8.1cvs68
2007
2008         * src/Makefile.am
2009         * src/advsearch.c ** ADDED **
2010         * src/advsearch.h ** ADDED **
2011         * src/folder.c
2012         * src/folder.h
2013         * src/folderview.c
2014         * src/imap.c
2015         * src/main.c
2016         * src/matcher.c
2017         * src/matcher.h
2018         * src/matchertypes.h ** ADDED **
2019         * src/mh.c
2020         * src/mimeview.c
2021         * src/news.c
2022         * src/proctypes.h
2023         * src/summary_search.c
2024         * src/summaryview.c
2025         * src/summaryview.h
2026         * src/gtk/quicksearch.c
2027         * src/gtk/quicksearch.h
2028                 Separated GUI and logic for search
2029                 Use same logic for quicksearch and folder search
2030                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2031
2032 2012-09-19 [mones]      3.8.1cvs67
2033
2034         * src/mainwindow.c
2035                 Remove spurious parameter from get_url_part and
2036                 fix potential buffer overflow
2037
2038 2012-09-19 [colin]      3.8.1cvs66
2039
2040         * src/addressbook.c
2041         * src/addrselect.c
2042                 Un-mix mixed enum comparison which happened
2043                 to work because multiple enums define the same
2044                 values.
2045
2046 2012-09-19 [colin]      3.8.1cvs65
2047
2048         * src/addrindex.c
2049         * src/editaddress.c
2050         * src/editldap.c
2051         * src/exporthtml.c
2052         * src/jpilot.c
2053         * src/procmime.c
2054         * src/plugins/bogofilter/bogofilter_gtk.c
2055         * src/plugins/pgpcore/prefs_gpg.c
2056         * src/plugins/smime/smime.c
2057         * src/plugins/spamassassin/spamassassin_gtk.c
2058                 More warning fixes, casts, useless variables and
2059                 unchecked return values
2060
2061 2012-09-19 [colin]      3.8.1cvs64
2062
2063         * src/mainwindow.c
2064                 Check possible overflow
2065         * src/prefs_account.c
2066         * src/prefs_compose_writing.c
2067         * src/prefs_logging.c
2068         * src/prefs_message.c
2069         * src/prefs_msg_colors.c
2070         * src/prefs_other.c
2071         * src/prefs_receive.c
2072         * src/prefs_summaries.c
2073         * src/prefs_wrapping.c
2074                 fix GtkAdjustment casts
2075         * src/common/ssl.c
2076                 fix warnings
2077         * src/gtk/gtkaspell.c
2078                 fix warnings
2079
2080 2012-09-19 [mones]      3.8.1cvs63
2081
2082         * src/addritem.c
2083                 Fix leak and follow function specification
2084
2085 2012-09-19 [mones]      3.8.1cvs62
2086
2087         * src/action.c
2088                 Use unused var c to check result and emit messages on error
2089         * src/addrbook.c
2090                 Remove unused vars: attr (several functions), element
2091         * src/addrclip.c
2092                 Use unused var newGroup to check result
2093         * src/addrcustomattr.c
2094                 Remove unused var summaryview and related code
2095         * src/addressbook.c
2096                 Use unused vars nn, newNode, idleID to check result
2097                 Remove unused var aoType and refactor logic around it
2098                 Comment var enabled and related debug code
2099         * src/msgcache.c
2100                 Use unused var error to check result and emit debug messages
2101         * src/textview.c
2102                 Remove unused var link_color
2103         * src/toolbar.c
2104                 Remove unused vars: attr, retVal
2105
2106 2012-09-19 [colin]      3.8.1cvs61
2107
2108         * src/imap.c
2109         * src/inc.c
2110         * src/news.c
2111         * src/send_message.c
2112         * src/common/socket.c
2113                 More precise error logging
2114
2115 2012-09-16 [mones]      3.8.1cvs60
2116
2117         * src/action.c                                                          
2118                 Removed dup calls with ignored result
2119         * src/addr_compl.c                                                    
2120                 Removed unused var is_group and simplified logic around it      
2121         * src/addrharvest.c                                                  
2122         * src/matcher.c
2123         * src/procmsg.c                                                  
2124         * src/etpan/etpan-thread-manager.c                                    
2125                 Use unused var r to verify result and emit messages on error
2126         * src/compose.c                                                  
2127                 Move color variable into conditional usage blocks
2128                 Remove assigned but not used vars: lock, titles, count    
2129         * src/edittags.c
2130                 Remove assigned but not used var actions                        
2131         * src/folderview.c
2132                 Remove assigned but not used vars: from_parent, src_node        
2133         * src/imap_gtk.c
2134         * src/mh_gtk.c                                                    
2135                 Remove malloc-ed but not used var: old_path                  
2136         * src/news.c
2137                 Comment unused vars from commented block: tofetch, fetched      
2138         * src/prefs_account.c
2139                 Remove assigned but not used var: privacy_enabled
2140         * src/prefs_actions.c
2141         * src/prefs_customheader.c
2142                 Remove assigned but not used var: store
2143         * src/prefs_filtering.c
2144                 Remove assigned but not used var: n_rows
2145         * src/prefs_template.c
2146                 Remove assigned but not used vars: model, list_store
2147         * src/prefs_toolbar.c
2148                 Remove assigned but not used var: win_titles
2149         * src/printing.c
2150                 Remove assigned but not used vars: orientation, line, baseline,
2151                 off_chars 
2152         * src/etpan/imap-thread.c
2153                 Remove assigned but not used var: value, r
2154                 Refactor to check correct memory allocation
2155         * src/etpan/nntp-thread.c
2156                 Remove assigned but not used var: value
2157         * src/gtk/gtkaspell.c
2158                 Remove assigned but not used vars: textbuf, exist
2159                 Remove unused function: find_gtkaspeller
2160         * src/gtk/gtkcmctree.c
2161                 Remove unused function: gtk_cmctree_get_offset
2162         * src/gtk/gtkshruler.c
2163                 Remove assigned but not used vars: ruler, priv
2164
2165 2012-09-14 [mones]      3.8.1cvs59
2166
2167         * src/common/log.c
2168                 Check file operation results (and remove and
2169                 unused var warning)
2170
2171 2012-09-14 [colin]      3.8.1cvs58
2172
2173         * src/gtk/inputdialog.c
2174                 Remove unused var, thanks Ticho
2175
2176 2012-09-13 [colin]      3.8.1cvs57
2177
2178         * src/stock_pixmap.c
2179                 Fix missing \n in debug line
2180
2181 2012-09-13 [colin]      3.8.1cvs56
2182
2183         * src/main.c
2184                 Don't listen on the Unix socket before we're
2185                 ready. The 'popup' order from another instance
2186                 may provoke a race and trash configuration files.
2187
2188 2012-09-13 [colin]      3.8.1cvs55
2189
2190         * src/imap.c
2191                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2192                 Claws-Mail/IMAP and Lotus Domino". Use
2193                 correct types for start/end and test if
2194                 start is indeed before end.
2195
2196 2012-09-12 [mones]      3.8.1cvs54
2197
2198         * src/prefs_other.c
2199                 Fix bug #1975 'preference mutt key bindings do not take
2200                 effect' (and the other invalid paths too)
2201
2202 2012-09-12 [colin]      3.8.1cvs53
2203
2204         * src/procmsg.c
2205                 Revert that hunk, logic is unclear.
2206
2207 2012-09-12 [colin]      3.8.1cvs52
2208
2209         * src/addressbook.c
2210         * src/addrharvest.c
2211         * src/addrindex.c
2212         * src/addritem.c
2213         * src/compose.c
2214         * src/edittags.c
2215         * src/folder.c
2216         * src/imap.c
2217         * src/inc.c
2218         * src/ldif.c
2219         * src/mainwindow.c
2220         * src/mbox.c
2221         * src/mimeview.c
2222         * src/mutt.c
2223         * src/partial_download.c
2224         * src/prefs_filtering_action.c
2225         * src/prefs_toolbar.c
2226         * src/printing.c
2227         * src/procheader.c
2228         * src/procmime.c
2229         * src/procmsg.c
2230         * src/summaryview.c
2231         * src/textview.c
2232         * src/common/utils.c
2233         * src/etpan/imap-thread.c
2234         * src/gtk/gtkaspell.c
2235         * src/plugins/pgpcore/sgpgme.c
2236                 More fixes from bug #1961:
2237                 - Write-only variables
2238                 - Null pointer dereferences
2239                 - A couple other fixes for which the reporter
2240                   was unsure, but which showed problems.
2241                 More details in bug #1961 comments.
2242
2243 2012-09-12 [colin]      3.8.1cvs51
2244
2245         * src/compose.c
2246         * src/mh.c
2247         * src/common/ssl.c
2248         * src/plugins/pgpcore/passphrase.c
2249                 Apply patches from bug #1961, "patches for
2250                 a couple of clang warnings":
2251                 - Check return codes
2252                 - Remove dead code
2253
2254 2012-09-12 [colin]      3.8.1cvs50
2255
2256         * claws-mail.pc.in
2257                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2258                 where the included menu.h could come from Ncurses.
2259                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2260
2261 2012-09-11 [colin]      3.8.1cvs49
2262
2263         * src/main.c
2264                 Fix race condition at start.
2265
2266 2012-09-10 [colin]      3.8.1cvs48
2267
2268         * src/main.c
2269                 Create lock socket as soon as possible, not after
2270                 a few things like caching all prefs.
2271
2272 2012-09-09 [mones]      3.8.1cvs47
2273
2274         * src/plugins/bogofilter/bogofilter.c
2275                 Add missing include
2276
2277 2012-09-08 [colin]      3.8.1cvs46
2278
2279         * AUTHORS
2280         * src/Makefile.am
2281         * src/action.c
2282         * src/addr_compl.c
2283         * src/addrbook.c
2284         * src/compose.c
2285         * src/compose.h
2286         * src/editaddress.c
2287         * src/filtering.c
2288         * src/folder.c
2289         * src/folder.h
2290         * src/folderview.h
2291         * src/headerview.h
2292         * src/imap_gtk.c
2293         * src/localfolder.c
2294         * src/main.c
2295         * src/mainwindow.c
2296         * src/mainwindow.h
2297         * src/matcher.c
2298         * src/matcher_parser_parse.y
2299         * src/messageview.c
2300         * src/messageview.h
2301         * src/mh.c
2302         * src/mh_gtk.c
2303         * src/mimeview.c
2304         * src/mimeview.h
2305         * src/noticeview.h
2306         * src/prefs_account.c
2307         * src/prefs_account.h
2308         * src/prefs_filtering.c
2309         * src/prefs_filtering_action.c
2310         * src/prefs_gtk.h
2311         * src/prefs_matcher.c
2312         * src/prefs_template.c
2313         * src/prefs_toolbar.c
2314         * src/privacy.c
2315         * src/procheader.h
2316         * src/procmime.c
2317         * src/procmime.h
2318         * src/procmsg.c
2319         * src/procmsg.h
2320         * src/proctypes.h
2321         * src/remotefolder.c
2322         * src/summaryview.c
2323         * src/summaryview.h
2324         * src/textview.c
2325         * src/textview.h
2326         * src/toolbar.c
2327         * src/uri_opener.c
2328         * src/viewtypes.h
2329         * src/common/defs.h
2330         * src/gtk/authors.h
2331         * src/gtk/description_window.c
2332         * src/plugins/trayicon/trayicon.c
2333                 Break circular dependencies in Claws' headers,
2334                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2335
2336 2012-09-08 [colin]      3.8.1cvs45
2337
2338         * src/textview.c
2339                 Fix shortcut getting
2340
2341 2012-09-05 [colin]      3.8.1cvs44
2342
2343         * src/matcher.c
2344         * src/matcher.h
2345         * src/prefs_matcher.c
2346                 Drop matcherprop_new_create, which is just a copy of
2347                 matcherprop_new, and staticalize what can be
2348
2349 2012-09-05 [colin]      3.8.1cvs43
2350
2351         * src/plugins/pgpcore/select-keys.c
2352                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2353                 based on primary UID rather than recipient e-mail"
2354
2355 2012-08-29 [colin]      3.8.1cvs42
2356
2357         * src/gtk/gtkaspell.c
2358                 Fix bug #2596, "Spell checker does not work properly"
2359
2360 2012-08-29 [colin]      3.8.1cvs41
2361
2362         * src/plugins/pgpcore/sgpgme.c
2363                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2364                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2365
2366 2012-08-29 [colin]      3.8.1cvs40
2367
2368         * src/mainwindow.c
2369         * src/messageview.c
2370         * src/mimeview.c
2371         * src/mimeview.h
2372         * src/summaryview.c
2373         * src/textview.c
2374         * src/gtk/menu.c
2375         * src/gtk/menu.h
2376                 Move the hardcoded mimeview shortcuts to standard menus.
2377
2378 2012-08-27 [colin]      3.8.1cvs39
2379
2380         * src/main.c
2381                 Fix double mainwindow presentation that confuses GNOME3
2382                 when some plugins fail to load (subsequent Claws windows
2383                 got no focus in that case)
2384
2385 2012-08-27 [colin]      3.8.1cvs38
2386
2387         * src/summaryview.c
2388                 Make Mark all read confirmation button more clear
2389
2390 2012-08-27 [colin]      3.8.1cvs37
2391
2392         * src/mainwindow.c
2393         * src/summaryview.c
2394                 Separate "Mark all read" from "Mark as read"
2395                 and "Ignore thread"
2396
2397 2012-08-27 [wwp]        3.8.1cvs36
2398
2399         * src/inc.c
2400         * src/procmsg.c
2401                 Remove session statistics debug statements (irrelevant in repo,
2402                 that's dev stuff).
2403
2404 2012-08-24 [mones]      3.8.1cvs35
2405
2406         * manual/advanced.xml
2407                 Keep alphabetic order of hidden options lost
2408                 and update Clawsker URL.
2409         * manual/de/advanced.xml
2410         * manual/fr/advanced.xml
2411                 Update Clawsker URL.
2412         * manual/es/advanced.xml
2413                 Sync with English version and update Clawsker URL.
2414         * manual/de/dist/html/Makefile.am
2415         * manual/es/dist/html/Makefile.am
2416         * manual/fr/dist/html/Makefile.am
2417         * manual/pl/dist/html/Makefile.am
2418         * manual/dist/html/Makefile.am
2419                 Fix bug 2723 'Missing encoding in generated html manual'
2420
2421 2012-08-23 [colin]      3.8.1cvs34
2422
2423         * src/mainwindow.c
2424                 Fix --offline asking if one wants to sync,
2425                 due to re-entering. Thanks <ebik@ucw.cz>.
2426
2427 2012-08-16 [colin]      3.8.1cvs33
2428
2429         * src/imap.c
2430                 Always clear the tags list when fetching a folder, or
2431                 Claws will never untag an untagged email. Patch by
2432                 Igor Mammedov <imammedo@redhat.com>
2433
2434 2012-08-12 [colin]      3.8.1cvs32
2435
2436         * src/compose.c
2437                 Exclude text/plain from the attachment thing
2438
2439 2012-08-12 [colin]      3.8.1cvs31
2440
2441         * src/messageview.c
2442                 Fix comparison, thanks to Michael Gmelin
2443
2444 2012-08-12 [colin]      3.8.1cvs30
2445
2446         * src/messageview.c
2447                 Only show HTML parts by default (if the pref
2448                 is set so) if the part disposition-type is
2449                 inline or unknown, but not attachment.
2450         * src/common/ssl.c
2451                 Remove useless hook that won't ever be used
2452                 on windows
2453
2454 2012-08-12 [colin]      3.8.1cvs29
2455
2456         * src/compose.c
2457                 Make sure text/* attachments are not made
2458                 inline, regardless of the compose mode.
2459                 Finishes fixing bug #2203 after auto-save
2460                 switches mode to COMPOSE_REEDIT. Thanks to
2461                 Michael Gmelin for finding this.
2462
2463 2012-08-09 [colin]      3.8.1cvs28
2464
2465         * src/prefs_filtering.c
2466                 Make treeView type-ahead case insensitive
2467                 Patch by Andreas Ronnquist
2468
2469 2012-08-09 [colin]      3.8.1cvs27
2470
2471         * src/gtk/sslcertwindow.c
2472                 Fix leak
2473
2474 2012-08-09 [colin]      3.8.1cvs26
2475
2476         * src/common/ssl.c
2477         * src/common/ssl_certificate.c
2478         * src/common/ssl_certificate.h
2479         * src/gtk/sslcertwindow.c
2480                 Fix bug 2718, "Failure to check peer hostname
2481                 when checking certificate"
2482
2483 2012-08-05 [ticho]      3.8.1cvs25
2484
2485         * src/compose.c
2486                 Avoid header combo box to get focus twice (first text within,
2487                 then combobox widget itself) when switching focus with TAB.
2488
2489 2012-07-28 [ticho]      3.8.1cvs24
2490
2491         * src/compose.c
2492                 Properly fix setting "transient for" for attachment properties
2493                 dialog when called via popup menu (since we're stealing focus
2494                 few lines before, we need to do it directly, not via
2495                 manage_window_*).
2496
2497 2012-07-28 [ticho]      3.8.1cvs23
2498
2499         * src/gtk/pluginwindow.c
2500         * src/gtk/prefswindow.c
2501                 Fixed setting "transient for" property for plugin load/unload
2502                 file dialog. Connected manage_window signals to prefswindow events.
2503
2504 2012-07-27 [ticho]      3.8.1cvs22
2505
2506         * src/summaryview.c
2507         * src/textview.c
2508                 Fixed setting "transient for" property for summaryview file
2509                 dialog and messageview's image save dialog.
2510
2511 2012-07-27 [ticho]      3.8.1cvs21
2512
2513         * src/crash.c
2514         * src/mimeview.c
2515                 Fix setting "transient for" property for file select dialogs
2516                 in crash report and mimeview.
2517
2518 2012-07-27 [ticho]      3.8.1cvs20
2519
2520         * src/compose.c
2521                 Fixed "transient for" property for file attach dialog when
2522                 called from Attachments list popup menu. Simplified menu item
2523                 sensitivities setting code logic for this menu.
2524
2525 2012-07-25 [ticho]      3.8.1cvs19
2526
2527         * manual/advanced.xml
2528                 Add the three hidden preferences related to colored display
2529                 of unified diffs to manual.
2530
2531 2012-07-25 [ticho]      3.8.1cvs18
2532
2533         * src/gtk/gtkaspell.c
2534                 Create "Change directory" submenu in a separate function, change
2535                 wording a bit, and make the submenu always available in a context
2536                 menu of body edit box in compose window.
2537
2538 2012-07-25 [ticho]      3.8.1cvs17
2539
2540         * src/gtk/prefswindow.c
2541                 Correctly set transient_for property for preferences window,
2542                 as well as for color picker dialogs. Fixes bug #2710.
2543
2544 2012-07-25 [ticho]      3.8.1cvs16
2545
2546         * src/gtk/quicksearch.c
2547                 Allow quicksearch syntax description window to be correctly
2548                 set transient for main window.
2549
2550 2012-07-15 [wwp]        3.8.1cvs15
2551
2552         * src/procmime.c
2553                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2554
2555 2012-07-10 [paul]       3.8.1cvs14
2556
2557         * src/procmime.c
2558                 forgot this in last commit
2559
2560 2012-07-10 [paul]       3.8.1cvs13
2561
2562         * src/messageview.c
2563         * src/common/defs.h
2564         * src/common/quoted-printable.c
2565         * src/common/quoted-printable.h
2566                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2567                 the bug: partial message text loss
2568
2569 2012-07-10 [mones]      3.8.1cvs12
2570
2571         * src/plugins/pgpcore/sgpgme.c
2572                 Fix bug 2689, 'segfault when trying to view info
2573                 about pgp/smime sign'
2574
2575 2012-07-08 [ticho]      3.8.1cvs11
2576
2577         * src/plugins/pgpcore/sgpgme.c
2578                 Consider marginal signature validity as untrusted. Suggested by
2579                 Jean-Benoist Leger (leger at crans.org).
2580
2581 2012-07-08 [paul]       3.8.1cvs10
2582
2583         * src/gtk/icon_legend.c
2584                 fix (reveal) hidden icon in gui and build warning
2585
2586 2012-07-07 [paul]       3.8.1cvs9
2587
2588         * src/plugins/pgpcore/prefs_gpg.c
2589                 fix build
2590
2591 2012-07-07 [colin]      3.8.1cvs8
2592
2593         * claws-features.h.in
2594         * src/codeconv.h
2595         * src/imap_gtk.h
2596         * src/inc.h
2597         * src/jpilot.h
2598         * src/messageview.h
2599         * src/msgcache.h
2600         * src/news_gtk.h
2601         * src/partial_download.h
2602         * src/pop.h
2603         * src/prefs_account.h
2604         * src/prefs_common.h
2605         * src/printing.h
2606         * src/procmime.h
2607         * src/procmsg.h
2608         * src/stock_pixmap.c
2609         * src/textview.h
2610         * src/common/defs.h
2611         * src/common/log.h
2612         * src/common/session.h
2613         * src/common/smtp.h
2614         * src/common/socket.h
2615         * src/common/ssl.h
2616         * src/common/ssl_certificate.h
2617         * src/common/timing.h
2618         * src/common/utils.h
2619         * src/gtk/gtkaspell.h
2620         * src/gtk/gtkutils.h
2621         * src/gtk/pluginwindow.h
2622         * src/gtk/spell_entry.h
2623         * src/gtk/sslcertwindow.h
2624                 Don't export config.h in public headers
2625
2626 2012-07-07 [colin]      3.8.1cvs7
2627
2628         * claws-features.h.in
2629         * configure.ac
2630         * Makefile.am
2631         * src/account.c
2632         * src/action.c
2633         * src/addr_compl.c
2634         * src/addrcustomattr.c
2635         * src/addrduplicates.c
2636         * src/addressadd.c
2637         * src/addressbook.c
2638         * src/addressbook_foldersel.c
2639         * src/addrgather.c
2640         * src/addrindex.c
2641         * src/alertpanel.c
2642         * src/autofaces.c
2643         * src/browseldap.c
2644         * src/codeconv.c
2645         * src/codeconv.h
2646         * src/compose.c
2647         * src/crash.c
2648         * src/customheader.c
2649         * src/displayheader.c
2650         * src/editaddress.c
2651         * src/editaddress_other_attributes_ldap.c
2652         * src/editbook.c
2653         * src/editgroup.c
2654         * src/editjpilot.c
2655         * src/editldap.c
2656         * src/editldap_basedn.c
2657         * src/edittags.c
2658         * src/editvcard.c
2659         * src/exphtmldlg.c
2660         * src/expldifdlg.c
2661         * src/export.c
2662         * src/exporthtml.c
2663         * src/exportldif.c
2664         * src/folder.c
2665         * src/folder_item_prefs.c
2666         * src/grouplistdialog.c
2667         * src/headerview.c
2668         * src/image_viewer.c
2669         * src/imap.c
2670         * src/imap_gtk.c
2671         * src/imap_gtk.h
2672         * src/import.c
2673         * src/importldif.c
2674         * src/importmutt.c
2675         * src/importpine.c
2676         * src/inc.c
2677         * src/inc.h
2678         * src/jpilot.c
2679         * src/jpilot.h
2680         * src/ldapctrl.c
2681         * src/ldaplocate.c
2682         * src/ldapquery.c
2683         * src/ldapserver.c
2684         * src/ldapupdate.c
2685         * src/ldaputil.c
2686         * src/main.c
2687         * src/manual.c
2688         * src/matcher.c
2689         * src/mbox.c
2690         * src/message_search.c
2691         * src/messageview.h
2692         * src/mh.c
2693         * src/mh_gtk.c
2694         * src/mimeview.c
2695         * src/msgcache.c
2696         * src/msgcache.h
2697         * src/news.c
2698         * src/news_gtk.c
2699         * src/news_gtk.h
2700         * src/noticeview.c
2701         * src/partial_download.c
2702         * src/partial_download.h
2703         * src/pop.c
2704         * src/pop.h
2705         * src/prefs_account.c
2706         * src/prefs_account.h
2707         * src/prefs_actions.c
2708         * src/prefs_common.c
2709         * src/prefs_common.h
2710         * src/prefs_compose_writing.c
2711         * src/prefs_customheader.c
2712         * src/prefs_display_header.c
2713         * src/prefs_ext_prog.c
2714         * src/prefs_filtering.c
2715         * src/prefs_filtering_action.c
2716         * src/prefs_folder_column.c
2717         * src/prefs_folder_item.c
2718         * src/prefs_fonts.c
2719         * src/prefs_gtk.c
2720         * src/prefs_image_viewer.c
2721         * src/prefs_logging.c
2722         * src/prefs_matcher.c
2723         * src/prefs_message.c
2724         * src/prefs_msg_colors.c
2725         * src/prefs_other.c
2726         * src/prefs_quote.c
2727         * src/prefs_receive.c
2728         * src/prefs_send.c
2729         * src/prefs_spelling.c
2730         * src/prefs_summaries.c
2731         * src/prefs_summary_column.c
2732         * src/prefs_summary_open.c
2733         * src/prefs_toolbar.c
2734         * src/prefs_wrapping.c
2735         * src/printing.c
2736         * src/printing.h
2737         * src/procheader.c
2738         * src/procmime.c
2739         * src/procmime.h
2740         * src/procmsg.h
2741         * src/quote_fmt.c
2742         * src/recv.c
2743         * src/send_message.c
2744         * src/setup.c
2745         * src/ssl_manager.c
2746         * src/statusbar.c
2747         * src/summary_search.c
2748         * src/textview.c
2749         * src/textview.h
2750         * src/toolbar.c
2751         * src/undo.c
2752         * src/unmime.c
2753         * src/uri_opener.c
2754         * src/wizard.c
2755         * src/common/claws.c
2756         * src/common/defs.h
2757         * src/common/hooks.c
2758         * src/common/log.c
2759         * src/common/log.h
2760         * src/common/plugin.c
2761         * src/common/prefs.c
2762         * src/common/session.c
2763         * src/common/session.h
2764         * src/common/smtp.c
2765         * src/common/smtp.h
2766         * src/common/socket.c
2767         * src/common/socket.h
2768         * src/common/ssl.c
2769         * src/common/ssl.h
2770         * src/common/ssl_certificate.c
2771         * src/common/ssl_certificate.h
2772         * src/common/string_match.c
2773         * src/common/tags.c
2774         * src/common/timing.h
2775         * src/common/utils.c
2776         * src/common/utils.h
2777         * src/etpan/etpan-thread-manager.c
2778         * src/etpan/imap-thread.c
2779         * src/etpan/nntp-thread.c
2780         * src/gtk/about.c
2781         * src/gtk/combobox.c
2782         * src/gtk/description_window.c
2783         * src/gtk/filesel.c
2784         * src/gtk/gtkaspell.c
2785         * src/gtk/gtkaspell.h
2786         * src/gtk/gtkshruler.c
2787         * src/gtk/gtkunit.c
2788         * src/gtk/gtkutils.c
2789         * src/gtk/gtkutils.h
2790         * src/gtk/gtkvscrollbutton.c
2791         * src/gtk/icon_legend.c
2792         * src/gtk/inputdialog.c
2793         * src/gtk/logwindow.c
2794         * src/gtk/menu.c
2795         * src/gtk/pluginwindow.c
2796         * src/gtk/pluginwindow.h
2797         * src/gtk/prefswindow.c
2798         * src/gtk/progressdialog.c
2799         * src/gtk/quicksearch.c
2800         * src/gtk/spell_entry.c
2801         * src/gtk/spell_entry.h
2802         * src/gtk/sslcertwindow.c
2803         * src/gtk/sslcertwindow.h
2804         * src/plugins/bogofilter/bogofilter.c
2805         * src/plugins/bogofilter/bogofilter_gtk.c
2806         * src/plugins/dillo_viewer/dillo_prefs.c
2807         * src/plugins/dillo_viewer/dillo_viewer.c
2808         * src/plugins/pgpcore/pgp_viewer.c
2809         * src/plugins/pgpcore/plugin.c
2810         * src/plugins/pgpcore/sgpgme.c
2811         * src/plugins/pgpinline/pgpinline.c
2812         * src/plugins/pgpinline/plugin.c
2813         * src/plugins/pgpmime/pgpmime.c
2814         * src/plugins/pgpmime/plugin.c
2815         * src/plugins/smime/plugin.c
2816         * src/plugins/smime/smime.c
2817         * src/plugins/spamassassin/libspamc.c
2818         * src/plugins/spamassassin/spamassassin.c
2819         * src/plugins/spamassassin/spamassassin_gtk.c
2820         * src/plugins/trayicon/trayicon.c
2821         * src/plugins/trayicon/trayicon_prefs.c
2822                 Specify Claws compile-time features in a specific header
2823
2824 2012-07-06 [wwp]        3.8.1cvs6
2825
2826         * src/main.c
2827         * src/gtk/about.c
2828                 Session statistics: format date following global prefs,
2829                 and fix stats output a little bit.
2830
2831 2012-07-03 [mir]        3.8.1cvs5
2832
2833         * src/procmime.c
2834             fix bug 2642, 'improve transfer encoding selection'.
2835             Patch provided by Christopher Zimmermann
2836             (madroach claws at gmerlin dot de)
2837
2838 2012-07-03 [mir]        3.8.1cvs4
2839
2840         * src/procmime.c
2841         * src/common/defs.h
2842             fix bug 2641, '7bit or 8bit encoded attachments can
2843             have lines longer than 998 characters'.
2844             Patch provided by Christopher Zimmermann
2845             (madroach claws at gmerlin dot de)
2846
2847
2848 2012-07-03 [mir]        3.8.1cvs3
2849
2850         * src/procmime.c
2851         * src/common/defs.h
2852             fix bug 2641, '7bit or 8bit encoded attachments can
2853             have lines longer than 998 characters'.
2854             Patch provided by Christopher Zimmermann
2855             (madroach claws at gmerlin dot de)
2856
2857 2012-07-03 [mir]        3.8.1cvs2
2858
2859         * src/messageview.c
2860         * src/procmime.c
2861         * src/common/quoted-printable.c
2862         * src/common/quoted-printable.h
2863             fix bug 2640, 'improve quoted-printable encoding'
2864             Patch provided by madroach claws at gmerlin dot de
2865
2866 2012-06-30 [paul]       3.8.1cvs1
2867
2868         * Makefile.am
2869                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2870
2871 2012-06-27 [paul]       3.8.1
2872         * NEWS
2873         * README
2874         * RELEASE_NOTES 
2875                 3.8.1 unleashed!
2876                 
2877 2012-06-27 [paul]       3.8.0cvs58
2878
2879         * configure.ac
2880                 fix minimum required GTK+, which got mistakenly bumped
2881                 in 3.8.0cvs36
2882
2883 2012-06-27 [paul]       3.8.0cvs57
2884
2885         * configure.ac
2886         * po/cs.po
2887         * po/de.po
2888         * po/es.po
2889         * po/fr.po
2890         * po/hu.po
2891         * po/id_ID.po
2892         * po/lt.po
2893         * po/pt_BR.po
2894         * po/sk.po
2895         * po/sv.po
2896         * po/zh_CN.po
2897         * po/zh_TW.po
2898                 updated translations
2899         * src/gtk/authors.h
2900         * tools/claws.i18n.status.pl
2901                 updated based on currently active
2902
2903 2012-06-25 [mir]        3.8.0cvs56
2904
2905         * src/folder.c
2906             If a folder class returns <> 0 then the message has not
2907             been removed from the file system and therefore it should
2908             not be removed from the cache either.
2909
2910 2012-06-20 [ticho]      3.8.0cvs55
2911
2912         * src/mh.c
2913                 Fix for bug #1090 - Standard-folders appear again
2914                 after rescanning tree
2915
2916 2012-06-20 [paul]       3.8.0cvs54
2917
2918         * src/prefs_common.c
2919         * src/prefs_common.h
2920         * src/textview.c
2921         * src/textview.h
2922                 colourise attached patches.
2923                 Patch by Ticho
2924
2925 2012-06-02 [wwp]        3.8.0cvs53
2926
2927         * src/gtk/progressdialog.c
2928                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2929                 now hides (as well as pressing Esc) instead of doing nothing.
2930
2931 2012-06-02 [wwp]        3.8.0cvs52
2932
2933         * doc/man/claws-mail.1
2934         * src/main.c
2935         * src/main.h
2936         * src/inc.c
2937         * src/procmsg.c
2938         * src/gtk/about.c
2939                 Introduce a new feature: basic session statistics (from the about dialog
2940                 or the command-line).
2941
2942 2012-06-02 [wwp]        3.8.0cvs51
2943
2944         * src/compose.c
2945                 Fix bug 2620: shift+tab from subject field not working.
2946
2947 2012-06-02 [wwp]        3.8.0cvs50
2948
2949         * src/compose.c
2950         * src/mainwindow.c
2951         * src/messageview.c
2952                 Normalize capitalization of strings in UI.
2953
2954 2012-05-30 [paul]       3.8.0cvs49
2955
2956         * src/common/ssl.c
2957                 don't do TLS if not requested by user. fixes connecting to
2958                 servers which, for example, want SSL 3 only
2959
2960 2012-05-27 [paul]       3.8.0cvs48
2961
2962         * *
2963                 update copyright headers to 2012
2964
2965 2012-05-27 [paul]       3.8.0cvs47
2966
2967         * src/editldap.c
2968         * src/prefs_actions.c
2969         * src/gtk/about.c
2970                 fix some typos in strings, thanks to Thomas Bellmann
2971
2972 2012-05-16 [paul]       3.8.0cvs46
2973
2974         * src/prefs_filtering_action.c
2975                 fix disabled 'select...' button that never goes away
2976                 when using the new addr book
2977                 
2978
2979 2012-05-16 [colin]      3.8.0cvs45
2980
2981         * src/common/utils.c
2982                 And fix leak
2983
2984 2012-05-16 [colin]      3.8.0cvs44
2985
2986         * src/common/utils.c
2987                 Make remove_numbered_files much faster when there's
2988                 just one file to remove.
2989
2990 2012-05-16 [paul]       3.8.0cvs43
2991
2992         * src/matcher.c
2993                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2994
2995 2012-05-16 [paul]       3.8.0cvs42
2996
2997         * src/gtk/description_window.c
2998                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2999
3000 2012-05-16 [paul]       3.8.0cvs41
3001
3002         * src/common/ssl_certificate.c
3003                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
3004                 Patch by Christian Hesse
3005
3006 2012-05-11 [colin]      3.8.0cvs40
3007
3008         * src/mimeview.c
3009         * src/common/utils.c
3010                 Fix bug 2659, 'E-mail attachments are handled
3011                 inconsistently'
3012                 Fix problems iterating the mime tree, and determine
3013                 whether a file is an email without To:
3014
3015 2012-04-03 [colin]      3.8.0cvs39
3016
3017         * src/Makefile.am
3018                 Fix build (damn whitespace-sensitive file format)
3019
3020 2012-04-02 [colin]      3.8.0cvs38
3021
3022         * src/Makefile.am
3023                 Fix incomplete make dist
3024
3025 2012-04-02 [colin]      3.8.0cvs37
3026
3027         * src/compose.c
3028                 Fix mistakenly removed function call
3029
3030 2012-04-01 [colin]      3.8.0cvs36
3031
3032         * configure.ac
3033         * src/.cvsignore
3034         * src/Makefile.am
3035         * src/addr_compl.c
3036         * src/addressadd.c
3037         * src/addressadd.h
3038         * src/addressbook-dbus.c
3039         * src/addressbook-dbus.h
3040         * src/addrgather.c
3041         * src/addrgather.h
3042         * src/addrharvest.c
3043         * src/addrharvest.h
3044         * src/claws-contacts.xml
3045         * src/compose.c
3046         * src/compose.h
3047         * src/filtering.c
3048         * src/headerview.c
3049         * src/main.c
3050         * src/mainwindow.c
3051         * src/messageview.c
3052         * src/prefs_common.c
3053         * src/prefs_filtering_action.c
3054         * src/prefs_matcher.c
3055         * src/summaryview.c
3056         * src/textview.c
3057         * src/toolbar.c
3058         * src/plugins/bogofilter/bogofilter_gtk.c
3059         * src/plugins/dillo_viewer/dillo_prefs.c
3060         * src/plugins/spamassassin/spamassassin_gtk.c
3061         * src/plugins/trayicon/trayicon.c
3062                 Import new addressbook code from the new-contacts branch
3063
3064 2012-03-29 [paul]       3.8.0cvs35
3065
3066         * AUTHORS
3067         * src/gtk/authors.h
3068         * src/gtk/quicksearch.c
3069                 add 'ha', short version of 'has_attachment' in quick search
3070                 Patch by Andreas Rönnquist
3071
3072 2012-03-26 [mones]      3.8.0cvs34
3073
3074         * src/common/plugin.c
3075                 Support 2 and 3-clause BSD licensed plugins
3076
3077 2012-03-15 [pawel]      3.8.0cvs33
3078
3079         * src/messageview.c
3080         * src/textview.c
3081                 - Make separate window info more accurate about
3082                 move to trash/deletion.
3083                 - Fix busy cursor
3084
3085 2012-03-14 [pawel]      3.8.0cvs32
3086
3087         * src/folder.c
3088         * src/messageview.c
3089         * src/messageview.h
3090         * src/procmsg.h
3091         * src/summaryview.c
3092         * src/textview.c
3093         * src/textview.h
3094                 Better fix for bug #2501
3095                 Instead of leaving blank window after message move or delete,
3096                 update separate view to next message in message list or
3097                 display info why view is blank. This was discussed
3098                 in bug #2621 comments.
3099
3100 2012-03-11 [colin]      3.8.0cvs31
3101
3102         * src/gtk/gtkcmctree.c
3103         * src/gtk/authors.h
3104         * AUTHORS
3105                 Fix focus rectangle on unfocused rows
3106                 Patch by Michael Shell
3107
3108 2012-02-29 [colin]      3.8.0cvs30
3109
3110         * src/gtk/gtkcmctree.c
3111                 Fix bug #2577, "Focus rectangle on folder list and message 
3112                 list headings doesn't get properly cleared when switching 
3113                 heading and horizontally scrolling list (underlines and 
3114                 vertical lines remain on screen)". Patch by Michael Shell
3115
3116 2012-02-13 [pawel]      3.8.0cvs29
3117
3118         * src/messageview.c
3119                 Fix crasher when double clicking on IMAP message and
3120                 MessageView is not shown introduced in cvs21
3121                 Patch by mones
3122
3123 2012-02-10 [pawel]      3.8.0cvs28
3124
3125         * src/filtering.c
3126                 Fix bug #2598 'Actions can move locked messages'
3127
3128 2012-02-08 [pawel]      3.8.0cvs27
3129
3130         * src/prefs_actions.c
3131         * src/prefs_actions.h
3132         * src/prefs_toolbar.c
3133         * src/prefs_toolbar.h
3134         * src/toolbar.c
3135         * src/toolbar.h
3136                 - Implement automatic removal of toolbar action buttons when
3137                   associated action is removed
3138                 - Don't allow creation of two actions with the same name,
3139                   before all executions/removals were performed on first action
3140                   with duplicated name in linked list which wasn't always
3141                   correct behaviour
3142
3143 2012-02-05 [colin]      3.8.0cvs26
3144
3145         * src/main.c
3146         * src/mainwindow.c
3147         * src/messageview.c
3148         * src/messageview.h
3149         * src/prefs_common.c
3150         * src/prefs_common.h
3151         * src/procmsg.c
3152         * src/procmsg.h
3153         * src/summaryview.c
3154         * src/summaryview.h
3155                 Add an history to navigate in mails
3156
3157 2012-02-05 [colin]      3.8.0cvs25
3158
3159         * src/procmime.c
3160                 Fix inverted comparison in list_find_custom.
3161
3162 2012-02-03 [wwp]        3.8.0cvs24
3163
3164         * src/gtk/progressdialog.c
3165         Make translators life easier: use View log instead of Show log
3166         (thanks, gusnan!).
3167
3168 2012-02-02 [pawel]      3.8.0cvs23
3169
3170         * src/folderview.c
3171                 Fix bug #2590 'Un-capitalize strings'
3172                 Patch by Christian Hesse
3173
3174 2012-02-02 [pawel]      3.8.0cvs22
3175
3176         * src/mainwindow.c
3177                 Fix bug #2595 
3178                 'Change expand behavior for message list / message view'
3179                 Patch by Christian Hesse
3180
3181 2012-02-02 [pawel]      3.8.0cvs21
3182
3183         * src/folder.c
3184         * src/messageview.c
3185         * src/messageview.h
3186         * src/procmsg.h
3187                 Fix bug #2501 'opened message blanks when moved to other folder'
3188                 Detect message move and update message window contents 
3189                 accordingly, if message is moved to trash close window
3190
3191 2012-02-01 [pawel]      3.8.0cvs20
3192
3193         * src/jpilot.c
3194         * src/mutt.c
3195         * src/pine.c
3196         * src/procmsg.c
3197         * src/vcard.c
3198         * src/gtk/sslcertwindow.c
3199                 More strncat boundary checks
3200
3201 2012-01-31 [wwp]        3.8.0cvs19
3202
3203         * src/gtk/gtkutils.c
3204         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3205         long line wrapping.
3206
3207 2012-01-31 [wwp]        3.8.0cvs18
3208
3209         * src/gtk/progressdialog.c
3210         * src/gtk/progressdialog.h
3211         * src/inc.c
3212         * src/send_message.c
3213         Add a button to the retrieve/send dialogs to
3214         open the network log.
3215
3216 2012-01-25 [wwp]        3.8.0cvs17
3217
3218         * src/addr_compl.c
3219         Remove debug statement.
3220
3221 2012-01-20 [pawel]      3.8.0cvs16
3222
3223         * src/addrbook.c
3224         * src/exportldif.c
3225                 Fix bug #2574 'Statement might be overflowing a
3226                 buffer in strncat'
3227
3228 2012-01-20 [pawel]      3.8.0cvs15
3229
3230         * src/mimeview.c
3231                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3232
3233 2012-01-14 [colin]      3.8.0cvs14
3234
3235         * commitHelper
3236                 Update tracker trigger url
3237
3238 2012-01-10 [wwp]        3.8.0cvs13
3239
3240         * src/mainwindow.c
3241         * src/mainwindow.h
3242         * src/toolbar.c
3243                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3244                 account) and of mainwindows's relevant entry when current account
3245                 is not able to retrieve (SMTP-only).
3246
3247 2012-01-09 [colin]      3.8.0cvs12
3248
3249         * src/summaryview.c
3250                 Fix bug 1924, 'Messages marked move to Trash appear 
3251                 identical to messages marked move to $FOLDER'
3252
3253 2012-01-05 [colin]      3.8.0cvs11
3254
3255         * src/main.c
3256                 Fix crasher infinite loop
3257
3258 2012-01-03 [colin]      3.8.0cvs10
3259
3260         * src/gtk/gtkcmctree.c
3261                 Revert previous patch, it's buggy on headers
3262
3263 2012-01-03 [colin]      3.8.0cvs9
3264
3265         * src/gtk/gtkcmctree.c
3266                 Fix bug #2566, 'wrapped Subject not bounded'
3267
3268 2011-12-29 [pawel]      3.8.0cvs8
3269
3270         * src/compose.c
3271         * src/compose.h
3272         * src/main.c
3273         * src/mimeview.c
3274                 Make forwarding selected attachment possible from
3275                 mimeview's context menu
3276                 Fixex bug #2047 'forward attachments'
3277
3278 2011-12-28 [paul]       3.8.0cvs7
3279
3280         * src/prefs_account.c
3281                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3282
3283 2011-12-28 [colin]      3.8.0cvs6
3284
3285         * src/mimeview.c
3286                 Fix fix
3287
3288 2011-12-28 [colin]      3.8.0cvs5
3289
3290         * src/mimeview.c
3291                 Fix GTK+2.16 build (w32)
3292
3293 2011-12-18 [mir]        3.8.0cvs4
3294
3295         * src/ldapctrl.c
3296             Fix bug in search criteria when doing a
3297             complete directory search using '*'
3298
3299 2011-12-16 [mir]        3.8.0cvs3
3300
3301         * src/Makefile.am
3302             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3303
3304 2011-12-16 [wwp]        3.8.0cvs2
3305
3306         * src/procmsg.c
3307         * src/stock_pixmap.c
3308         * src/stock_pixmap.h
3309         * src/summaryview.c
3310         * src/gtk/icon_legend.c
3311         * src/pixmaps/replied_and_forwarded.xpm
3312           Make replied and forwarded status flags non exclusive.
3313           Introduce a new message state (and relevant icon in message list)
3314           where both the replied and forwarded flags are set.
3315
3316 2011-12-16 [paul]       3.8.0cvs1
3317
3318         * tools/claws.i18n.status.pl
3319                 update id to id_ID
3320
3321 2011-12-16 [paul]       3.8.0
3322         * NEWS
3323         * README
3324         * RELEASE_NOTES 
3325                 3.8.0 unleashed!                
3326
3327 2011-12-16 [paul]       3.7.10cvs113
3328
3329         * configure.ac
3330         * po/cs.po
3331         * po/es.po
3332         * po/fr.po
3333         * po/hu.po
3334         * po/id.po **REMOVED**
3335         * po/id_ID.po **ADDED**
3336         * po/pt_BR.po
3337         * po/ru.po
3338         * po/sk.po
3339         * po/uk.po
3340                 updates
3341
3342 2011-12-09 [pawel]      3.7.10cvs112
3343
3344         * src/summaryview.c
3345         * src/gtk/quicksearch.c
3346         * src/gtk/quicksearch.h
3347                 Invalidate quicksearch root folder when removed
3348                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3349                 having active search field'
3350
3351 2011-12-08 [pawel]      3.7.10cvs111
3352
3353         * src/mimeview.c
3354                 Better fix for cvs94
3355
3356 2011-12-08 [wwp]        3.7.10cvs110
3357
3358         * src/compose.c
3359         Make "From" widget set independant from recipient lists below,
3360         so that it doesn't scroll when several recipients headers
3361         are added and eventually are scrolling the view.
3362         Path by Christian Hesse <mail@earthworm.de>.
3363         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3364         address'.
3365
3366 2011-12-02 [paul]       3.7.10cvs109
3367
3368         * src/mainwindow.c
3369         * src/messageview.c
3370                 consistent label style
3371
3372 2011-11-29 [wwp]        3.7.10cvs108
3373
3374         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3375         More generated stuff to ignore.
3376
3377 2011-11-29 [wwp]        3.7.10cvs107
3378
3379         * src/prefs_folder_item.c
3380         Fix CLAWS_TIP_DECL (undefined).
3381
3382 2011-11-28 [pawel]      3.7.10cvs106
3383
3384         * src/addrbook.c
3385         * src/addrbook.h
3386         * src/addressbook.c
3387                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3388                 after removing the address book in the GUI'
3389
3390 2011-11-26 [pawel]      3.7.10cvs105
3391
3392         * src/folder.c
3393                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3394
3395 2011-11-25 [colin]      3.7.10cvs104
3396
3397         * src/imap_gtk.c
3398         * src/mh_gtk.c
3399                 Warning fixes
3400
3401 2011-11-24 [pawel]      3.7.10cvs103
3402
3403         * src/prefs_filtering.c
3404                 Complete cvs102, forgot to commit this
3405
3406 2011-11-24 [pawel]      3.7.10cvs102
3407
3408         * src/account.c
3409         * src/filtering.c
3410         * src/filtering.h
3411         * src/imap_gtk.c
3412         * src/mh_gtk.c
3413         * src/prefs_actions.c
3414         * src/prefs_actions.h
3415                 Implement actions updating on folder/account rename
3416                 This fixes bug #2543 'filter actions in actionsrc not
3417                 updated upon account renaming'
3418
3419 2011-11-24 [wwp]        3.7.10cvs101
3420
3421         * src/gtk/gtkcmctree.c
3422                 Remove irrelevant cairo directive (thanks to Hanno).
3423
3424 2011-11-23 [wwp]        3.7.10cvs100
3425
3426         * src/gtk/gtkcmctree.c
3427                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3428                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3429                 calculation.
3430
3431 2011-11-22 [colin]      3.7.10cvs99
3432
3433         * src/account.c
3434         * src/prefs_filtering.c
3435         * src/prefs_filtering.h
3436                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3437                 The existing functions should do the job as well
3438                 if not better, as they take into account the
3439                 separator.
3440
3441 2011-11-21 [pawel]      3.7.10cvs98
3442
3443         * src/prefs_account.c
3444                 Fix bug #2116 'Rip spaces off server names in account
3445                 configuration'
3446                 g_strstrip() domain names to be sure they are valid
3447
3448 2011-11-21 [pawel]      3.7.10cvs97
3449
3450         * src/account.c
3451         * src/prefs_filtering.c
3452         * src/prefs_filtering.h
3453                 Fix bug #2404 'matcherrc updates upon account renaming'
3454                 Fix bug #2406 'some part of accountrc not updated upon
3455                 account rename'
3456                 Renaming account cause changing of it's root folder prefix
3457                 from #<type>/<old_name> to #<type>/<new_name> so every
3458                 path directing to it must be altered. Fix paths in account
3459                 preferences, global processing and filtering rules, folder
3460                 processing rules upon rename
3461
3462 2011-11-20 [pawel]      3.7.10cvs96
3463
3464         * src/filtering.c
3465         * src/filtering.h
3466         * src/prefs_actions.c
3467                 Fix bug #1489 'Filter action mark_as_read inoperative
3468                 following move action'
3469                 Sort actions lists to have proper order of execution
3470
3471 2011-11-20 [pawel]      3.7.10cvs95
3472
3473         * src/prefs_actions.c
3474         * src/prefs_filtering.c
3475         * src/prefs_template.c
3476                 Fix bug #1870 'arrow scrolling in filters'
3477                 Allow arrow scrolling in dialogs with list view widgets
3478                 plus couple fixes of issues I found along the way
3479
3480 2011-11-19 [pawel]      3.7.10cvs94
3481
3482         * src/mimeview.c
3483                 Don't highlight icons on right-click, they are not
3484                 selected and other part is shown which is confusing
3485
3486 2011-11-19 [mones]      3.7.10cvs93
3487
3488         * manual/advanced.xml
3489                 Fix manual build
3490
3491 2011-11-19 [mones]      3.7.10cvs92
3492
3493         * manual/advanced.xml
3494         * manual/es/advanced.xml
3495                 Document undocumented hidden option 'zero_replacement_char'
3496                 Synchronize Spanish manual with English version
3497
3498 2011-11-19 [pawel]      3.7.10cvs91
3499
3500         * src/mainwindow.c
3501         * src/messageview.c
3502         * src/prefs_common.c
3503         * src/prefs_common.h
3504         * src/summaryview.c
3505         * src/textview.c
3506         * src/textview.h
3507                 Fix bug #2377 'Show All Headers - make change persistent
3508                 between sessions'
3509
3510 2011-11-19 [pawel]      3.7.10cvs90
3511
3512         * src/folder.c
3513         * src/folder.h
3514         * src/folder_item_prefs.c
3515         * src/folderview.c
3516         * src/mainwindow.c
3517         * src/mainwindow.h
3518         * src/summaryview.c
3519         * src/summaryview.h
3520         * src/gtk/authors.h
3521                 Fix bug #1563 'Folder view: show complete threads if they
3522                 contain unread messages'
3523                 Add option to show only threads with unread messages
3524                 initial patch by Paul Ollis, my small additions:
3525                 - when checking thread for unread finish on first unread
3526                 - make thread options unavailable when threading is off
3527                 - hide_unread_msgs and hide_unread_threads are mutually
3528                   exclusive options, set menus sensitivity accordingly
3529                 - set folder item icon type similiar to hide_unread_msgs
3530
3531 2011-11-19 [colin]      3.7.10cvs89
3532
3533         * src/procheader.c
3534                 Constness fix
3535
3536 2011-11-18 [pawel]      3.7.10cvs88
3537
3538         * src/compose.c
3539         * src/mainwindow.c
3540         * src/mimeview.c
3541         * src/mimeview.h
3542         * src/prefs_common.c
3543         * src/prefs_common.h
3544                 Fix bug #2408 'Some UI elements are not persistent
3545                 between sessions'
3546                 Remember size of main window, compose notebook, mimeview
3547                 tree widgets between claws-mail runs. Compose window
3548                 size saving was already done in cvs74
3549
3550 2011-11-18 [mones]      3.7.10cvs87
3551
3552         * src/compose.c
3553         * src/procheader.c
3554         * src/procheader.h
3555                 Fixes bug #2509, "manually added headers are lost unless
3556                 mail is sent inmediately"
3557
3558 2011-11-17 [pawel]      3.7.10cvs86
3559
3560         * src/mimeview.c
3561                 Fix crasher reported in bug #2543
3562
3563 2011-11-13 [colin]      3.7.10cvs85
3564
3565         * src/compose.c
3566                 Make compose windows printable
3567
3568 2011-11-11 [colin]      3.7.10cvs84
3569
3570         * configure.ac
3571                 Fix build on Fedora 16. -lm was probably pulled by something
3572                 else previously.
3573
3574 2011-11-11 [pawel]      3.7.10cvs83
3575
3576         * src/mainwindow.c
3577         * src/mimeview.c
3578         * src/mimeview.h
3579         * src/summaryview.c
3580                 Port MimeView to GtkTreeView
3581
3582 2011-11-11 [colin]      3.7.10cvs82
3583
3584         * src/prefs_common.c
3585                 Use %x (The preferred date representation for the current locale
3586                 without the time)
3587
3588 2011-11-10 [paul]       3.7.10cvs81
3589
3590         * src/prefs_common.c
3591                 use european date format as default
3592
3593 2011-11-08 [pawel]      3.7.10cvs80
3594
3595         * src/summaryview.c
3596                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3597                 Fix race condition - don't try to hide messageview while
3598                 being in the middle of message displaying routine.
3599
3600 2011-11-08 [colin]      3.7.10cvs79
3601
3602         * src/codeconv.c
3603                 Make sure we break line when we need to. Very probably
3604                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3605                 particular mail"
3606
3607 2011-11-07 [pawel]      3.7.10cvs78
3608
3609         * src/imap_gtk.c
3610                 Fix bug #2493 'Subscription pull down should be alphabetized'
3611
3612 2011-11-07 [pawel]      3.7.10cvs77
3613
3614         * src/mimeview.c
3615         * src/textview.c
3616         * src/textview.h
3617                 Make Home & End keys work in textview
3618
3619 2011-11-06 [colin]      3.7.10cvs76
3620
3621         * src/mainwindow.c
3622                 Oops, some unwanted undo got commited.
3623
3624 2011-11-06 [colin]      3.7.10cvs75
3625
3626         * src/mainwindow.c
3627                 Don't iconify/deiconify. Instead, just show nothing
3628                 before asked to.
3629
3630 2011-11-06 [pawel]      3.7.10cvs74
3631
3632         * src/compose.c
3633                 Fix compose window size&n