1968e25a375ffc832bd20c6eb2da68bef35cee7f
[claws.git] / ChangeLog
1 2013-03-09 [mones]      3.9.0cvs111
2
3         * INSTALL
4                 Update required GTK+ version and configure plugin flags
5         * src/mainwindow.c
6         * src/summaryview.c
7                 Remove unnecessary checks, newer keysyms are already
8                 included by gtkutils.h if needed
9
10 2013-03-08 [paul]       3.9.0cvs110
11
12         * configure.ac
13                 fix outputting config dir value at end of configure
14
15 2013-03-07 [colin]      3.9.0cvs109
16
17         * src/plugins/fancy/fancy_prefs.c
18                 And make Open External default to true :)
19
20 2013-03-07 [paul]       3.9.0cvs108
21
22         * src/plugins/fancy/fancy_prefs.c
23                 make "enable_inner_navigation" default to FALSE
24
25 2013-03-06 [colin]      3.9.0cvs107
26
27         * src/plugins/fancy/fancy_prefs.c
28         * src/plugins/fancy/fancy_prefs.h
29         * src/plugins/fancy/fancy_viewer.c
30         * src/plugins/fancy/fancy_viewer.h
31                 Fix bug #2882, "Reverse preference for external content"
32                 "Block external content" was the only negative preference
33                 along the other "Enable ..." positive ones, but also had
34                 several shortcomings, in that it only blocked user-
35                 requested interactions, like
36                 - prevent clicking on links
37                 - prevent right-click/Download link
38                 - prevent right-click/Save image
39                 But NOT
40                 - prevent auto download of images (that's controlled by
41                   Auto-load images)
42                 - prevent auto download of javascript (that's controlled
43                   by Enable scripts)
44                 - prevent auto download of applets (that's controlled by
45                   Enable java)
46                 - prevent auto download of css (that can't be disabled)
47                 New preference to replace it is "Enable inner navigation"
48                 and allows to control whether one can click on links to
49                 navigate inside Fancy viewer. If disabled and "Open in
50                 external browser" is set, links will be opened in external
51                 browser; else nothing will happen. In any state of these
52                 preferences, right-clicking and choosing "Open in viewer"
53                 or "Open in browser" will do what asked.
54
55 2013-03-06 [colin]      3.9.0cvs106
56
57         * src/plugins/fancy/fancy_viewer.c
58                 Make options setting clearer
59
60 2013-02-28 [mones]      3.9.0cvs105
61
62         * configure.ac
63         * src/plugins/perl/Makefile.am
64         * src/plugins/perl/cm_perl.pod
65         * src/plugins/perl/tools/.cvsignore
66         * src/plugins/perl/tools/Makefile.am
67         * src/plugins/perl/tools/insert_perl.pl
68         * src/plugins/perl/tools/matcherrc2perlfilter.pl
69                 Make perl plugin tools and manpage available into 
70                 distribution tarball.
71
72 2013-02-27 [mones]      3.9.0cvs104
73
74         * README
75                 Updated plugin list, now they are integrated.
76                 Added missing items to hidden properties list.
77
78 2013-02-26 [wwp]        3.9.0cvs103
79
80         * src/messageview.c
81         Fix wrong message, as message could have been moved to another folder
82         and not trashed (it could have also be deleted without staying in trash,
83         but that's a piece of detail, and while we're at it, the message could also
84         have vanished into another dimension or be now part of the twilight zone
85         but we should not always tell the truth to users. At last, and to be
86         exhaustive, the message could have disappeared because of a technical
87         issue which doesn't imply user action and none of the above mentions. One
88         would say that the message could also have never existed, but it's another
89         story).
90
91 2013-02-24 [colin]      3.9.0cvs102
92
93         * src/plugins/vcalendar/libical/libical/Makefile.am
94                 Fix build without vcalendar
95
96 2013-02-23 [paul]       3.9.0cvs101
97
98         * src/mimeview.c
99                 escape filename/description text, prevents error if, e.g., the
100                 filename contains an ampersand
101
102 2013-02-22 [colin]      3.9.0cvs100
103
104         * AUTHORS
105         * src/gtk/authors.h
106         * src/summaryview.c
107                 Fix bug #2702, "Support splitting subject line for small screen
108                 layout". Patch by Ben Deering.
109
110 2013-02-21 [paul]       3.9.0cvs99
111
112         * configure.ac
113                 add he to ALL_LINGUAS
114
115 2013-02-20 [colin]      3.9.0cvs98
116
117         * src/main.c
118                 Fix seg on w32
119
120 2013-02-20 [colin]      3.9.0cvs97
121
122         * src/plugins/att_remover/claws.def
123         * src/plugins/fetchinfo/claws.def
124         * src/plugins/spam_report/claws.def
125                 Add more needed symbols
126
127 2013-02-20 [colin]      3.9.0cvs96
128
129         * src/plugins/att_remover/Makefile.am
130         * src/plugins/fetchinfo/Makefile.am
131         * src/plugins/spam_report/Makefile.am
132                 Fix missed parts for w32
133
134 2013-02-20 [colin]      3.9.0cvs95
135
136         * src/prefs_common.h
137         * src/plugins/address_keeper/claws.def
138         * src/plugins/att_remover/Makefile.am
139         * src/plugins/att_remover/claws.def
140         * src/plugins/att_remover/plugin.def
141         * src/plugins/att_remover/version.rc
142         * src/plugins/clamd/libclamd/Makefile.am
143         * src/plugins/fetchinfo/Makefile.am
144         * src/plugins/fetchinfo/claws.def
145         * src/plugins/fetchinfo/plugin.def
146         * src/plugins/fetchinfo/version.rc
147         * src/plugins/mailmbox/Makefile.am
148         * src/plugins/mailmbox/claws.def
149         * src/plugins/mailmbox/plugin.def
150         * src/plugins/mailmbox/version.rc
151         * src/plugins/notification/gtkhotkey/Makefile.am
152         * src/plugins/spam_report/Makefile.am
153         * src/plugins/spam_report/claws.def
154         * src/plugins/spam_report/plugin.def
155         * src/plugins/spam_report/spam_report.c
156         * src/plugins/spam_report/version.rc
157                 Win32 build fixes (and add of address_keeper, att_remover,
158                 fetchinfo and spam_report)
159
160 2013-02-20 [paul]       3.9.0cvs94
161
162         * configure.ac
163                 a little more report layout tweaking
164
165 2013-02-20 [colin]      3.9.0cvs93
166
167         * src/common/plugin.c
168                 Auto fix plugin names ending in "_plugin"
169
170 2013-02-20 [colin]      3.9.0cvs92
171
172         * src/plugins/gdata/Makefile.am
173                 Change plugin name
174
175 2013-02-20 [colin]      3.9.0cvs91
176
177         * src/plugins/fetchinfo/Makefile.am
178         * src/plugins/notification/Makefile.am
179         * src/plugins/perl/Makefile.am
180         * src/plugins/python/Makefile.am
181                 Drop _plugin from the plugin's filename
182
183 2013-02-20 [colin]      3.9.0cvs90
184
185         * configure.ac
186                 Group core's --{en,dis}able switches
187
188 2013-02-20 [colin]      3.9.0cvs89
189
190         * configure.ac
191                 typos
192
193 2013-02-20 [colin]      3.9.0cvs88
194
195         * configure.ac
196         * Makefile.am
197                 Don't check for GNOME2 when we want to check for
198                 gtk-update-icon-cache; Typo fix
199
200 2013-02-20 [colin]      3.9.0cvs87
201
202         * src/plugins/Makefile.am
203         * src/plugins/acpi_notifier/Makefile.am
204         * src/plugins/address_keeper/Makefile.am
205         * src/plugins/archive/Makefile.am
206         * src/plugins/att_remover/Makefile.am
207         * src/plugins/attachwarner/Makefile.am
208         * src/plugins/bogofilter/Makefile.am
209         * src/plugins/bsfilter/Makefile.am
210         * src/plugins/clamd/Makefile.am
211         * src/plugins/demo/Makefile.am
212         * src/plugins/fancy/Makefile.am
213         * src/plugins/fetchinfo/Makefile.am
214         * src/plugins/gdata/Makefile.am
215         * src/plugins/mailmbox/Makefile.am
216         * src/plugins/newmail/Makefile.am
217         * src/plugins/notification/Makefile.am
218         * src/plugins/pdf_viewer/Makefile.am
219         * src/plugins/perl/Makefile.am
220         * src/plugins/pgpcore/Makefile.am
221         * src/plugins/pgpinline/Makefile.am
222         * src/plugins/pgpmime/Makefile.am
223         * src/plugins/python/Makefile.am
224         * src/plugins/rssyl/Makefile.am
225         * src/plugins/smime/Makefile.am
226         * src/plugins/spam_report/Makefile.am
227         * src/plugins/spamassassin/Makefile.am
228         * src/plugins/tnef_parse/Makefile.am
229         * src/plugins/vcalendar/Makefile.am
230                 Change automake conditionals so that all plugins subdirectories
231                 are included, but nothing built in disabled plugins. Fixes make
232                 dist with some plugins --disabled.
233
234 2013-02-20 [colin]      3.9.0cvs86
235
236         * configure.ac
237         * src/plugins/fancy/fancy_viewer.h
238                 Fix build for Fancy and vCalendar
239
240 2013-02-20 [colin]      3.9.0cvs85
241
242         * configure.ac
243                 Rework plugin enabling logic. More clean!
244         * src/plugins/fancy/fancy_viewer.c
245         * src/plugins/fancy/fancy_viewer.h
246         * src/plugins/spam_report/spam_report.c
247                 Make curl dependancy mandatory
248         * src/plugins/notification/notification_plugin.c
249                 Fix build with every possible thing disabled
250         * src/plugins/notification/Makefile.am
251         * src/plugins/notification/gtkhotkey/.cvsignore
252         * src/plugins/notification/gtkhotkey/Makefile.am
253         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
254         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
255         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
256         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
257         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
258         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
259         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
260         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
261         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
262         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
263         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
264         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
265         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
266         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
267         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
268         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
269         * src/plugins/notification/gtkhotkey/gtkhotkey.h
270         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
271         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
272         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
273         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
274                 Re-add hotkey support
275         * src/plugins/spam_report/Makefile.am
276         * src/plugins/tnef_parse/Makefile.am
277                 Remove gettext.h
278
279 2013-02-20 [colin]      3.9.0cvs84
280
281         * configure.ac
282         * po/POTFILES.in
283         * src/plugins/Makefile.am
284         * src/plugins/dillo_viewer/.cvsignore
285         * src/plugins/dillo_viewer/Makefile.am
286         * src/plugins/dillo_viewer/README
287         * src/plugins/dillo_viewer/dillo_prefs.c
288         * src/plugins/dillo_viewer/dillo_prefs.h
289         * src/plugins/dillo_viewer/dillo_viewer.c
290         * src/plugins/trayicon/.cvsignore
291         * src/plugins/trayicon/Makefile.am
292         * src/plugins/trayicon/README
293         * src/plugins/trayicon/trayicon.c
294         * src/plugins/trayicon/trayicon_prefs.c
295         * src/plugins/trayicon/trayicon_prefs.h
296         * src/plugins/trayicon/libeggtrayicon/.cvsignore
297                 Drop trayicon and dillo_viewer
298
299 2013-02-20 [colin]      3.9.0cvs83
300
301         * configure.ac
302         * src/plugins/Makefile.am
303         * src/plugins/spam_report/.cvsignore
304         * src/plugins/spam_report/Makefile.am
305         * src/plugins/spam_report/placeholder.txt
306         * src/plugins/spam_report/spam_report.c
307         * src/plugins/spam_report/spam_report_prefs.c
308         * src/plugins/spam_report/spam_report_prefs.h
309         * src/plugins/tnef_parse/.cvsignore
310         * src/plugins/tnef_parse/Makefile.am
311         * src/plugins/tnef_parse/claws.def
312         * src/plugins/tnef_parse/mapi.h
313         * src/plugins/tnef_parse/mapidefs.h
314         * src/plugins/tnef_parse/mapitags.h
315         * src/plugins/tnef_parse/placeholder.txt
316         * src/plugins/tnef_parse/plugin.def
317         * src/plugins/tnef_parse/tnef-errors.h
318         * src/plugins/tnef_parse/tnef-types.h
319         * src/plugins/tnef_parse/tnef_dump.c
320         * src/plugins/tnef_parse/tnef_dump.h
321         * src/plugins/tnef_parse/tnef_parse.c
322         * src/plugins/tnef_parse/version.rc
323         * src/plugins/tnef_parse/ytnef.c
324         * src/plugins/tnef_parse/ytnef.h
325                 Add tnef_parse and spam_report
326
327 2013-02-20 [colin]      3.9.0cvs82
328
329         * src/plugins/bogofilter/Makefile.am
330         * src/plugins/clamd/Makefile.am
331         * src/plugins/demo/Makefile.am
332         * src/plugins/dillo_viewer/Makefile.am
333         * src/plugins/fancy/Makefile.am
334         * src/plugins/fetchinfo/Makefile.am
335         * src/plugins/gdata/Makefile.am
336         * src/plugins/mailmbox/Makefile.am
337         * src/plugins/newmail/Makefile.am
338         * src/plugins/notification/Makefile.am
339         * src/plugins/pdf_viewer/Makefile.am
340         * src/plugins/perl/Makefile.am
341         * src/plugins/python/Makefile.am
342         * src/plugins/spamassassin/Makefile.am
343         * src/plugins/trayicon/Makefile.am
344         * src/plugins/vcalendar/libical/libical/Makefile.am
345                 Fix out-of-tree build
346
347 2013-02-19 [colin]      3.9.0cvs81
348
349         * configure.ac
350                 Fix inverted logic in a few plugins
351
352 2013-02-18 [mones]      3.9.0cvs80
353
354         * src/plugins/notification/Makefile.am
355         * src/plugins/pdf_viewer/Makefile.am
356         * src/plugins/python/Makefile.am
357                 Allow 'make dist' to generate a nice tarball
358
359 2013-02-18 [wwp]        3.9.0cvs79
360
361         * src/plugins/clamd/libclamd/.cvsignore
362         Add one more .cvsignore file.
363
364 2013-02-18 [wwp]        3.9.0cvs78
365
366         * src/plugins/clamd/libclamd/.cvsignore
367         One more .cvsignore file.
368
369 2013-02-18 [wwp]        3.9.0cvs77
370
371         * src/plugins/clamd/.cvsignore
372         * src/plugins/clamd/libclamd/.cvsignore
373         * src/plugins/fetchinfo/.cvsignore
374         * src/plugins/gdata/.cvsignore
375         * src/plugins/mailmbox/.cvsignore
376         * src/plugins/newmail/.cvsignore
377         * src/plugins/notification/.cvsignore
378         * src/plugins/pdf_viewer/.cvsignore
379         * src/plugins/perl/.cvsignore
380         * src/plugins/python/.cvsignore
381         Silent up stuff a bit.
382
383 2013-02-17 [colin]      3.9.0cvs76
384
385         * src/plugins/notification/Makefile.am
386         * src/plugins/notification/notification_banner.c
387         * src/plugins/notification/notification_banner.h
388         * src/plugins/notification/notification_command.c
389         * src/plugins/notification/notification_command.h
390         * src/plugins/notification/notification_core.c
391         * src/plugins/notification/notification_foldercheck.c
392         * src/plugins/notification/notification_foldercheck.h
393         * src/plugins/notification/notification_hotkeys.c
394         * src/plugins/notification/notification_hotkeys.h
395         * src/plugins/notification/notification_indicator.c
396         * src/plugins/notification/notification_indicator.h
397         * src/plugins/notification/notification_lcdproc.c
398         * src/plugins/notification/notification_lcdproc.h
399         * src/plugins/notification/notification_plugin.c
400         * src/plugins/notification/notification_plugin.h
401         * src/plugins/notification/notification_popup.c
402         * src/plugins/notification/notification_popup.h
403         * src/plugins/notification/notification_prefs.c
404         * src/plugins/notification/notification_prefs.h
405         * src/plugins/notification/notification_trayicon.c
406         * src/plugins/notification/notification_trayicon.h
407                 Activate and fix notification (without libindicate)
408
409 2013-02-17 [colin]      3.9.0cvs75
410
411         * src/plugins/Makefile.am
412         * src/plugins/archive/Makefile.am
413         * src/plugins/clamd/Makefile.am
414         * src/plugins/clamd/clamav_plugin.c
415         * src/plugins/clamd/clamav_plugin.h
416         * src/plugins/clamd/clamav_plugin_gtk.c
417         * src/plugins/clamd/placeholder.txt
418         * src/plugins/clamd/libclamd/Makefile.am
419         * src/plugins/clamd/libclamd/clamd-plugin.c
420         * src/plugins/clamd/libclamd/clamd-plugin.h
421         * src/plugins/fetchinfo/Makefile.am
422         * src/plugins/fetchinfo/fetchinfo_plugin.c
423         * src/plugins/fetchinfo/fetchinfo_plugin.h
424         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
425         * src/plugins/fetchinfo/placeholder.txt
426         * src/plugins/gdata/Makefile.am
427         * src/plugins/gdata/cm_gdata_contacts.c
428         * src/plugins/gdata/cm_gdata_contacts.h
429         * src/plugins/gdata/cm_gdata_prefs.c
430         * src/plugins/gdata/cm_gdata_prefs.h
431         * src/plugins/gdata/gdata_plugin.c
432         * src/plugins/gdata/gdata_plugin.h
433         * src/plugins/gdata/placeholder.txt
434         * src/plugins/geolocation/placeholder.txt
435         * src/plugins/gtkhtml2_viewer/placeholder.txt
436         * src/plugins/mailmbox/Makefile.am
437         * src/plugins/mailmbox/carray.c
438         * src/plugins/mailmbox/carray.h
439         * src/plugins/mailmbox/chash.c
440         * src/plugins/mailmbox/chash.h
441         * src/plugins/mailmbox/clist.c
442         * src/plugins/mailmbox/clist.h
443         * src/plugins/mailmbox/mailimf.c
444         * src/plugins/mailmbox/mailimf.h
445         * src/plugins/mailmbox/mailimf_types.c
446         * src/plugins/mailmbox/mailimf_types.h
447         * src/plugins/mailmbox/mailimf_types_helper.c
448         * src/plugins/mailmbox/mailimf_types_helper.h
449         * src/plugins/mailmbox/mailimf_write.c
450         * src/plugins/mailmbox/mailimf_write.h
451         * src/plugins/mailmbox/maillock.c
452         * src/plugins/mailmbox/maillock.h
453         * src/plugins/mailmbox/mailmbox.c
454         * src/plugins/mailmbox/mailmbox.h
455         * src/plugins/mailmbox/mailmbox_folder.c
456         * src/plugins/mailmbox/mailmbox_folder.h
457         * src/plugins/mailmbox/mailmbox_gtk.deps
458         * src/plugins/mailmbox/mailmbox_parse.c
459         * src/plugins/mailmbox/mailmbox_parse.h
460         * src/plugins/mailmbox/mailmbox_types.c
461         * src/plugins/mailmbox/mailmbox_types.h
462         * src/plugins/mailmbox/mmapstring.c
463         * src/plugins/mailmbox/mmapstring.h
464         * src/plugins/mailmbox/placeholder.txt
465         * src/plugins/mailmbox/plugin.c
466         * src/plugins/mailmbox/plugin_gtk.c
467         * src/plugins/mailmbox/plugin_gtk.h
468         * src/plugins/newmail/Makefile.am
469         * src/plugins/newmail/newmail.c
470         * src/plugins/newmail/placeholder.txt
471         * src/plugins/notification/Makefile.am
472         * src/plugins/notification/claws.def
473         * src/plugins/notification/notification_banner.c
474         * src/plugins/notification/notification_banner.h
475         * src/plugins/notification/notification_command.c
476         * src/plugins/notification/notification_command.h
477         * src/plugins/notification/notification_core.c
478         * src/plugins/notification/notification_core.h
479         * src/plugins/notification/notification_foldercheck.c
480         * src/plugins/notification/notification_foldercheck.h
481         * src/plugins/notification/notification_hotkeys.c
482         * src/plugins/notification/notification_hotkeys.h
483         * src/plugins/notification/notification_indicator.c
484         * src/plugins/notification/notification_indicator.h
485         * src/plugins/notification/notification_lcdproc.c
486         * src/plugins/notification/notification_lcdproc.h
487         * src/plugins/notification/notification_pixbuf.c
488         * src/plugins/notification/notification_pixbuf.h
489         * src/plugins/notification/notification_plugin.c
490         * src/plugins/notification/notification_plugin.h
491         * src/plugins/notification/notification_popup.c
492         * src/plugins/notification/notification_popup.h
493         * src/plugins/notification/notification_prefs.c
494         * src/plugins/notification/notification_prefs.h
495         * src/plugins/notification/notification_trayicon.c
496         * src/plugins/notification/notification_trayicon.h
497         * src/plugins/notification/placeholder.txt
498         * src/plugins/notification/plugin.def
499         * src/plugins/notification/raw_claws_mail_logo_64x64.h
500         * src/plugins/notification/version.rc
501         * src/plugins/pdf_viewer/Makefile.am
502         * src/plugins/pdf_viewer/doc_index.xpm
503         * src/plugins/pdf_viewer/doc_index_close.xpm
504         * src/plugins/pdf_viewer/doc_info.xpm
505         * src/plugins/pdf_viewer/first_arrow.xpm
506         * src/plugins/pdf_viewer/last_arrow.xpm
507         * src/plugins/pdf_viewer/left_arrow.xpm
508         * src/plugins/pdf_viewer/placeholder.txt
509         * src/plugins/pdf_viewer/poppler_viewer.c
510         * src/plugins/pdf_viewer/poppler_viewer.h
511         * src/plugins/pdf_viewer/right_arrow.xpm
512         * src/plugins/pdf_viewer/rotate_left.xpm
513         * src/plugins/pdf_viewer/rotate_right.xpm
514         * src/plugins/pdf_viewer/zoom_fit.xpm
515         * src/plugins/pdf_viewer/zoom_in.xpm
516         * src/plugins/pdf_viewer/zoom_out.xpm
517         * src/plugins/pdf_viewer/zoom_width.xpm
518         * src/plugins/perl/Makefile.am
519         * src/plugins/perl/perl_gtk.c
520         * src/plugins/perl/perl_gtk.h
521         * src/plugins/perl/perl_plugin.c
522         * src/plugins/perl/perl_plugin.h
523         * src/plugins/perl/placeholder.txt
524         * src/plugins/python/Makefile.am
525         * src/plugins/python/clawsmailmodule.c
526         * src/plugins/python/clawsmailmodule.h
527         * src/plugins/python/composewindowtype.c
528         * src/plugins/python/composewindowtype.h
529         * src/plugins/python/foldertype.c
530         * src/plugins/python/foldertype.h
531         * src/plugins/python/messageinfotype.c
532         * src/plugins/python/messageinfotype.h
533         * src/plugins/python/nodetype.c
534         * src/plugins/python/nodetype.h
535         * src/plugins/python/placeholder.txt
536         * src/plugins/python/python-hooks.c
537         * src/plugins/python/python-hooks.h
538         * src/plugins/python/python-shell.c
539         * src/plugins/python/python-shell.h
540         * src/plugins/python/python_plugin.c
541         * src/plugins/vcalendar/Makefile.in
542                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
543                 notification, pdf_viewer, perl, python). Notification not yet
544                 enabled because it has too much autoconf switches for my taste.
545
546
547 2013-02-16 [colin]      3.9.0cvs74
548
549         * po/POTFILES.in
550         * po/bg.po
551         * po/ca.po
552         * po/cs.po
553         * po/de.po
554         * po/en_GB.po
555         * po/es.po
556         * po/fi.po
557         * po/fr.po
558         * po/hu.po
559         * po/id_ID.po
560         * po/it.po
561         * po/ja.po
562         * po/lt.po
563         * po/nl.po
564         * po/pl.po
565         * po/pt_BR.po
566         * po/pt_PT.po
567         * po/ru.po
568         * po/sk.po
569         * po/sv.po
570         * po/uk.po
571         * po/zh_CN.po
572         * po/zh_TW.po
573         * src/plugins/Makefile.am
574         * src/plugins/archive/.cvsignore
575         * src/plugins/archive/Makefile.am
576         * src/plugins/archive/archiver.c
577         * src/plugins/archive/archiver.h
578         * src/plugins/archive/archiver_gtk.c
579         * src/plugins/archive/archiver_prefs.c
580         * src/plugins/archive/archiver_prefs.h
581         * src/plugins/archive/libarchive_archive.c
582         * src/plugins/archive/libarchive_archive.h
583         * src/plugins/archive/placeholder.txt
584         * src/plugins/att_remover/.cvsignore
585         * src/plugins/att_remover/Makefile.am
586         * src/plugins/att_remover/att_remover.c
587         * src/plugins/att_remover/placeholder.txt
588         * src/plugins/bsfilter/.cvsignore
589         * src/plugins/bsfilter/Makefile.am
590         * src/plugins/bsfilter/bsfilter.c
591         * src/plugins/bsfilter/bsfilter.h
592         * src/plugins/bsfilter/bsfilter_gtk.c
593         * src/plugins/bsfilter/claws.def
594         * src/plugins/bsfilter/placeholder.txt
595         * src/plugins/bsfilter/plugin.def
596         * src/plugins/bsfilter/version.rc
597                 Add archive, att_remover, bsfilter
598         * src/plugins/vcalendar/Makefile.in
599         * src/plugins/vcalendar/libical/libical/icalversion.h
600                 Remove useless files
601
602 2013-02-16 [colin]      3.9.0cvs73
603
604         * src/plugins/Makefile.am
605         * src/plugins/acpi_notifier/Makefile.am
606         * src/plugins/acpi_notifier/acpi_notifier.c
607         * src/plugins/acpi_notifier/placeholder.txt
608         * src/plugins/address_keeper/Makefile.am
609         * src/plugins/address_keeper/address_keeper.c
610         * src/plugins/address_keeper/address_keeper.h
611         * src/plugins/address_keeper/address_keeper_prefs.c
612         * src/plugins/address_keeper/address_keeper_prefs.h
613         * src/plugins/address_keeper/claws.def
614         * src/plugins/address_keeper/placeholder.txt
615         * src/plugins/address_keeper/plugin.def
616         * src/plugins/address_keeper/version.rc
617         * src/plugins/attachwarner/Makefile.am
618         * src/plugins/attachwarner/attachwarner.c
619         * src/plugins/attachwarner/attachwarner.h
620         * src/plugins/attachwarner/attachwarner_prefs.c
621         * src/plugins/attachwarner/attachwarner_prefs.h
622         * src/plugins/attachwarner/claws.def
623         * src/plugins/attachwarner/placeholder.txt
624         * src/plugins/attachwarner/plugin.def
625         * src/plugins/attachwarner/version.rc
626         * src/plugins/vcalendar/libical/libical/icalversion.h
627         * po/POTFILES.in
628         * po/bg.po
629         * po/ca.po
630         * po/cs.po
631         * po/de.po
632         * po/en_GB.po
633         * po/es.po
634         * po/fi.po
635         * po/fr.po
636         * po/hu.po
637         * po/id_ID.po
638         * po/it.po
639         * po/ja.po
640         * po/lt.po
641         * po/nl.po
642         * po/pl.po
643         * po/pt_BR.po
644         * po/pt_PT.po
645         * po/ru.po
646         * po/sk.po
647         * po/sr.po
648         * po/sv.po
649         * po/uk.po
650         * po/zh_CN.po
651         * po/zh_TW.po
652                 Now do acpi_notifier, attachwarner, address_keeper
653
654 2013-02-16 [colin]      3.9.0cvs72
655
656         * po/POTFILES.in
657         * po/bg.po
658         * po/ca.po
659         * po/cs.po
660         * po/de.po
661         * po/en_GB.po
662         * po/es.po
663         * po/fi.po
664         * po/fr.po
665         * po/hu.po
666         * po/id_ID.po
667         * po/it.po
668         * po/ja.po
669         * po/lt.po
670         * po/nl.po
671         * po/pl.po
672         * po/pt_BR.po
673         * po/pt_PT.po
674         * po/ru.po
675         * po/sk.po
676         * po/sr.po
677         * po/sv.po
678         * po/uk.po
679         * po/zh_CN.po
680         * po/zh_TW.po
681                 Merge RSSyl's translations
682
683 2013-02-16 [colin]      3.9.0cvs71
684
685         * src/mainwindow.c
686                 Fix use-after-free (introduced in cvs61)
687
688 2013-02-16 [colin]      3.9.0cvs70
689
690         * src/main.c
691         * src/prefs_common.c
692         * src/prefs_common.h
693         * src/common/defs.h
694         * src/common/w32_account.c
695                 Add an hidden preference to set the Windows theme
696         * src/plugins/Makefile.am
697         * src/plugins/rssyl/Makefile.am
698         * src/plugins/rssyl/claws.def
699         * src/plugins/rssyl/date.c
700         * src/plugins/rssyl/date.h
701         * src/plugins/rssyl/feed.c
702         * src/plugins/rssyl/feed.h
703         * src/plugins/rssyl/feedprops.c
704         * src/plugins/rssyl/feedprops.h
705         * src/plugins/rssyl/opml.c
706         * src/plugins/rssyl/opml.h
707         * src/plugins/rssyl/parsers.c
708         * src/plugins/rssyl/parsers.h
709         * src/plugins/rssyl/placeholder.txt
710         * src/plugins/rssyl/plugin.c
711         * src/plugins/rssyl/plugin.def
712         * src/plugins/rssyl/rssyl.c
713         * src/plugins/rssyl/rssyl.h
714         * src/plugins/rssyl/rssyl_cb_gtk.c
715         * src/plugins/rssyl/rssyl_cb_gtk.h
716         * src/plugins/rssyl/rssyl_cb_menu.c
717         * src/plugins/rssyl/rssyl_cb_menu.h
718         * src/plugins/rssyl/rssyl_gtk.c
719         * src/plugins/rssyl/rssyl_gtk.h
720         * src/plugins/rssyl/rssyl_prefs.c
721         * src/plugins/rssyl/rssyl_prefs.h
722         * src/plugins/rssyl/strreplace.c
723         * src/plugins/rssyl/strreplace.h
724         * src/plugins/rssyl/version.rc
725                 Add RSSyl
726         * src/plugins/vcalendar/Makefile.am
727         * src/plugins/vcalendar/Makefile.in
728         * src/plugins/vcalendar/plugin.c
729         * src/plugins/vcalendar/libical/libical/icalversion.h
730                 Fix Curl flags :)
731
732 2013-02-14 [paul]       3.9.0cvs69
733
734         * po/id_ID.po
735                 "fix" plural forms
736
737 2013-02-14 [colin]      3.9.0cvs68
738
739         * po/POTFILES.in
740                 Add vcalendar files
741         * po/merge-po-from-plugin.sh
742                 Add helper script to merge external plugins translations
743         * po/bg.po
744         * po/ca.po
745         * po/cs.po
746         * po/de.po
747         * po/en_GB.po
748         * po/es.po
749         * po/fi.po
750         * po/fr.po
751         * po/hu.po
752         * po/id_ID.po
753         * po/it.po
754         * po/ja.po
755         * po/lt.po
756         * po/nl.po
757         * po/pl.po
758         * po/pt_BR.po
759         * po/pt_PT.po
760         * po/ru.po
761         * po/sk.po
762         * po/sr.po
763         * po/sv.po
764         * po/uk.po
765         * po/zh_CN.po
766         * po/zh_TW.po
767                 Merge translations from fancy and vcalendar
768
769 2013-02-14 [colin]      3.9.0cvs67
770
771         * configure.ac
772                 Fix perl detection
773
774 2013-02-14 [colin]      3.9.0cvs66
775
776         * src/plugins/vcalendar/claws.def
777         * src/plugins/vcalendar/plugin.def
778                 Add missing files
779         * src/plugins/vcalendar/libical/Makefile.in
780         * src/plugins/vcalendar/libical/design-data/Makefile.in
781         * src/plugins/vcalendar/libical/libical/Makefile.in
782         * src/plugins/vcalendar/libical/scripts/Makefile.in
783                 Remove extraneous files
784
785 2013-02-13 [colin]      3.9.0cvs65
786
787         * src/plugins/address_dup_finder/placeholder.txt
788         * src/plugins/synce/placeholder.txt
789                 Removed, deprecated plugins
790         * src/plugins/Makefile.am
791         * src/plugins/vcalendar/Makefile.am
792         * src/plugins/vcalendar/Makefile.in
793         * src/plugins/vcalendar/common-views.c
794         * src/plugins/vcalendar/common-views.h
795         * src/plugins/vcalendar/day-view.c
796         * src/plugins/vcalendar/icaltime_as_local.c
797         * src/plugins/vcalendar/icaltime_as_local.h
798         * src/plugins/vcalendar/month-view.c
799         * src/plugins/vcalendar/placeholder.txt
800         * src/plugins/vcalendar/plugin.c
801         * src/plugins/vcalendar/vcal_dbus.c
802         * src/plugins/vcalendar/vcal_dbus.h
803         * src/plugins/vcalendar/vcal_folder.c
804         * src/plugins/vcalendar/vcal_folder.h
805         * src/plugins/vcalendar/vcal_interface.h
806         * src/plugins/vcalendar/vcal_manager.c
807         * src/plugins/vcalendar/vcal_manager.h
808         * src/plugins/vcalendar/vcal_meeting_gtk.c
809         * src/plugins/vcalendar/vcal_meeting_gtk.h
810         * src/plugins/vcalendar/vcal_prefs.c
811         * src/plugins/vcalendar/vcal_prefs.h
812         * src/plugins/vcalendar/vcalendar.c
813         * src/plugins/vcalendar/vcalendar.h
814         * src/plugins/vcalendar/version.rc
815         * src/plugins/vcalendar/libical/.cvsignore
816         * src/plugins/vcalendar/libical/Makefile.am
817         * src/plugins/vcalendar/libical/Makefile.in
818         * src/plugins/vcalendar/libical/design-data/.cvsignore
819         * src/plugins/vcalendar/libical/design-data/Makefile.am
820         * src/plugins/vcalendar/libical/design-data/Makefile.in
821         * src/plugins/vcalendar/libical/design-data/parameters.csv
822         * src/plugins/vcalendar/libical/design-data/properties.csv
823         * src/plugins/vcalendar/libical/design-data/restrictions.csv
824         * src/plugins/vcalendar/libical/design-data/status.txt
825         * src/plugins/vcalendar/libical/design-data/value-types.csv
826         * src/plugins/vcalendar/libical/libical/.cvsignore
827         * src/plugins/vcalendar/libical/libical/Makefile.am
828         * src/plugins/vcalendar/libical/libical/Makefile.in
829         * src/plugins/vcalendar/libical/libical/icalattendee.c
830         * src/plugins/vcalendar/libical/libical/icalattendee.h
831         * src/plugins/vcalendar/libical/libical/icalcomponent.c
832         * src/plugins/vcalendar/libical/libical/icalcomponent.h
833         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
834         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
835         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
836         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
837         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
838         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
839         * src/plugins/vcalendar/libical/libical/icalduration.c
840         * src/plugins/vcalendar/libical/libical/icalduration.h
841         * src/plugins/vcalendar/libical/libical/icalenums.c
842         * src/plugins/vcalendar/libical/libical/icalenums.h
843         * src/plugins/vcalendar/libical/libical/icalerror.c
844         * src/plugins/vcalendar/libical/libical/icalerror.h
845         * src/plugins/vcalendar/libical/libical/icallangbind.c
846         * src/plugins/vcalendar/libical/libical/icallangbind.h
847         * src/plugins/vcalendar/libical/libical/icallexer.l
848         * src/plugins/vcalendar/libical/libical/icalmemory.c
849         * src/plugins/vcalendar/libical/libical/icalmemory.h
850         * src/plugins/vcalendar/libical/libical/icalmime.c
851         * src/plugins/vcalendar/libical/libical/icalmime.h
852         * src/plugins/vcalendar/libical/libical/icalparameter.c
853         * src/plugins/vcalendar/libical/libical/icalparameter.h
854         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
855         * src/plugins/vcalendar/libical/libical/icalparser.c
856         * src/plugins/vcalendar/libical/libical/icalparser.h
857         * src/plugins/vcalendar/libical/libical/icalperiod.c
858         * src/plugins/vcalendar/libical/libical/icalperiod.h
859         * src/plugins/vcalendar/libical/libical/icalproperty.c
860         * src/plugins/vcalendar/libical/libical/icalproperty.h
861         * src/plugins/vcalendar/libical/libical/icalrecur.c
862         * src/plugins/vcalendar/libical/libical/icalrecur.h
863         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
864         * src/plugins/vcalendar/libical/libical/icalrestriction.h
865         * src/plugins/vcalendar/libical/libical/icaltime.c
866         * src/plugins/vcalendar/libical/libical/icaltime.h
867         * src/plugins/vcalendar/libical/libical/icaltypes.c
868         * src/plugins/vcalendar/libical/libical/icaltypes.h
869         * src/plugins/vcalendar/libical/libical/icalvalue.c
870         * src/plugins/vcalendar/libical/libical/icalvalue.h
871         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
872         * src/plugins/vcalendar/libical/libical/icalversion.h
873         * src/plugins/vcalendar/libical/libical/icalversion.h.in
874         * src/plugins/vcalendar/libical/libical/icalyacc.output
875         * src/plugins/vcalendar/libical/libical/icalyacc.y
876         * src/plugins/vcalendar/libical/libical/pvl.c
877         * src/plugins/vcalendar/libical/libical/pvl.h
878         * src/plugins/vcalendar/libical/libical/sspm.c
879         * src/plugins/vcalendar/libical/libical/sspm.h
880         * src/plugins/vcalendar/libical/libical/vsnprintf.c
881         * src/plugins/vcalendar/libical/scripts/.cvsignore
882         * src/plugins/vcalendar/libical/scripts/Makefile.am
883         * src/plugins/vcalendar/libical/scripts/Makefile.in
884         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
885         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
886         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
887         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
888         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
889         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
890         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
891         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
892                 Add vcalendar.
893
894 2013-02-13 [colin]      3.9.0cvs64
895
896         * src/plugins/acpi_notifier/placeholder.txt
897         * src/plugins/address_dup_finder/placeholder.txt
898         * src/plugins/address_keeper/placeholder.txt
899         * src/plugins/archive/placeholder.txt
900         * src/plugins/att_remover/placeholder.txt
901         * src/plugins/attachwarner/placeholder.txt
902         * src/plugins/bsfilter/placeholder.txt
903         * src/plugins/clamd/placeholder.txt
904         * src/plugins/fetchinfo/placeholder.txt
905         * src/plugins/gdata/placeholder.txt
906         * src/plugins/geolocation/placeholder.txt
907         * src/plugins/gtkhtml2_viewer/placeholder.txt
908         * src/plugins/mailmbox/placeholder.txt
909         * src/plugins/newmail/placeholder.txt
910         * src/plugins/notification/placeholder.txt
911         * src/plugins/pdf_viewer/placeholder.txt
912         * src/plugins/perl/placeholder.txt
913         * src/plugins/python/placeholder.txt
914         * src/plugins/rssyl/placeholder.txt
915         * src/plugins/spam_report/placeholder.txt
916         * src/plugins/synce/placeholder.txt
917         * src/plugins/tnef_parse/placeholder.txt
918         * src/plugins/vcalendar/placeholder.txt
919                 Add temporary placeholders for ex-extra-plugins to be
920                 integrated.
921
922 2013-02-13 [paul]       3.9.0cvs63
923
924         * src/plugins/fancy/Makefile.am
925                 no need for EXTRA_DIST
926
927 2013-02-13 [paul]       3.9.0cvs62
928
929         * configure.ac
930         * po/POTFILES.in
931         * src/plugins/Makefile.am
932         * src/plugins/fancy/Makefile.am
933         * src/plugins/fancy/fancy_prefs.c
934         * src/plugins/fancy/fancy_prefs.h
935         * src/plugins/fancy/fancy_viewer.c
936         * src/plugins/fancy/fancy_viewer.h
937                 move the Fancy plugin into core
938
939 2013-02-11 [paul]       3.9.0cvs61
940
941         * src/mainwindow.c
942                 use the Delete key to remove colour label accels (same as everywhere else).
943                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
944
945 2013-01-26 [mir]        3.9.0cvs60
946
947         * tools/vcard2xml.py
948         Fixes bugs:
949             1) Lines split over more than one line breaks parser
950             2) Get email addres correct. Not only email;internet
951         Improvements:
952             1) Basic handling of vcard 3.0
953
954
955 2013-01-23 [colin]      3.9.0cvs59
956
957         * src/action.c
958         * src/common/utils.c
959                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
960
961 2013-01-23 [colin]      3.9.0cvs58
962
963         * src/imap.c
964                 Fix bug #2863, "Applying has_attachment quicksearch
965                 on IMAP segfaults".
966
967 2013-01-21 [paul]       3.9.0cvs57
968
969         * src/codeconv.h
970         * src/procmime.c
971                 fix bug 2862, 'Segmentation fault when replying to a
972                 message where the "code conversion" fails'. add support
973                 for X-VIET-VPS encoding
974
975 2013-01-21 [paul]       3.9.0cvs56
976
977         * src/common/defs.h
978         * src/gtk/about.c
979                 promote the users' ml on the About/Info tab
980
981 2013-01-09 [paul]       3.9.0cvs55
982
983         * doc/man/claws-mail.1
984         * src/gtk/about.c
985                 update copyright year
986
987 2013-01-09 [paul]       3.9.0cvs54
988
989         * src/gtk/gtkaspell.c
990                 fix sensitivity of 'Use both dictionaries' in compose window
991
992 2013-01-09 [mir]        3.9.0cvs53
993
994         * tools/vcard2xml.py
995             Fix missing file encoding info.
996             See -> http://www.python.org/dev/peps/pep-0263/
997
998
999 2013-01-08 [mones]      3.9.0cvs52
1000
1001         * claws-mail.desktop
1002                 Added Swedish translation by Andreas Rönnquist
1003
1004 2012-12-20 [colin]      3.9.0cvs51
1005
1006         * src/action.c
1007                 Fix crash on action error;
1008                 Fix trimming of leading spaces in actions
1009
1010 2012-12-19 [colin]      3.9.0cvs50
1011
1012         * src/editldap.c
1013         * src/ldapctrl.c
1014         * src/ldapserver.c
1015                 Make LDAP over SSL work on Win32 - but not TLS,
1016                 unfortunately. Also, it requires the certificate
1017                 to be trusted.
1018
1019 2012-12-16 [colin]      3.9.0cvs49
1020
1021         * src/messageview.c
1022                 Add missing \n at end of the return receipt last part's headers.
1023
1024 2012-12-15 [paul]       3.9.0cvs48
1025
1026         * src/addrselect.c
1027                 fix bug 2832, 'mail to from adress-book splitt names'
1028
1029 2012-12-12 [colin]      3.9.0cvs47
1030
1031         * src/action.c
1032                 Port to g_spawn API and make actions work better on Win32
1033         * src/mainwindow.c
1034                 Indentation
1035
1036 2012-12-12 [ticho]      3.9.0cvs46
1037
1038         * src/compose.c
1039                 Move focus to body textview when subject entry is activated
1040                 (Enter key pressed) in compose window.
1041
1042 2012-12-10 [mones]      3.9.0cvs45
1043
1044         * src/addr_compl.c
1045                 Fix bug #2835 (core part) to allow NULL names which
1046                 have an address
1047
1048 2012-12-07 [colin]      3.9.0cvs44
1049
1050         * src/news.c
1051                 Try to fix strange crash in nntp_ping/session_destroy...
1052
1053 2012-12-06 [mones]      3.9.0cvs43
1054
1055         * tools/README
1056         * tools/gif2xface.pl
1057         * tools/outlook2claws-mail.pl
1058                 Fix address not working since years ago
1059
1060 2012-12-05 [mones]      3.9.0cvs42
1061
1062         * src/prefs_gtk.c
1063                 Do not set to NULL string preferences which have "" as
1064                 default value
1065
1066 2012-12-05 [colin]      3.9.0cvs41
1067
1068         * src/common/ssl.c
1069                 Nullify xcred pointer like the other ones
1070
1071 2012-12-03 [wwp]        3.9.0cvs40
1072
1073         * src/summaryview.c
1074         * src/mainwindow.c
1075         Avoid any possible confusion: 0 is not a neutral value when passed
1076         to main_window_get_mask() - use -1 instead, even in those cases we
1077         don't care.
1078
1079 2012-12-03 [wwp]        3.9.0cvs39
1080
1081         * src/toolbar.c
1082         Fix sensitivity of next-unread toolbar button.
1083
1084 2012-12-03 [colin]      3.9.0cvs38
1085
1086         * src/common/utils.c
1087                 Fix following relative symlinks
1088
1089 2012-12-02 [colin]      3.9.0cvs37
1090
1091         * src/main.c
1092                 Of course you can't, Windows. Of course...
1093
1094 2012-12-02 [colin]      3.9.0cvs36
1095
1096         * src/main.c
1097                 Move control sockets inside their own directory,
1098                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1099                 - cleaner separation of sockets and config dirs in
1100                   case of alternate config directories
1101                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1102                   exists as a socket, use it to control the running entity
1103                 - backwards migration is handled: starting an old Claws Mail
1104                   version will bail out as creating the legacy socket won't
1105                   be possible.
1106                 - migration for alternate-config-dirs is not handled, which
1107                   could be mentioned in release notes.
1108                 Fixes bug #2828, "Use MD5 digest for socket name"
1109
1110 2012-12-01 [colin]      3.9.0cvs35
1111
1112         * src/common/utils.c
1113                 As usual, Windows is a little bit different
1114                 (you have to love it the same as the normal OSes...)
1115
1116 2012-12-01 [colin]      3.9.0cvs34
1117
1118         * src/common/utils.c
1119         * src/common/utils.h
1120                 Add a canonicalizer function and use it to
1121                 canonicalize rc_dir.
1122
1123 2012-11-30 [mones]      3.9.0cvs33
1124
1125         * src/common/plugin.c
1126                 Fixes #1137 completely, saving path-less plugins as is
1127                 in config. With this patch user can edit plugin list on
1128                 clawsrc and remove absolute paths from shared plugins,
1129                 leaving only the "pluginname.so". Those will be tried to
1130                 load from plugin dir of the loading core. Notice that
1131                 those will also fail to load on older versions, and will
1132                 probably be removed from your config without warning by
1133                 the older version.
1134
1135 2012-11-30 [wwp]        3.9.0cvs32
1136
1137         * src/mainwindow.c
1138         * src/mainwindow.h
1139         * src/summaryview.c
1140         * src/toolbar.c
1141         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1142         also fix list loop initializers.
1143
1144 2012-11-30 [wwp]        3.9.0cvs31
1145
1146         * src/mainwindow.c
1147         * src/mainwindow.h
1148         * src/procmsg.c
1149         * src/send_message.c
1150         * src/send_message.h
1151         * src/toolbar.c
1152         * src/toolbar.h
1153         Add Message/Cancel sending (same as --cancel-sending), adds the
1154         relevant toolbar icon, and an extra cancel sending+receiving icon
1155         for convenience.
1156
1157 2012-11-29 [colin]      3.9.0cvs30
1158
1159         * src/mainwindow.c
1160                 Fix mask on a few menu items (thanks Ricardo!)
1161
1162 2012-11-28 [wwp]        3.9.0cvs29
1163
1164         * src/mainwindow.c
1165         * src/mainwindow.h
1166         * src/summaryview.c
1167         * src/toolbar.c
1168         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1169         Complete toolbar_init(), which was missing few inits.
1170
1171 2012-11-28 [colin]      3.9.0cvs28
1172
1173         * src/mainwindow.c
1174         * src/news.c
1175         * src/news.h
1176         * src/etpan/nntp-thread.c
1177                 Disconnect NNTP accounts too when switching offline
1178
1179 2012-11-28 [colin]      3.9.0cvs27
1180
1181         * src/imap.c
1182         * src/news.c
1183         * src/common/session.c
1184         * src/common/session.h
1185                 Add keep-alive pings on IMAP and NNTP
1186
1187 2012-11-28 [colin]      3.9.0cvs26
1188
1189         * src/imap.c
1190         * src/etpan/imap-thread.c
1191         * src/etpan/imap-thread.h
1192                 Try locale's charset and UTF-7 on server-side
1193                 searches when UTF-8 fails. Also, don't even
1194                 mention a charset if searching for an ASCII
1195                 string.
1196
1197 2012-11-27 [colin]      3.9.0cvs25
1198
1199         * src/main.c
1200                 Unbreak the build.
1201
1202 2012-11-27 [colin]      3.9.0cvs24
1203
1204         * src/common/ssl.c
1205                 Fix bug #2826, "replace deprecated gnutls function"
1206                 Patch by Christian Hesse
1207
1208 2012-11-27 [colin]      3.9.0cvs23
1209
1210         * src/gtk/manage_window.c
1211                 Stop spamming logs with focus events.
1212
1213 2012-11-27 [colin]      3.9.0cvs22
1214
1215         * src/mainwindow.c
1216         * src/prefs_common.c
1217         * src/prefs_common.h
1218                 Unsneak a work-in-progress patch that I mistakengly
1219                 commited with a cleanup
1220
1221 2012-11-27 [wwp]        3.9.0cvs21
1222
1223         * doc/man/claws-mail.1
1224         * src/main.c
1225         * src/send_message.c
1226         * src/send_message.h
1227                 Add --cancel-sending command-line switch.
1228
1229 2012-11-23 [colin]      3.9.0cvs20
1230
1231         * src/jpilot.c
1232         * src/main.c
1233         * src/mainwindow.c
1234         * src/matcher.c
1235         * src/prefs_common.c
1236         * src/prefs_common.h
1237         * src/procmsg.c
1238         * src/common/socket.c
1239         * src/common/socket.h
1240         * src/common/ssl.c
1241         * src/common/ssl_certificate.c
1242         * src/common/ssl_certificate.h
1243         * src/etpan/imap-thread.c
1244         * src/etpan/nntp-thread.c
1245                 Cleanup some warnings and deprecated types. Patch by
1246                 Christian Hesse, fixing bug #2617. Thanks!
1247
1248 2012-11-23 [colin]      3.9.0cvs19
1249
1250         * AUTHORS
1251         * src/gtk/authors.h
1252                 Add Christian Hesse which was forgotten for some reason
1253
1254 2012-11-21 [colin]      3.9.0cvs18
1255
1256         * src/etpan/imap-thread.c
1257                 Don't set charset on simple searches. Fixes Exchange 2007.
1258
1259 2012-11-20 [colin]      3.9.0cvs17
1260
1261         * src/prefs_matcher.c
1262                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1263
1264 2012-11-20 [ticho]      3.9.0cvs16
1265
1266         * src/gtk/prefswindow.c
1267                 Actually allow folder preference pages which are in top level of
1268                 page index UI to be selected.
1269
1270 2012-11-20 [ticho]      3.9.0cvs15
1271
1272         * src/prefs_folder_item.c
1273                 Remove useless "Folder" root in page index of folder preferences UI.
1274
1275 2012-11-18 [colin]      3.9.0cvs14
1276
1277         * AUTHORS
1278         * src/advsearch.c
1279         * src/matcher.c
1280         * src/matcher.h
1281         * src/matcher_parser_parse.y
1282         * src/prefs_matcher.c
1283         * src/gtk/authors.h
1284         * src/gtk/quicksearch.c
1285                 Add age_{greater,lower}_hours matcher criteria
1286                 Initial patch by Abhay S. Kushwaha.
1287
1288 2012-11-18 [ticho]      3.9.0cvs13
1289
1290         * src/mbox.c
1291                 Improve i18n plural handling in a string used while
1292                 importing from mbox.
1293
1294 2012-11-16 [ticho]      3.9.0cvs12
1295
1296         * po/bg.po
1297         * po/ca.po
1298         * po/cs.po
1299         * po/de.po
1300         * po/en_GB.po
1301         * po/es.po
1302         * po/fi.po
1303         * po/fr.po
1304         * po/he.po
1305         * po/hu.po
1306         * po/id_ID.po
1307         * po/it.po
1308         * po/ja.po
1309         * po/lt.po
1310         * po/nl.po
1311         * po/pl.po
1312         * po/pt_BR.po
1313         * po/pt_PT.po
1314         * po/ru.po
1315         * po/sk.po
1316         * po/sr.po
1317         * po/sv.po
1318         * po/uk.po
1319         * po/zh_CN.po
1320         * po/zh_TW.po
1321         * po/Makevars
1322                 Update message catalogs to match changes in 3.9.0cvs11.
1323
1324 2012-11-16 [ticho]      3.9.0cvs11
1325
1326         * src/account.c
1327         * src/addrcustomattr.c
1328         * src/edittags.c
1329         * src/prefs_filtering.c
1330         * src/prefs_matcher.c
1331         * src/prefs_msg_colors.c
1332         * src/toolbar.c
1333         * src/uri_opener.c
1334         * src/wizard.c
1335         * src/common/utils.c
1336         * src/gtk/about.c
1337                 Use pgettext() and friends for i18n context strings, instead of
1338                 having a pipe character in msgid for context separation. This uses
1339                 glib's C_ macro, instead of Q_.
1340
1341 2012-11-16 [colin]      3.9.0cvs10
1342
1343         * src/foldersel.c
1344         * src/prefs_actions.c
1345         * src/prefs_filtering_action.c
1346         * src/prefs_matcher.c
1347         * src/quote_fmt.c
1348         * src/gtk/description_window.c
1349         * src/gtk/description_window.h
1350         * src/gtk/inputdialog.c
1351         * src/gtk/manage_window.c
1352         * src/gtk/quicksearch.c
1353                 Try to better fix focus problems. Should address:
1354                 Bug #2774
1355                 Bug #2624
1356                 Bug #1963
1357                 Bug #2780
1358                 Please check using your favorite WM that the following works:
1359                 Information button (Quicksearch, Templates, 'Test' filtering 
1360                 condition)
1361                 Folder selection (Move/Copy contextual menu,
1362                 various preferences, including 'New folder').
1363                 Tested with XFCE, Gnome Shell and Windows.
1364                 
1365
1366 2012-11-16 [colin]      3.9.0cvs9
1367
1368         * src/advsearch.c
1369                 Init is_fast too
1370
1371 2012-11-16 [colin]      3.9.0cvs8
1372
1373         * src/advsearch.c
1374                 Fix missing initialisation of bool_and which could
1375                 lead to From/To/Subject/Tag searches searching with
1376                 binary and.
1377                 Also clean up tag expansion. No need to create a
1378                 matcher string and re-parse it.
1379
1380 2012-11-16 [paul]       3.9.0cvs7
1381
1382         * po/de.po
1383                 fix by Thomas Bellmann
1384
1385 2012-11-15 [colin]      3.9.0cvs6
1386
1387         * src/summaryview.c
1388                 Fix bug #2785, "Marking mails for deletion reopens internal 
1389                 message view"
1390
1391 2012-11-15 [colin]      3.9.0cvs5
1392
1393         * src/main.c
1394         * src/statusbar.c
1395         * src/gtk/gtkcmclist.c
1396         * src/gtk/gtkcmclist.h
1397                 a few more GTK+3 fixes. Segfaults on me, though.
1398
1399 2012-11-15 [colin]      3.9.0cvs4
1400
1401         * src/Makefile.am
1402         * src/action.c
1403         * src/addr_compl.c
1404         * src/addressbook.c
1405         * src/addrgather.c
1406         * src/compose.c
1407         * src/editaddress.c
1408         * src/editgroup.c
1409         * src/main.c
1410         * src/mainwindow.c
1411         * src/message_search.c
1412         * src/prefs_display_header.c
1413         * src/prefs_filtering_action.c
1414         * src/prefs_matcher.c
1415         * src/prefs_other.c
1416         * src/prefs_toolbar.c
1417         * src/printing.c
1418         * src/stock_pixmap.c
1419         * src/summary_search.c
1420         * src/summaryview.c
1421         * src/textview.c
1422         * src/gtk/Makefile.am
1423         * src/gtk/colorlabel.c
1424         * src/gtk/combobox.c
1425         * src/gtk/combobox.h
1426         * src/gtk/gtkcmclist.c
1427         * src/gtk/gtkcmclist.h
1428         * src/gtk/gtkcmctree.c
1429         * src/gtk/gtksctree.c
1430         * src/gtk/gtkshruler.c
1431         * src/gtk/gtkutils.c
1432         * src/gtk/gtkutils.h
1433         * src/gtk/inputdialog.c
1434         * src/gtk/quicksearch.c
1435         * src/plugins/pgpcore/Makefile.am
1436         * src/plugins/pgpinline/Makefile.am
1437         * src/plugins/pgpmime/Makefile.am
1438         * src/plugins/smime/Makefile.am
1439                 Big GTK+3 patch from Hanno Meyer-Thurow
1440
1441 2012-11-15 [wwp]        3.9.0cvs3
1442
1443         * doc/man/claws-mail.1
1444         * src/main.c
1445                 Add --cancel-receiving command-line switch.
1446
1447 2012-11-15 [wwp]        3.9.0cvs2
1448
1449         * src/ssl_manager.c
1450         * src/gtk/sslcertwindow.c
1451                 Fix Capitalization.
1452
1453 2012-11-15 [paul]       3.9.0cvs1
1454
1455         * po/cs.po
1456         * po/fi.po
1457         * po/sk.po
1458                 updates from David Vachulka, Flammie Pirinen, and
1459                 Slavko
1460
1461 2012-11-14 [paul]       3.9.0
1462         * NEWS
1463         * README
1464         * RELEASE_NOTES 
1465                 3.9.0 unleashed!
1466
1467 2012-11-14 [paul]       3.8.1cvs123
1468
1469         * po/de.po
1470         * po/es.po
1471         * po/fi.po
1472         * po/fr.po
1473         * po/hu.po
1474         * po/pt_BR.po
1475         * po/sv.po
1476         * po/uk.po
1477         * po/zh_TW.po
1478                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1479                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1480                 YUP, Wei-Lun Chao
1481
1482 2012-11-14 [paul]       3.8.1cvs122
1483
1484         * tools/README
1485         * tools/fix_date.sh
1486                 improvements by wwp
1487
1488 2012-11-14 [colin]      3.8.1cvs121
1489
1490         * src/action.c
1491                 And fix warning with breaking functionality
1492
1493 2012-11-14 [paul]       3.8.1cvs120
1494
1495         * src/action.c
1496                 revert this change from 3.8.1cvs60, it breaks
1497                 actions with a pipe
1498
1499 2012-11-14 [colin]      3.8.1cvs119
1500
1501         * src/common/plugin.c
1502                 If plugin fails to load from absolute path, try from
1503                 default plugin path. 
1504                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1505                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1506                 results in wrong paths in clawsrc'
1507
1508 2012-11-12 [colin]      3.8.1cvs118
1509
1510         * src/messageview.c
1511                 Fix initial focus on textview. Fixes bug #2776,
1512                 "Make all menu shortcuts work properly in the message window"
1513
1514 2012-11-09 [colin]      3.8.1cvs117
1515
1516         * src/etpan/imap-thread.c
1517                 Specify search charset. Thanks to Aleksei Miheev
1518
1519 2012-11-08 [colin]      3.8.1cvs116
1520
1521         * src/common/socket.c
1522         * src/gtk/gtkutils.c
1523                 Fix socket communication
1524
1525 2012-11-08 [colin]      3.8.1cvs115
1526
1527         * src/plugins/pgpcore/sgpgme.c
1528                 Fix Windows runtime crash
1529
1530 2012-11-08 [colin]      3.8.1cvs114
1531
1532         * src/gtk/quicksearch.c
1533                 Fix going active with NULL matchstring (for example
1534                 when changing type before typing anything)
1535
1536 2012-11-07 [colin]      3.8.1cvs113
1537
1538         * src/mbox.c
1539                 Fix Windows build
1540
1541 2012-11-06 [mones]      3.8.1cvs112
1542
1543         * doc/man/claws-mail.1
1544                 Sync with AUTHORS file
1545         * src/gtk/quicksearch.c
1546                 Add number units where appropriate
1547
1548 2012-10-31 [paul]       3.8.1cvs111
1549
1550         * src/prefs_folder_item.c
1551                 add missing closing bracket. thanks to Andreas Rönnquist.
1552
1553 2012-10-31 [colin]      3.8.1cvs110
1554
1555         * src/prefs_folder_item.c
1556                 Fix prefs text and extra semi-colon. Thanks to Paul!
1557
1558 2012-10-31 [colin]      3.8.1cvs109
1559
1560         * src/folder_item_prefs.c
1561         * src/folder_item_prefs.h
1562         * src/messageview.c
1563         * src/prefs_folder_item.c
1564                 Implement feature from bug #2569, 
1565                 "select html part on folder specific properties"
1566                 Patch based on Andrej's patch.
1567
1568 2012-10-29 [wwp]        3.8.1cvs108
1569
1570         * src/textview.c
1571         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1572         broken URL parsing.
1573
1574 2012-10-25 [colin]      3.8.1cvs107
1575
1576         * src/textview.c
1577                 Verify the previous URI wasn't the same...
1578                 fixes http://www. URIs.
1579
1580 2012-10-25 [colin]      3.8.1cvs106
1581
1582         * src/common/utils.c
1583         * src/common/utils.h
1584         * src/textview.c
1585                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1586                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1587                 from 30% to 15%. Patch by Igor Mammedov
1588
1589 2012-10-25 [colin]      3.8.1cvs105
1590
1591         * src/textview.c
1592                 Do not allow search cost to explode in case of bad message
1593                 parsing in textview_make_clickable_parts_later(); reduces
1594                 cost of textview_make_clickable_parts_later() from 99% to
1595                 17% for big bad-case message. Patch by Igor Mammedov
1596
1597 2012-10-25 [colin]      3.8.1cvs104
1598
1599         * src/textview.c
1600         * src/textview.h
1601                 Avoid strlen() on big buffers, use precomputed length instead
1602                 it reduces cost of textview_write_line() from 32% to 3% for
1603                 big messages. Patch by Igor Mammedov
1604         * AUTHORS
1605         * src/gtk/authors.h
1606                 Add Igor
1607
1608 2012-10-24 [mones]      3.8.1cvs103
1609
1610         * src/advsearch.c
1611                 Trust on IMAP core on-line/off-line management
1612                 Patch by Sean Buckheister
1613
1614 2012-10-19 [paul]       3.8.1cvs102
1615
1616         * AUTHORS
1617         * src/crash.c
1618         * src/gtk/authors.h
1619                 fix bug 2760, 'display correct libc version in crash dialog 
1620                 when uclibc is used'.
1621                 fixes build with uclibc. patch by Natanael Copa.
1622
1623 2012-10-18 [mones]      3.8.1cvs101
1624
1625         * claws-mail.desktop
1626                 Fix bug #2761 and remove invalid GTK main category
1627
1628 2012-10-17 [colin]      3.8.1cvs100
1629
1630         * src/common/ssl_certificate.c
1631                 Fix bug #2759, "Error messages regarding bad
1632                 client certificates are less than helpful"
1633                 Based on patch by bug reporter.
1634
1635 2012-10-13 [paul]       3.8.1cvs99
1636
1637         * src/common/ssl_certificate.c
1638                 fix build with gnutls 3.1.3
1639                 Patch by Sean Buckheister.
1640
1641 2012-10-12 [mones]      3.8.1cvs98
1642
1643         * src/compose.c
1644         * src/grouplistdialog.c
1645         * src/imap.c
1646         * src/news_gtk.c
1647         * src/procmime.c
1648         * src/procmsg.c
1649         * src/common/utils.c
1650         * src/common/utils.h
1651         * src/etpan/imap-thread.c
1652                 New slist_free_strings_full wrapper for g_slist_free_full
1653                 and simplify calls where it was being used
1654
1655 2012-10-12 [colin]      3.8.1cvs97
1656
1657         * src/common/defs.h
1658                 Drop include of internal glib header
1659                 Patch by Werner Koch
1660
1661 2012-10-12 [colin]      3.8.1cvs96
1662
1663         * src/gtk/gtkcmctree.c
1664         * src/gtk/gtksctree.c
1665                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1666                 mouse". Patch mostly by Tom Horsley
1667
1668 2012-10-12 [iwkse]      3.8.1cvs95
1669
1670         * src/common/utils.c
1671                         g_free *mutex
1672
1673 2012-10-12 [mones]      3.8.1cvs94
1674
1675         * src/common/utils.c
1676                 Remove undeclared mutex symbol
1677
1678 2012-10-12 [colin]      3.8.1cvs93
1679
1680         * src/compose.c
1681         * src/prefs_account.c
1682         * src/common/utils.c
1683         * src/common/utils.h
1684                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1685                 Thanks to Salvatore de Paolis
1686
1687 2012-10-10 [colin]      3.8.1cvs92
1688
1689         * src/folder.c
1690                 Fix bug #2744, "Quick search throws bad command 
1691                 argument error on Microsoft Exchange". Fall back
1692                 to local search if folder-specific search fails.
1693         * src/gtk/quicksearch.c
1694                 Typo fix.
1695
1696 2012-10-10 [colin]      3.8.1cvs91
1697
1698         * src/procmsg.h
1699                 Make what the tags list contain more clear
1700
1701 2012-10-10 [colin]      3.8.1cvs90
1702
1703         * src/inc.c
1704         * src/mbox.c
1705         * src/common/smtp.c
1706         * src/common/smtp.h
1707                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1708                 Patch by "madroach"
1709
1710 2012-10-10 [colin]      3.8.1cvs89
1711
1712         * autogen.sh
1713                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1714
1715 2012-10-10 [colin]      3.8.1cvs88
1716
1717         * src/compose.c
1718                 Leak fix (thanks Ricardo!)
1719
1720 2012-10-10 [colin]      3.8.1cvs87
1721
1722         * src/common/utils.c
1723                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1724                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1725                 fixes by Michael Rasmussen and myself.
1726                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1727                 semantics are different from slist_free_strings() in that
1728                 slist_free_strings does not free the list itself.
1729
1730 2012-10-09 [mones]      3.8.1cvs86
1731
1732         * doc/man/claws-mail.1
1733         * src/compose.c
1734         * src/common/utils.c
1735                 New extra headers feature for adding user-defined
1736                 extra headers to the combobox in the compose window
1737                 Headers are stablished in 'extraheaderrc', one per
1738                 line with a final colon
1739
1740 2012-10-06 [mones]      3.8.1cvs85
1741
1742         * po/POTFILES.in
1743                 Added src/gtk/menu.c
1744         * src/common/defs.h
1745         * src/gtk/menu.c
1746         * src/gtk/menu.h
1747                 New function cm_menu_item_new_label_from_url to
1748                 avoid crashing on huge URL strings and warn user
1749                 about the possible causes
1750         * src/mainwindow.c
1751                 Use it to create List menu items safely
1752
1753 2012-10-04 [colin]      3.8.1cvs84
1754
1755         * src/imap.c
1756                 Fix keywords with spaces
1757
1758 2012-10-04 [colin]      3.8.1cvs83
1759
1760         * src/advsearch.c
1761                 Fix double-tag search. Maybe fixes bug #2744,
1762                 'Quick search throws bad command argument 
1763                 error since recent change'. Patch by Sean.
1764
1765 2012-10-03 [mones]      3.8.1cvs82
1766
1767         * src/procmime.c
1768                 Fix bug #2743 'null pointer crash in procmime strchr'
1769                 Patch by Michael Schwendt (from RedHat bug 862578) 
1770
1771 2012-09-28 [colin]      3.8.1cvs81
1772
1773         * src/advsearch.c
1774                 Never search on server if we're offline
1775                 (Asking the user would and will be better)
1776         * src/imap.c
1777                 Fix uninitialized variable (bogus) warning
1778                 Fix SELECT of the folder before searching
1779
1780 2012-09-27 [colin]      3.8.1cvs80
1781
1782         * src/advsearch.c
1783         * src/imap.c
1784         * src/etpan/imap-thread.c
1785         * src/etpan/imap-thread.h
1786                 Implement IMAP server search. Patch by
1787                 Sean Buckheister again.
1788
1789 2012-09-26 [colin]      3.8.1cvs79
1790
1791         * src/main.c
1792         * src/matcher.c
1793         * src/matcher.h
1794                 Prepare the context strings, their translation take
1795                 CPU time. Shaves 6 seconds out of 17 on my reference
1796                 folder body search.
1797         * src/summary_search.c
1798                 Fix a warning
1799
1800 2012-09-26 [colin]      3.8.1cvs78
1801
1802         * src/matcher.c
1803         * src/procmime.c
1804         * src/procmime.h
1805                 Unlock I/O in procmime, give a way
1806                 for matcher to avoid having to
1807                 read/write tmp/rewind/read tmp for
1808                 body matches.
1809
1810 2012-09-26 [colin]      3.8.1cvs77
1811
1812         * src/summary_search.c
1813                 Fix unresponsive stop button
1814         * src/gtk/quicksearch.c
1815                 Fix busy cursor
1816
1817 2012-09-26 [colin]      3.8.1cvs76
1818
1819         * src/summary_search.c
1820         * src/summaryview.c
1821         * src/summaryview.h
1822         * src/gtk/quicksearch.c
1823                 Factorize search code in summary_search and
1824                 add a progress indicator as that slows down
1825                 the first result in case of body search.
1826
1827 2012-09-26 [colin]      3.8.1cvs75
1828
1829         * src/folder.c
1830                 Fix body search triggering GUI updates
1831                 for every message when it gets MSG_SCANNED
1832                 set.
1833
1834 2012-09-26 [colin]      3.8.1cvs74
1835
1836         * src/folder.c
1837         * src/folder.h
1838         * src/imap.c
1839         * src/procmsg.c
1840         * src/procmsg.h
1841         * src/summaryview.c
1842                 Factorize msg list to num list code;
1843                 Make search faster using cache instead
1844                 of network I/O
1845
1846 2012-09-25 [mones]      3.8.1cvs73
1847
1848         * src/gtk/quicksearch.c
1849                 Fix new expressions not being added to quicksearch
1850                 history in extended mode; patch by Sean Buckheister
1851
1852 2012-09-22 [mir]        3.8.1cvs72
1853
1854         * src/advsearch.c
1855                 Fix for not searching in folders marked 'no_select'
1856                 patch provided by Colin.
1857
1858 2012-09-22 [mones]      3.8.1cvs71
1859
1860         * src/advsearch.c
1861                 Add missing copyright header
1862
1863 2012-09-21 [colin]      3.8.1cvs70
1864
1865         * src/folder.c
1866                 Fix warning where msgcount was used
1867                 uninitialized in case the search was
1868                 to be performed on a message list subset.
1869
1870 2012-09-21 [colin]      3.8.1cvs69
1871
1872         * src/gtk/quicksearch.c
1873                 Fix error background not appearing
1874
1875 2012-09-21 [colin]      3.8.1cvs68
1876
1877         * src/Makefile.am
1878         * src/advsearch.c ** ADDED **
1879         * src/advsearch.h ** ADDED **
1880         * src/folder.c
1881         * src/folder.h
1882         * src/folderview.c
1883         * src/imap.c
1884         * src/main.c
1885         * src/matcher.c
1886         * src/matcher.h
1887         * src/matchertypes.h ** ADDED **
1888         * src/mh.c
1889         * src/mimeview.c
1890         * src/news.c
1891         * src/proctypes.h
1892         * src/summary_search.c
1893         * src/summaryview.c
1894         * src/summaryview.h
1895         * src/gtk/quicksearch.c
1896         * src/gtk/quicksearch.h
1897                 Separated GUI and logic for search
1898                 Use same logic for quicksearch and folder search
1899                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1900
1901 2012-09-19 [mones]      3.8.1cvs67
1902
1903         * src/mainwindow.c
1904                 Remove spurious parameter from get_url_part and
1905                 fix potential buffer overflow
1906
1907 2012-09-19 [colin]      3.8.1cvs66
1908
1909         * src/addressbook.c
1910         * src/addrselect.c
1911                 Un-mix mixed enum comparison which happened
1912                 to work because multiple enums define the same
1913                 values.
1914
1915 2012-09-19 [colin]      3.8.1cvs65
1916
1917         * src/addrindex.c
1918         * src/editaddress.c
1919         * src/editldap.c
1920         * src/exporthtml.c
1921         * src/jpilot.c
1922         * src/procmime.c
1923         * src/plugins/bogofilter/bogofilter_gtk.c
1924         * src/plugins/pgpcore/prefs_gpg.c
1925         * src/plugins/smime/smime.c
1926         * src/plugins/spamassassin/spamassassin_gtk.c
1927                 More warning fixes, casts, useless variables and
1928                 unchecked return values
1929
1930 2012-09-19 [colin]      3.8.1cvs64
1931
1932         * src/mainwindow.c
1933                 Check possible overflow
1934         * src/prefs_account.c
1935         * src/prefs_compose_writing.c
1936         * src/prefs_logging.c
1937         * src/prefs_message.c
1938         * src/prefs_msg_colors.c
1939         * src/prefs_other.c
1940         * src/prefs_receive.c
1941         * src/prefs_summaries.c
1942         * src/prefs_wrapping.c
1943                 fix GtkAdjustment casts
1944         * src/common/ssl.c
1945                 fix warnings
1946         * src/gtk/gtkaspell.c
1947                 fix warnings
1948
1949 2012-09-19 [mones]      3.8.1cvs63
1950
1951         * src/addritem.c
1952                 Fix leak and follow function specification
1953
1954 2012-09-19 [mones]      3.8.1cvs62
1955
1956         * src/action.c
1957                 Use unused var c to check result and emit messages on error
1958         * src/addrbook.c
1959                 Remove unused vars: attr (several functions), element
1960         * src/addrclip.c
1961                 Use unused var newGroup to check result
1962         * src/addrcustomattr.c
1963                 Remove unused var summaryview and related code
1964         * src/addressbook.c
1965                 Use unused vars nn, newNode, idleID to check result
1966                 Remove unused var aoType and refactor logic around it
1967                 Comment var enabled and related debug code
1968         * src/msgcache.c
1969                 Use unused var error to check result and emit debug messages
1970         * src/textview.c
1971                 Remove unused var link_color
1972         * src/toolbar.c
1973                 Remove unused vars: attr, retVal
1974
1975 2012-09-19 [colin]      3.8.1cvs61
1976
1977         * src/imap.c
1978         * src/inc.c
1979         * src/news.c
1980         * src/send_message.c
1981         * src/common/socket.c
1982                 More precise error logging
1983
1984 2012-09-16 [mones]      3.8.1cvs60
1985
1986         * src/action.c                                                          
1987                 Removed dup calls with ignored result
1988         * src/addr_compl.c                                                    
1989                 Removed unused var is_group and simplified logic around it      
1990         * src/addrharvest.c                                                  
1991         * src/matcher.c
1992         * src/procmsg.c                                                  
1993         * src/etpan/etpan-thread-manager.c                                    
1994                 Use unused var r to verify result and emit messages on error
1995         * src/compose.c                                                  
1996                 Move color variable into conditional usage blocks
1997                 Remove assigned but not used vars: lock, titles, count    
1998         * src/edittags.c
1999                 Remove assigned but not used var actions                        
2000         * src/folderview.c
2001                 Remove assigned but not used vars: from_parent, src_node        
2002         * src/imap_gtk.c
2003         * src/mh_gtk.c                                                    
2004                 Remove malloc-ed but not used var: old_path                  
2005         * src/news.c
2006                 Comment unused vars from commented block: tofetch, fetched      
2007         * src/prefs_account.c
2008                 Remove assigned but not used var: privacy_enabled
2009         * src/prefs_actions.c
2010         * src/prefs_customheader.c
2011                 Remove assigned but not used var: store
2012         * src/prefs_filtering.c
2013                 Remove assigned but not used var: n_rows
2014         * src/prefs_template.c
2015                 Remove assigned but not used vars: model, list_store
2016         * src/prefs_toolbar.c
2017                 Remove assigned but not used var: win_titles
2018         * src/printing.c
2019                 Remove assigned but not used vars: orientation, line, baseline,
2020                 off_chars 
2021         * src/etpan/imap-thread.c
2022                 Remove assigned but not used var: value, r
2023                 Refactor to check correct memory allocation
2024         * src/etpan/nntp-thread.c
2025                 Remove assigned but not used var: value
2026         * src/gtk/gtkaspell.c
2027                 Remove assigned but not used vars: textbuf, exist
2028                 Remove unused function: find_gtkaspeller
2029         * src/gtk/gtkcmctree.c
2030                 Remove unused function: gtk_cmctree_get_offset
2031         * src/gtk/gtkshruler.c
2032                 Remove assigned but not used vars: ruler, priv
2033
2034 2012-09-14 [mones]      3.8.1cvs59
2035
2036         * src/common/log.c
2037                 Check file operation results (and remove and
2038                 unused var warning)
2039
2040 2012-09-14 [colin]      3.8.1cvs58
2041
2042         * src/gtk/inputdialog.c
2043                 Remove unused var, thanks Ticho
2044
2045 2012-09-13 [colin]      3.8.1cvs57
2046
2047         * src/stock_pixmap.c
2048                 Fix missing \n in debug line
2049
2050 2012-09-13 [colin]      3.8.1cvs56
2051
2052         * src/main.c
2053                 Don't listen on the Unix socket before we're
2054                 ready. The 'popup' order from another instance
2055                 may provoke a race and trash configuration files.
2056
2057 2012-09-13 [colin]      3.8.1cvs55
2058
2059         * src/imap.c
2060                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2061                 Claws-Mail/IMAP and Lotus Domino". Use
2062                 correct types for start/end and test if
2063                 start is indeed before end.
2064
2065 2012-09-12 [mones]      3.8.1cvs54
2066
2067         * src/prefs_other.c
2068                 Fix bug #1975 'preference mutt key bindings do not take
2069                 effect' (and the other invalid paths too)
2070
2071 2012-09-12 [colin]      3.8.1cvs53
2072
2073         * src/procmsg.c
2074                 Revert that hunk, logic is unclear.
2075
2076 2012-09-12 [colin]      3.8.1cvs52
2077
2078         * src/addressbook.c
2079         * src/addrharvest.c
2080         * src/addrindex.c
2081         * src/addritem.c
2082         * src/compose.c
2083         * src/edittags.c
2084         * src/folder.c
2085         * src/imap.c
2086         * src/inc.c
2087         * src/ldif.c
2088         * src/mainwindow.c
2089         * src/mbox.c
2090         * src/mimeview.c
2091         * src/mutt.c
2092         * src/partial_download.c
2093         * src/prefs_filtering_action.c
2094         * src/prefs_toolbar.c
2095         * src/printing.c
2096         * src/procheader.c
2097         * src/procmime.c
2098         * src/procmsg.c
2099         * src/summaryview.c
2100         * src/textview.c
2101         * src/common/utils.c
2102         * src/etpan/imap-thread.c
2103         * src/gtk/gtkaspell.c
2104         * src/plugins/pgpcore/sgpgme.c
2105                 More fixes from bug #1961:
2106                 - Write-only variables
2107                 - Null pointer dereferences
2108                 - A couple other fixes for which the reporter
2109                   was unsure, but which showed problems.
2110                 More details in bug #1961 comments.
2111
2112 2012-09-12 [colin]      3.8.1cvs51
2113
2114         * src/compose.c
2115         * src/mh.c
2116         * src/common/ssl.c
2117         * src/plugins/pgpcore/passphrase.c
2118                 Apply patches from bug #1961, "patches for
2119                 a couple of clang warnings":
2120                 - Check return codes
2121                 - Remove dead code
2122
2123 2012-09-12 [colin]      3.8.1cvs50
2124
2125         * claws-mail.pc.in
2126                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2127                 where the included menu.h could come from Ncurses.
2128                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2129
2130 2012-09-11 [colin]      3.8.1cvs49
2131
2132         * src/main.c
2133                 Fix race condition at start.
2134
2135 2012-09-10 [colin]      3.8.1cvs48
2136
2137         * src/main.c
2138                 Create lock socket as soon as possible, not after
2139                 a few things like caching all prefs.
2140
2141 2012-09-09 [mones]      3.8.1cvs47
2142
2143         * src/plugins/bogofilter/bogofilter.c
2144                 Add missing include
2145
2146 2012-09-08 [colin]      3.8.1cvs46
2147
2148         * AUTHORS
2149         * src/Makefile.am
2150         * src/action.c
2151         * src/addr_compl.c
2152         * src/addrbook.c
2153         * src/compose.c
2154         * src/compose.h
2155         * src/editaddress.c
2156         * src/filtering.c
2157         * src/folder.c
2158         * src/folder.h
2159         * src/folderview.h
2160         * src/headerview.h
2161         * src/imap_gtk.c
2162         * src/localfolder.c
2163         * src/main.c
2164         * src/mainwindow.c
2165         * src/mainwindow.h
2166         * src/matcher.c
2167         * src/matcher_parser_parse.y
2168         * src/messageview.c
2169         * src/messageview.h
2170         * src/mh.c
2171         * src/mh_gtk.c
2172         * src/mimeview.c
2173         * src/mimeview.h
2174         * src/noticeview.h
2175         * src/prefs_account.c
2176         * src/prefs_account.h
2177         * src/prefs_filtering.c
2178         * src/prefs_filtering_action.c
2179         * src/prefs_gtk.h
2180         * src/prefs_matcher.c
2181         * src/prefs_template.c
2182         * src/prefs_toolbar.c
2183         * src/privacy.c
2184         * src/procheader.h
2185         * src/procmime.c
2186         * src/procmime.h
2187         * src/procmsg.c
2188         * src/procmsg.h
2189         * src/proctypes.h
2190         * src/remotefolder.c
2191         * src/summaryview.c
2192         * src/summaryview.h
2193         * src/textview.c
2194         * src/textview.h
2195         * src/toolbar.c
2196         * src/uri_opener.c
2197         * src/viewtypes.h
2198         * src/common/defs.h
2199         * src/gtk/authors.h
2200         * src/gtk/description_window.c
2201         * src/plugins/trayicon/trayicon.c
2202                 Break circular dependencies in Claws' headers,
2203                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2204
2205 2012-09-08 [colin]      3.8.1cvs45
2206
2207         * src/textview.c
2208                 Fix shortcut getting
2209
2210 2012-09-05 [colin]      3.8.1cvs44
2211
2212         * src/matcher.c
2213         * src/matcher.h
2214         * src/prefs_matcher.c
2215                 Drop matcherprop_new_create, which is just a copy of
2216                 matcherprop_new, and staticalize what can be
2217
2218 2012-09-05 [colin]      3.8.1cvs43
2219
2220         * src/plugins/pgpcore/select-keys.c
2221                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2222                 based on primary UID rather than recipient e-mail"
2223
2224 2012-08-29 [colin]      3.8.1cvs42
2225
2226         * src/gtk/gtkaspell.c
2227                 Fix bug #2596, "Spell checker does not work properly"
2228
2229 2012-08-29 [colin]      3.8.1cvs41
2230
2231         * src/plugins/pgpcore/sgpgme.c
2232                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2233                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2234
2235 2012-08-29 [colin]      3.8.1cvs40
2236
2237         * src/mainwindow.c
2238         * src/messageview.c
2239         * src/mimeview.c
2240         * src/mimeview.h
2241         * src/summaryview.c
2242         * src/textview.c
2243         * src/gtk/menu.c
2244         * src/gtk/menu.h
2245                 Move the hardcoded mimeview shortcuts to standard menus.
2246
2247 2012-08-27 [colin]      3.8.1cvs39
2248
2249         * src/main.c
2250                 Fix double mainwindow presentation that confuses GNOME3
2251                 when some plugins fail to load (subsequent Claws windows
2252                 got no focus in that case)
2253
2254 2012-08-27 [colin]      3.8.1cvs38
2255
2256         * src/summaryview.c
2257                 Make Mark all read confirmation button more clear
2258
2259 2012-08-27 [colin]      3.8.1cvs37
2260
2261         * src/mainwindow.c
2262         * src/summaryview.c
2263                 Separate "Mark all read" from "Mark as read"
2264                 and "Ignore thread"
2265
2266 2012-08-27 [wwp]        3.8.1cvs36
2267
2268         * src/inc.c
2269         * src/procmsg.c
2270                 Remove session statistics debug statements (irrelevant in repo,
2271                 that's dev stuff).
2272
2273 2012-08-24 [mones]      3.8.1cvs35
2274
2275         * manual/advanced.xml
2276                 Keep alphabetic order of hidden options lost
2277                 and update Clawsker URL.
2278         * manual/de/advanced.xml
2279         * manual/fr/advanced.xml
2280                 Update Clawsker URL.
2281         * manual/es/advanced.xml
2282                 Sync with English version and update Clawsker URL.
2283         * manual/de/dist/html/Makefile.am
2284         * manual/es/dist/html/Makefile.am
2285         * manual/fr/dist/html/Makefile.am
2286         * manual/pl/dist/html/Makefile.am
2287         * manual/dist/html/Makefile.am
2288                 Fix bug 2723 'Missing encoding in generated html manual'
2289
2290 2012-08-23 [colin]      3.8.1cvs34
2291
2292         * src/mainwindow.c
2293                 Fix --offline asking if one wants to sync,
2294                 due to re-entering. Thanks <ebik@ucw.cz>.
2295
2296 2012-08-16 [colin]      3.8.1cvs33
2297
2298         * src/imap.c
2299                 Always clear the tags list when fetching a folder, or
2300                 Claws will never untag an untagged email. Patch by
2301                 Igor Mammedov <imammedo@redhat.com>
2302
2303 2012-08-12 [colin]      3.8.1cvs32
2304
2305         * src/compose.c
2306                 Exclude text/plain from the attachment thing
2307
2308 2012-08-12 [colin]      3.8.1cvs31
2309
2310         * src/messageview.c
2311                 Fix comparison, thanks to Michael Gmelin
2312
2313 2012-08-12 [colin]      3.8.1cvs30
2314
2315         * src/messageview.c
2316                 Only show HTML parts by default (if the pref
2317                 is set so) if the part disposition-type is
2318                 inline or unknown, but not attachment.
2319         * src/common/ssl.c
2320                 Remove useless hook that won't ever be used
2321                 on windows
2322
2323 2012-08-12 [colin]      3.8.1cvs29
2324
2325         * src/compose.c
2326                 Make sure text/* attachments are not made
2327                 inline, regardless of the compose mode.
2328                 Finishes fixing bug #2203 after auto-save
2329                 switches mode to COMPOSE_REEDIT. Thanks to
2330                 Michael Gmelin for finding this.
2331
2332 2012-08-09 [colin]      3.8.1cvs28
2333
2334         * src/prefs_filtering.c
2335                 Make treeView type-ahead case insensitive
2336                 Patch by Andreas Ronnquist
2337
2338 2012-08-09 [colin]      3.8.1cvs27
2339
2340         * src/gtk/sslcertwindow.c
2341                 Fix leak
2342
2343 2012-08-09 [colin]      3.8.1cvs26
2344
2345         * src/common/ssl.c
2346         * src/common/ssl_certificate.c
2347         * src/common/ssl_certificate.h
2348         * src/gtk/sslcertwindow.c
2349                 Fix bug 2718, "Failure to check peer hostname
2350                 when checking certificate"
2351
2352 2012-08-05 [ticho]      3.8.1cvs25
2353
2354         * src/compose.c
2355                 Avoid header combo box to get focus twice (first text within,
2356                 then combobox widget itself) when switching focus with TAB.
2357
2358 2012-07-28 [ticho]      3.8.1cvs24
2359
2360         * src/compose.c
2361                 Properly fix setting "transient for" for attachment properties
2362                 dialog when called via popup menu (since we're stealing focus
2363                 few lines before, we need to do it directly, not via
2364                 manage_window_*).
2365
2366 2012-07-28 [ticho]      3.8.1cvs23
2367
2368         * src/gtk/pluginwindow.c
2369         * src/gtk/prefswindow.c
2370                 Fixed setting "transient for" property for plugin load/unload
2371                 file dialog. Connected manage_window signals to prefswindow events.
2372
2373 2012-07-27 [ticho]      3.8.1cvs22
2374
2375         * src/summaryview.c
2376         * src/textview.c
2377                 Fixed setting "transient for" property for summaryview file
2378                 dialog and messageview's image save dialog.
2379
2380 2012-07-27 [ticho]      3.8.1cvs21
2381
2382         * src/crash.c
2383         * src/mimeview.c
2384                 Fix setting "transient for" property for file select dialogs
2385                 in crash report and mimeview.
2386
2387 2012-07-27 [ticho]      3.8.1cvs20
2388
2389         * src/compose.c
2390                 Fixed "transient for" property for file attach dialog when
2391                 called from Attachments list popup menu. Simplified menu item
2392                 sensitivities setting code logic for this menu.
2393
2394 2012-07-25 [ticho]      3.8.1cvs19
2395
2396         * manual/advanced.xml
2397                 Add the three hidden preferences related to colored display
2398                 of unified diffs to manual.
2399
2400 2012-07-25 [ticho]      3.8.1cvs18
2401
2402         * src/gtk/gtkaspell.c
2403                 Create "Change directory" submenu in a separate function, change
2404                 wording a bit, and make the submenu always available in a context
2405                 menu of body edit box in compose window.
2406
2407 2012-07-25 [ticho]      3.8.1cvs17
2408
2409         * src/gtk/prefswindow.c
2410                 Correctly set transient_for property for preferences window,
2411                 as well as for color picker dialogs. Fixes bug #2710.
2412
2413 2012-07-25 [ticho]      3.8.1cvs16
2414
2415         * src/gtk/quicksearch.c
2416                 Allow quicksearch syntax description window to be correctly
2417                 set transient for main window.
2418
2419 2012-07-15 [wwp]        3.8.1cvs15
2420
2421         * src/procmime.c
2422                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2423
2424 2012-07-10 [paul]       3.8.1cvs14
2425
2426         * src/procmime.c
2427                 forgot this in last commit
2428
2429 2012-07-10 [paul]       3.8.1cvs13
2430
2431         * src/messageview.c
2432         * src/common/defs.h
2433         * src/common/quoted-printable.c
2434         * src/common/quoted-printable.h
2435                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2436                 the bug: partial message text loss
2437
2438 2012-07-10 [mones]      3.8.1cvs12
2439
2440         * src/plugins/pgpcore/sgpgme.c
2441                 Fix bug 2689, 'segfault when trying to view info
2442                 about pgp/smime sign'
2443
2444 2012-07-08 [ticho]      3.8.1cvs11
2445
2446         * src/plugins/pgpcore/sgpgme.c
2447                 Consider marginal signature validity as untrusted. Suggested by
2448                 Jean-Benoist Leger (leger at crans.org).
2449
2450 2012-07-08 [paul]       3.8.1cvs10
2451
2452         * src/gtk/icon_legend.c
2453                 fix (reveal) hidden icon in gui and build warning
2454
2455 2012-07-07 [paul]       3.8.1cvs9
2456
2457         * src/plugins/pgpcore/prefs_gpg.c
2458                 fix build
2459
2460 2012-07-07 [colin]      3.8.1cvs8
2461
2462         * claws-features.h.in
2463         * src/codeconv.h
2464         * src/imap_gtk.h
2465         * src/inc.h
2466         * src/jpilot.h
2467         * src/messageview.h
2468         * src/msgcache.h
2469         * src/news_gtk.h
2470         * src/partial_download.h
2471         * src/pop.h
2472         * src/prefs_account.h
2473         * src/prefs_common.h
2474         * src/printing.h
2475         * src/procmime.h
2476         * src/procmsg.h
2477         * src/stock_pixmap.c
2478         * src/textview.h
2479         * src/common/defs.h
2480         * src/common/log.h
2481         * src/common/session.h
2482         * src/common/smtp.h
2483         * src/common/socket.h
2484         * src/common/ssl.h
2485         * src/common/ssl_certificate.h
2486         * src/common/timing.h
2487         * src/common/utils.h
2488         * src/gtk/gtkaspell.h
2489         * src/gtk/gtkutils.h
2490         * src/gtk/pluginwindow.h
2491         * src/gtk/spell_entry.h
2492         * src/gtk/sslcertwindow.h
2493                 Don't export config.h in public headers
2494
2495 2012-07-07 [colin]      3.8.1cvs7
2496
2497         * claws-features.h.in
2498         * configure.ac
2499         * Makefile.am
2500         * src/account.c
2501         * src/action.c
2502         * src/addr_compl.c
2503         * src/addrcustomattr.c
2504         * src/addrduplicates.c
2505         * src/addressadd.c
2506         * src/addressbook.c
2507         * src/addressbook_foldersel.c
2508         * src/addrgather.c
2509         * src/addrindex.c
2510         * src/alertpanel.c
2511         * src/autofaces.c
2512         * src/browseldap.c
2513         * src/codeconv.c
2514         * src/codeconv.h
2515         * src/compose.c
2516         * src/crash.c
2517         * src/customheader.c
2518         * src/displayheader.c
2519         * src/editaddress.c
2520         * src/editaddress_other_attributes_ldap.c
2521         * src/editbook.c
2522         * src/editgroup.c
2523         * src/editjpilot.c
2524         * src/editldap.c
2525         * src/editldap_basedn.c
2526         * src/edittags.c
2527         * src/editvcard.c
2528         * src/exphtmldlg.c
2529         * src/expldifdlg.c
2530         * src/export.c
2531         * src/exporthtml.c
2532         * src/exportldif.c
2533         * src/folder.c
2534         * src/folder_item_prefs.c
2535         * src/grouplistdialog.c
2536         * src/headerview.c
2537         * src/image_viewer.c
2538         * src/imap.c
2539         * src/imap_gtk.c
2540         * src/imap_gtk.h
2541         * src/import.c
2542         * src/importldif.c
2543         * src/importmutt.c
2544         * src/importpine.c
2545         * src/inc.c
2546         * src/inc.h
2547         * src/jpilot.c
2548         * src/jpilot.h
2549         * src/ldapctrl.c
2550         * src/ldaplocate.c
2551         * src/ldapquery.c
2552         * src/ldapserver.c
2553         * src/ldapupdate.c
2554         * src/ldaputil.c
2555         * src/main.c
2556         * src/manual.c
2557         * src/matcher.c
2558         * src/mbox.c
2559         * src/message_search.c
2560         * src/messageview.h
2561         * src/mh.c
2562         * src/mh_gtk.c
2563         * src/mimeview.c
2564         * src/msgcache.c
2565         * src/msgcache.h
2566         * src/news.c
2567         * src/news_gtk.c
2568         * src/news_gtk.h
2569         * src/noticeview.c
2570         * src/partial_download.c
2571         * src/partial_download.h
2572         * src/pop.c
2573         * src/pop.h
2574         * src/prefs_account.c
2575         * src/prefs_account.h
2576         * src/prefs_actions.c
2577         * src/prefs_common.c
2578         * src/prefs_common.h
2579         * src/prefs_compose_writing.c
2580         * src/prefs_customheader.c
2581         * src/prefs_display_header.c
2582         * src/prefs_ext_prog.c
2583         * src/prefs_filtering.c
2584         * src/prefs_filtering_action.c
2585         * src/prefs_folder_column.c
2586         * src/prefs_folder_item.c
2587         * src/prefs_fonts.c
2588         * src/prefs_gtk.c
2589         * src/prefs_image_viewer.c
2590         * src/prefs_logging.c
2591         * src/prefs_matcher.c
2592         * src/prefs_message.c
2593         * src/prefs_msg_colors.c
2594         * src/prefs_other.c
2595         * src/prefs_quote.c
2596         * src/prefs_receive.c
2597         * src/prefs_send.c
2598         * src/prefs_spelling.c
2599         * src/prefs_summaries.c
2600         * src/prefs_summary_column.c
2601         * src/prefs_summary_open.c
2602         * src/prefs_toolbar.c
2603         * src/prefs_wrapping.c
2604         * src/printing.c
2605         * src/printing.h
2606         * src/procheader.c
2607         * src/procmime.c
2608         * src/procmime.h
2609         * src/procmsg.h
2610         * src/quote_fmt.c
2611         * src/recv.c
2612         * src/send_message.c
2613         * src/setup.c
2614         * src/ssl_manager.c
2615         * src/statusbar.c
2616         * src/summary_search.c
2617         * src/textview.c
2618         * src/textview.h
2619         * src/toolbar.c
2620         * src/undo.c
2621         * src/unmime.c
2622         * src/uri_opener.c
2623         * src/wizard.c
2624         * src/common/claws.c
2625         * src/common/defs.h
2626         * src/common/hooks.c
2627         * src/common/log.c
2628         * src/common/log.h
2629         * src/common/plugin.c
2630         * src/common/prefs.c
2631         * src/common/session.c
2632         * src/common/session.h
2633         * src/common/smtp.c
2634         * src/common/smtp.h
2635         * src/common/socket.c
2636         * src/common/socket.h
2637         * src/common/ssl.c
2638         * src/common/ssl.h
2639         * src/common/ssl_certificate.c
2640         * src/common/ssl_certificate.h
2641         * src/common/string_match.c
2642         * src/common/tags.c
2643         * src/common/timing.h
2644         * src/common/utils.c
2645         * src/common/utils.h
2646         * src/etpan/etpan-thread-manager.c
2647         * src/etpan/imap-thread.c
2648         * src/etpan/nntp-thread.c
2649         * src/gtk/about.c
2650         * src/gtk/combobox.c
2651         * src/gtk/description_window.c
2652         * src/gtk/filesel.c
2653         * src/gtk/gtkaspell.c
2654         * src/gtk/gtkaspell.h
2655         * src/gtk/gtkshruler.c
2656         * src/gtk/gtkunit.c
2657         * src/gtk/gtkutils.c
2658         * src/gtk/gtkutils.h
2659         * src/gtk/gtkvscrollbutton.c
2660         * src/gtk/icon_legend.c
2661         * src/gtk/inputdialog.c
2662         * src/gtk/logwindow.c
2663         * src/gtk/menu.c
2664         * src/gtk/pluginwindow.c
2665         * src/gtk/pluginwindow.h
2666         * src/gtk/prefswindow.c
2667         * src/gtk/progressdialog.c
2668         * src/gtk/quicksearch.c
2669         * src/gtk/spell_entry.c
2670         * src/gtk/spell_entry.h
2671         * src/gtk/sslcertwindow.c
2672         * src/gtk/sslcertwindow.h
2673         * src/plugins/bogofilter/bogofilter.c
2674         * src/plugins/bogofilter/bogofilter_gtk.c
2675         * src/plugins/dillo_viewer/dillo_prefs.c
2676         * src/plugins/dillo_viewer/dillo_viewer.c
2677         * src/plugins/pgpcore/pgp_viewer.c
2678         * src/plugins/pgpcore/plugin.c
2679         * src/plugins/pgpcore/sgpgme.c
2680         * src/plugins/pgpinline/pgpinline.c
2681         * src/plugins/pgpinline/plugin.c
2682         * src/plugins/pgpmime/pgpmime.c
2683         * src/plugins/pgpmime/plugin.c
2684         * src/plugins/smime/plugin.c
2685         * src/plugins/smime/smime.c
2686         * src/plugins/spamassassin/libspamc.c
2687         * src/plugins/spamassassin/spamassassin.c
2688         * src/plugins/spamassassin/spamassassin_gtk.c
2689         * src/plugins/trayicon/trayicon.c
2690         * src/plugins/trayicon/trayicon_prefs.c
2691                 Specify Claws compile-time features in a specific header
2692
2693 2012-07-06 [wwp]        3.8.1cvs6
2694
2695         * src/main.c
2696         * src/gtk/about.c
2697                 Session statistics: format date following global prefs,
2698                 and fix stats output a little bit.
2699
2700 2012-07-03 [mir]        3.8.1cvs5
2701
2702         * src/procmime.c
2703             fix bug 2642, 'improve transfer encoding selection'.
2704             Patch provided by Christopher Zimmermann
2705             (madroach claws at gmerlin dot de)
2706
2707 2012-07-03 [mir]        3.8.1cvs4
2708
2709         * src/procmime.c
2710         * src/common/defs.h
2711             fix bug 2641, '7bit or 8bit encoded attachments can
2712             have lines longer than 998 characters'.
2713             Patch provided by Christopher Zimmermann
2714             (madroach claws at gmerlin dot de)
2715
2716
2717 2012-07-03 [mir]        3.8.1cvs3
2718
2719         * src/procmime.c
2720         * src/common/defs.h
2721             fix bug 2641, '7bit or 8bit encoded attachments can
2722             have lines longer than 998 characters'.
2723             Patch provided by Christopher Zimmermann
2724             (madroach claws at gmerlin dot de)
2725
2726 2012-07-03 [mir]        3.8.1cvs2
2727
2728         * src/messageview.c
2729         * src/procmime.c
2730         * src/common/quoted-printable.c
2731         * src/common/quoted-printable.h
2732             fix bug 2640, 'improve quoted-printable encoding'
2733             Patch provided by madroach claws at gmerlin dot de
2734
2735 2012-06-30 [paul]       3.8.1cvs1
2736
2737         * Makefile.am
2738                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2739
2740 2012-06-27 [paul]       3.8.1
2741         * NEWS
2742         * README
2743         * RELEASE_NOTES 
2744                 3.8.1 unleashed!
2745                 
2746 2012-06-27 [paul]       3.8.0cvs58
2747
2748         * configure.ac
2749                 fix minimum required GTK+, which got mistakenly bumped
2750                 in 3.8.0cvs36
2751
2752 2012-06-27 [paul]       3.8.0cvs57
2753
2754         * configure.ac
2755         * po/cs.po
2756         * po/de.po
2757         * po/es.po
2758         * po/fr.po
2759         * po/hu.po
2760         * po/id_ID.po
2761         * po/lt.po
2762         * po/pt_BR.po
2763         * po/sk.po
2764         * po/sv.po
2765         * po/zh_CN.po
2766         * po/zh_TW.po
2767                 updated translations
2768         * src/gtk/authors.h
2769         * tools/claws.i18n.status.pl
2770                 updated based on currently active
2771
2772 2012-06-25 [mir]        3.8.0cvs56
2773
2774         * src/folder.c
2775             If a folder class returns <> 0 then the message has not
2776             been removed from the file system and therefore it should
2777             not be removed from the cache either.
2778
2779 2012-06-20 [ticho]      3.8.0cvs55
2780
2781         * src/mh.c
2782                 Fix for bug #1090 - Standard-folders appear again
2783                 after rescanning tree
2784
2785 2012-06-20 [paul]       3.8.0cvs54
2786
2787         * src/prefs_common.c
2788         * src/prefs_common.h
2789         * src/textview.c
2790         * src/textview.h
2791                 colourise attached patches.
2792                 Patch by Ticho
2793
2794 2012-06-02 [wwp]        3.8.0cvs53
2795
2796         * src/gtk/progressdialog.c
2797                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2798                 now hides (as well as pressing Esc) instead of doing nothing.
2799
2800 2012-06-02 [wwp]        3.8.0cvs52
2801
2802         * doc/man/claws-mail.1
2803         * src/main.c
2804         * src/main.h
2805         * src/inc.c
2806         * src/procmsg.c
2807         * src/gtk/about.c
2808                 Introduce a new feature: basic session statistics (from the about dialog
2809                 or the command-line).
2810
2811 2012-06-02 [wwp]        3.8.0cvs51
2812
2813         * src/compose.c
2814                 Fix bug 2620: shift+tab from subject field not working.
2815
2816 2012-06-02 [wwp]        3.8.0cvs50
2817
2818         * src/compose.c
2819         * src/mainwindow.c
2820         * src/messageview.c
2821                 Normalize capitalization of strings in UI.
2822
2823 2012-05-30 [paul]       3.8.0cvs49
2824
2825         * src/common/ssl.c
2826                 don't do TLS if not requested by user. fixes connecting to
2827                 servers which, for example, want SSL 3 only
2828
2829 2012-05-27 [paul]       3.8.0cvs48
2830
2831         * *
2832                 update copyright headers to 2012
2833
2834 2012-05-27 [paul]       3.8.0cvs47
2835
2836         * src/editldap.c
2837         * src/prefs_actions.c
2838         * src/gtk/about.c
2839                 fix some typos in strings, thanks to Thomas Bellmann
2840
2841 2012-05-16 [paul]       3.8.0cvs46
2842
2843         * src/prefs_filtering_action.c
2844                 fix disabled 'select...' button that never goes away
2845                 when using the new addr book
2846                 
2847
2848 2012-05-16 [colin]      3.8.0cvs45
2849
2850         * src/common/utils.c
2851                 And fix leak
2852
2853 2012-05-16 [colin]      3.8.0cvs44
2854
2855         * src/common/utils.c
2856                 Make remove_numbered_files much faster when there's
2857                 just one file to remove.
2858
2859 2012-05-16 [paul]       3.8.0cvs43
2860
2861         * src/matcher.c
2862                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2863
2864 2012-05-16 [paul]       3.8.0cvs42
2865
2866         * src/gtk/description_window.c
2867                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2868
2869 2012-05-16 [paul]       3.8.0cvs41
2870
2871         * src/common/ssl_certificate.c
2872                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2873                 Patch by Christian Hesse
2874
2875 2012-05-11 [colin]      3.8.0cvs40
2876
2877         * src/mimeview.c
2878         * src/common/utils.c
2879                 Fix bug 2659, 'E-mail attachments are handled
2880                 inconsistently'
2881                 Fix problems iterating the mime tree, and determine
2882                 whether a file is an email without To:
2883
2884 2012-04-03 [colin]      3.8.0cvs39
2885
2886         * src/Makefile.am
2887                 Fix build (damn whitespace-sensitive file format)
2888
2889 2012-04-02 [colin]      3.8.0cvs38
2890
2891         * src/Makefile.am
2892                 Fix incomplete make dist
2893
2894 2012-04-02 [colin]      3.8.0cvs37
2895
2896         * src/compose.c
2897                 Fix mistakenly removed function call
2898
2899 2012-04-01 [colin]      3.8.0cvs36
2900
2901         * configure.ac
2902         * src/.cvsignore
2903         * src/Makefile.am
2904         * src/addr_compl.c
2905         * src/addressadd.c
2906         * src/addressadd.h
2907         * src/addressbook-dbus.c
2908         * src/addressbook-dbus.h
2909         * src/addrgather.c
2910         * src/addrgather.h
2911         * src/addrharvest.c
2912         * src/addrharvest.h
2913         * src/claws-contacts.xml
2914         * src/compose.c
2915         * src/compose.h
2916         * src/filtering.c
2917         * src/headerview.c
2918         * src/main.c
2919         * src/mainwindow.c
2920         * src/messageview.c
2921         * src/prefs_common.c
2922         * src/prefs_filtering_action.c
2923         * src/prefs_matcher.c
2924         * src/summaryview.c
2925         * src/textview.c
2926         * src/toolbar.c
2927         * src/plugins/bogofilter/bogofilter_gtk.c
2928         * src/plugins/dillo_viewer/dillo_prefs.c
2929         * src/plugins/spamassassin/spamassassin_gtk.c
2930         * src/plugins/trayicon/trayicon.c
2931                 Import new addressbook code from the new-contacts branch
2932
2933 2012-03-29 [paul]       3.8.0cvs35
2934
2935         * AUTHORS
2936         * src/gtk/authors.h
2937         * src/gtk/quicksearch.c
2938                 add 'ha', short version of 'has_attachment' in quick search
2939                 Patch by Andreas Rönnquist
2940
2941 2012-03-26 [mones]      3.8.0cvs34
2942
2943         * src/common/plugin.c
2944                 Support 2 and 3-clause BSD licensed plugins
2945
2946 2012-03-15 [pawel]      3.8.0cvs33
2947
2948         * src/messageview.c
2949         * src/textview.c
2950                 - Make separate window info more accurate about
2951                 move to trash/deletion.
2952                 - Fix busy cursor
2953
2954 2012-03-14 [pawel]      3.8.0cvs32
2955
2956         * src/folder.c
2957         * src/messageview.c
2958         * src/messageview.h
2959         * src/procmsg.h
2960         * src/summaryview.c
2961         * src/textview.c
2962         * src/textview.h
2963                 Better fix for bug #2501
2964                 Instead of leaving blank window after message move or delete,
2965                 update separate view to next message in message list or
2966                 display info why view is blank. This was discussed
2967                 in bug #2621 comments.
2968
2969 2012-03-11 [colin]      3.8.0cvs31
2970
2971         * src/gtk/gtkcmctree.c
2972         * src/gtk/authors.h
2973         * AUTHORS
2974                 Fix focus rectangle on unfocused rows
2975                 Patch by Michael Shell
2976
2977 2012-02-29 [colin]      3.8.0cvs30
2978
2979         * src/gtk/gtkcmctree.c
2980                 Fix bug #2577, "Focus rectangle on folder list and message 
2981                 list headings doesn't get properly cleared when switching 
2982                 heading and horizontally scrolling list (underlines and 
2983                 vertical lines remain on screen)". Patch by Michael Shell
2984
2985 2012-02-13 [pawel]      3.8.0cvs29
2986
2987         * src/messageview.c
2988                 Fix crasher when double clicking on IMAP message and
2989                 MessageView is not shown introduced in cvs21
2990                 Patch by mones
2991
2992 2012-02-10 [pawel]      3.8.0cvs28
2993
2994         * src/filtering.c
2995                 Fix bug #2598 'Actions can move locked messages'
2996
2997 2012-02-08 [pawel]      3.8.0cvs27
2998
2999         * src/prefs_actions.c
3000         * src/prefs_actions.h
3001         * src/prefs_toolbar.c
3002         * src/prefs_toolbar.h
3003         * src/toolbar.c
3004         * src/toolbar.h
3005                 - Implement automatic removal of toolbar action buttons when
3006                   associated action is removed
3007                 - Don't allow creation of two actions with the same name,
3008                   before all executions/removals were performed on first action
3009                   with duplicated name in linked list which wasn't always
3010                   correct behaviour
3011
3012 2012-02-05 [colin]      3.8.0cvs26
3013
3014         * src/main.c
3015         * src/mainwindow.c
3016         * src/messageview.c
3017         * src/messageview.h
3018         * src/prefs_common.c
3019         * src/prefs_common.h
3020         * src/procmsg.c
3021         * src/procmsg.h
3022         * src/summaryview.c
3023         * src/summaryview.h
3024                 Add an history to navigate in mails
3025
3026 2012-02-05 [colin]      3.8.0cvs25
3027
3028         * src/procmime.c
3029                 Fix inverted comparison in list_find_custom.
3030
3031 2012-02-03 [wwp]        3.8.0cvs24
3032
3033         * src/gtk/progressdialog.c
3034         Make translators life easier: use View log instead of Show log
3035         (thanks, gusnan!).
3036
3037 2012-02-02 [pawel]      3.8.0cvs23
3038
3039         * src/folderview.c
3040                 Fix bug #2590 'Un-capitalize strings'
3041                 Patch by Christian Hesse
3042
3043 2012-02-02 [pawel]      3.8.0cvs22
3044
3045         * src/mainwindow.c
3046                 Fix bug #2595 
3047                 'Change expand behavior for message list / message view'
3048                 Patch by Christian Hesse
3049
3050 2012-02-02 [pawel]      3.8.0cvs21
3051
3052         * src/folder.c
3053         * src/messageview.c
3054         * src/messageview.h
3055         * src/procmsg.h
3056                 Fix bug #2501 'opened message blanks when moved to other folder'
3057                 Detect message move and update message window contents 
3058                 accordingly, if message is moved to trash close window
3059
3060 2012-02-01 [pawel]      3.8.0cvs20
3061
3062         * src/jpilot.c
3063         * src/mutt.c
3064         * src/pine.c
3065         * src/procmsg.c
3066         * src/vcard.c
3067         * src/gtk/sslcertwindow.c
3068                 More strncat boundary checks
3069
3070 2012-01-31 [wwp]        3.8.0cvs19
3071
3072         * src/gtk/gtkutils.c
3073         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3074         long line wrapping.
3075
3076 2012-01-31 [wwp]        3.8.0cvs18
3077
3078         * src/gtk/progressdialog.c
3079         * src/gtk/progressdialog.h
3080         * src/inc.c
3081         * src/send_message.c
3082         Add a button to the retrieve/send dialogs to
3083         open the network log.
3084
3085 2012-01-25 [wwp]        3.8.0cvs17
3086
3087         * src/addr_compl.c
3088         Remove debug statement.
3089
3090 2012-01-20 [pawel]      3.8.0cvs16
3091
3092         * src/addrbook.c
3093         * src/exportldif.c
3094                 Fix bug #2574 'Statement might be overflowing a
3095                 buffer in strncat'
3096
3097 2012-01-20 [pawel]      3.8.0cvs15
3098
3099         * src/mimeview.c
3100                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3101
3102 2012-01-14 [colin]      3.8.0cvs14
3103
3104         * commitHelper
3105                 Update tracker trigger url
3106
3107 2012-01-10 [wwp]        3.8.0cvs13
3108
3109         * src/mainwindow.c
3110         * src/mainwindow.h
3111         * src/toolbar.c
3112                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3113                 account) and of mainwindows's relevant entry when current account
3114                 is not able to retrieve (SMTP-only).
3115
3116 2012-01-09 [colin]      3.8.0cvs12
3117
3118         * src/summaryview.c
3119                 Fix bug 1924, 'Messages marked move to Trash appear 
3120                 identical to messages marked move to $FOLDER'
3121
3122 2012-01-05 [colin]      3.8.0cvs11
3123
3124         * src/main.c
3125                 Fix crasher infinite loop
3126
3127 2012-01-03 [colin]      3.8.0cvs10
3128
3129         * src/gtk/gtkcmctree.c
3130                 Revert previous patch, it's buggy on headers
3131
3132 2012-01-03 [colin]      3.8.0cvs9
3133
3134         * src/gtk/gtkcmctree.c
3135                 Fix bug #2566, 'wrapped Subject not bounded'
3136
3137 2011-12-29 [pawel]      3.8.0cvs8
3138
3139         * src/compose.c
3140         * src/compose.h
3141         * src/main.c
3142         * src/mimeview.c
3143                 Make forwarding selected attachment possible from
3144                 mimeview's context menu
3145                 Fixex bug #2047 'forward attachments'
3146
3147 2011-12-28 [paul]       3.8.0cvs7
3148
3149         * src/prefs_account.c
3150                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3151
3152 2011-12-28 [colin]      3.8.0cvs6
3153
3154         * src/mimeview.c
3155                 Fix fix
3156
3157 2011-12-28 [colin]      3.8.0cvs5
3158
3159         * src/mimeview.c
3160                 Fix GTK+2.16 build (w32)
3161
3162 2011-12-18 [mir]        3.8.0cvs4
3163
3164         * src/ldapctrl.c
3165             Fix bug in search criteria when doing a
3166             complete directory search using '*'
3167
3168 2011-12-16 [mir]        3.8.0cvs3
3169
3170         * src/Makefile.am
3171             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3172
3173 2011-12-16 [wwp]        3.8.0cvs2
3174
3175         * src/procmsg.c
3176         * src/stock_pixmap.c
3177         * src/stock_pixmap.h
3178         * src/summaryview.c
3179         * src/gtk/icon_legend.c
3180         * src/pixmaps/replied_and_forwarded.xpm
3181           Make replied and forwarded status flags non exclusive.
3182           Introduce a new message state (and relevant icon in message list)
3183           where both the replied and forwarded flags are set.
3184
3185 2011-12-16 [paul]       3.8.0cvs1
3186
3187         * tools/claws.i18n.status.pl
3188                 update id to id_ID
3189
3190 2011-12-16 [paul]       3.8.0
3191         * NEWS
3192         * README
3193         * RELEASE_NOTES 
3194                 3.8.0 unleashed!                
3195
3196 2011-12-16 [paul]       3.7.10cvs113
3197
3198         * configure.ac
3199         * po/cs.po
3200         * po/es.po
3201         * po/fr.po
3202         * po/hu.po
3203         * po/id.po **REMOVED**
3204         * po/id_ID.po **ADDED**
3205         * po/pt_BR.po
3206         * po/ru.po
3207         * po/sk.po
3208         * po/uk.po
3209                 updates
3210
3211 2011-12-09 [pawel]      3.7.10cvs112
3212
3213         * src/summaryview.c
3214         * src/gtk/quicksearch.c
3215         * src/gtk/quicksearch.h
3216                 Invalidate quicksearch root folder when removed
3217                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3218                 having active search field'
3219
3220 2011-12-08 [pawel]      3.7.10cvs111
3221
3222         * src/mimeview.c
3223                 Better fix for cvs94
3224
3225 2011-12-08 [wwp]        3.7.10cvs110
3226
3227         * src/compose.c
3228         Make "From" widget set independant from recipient lists below,
3229         so that it doesn't scroll when several recipients headers
3230         are added and eventually are scrolling the view.
3231         Path by Christian Hesse <mail@earthworm.de>.
3232         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3233         address'.
3234
3235 2011-12-02 [paul]       3.7.10cvs109
3236
3237         * src/mainwindow.c
3238         * src/messageview.c
3239                 consistent label style
3240
3241 2011-11-29 [wwp]        3.7.10cvs108
3242
3243         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3244         More generated stuff to ignore.
3245
3246 2011-11-29 [wwp]        3.7.10cvs107
3247
3248         * src/prefs_folder_item.c
3249         Fix CLAWS_TIP_DECL (undefined).
3250
3251 2011-11-28 [pawel]      3.7.10cvs106
3252
3253         * src/addrbook.c
3254         * src/addrbook.h
3255         * src/addressbook.c
3256                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3257                 after removing the address book in the GUI'
3258
3259 2011-11-26 [pawel]      3.7.10cvs105
3260
3261         * src/folder.c
3262                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3263
3264 2011-11-25 [colin]      3.7.10cvs104
3265
3266         * src/imap_gtk.c
3267         * src/mh_gtk.c
3268                 Warning fixes
3269
3270 2011-11-24 [pawel]      3.7.10cvs103
3271
3272         * src/prefs_filtering.c
3273                 Complete cvs102, forgot to commit this
3274
3275 2011-11-24 [pawel]      3.7.10cvs102
3276
3277         * src/account.c
3278         * src/filtering.c
3279         * src/filtering.h
3280         * src/imap_gtk.c
3281         * src/mh_gtk.c
3282         * src/prefs_actions.c
3283         * src/prefs_actions.h
3284                 Implement actions updating on folder/account rename
3285                 This fixes bug #2543 'filter actions in actionsrc not
3286                 updated upon account renaming'
3287
3288 2011-11-24 [wwp]        3.7.10cvs101
3289
3290         * src/gtk/gtkcmctree.c
3291                 Remove irrelevant cairo directive (thanks to Hanno).
3292
3293 2011-11-23 [wwp]        3.7.10cvs100
3294
3295         * src/gtk/gtkcmctree.c
3296                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3297                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3298                 calculation.
3299
3300 2011-11-22 [colin]      3.7.10cvs99
3301
3302         * src/account.c
3303         * src/prefs_filtering.c
3304         * src/prefs_filtering.h
3305                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3306                 The existing functions should do the job as well
3307                 if not better, as they take into account the
3308                 separator.
3309
3310 2011-11-21 [pawel]      3.7.10cvs98
3311
3312         * src/prefs_account.c
3313                 Fix bug #2116 'Rip spaces off server names in account
3314                 configuration'
3315                 g_strstrip() domain names to be sure they are valid
3316
3317 2011-11-21 [pawel]      3.7.10cvs97
3318
3319         * src/account.c
3320         * src/prefs_filtering.c
3321         * src/prefs_filtering.h
3322                 Fix bug #2404 'matcherrc updates upon account renaming'
3323                 Fix bug #2406 'some part of accountrc not updated upon
3324                 account rename'
3325                 Renaming account cause changing of it's root folder prefix
3326                 from #<type>/<old_name> to #<type>/<new_name> so every
3327                 path directing to it must be altered. Fix paths in account
3328                 preferences, global processing and filtering rules, folder
3329                 processing rules upon rename
3330
3331 2011-11-20 [pawel]      3.7.10cvs96
3332
3333         * src/filtering.c
3334         * src/filtering.h
3335         * src/prefs_actions.c
3336                 Fix bug #1489 'Filter action mark_as_read inoperative
3337                 following move action'
3338                 Sort actions lists to have proper order of execution
3339
3340 2011-11-20 [pawel]      3.7.10cvs95
3341
3342         * src/prefs_actions.c
3343         * src/prefs_filtering.c
3344         * src/prefs_template.c
3345                 Fix bug #1870 'arrow scrolling in filters'
3346                 Allow arrow scrolling in dialogs with list view widgets
3347                 plus couple fixes of issues I found along the way
3348
3349 2011-11-19 [pawel]      3.7.10cvs94
3350
3351         * src/mimeview.c
3352                 Don't highlight icons on right-click, they are not
3353                 selected and other part is shown which is confusing
3354
3355 2011-11-19 [mones]      3.7.10cvs93
3356
3357         * manual/advanced.xml
3358                 Fix manual build
3359
3360 2011-11-19 [mones]      3.7.10cvs92
3361
3362         * manual/advanced.xml
3363         * manual/es/advanced.xml
3364                 Document undocumented hidden option 'zero_replacement_char'
3365                 Synchronize Spanish manual with English version
3366
3367 2011-11-19 [pawel]      3.7.10cvs91
3368
3369         * src/mainwindow.c
3370         * src/messageview.c
3371         * src/prefs_common.c
3372         * src/prefs_common.h
3373         * src/summaryview.c
3374         * src/textview.c
3375         * src/textview.h
3376                 Fix bug #2377 'Show All Headers - make change persistent
3377                 between sessions'
3378
3379 2011-11-19 [pawel]      3.7.10cvs90
3380
3381         * src/folder.c
3382         * src/folder.h
3383         * src/folder_item_prefs.c
3384         * src/folderview.c
3385         * src/mainwindow.c
3386         * src/mainwindow.h
3387         * src/summaryview.c
3388         * src/summaryview.h
3389         * src/gtk/authors.h
3390                 Fix bug #1563 'Folder view: show complete threads if they
3391                 contain unread messages'
3392                 Add option to show only threads with unread messages
3393                 initial patch by Paul Ollis, my small additions:
3394                 - when checking thread for unread finish on first unread
3395                 - make thread options unavailable when threading is off
3396                 - hide_unread_msgs and hide_unread_threads are mutually
3397                   exclusive options, set menus sensitivity accordingly
3398                 - set folder item icon type similiar to hide_unread_msgs
3399
3400 2011-11-19 [colin]      3.7.10cvs89
3401
3402         * src/procheader.c
3403                 Constness fix
3404
3405 2011-11-18 [pawel]      3.7.10cvs88
3406
3407         * src/compose.c
3408         * src/mainwindow.c
3409         * src/mimeview.c
3410         * src/mimeview.h
3411         * src/prefs_common.c
3412         * src/prefs_common.h
3413                 Fix bug #2408 'Some UI elements are not persistent
3414                 between sessions'
3415                 Remember size of main window, compose notebook, mimeview
3416                 tree widgets between claws-mail runs. Compose window
3417                 size saving was already done in cvs74
3418
3419 2011-11-18 [mones]      3.7.10cvs87
3420
3421         * src/compose.c
3422         * src/procheader.c
3423         * src/procheader.h
3424                 Fixes bug #2509, "manually added headers are lost unless
3425                 mail is sent inmediately"
3426
3427 2011-11-17 [pawel]      3.7.10cvs86
3428
3429         * src/mimeview.c
3430                 Fix crasher reported in bug #2543
3431
3432 2011-11-13 [colin]      3.7.10cvs85
3433
3434         * src/compose.c
3435                 Make compose windows printable
3436
3437 2011-11-11 [colin]      3.7.10cvs84
3438
3439         * configure.ac
3440                 Fix build on Fedora 16. -lm was probably pulled by something
3441                 else previously.
3442
3443 2011-11-11 [pawel]      3.7.10cvs83
3444
3445         * src/mainwindow.c
3446         * src/mimeview.c
3447         * src/mimeview.h
3448         * src/summaryview.c
3449                 Port MimeView to GtkTreeView
3450
3451 2011-11-11 [colin]      3.7.10cvs82
3452
3453         * src/prefs_common.c
3454                 Use %x (The preferred date representation for the current locale
3455                 without the time)
3456
3457 2011-11-10 [paul]       3.7.10cvs81
3458
3459         * src/prefs_common.c
3460                 use european date format as default
3461
3462 2011-11-08 [pawel]      3.7.10cvs80
3463
3464         * src/summaryview.c
3465                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3466                 Fix race condition - don't try to hide messageview while
3467                 being in the middle of message displaying routine.
3468
3469 2011-11-08 [colin]      3.7.10cvs79
3470
3471         * src/codeconv.c
3472                 Make sure we break line when we need to. Very probably
3473                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3474                 particular mail"
3475
3476 2011-11-07 [pawel]      3.7.10cvs78
3477
3478         * src/imap_gtk.c
3479                 Fix bug #2493 'Subscription pull down should be alphabetized'
3480
3481 2011-11-07 [pawel]      3.7.10cvs77
3482
3483         * src/mimeview.c
3484         * src/textview.c
3485         * src/textview.h
3486                 Make Home & End keys work in textview
3487
3488 2011-11-06 [colin]      3.7.10cvs76
3489
3490         * src/mainwindow.c
3491                 Oops, some unwanted undo got commited.
3492
3493 2011-11-06 [colin]      3.7.10cvs75
3494
3495         * src/mainwindow.c
3496                 Don't iconify/deiconify. Instead, just show nothing
3497                 before asked to.
3498
3499 2011-11-06 [pawel]      3.7.10cvs74
3500
3501         * src/compose.c
3502                 Fix compose window size saving / restoring
3503
3504 2011-11-06 [pawel]      3.7.10cvs73
3505
3506         * src/mimeview.c
3507         * src/messageview.c
3508                 Optimize message displaying, in some conditions parts were
3509                 displayed twice causing flickering. For example first html
3510                 source and then rendering output from html plugin of the
3511                 same part.
3512
3513 2011-11-05 [wwp]        3.7.10cvs72
3514
3515         * src/gtk/gtkaspell.c
3516                 Fix compilation where 'null' is undefined (use NULL instead).
3517
3518 2011-11-05 [colin]      3.7.10cvs71
3519
3520         * src/gtk/gtkaspell.c
3521                 No need to show a backtrace if gtkaspell is null
3522
3523 2011-11-05 [pawel]      3.7.10cvs70
3524
3525         * src/gtk/gtkaspell.c
3526                 Fix crasher when spellchecking is not enabled
3527
3528 2011-11-02 [mones]      3.7.10cvs69
3529
3530         * doc/man/claws-mail.1
3531                 fixed hyphens (patch from Debian packaging)
3532                 fixed header to follow man style closely 
3533                 documented new option --compose-from-file
3534                 removed INSTALLATION section, doesn't belong to manpage
3535                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3536                 expanded FILES section to include certs and autofaces dirs
3537                 expanded SEE ALSO section to include manual and plugins
3538
3539 2011-11-01 [colin]      3.7.10cvs68
3540
3541         * src/common/utils.c
3542                 Fix wrong debug stuff commited.
3543
3544 2011-11-01 [colin]      3.7.10cvs67
3545
3546         * src/compose.c
3547         * src/main.c
3548         * src/common/utils.c
3549         * src/gtk/gtkaspell.c
3550         * src/gtk/gtkaspell.h
3551                 Fix huge slowness induced by spellcheck "while typing"
3552                 during initial quote rewraps.
3553
3554 2011-10-31 [pawel]      3.7.10cvs66
3555
3556         * src/messageview.c
3557         * src/mimeview.c
3558         * src/mimeview.h
3559         * src/summaryview.c
3560                 Fix bug #2526 'When reading message in separate window,
3561                 n and p keys do not work'
3562                 - fix key event handling in messageview
3563                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3564                   and prev-part actions)
3565                 - instead add 'z' key for prev-part, we have 'a' key 
3566                   for next-part already
3567
3568 2011-10-31 [colin]      3.7.10cvs65
3569
3570         * src/common/defs.h
3571                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3572
3573 2011-10-31 [pawel]      3.7.10cvs64
3574
3575         * src/summaryview.c
3576         * src/gtk/gtkutils.c
3577                 Fix bug #2303 'Next unread message enables message view'
3578                 Don't show previously hidden message view in main window
3579                 when user reads messages in external window
3580
3581 2011-10-31 [paul]       3.7.10cvs63
3582
3583         * src/prefs_template.c
3584                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3585                 fit at 540 here, for those where they don't the dialogue can be made
3586                 larger by the user
3587
3588 2011-10-31 [paul]       3.7.10cvs62
3589
3590         * src/compose.c
3591                 revert 3.7.10cvs61, these entries _should_ be editable
3592
3593 2011-10-30 [pawel]      3.7.10cvs61
3594
3595         * src/compose.c
3596                 Those entries should not be editable
3597
3598 2011-10-30 [pawel]      3.7.10cvs60
3599
3600         * src/prefs_template.c
3601                 - Dialog needs more height to fit all widgets
3602                 - Clear template contents on delete
3603
3604 2011-10-30 [pawel]      3.7.10cvs59
3605
3606         * src/prefs_folder_item.c
3607                 Update summaryview after changing folder prefs when needed
3608
3609 2011-10-30 [pawel]      3.7.10cvs58
3610
3611         * src/mimeview.c
3612                 Remove key-press-event blocking, it only
3613                 emits GLib-GObject warnings
3614
3615 2011-10-29 [colin]      3.7.10cvs57
3616
3617         * src/addr_compl.c
3618                 Fix focus of completion window with gnome shell
3619                 Fixes bug #2525, "Address completion window does not get
3620                 keyboard focus"
3621
3622 2011-10-29 [colin]      3.7.10cvs56
3623
3624         * src/folderview.c
3625                 Fix flicker on recursive quicksearch
3626
3627 2011-10-28 [colin]      3.7.10cvs55
3628
3629         * src/alertpanel.c
3630         * src/mainwindow.c
3631                 Fix a bit the focus problem on Gnome shell
3632
3633 2011-10-26 [mones]      3.7.10cvs54
3634
3635         * src/compose.c
3636                 Add missing accelerator
3637
3638 2011-10-25 [colin]      3.7.10cvs53
3639
3640         * src/gtk/gtkcmclist.c
3641         * src/gtk/gtkcmctree.c
3642                 Fix colors, fix warnings
3643
3644 2011-10-25 [colin]      3.7.10cvs52
3645
3646         * src/gtk/gtkcmclist.c
3647         * src/gtk/gtkcmctree.c
3648                 Fix focus things.
3649
3650 2011-10-25 [colin]      3.7.10cvs51
3651
3652         * src/stock_pixmap.c
3653                 Fix build with gtk + 2.20
3654
3655 2011-10-25 [colin]      3.7.10cvs50
3656
3657         * src/compose.c
3658         * src/messageview.c
3659         * src/procmsg.c
3660         * src/procmsg.h
3661                 Fix locking when sending a single message
3662
3663 2011-10-25 [colin]      3.7.10cvs49
3664
3665         * src/gtk/colorlabel.c
3666                 GDK_ => GDK_KEY
3667         * src/gtk/gtkcmclist.c
3668                 Make row height closer to what it was
3669
3670 2011-10-25 [colin]      3.7.10cvs48
3671
3672         * src/stock_pixmap.c
3673                 Always use cairo to draw
3674
3675 2011-10-25 [colin]      3.7.10cvs47
3676
3677         * src/mimeview.c
3678                 Fix bug #2529, 'crash in mimeview_start_drag after
3679                 deleting message'. Patch by Ricardo
3680
3681 2011-10-23 [colin]      3.7.10cvs46
3682
3683         * src/gtk/gtkcmclist.c
3684         * src/gtk/gtkcmclist.h
3685         * src/gtk/gtkcmctree.c
3686                 Draw CMClist with cairo too.
3687
3688 2011-10-23 [colin]      3.7.10cvs45
3689
3690         * src/gtk/gtkcmclist.h
3691                 Fix build (this was not meant to be commited)
3692
3693 2011-10-23 [colin]      3.7.10cvs44
3694
3695         * src/addressadd.c
3696         * src/addressbook.c
3697         * src/addressbook_foldersel.c
3698         * src/editgroup.c
3699         * src/foldersel.c
3700         * src/folderview.c
3701         * src/grouplistdialog.c
3702         * src/prefs_common.c
3703         * src/prefs_common.h
3704         * src/summaryview.c
3705         * src/gtk/gtkcmclist.c
3706         * src/gtk/gtkcmclist.h
3707         * src/gtk/gtkcmctree.c
3708         * src/gtk/gtkcmctree.h
3709         * src/gtk/gtksctree.c
3710                 Refactor some tree stuff (lots of code duplication there)
3711                 and switch to cairo for tree rendering.
3712
3713 2011-10-23 [holger]     3.7.10cvs43
3714
3715         * src/filtering.c
3716                 Don't issue a warning for designed behaviour of the stop rule.
3717                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3718
3719 2011-10-22 [colin]      3.7.10cvs42
3720
3721         * src/printing.c
3722         * src/gtk/gtkshruler.c
3723         * src/gtk/gtkutils.h
3724                 Fix GTK+2.16 build
3725
3726 2011-10-22 [colin]      3.7.10cvs41
3727
3728         * src/account.c
3729         * src/addr_compl.c
3730         * src/addrgather.c
3731         * src/compose.c
3732         * src/editldap.c
3733         * src/expldifdlg.c
3734         * src/folderview.c
3735         * src/grouplistdialog.c
3736         * src/headerview.c
3737         * src/importldif.c
3738         * src/main.c
3739         * src/mainwindow.c
3740         * src/mimeview.c
3741         * src/noticeview.c
3742         * src/prefs_account.c
3743         * src/prefs_actions.c
3744         * src/prefs_ext_prog.c
3745         * src/prefs_filtering.c
3746         * src/prefs_folder_item.c
3747         * src/prefs_image_viewer.c
3748         * src/prefs_logging.c
3749         * src/prefs_msg_colors.c
3750         * src/prefs_other.c
3751         * src/prefs_send.c
3752         * src/prefs_spelling.c
3753         * src/prefs_summaries.c
3754         * src/prefs_template.c
3755         * src/printing.c
3756         * src/quote_fmt.c
3757         * src/send_message.c
3758         * src/statusbar.c
3759         * src/summary_search.c
3760         * src/summaryview.c
3761         * src/wizard.c
3762         * src/gtk/gtkcmclist.c
3763         * src/gtk/gtkcmctree.c
3764         * src/gtk/gtkcmoptionmenu.c
3765         * src/gtk/gtksctree.c
3766         * src/gtk/gtkutils.c
3767         * src/gtk/gtkutils.h
3768         * src/gtk/gtkvscrollbutton.c
3769         * src/gtk/inputdialog.c
3770         * src/gtk/pluginwindow.c
3771         * src/gtk/quicksearch.c
3772         * src/gtk/spell_entry.c
3773         * src/plugins/bogofilter/bogofilter_gtk.c
3774         * src/plugins/dillo_viewer/dillo_prefs.c
3775         * src/plugins/pgpcore/prefs_gpg.c
3776         * src/plugins/spamassassin/spamassassin_gtk.c
3777         * src/plugins/trayicon/trayicon.c
3778         * src/plugins/trayicon/trayicon_prefs.c
3779                 Remove all possible #if GTK_CHECK_VERSION() checks,
3780                 and make Claws build with GTK+2.16 (untested right
3781                 now), as the Gpg4Win project uses GTK+2.16 currently.
3782
3783 2011-10-22 [colin]      3.7.10cvs40
3784
3785         * src/gtk/gtkutils.h
3786         * configure.ac
3787                 Fix (hopefully) build with GTK+ 2.18.
3788
3789 2011-10-20 [paul]       3.7.10cvs39
3790
3791         * AUTHORS
3792         * src/ldif.c
3793         * src/gtk/authors.h
3794                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3795                 Patch by Bodo Graumann <mail@bodograumann.de>
3796
3797 2011-10-20 [mones]      3.7.10cvs38
3798
3799         * po/fr.po
3800         * src/common/defs.h
3801                 Fix references to old dotsrc mailing lists
3802
3803 2011-10-19 [mones]      3.7.10cvs37
3804
3805         * src/prefs_msg_colors.c
3806                 Fix Ok/Cancel buttons in color selector of preferences
3807
3808 2011-10-17 [colin]      3.7.10cvs36
3809
3810         * src/gtk/gtkshruler.c
3811                 (Probably) fix GTK+ <= 2.22
3812
3813 2011-10-17 [colin]      3.7.10cvs35
3814
3815         * src/gtk/gtkshruler.c
3816                 Fix GTK+2.22 build
3817
3818 2011-10-17 [mones]      3.7.10cvs34
3819
3820         * src/addrbook.c
3821         * src/exportldif.c
3822         * src/jpilot.c
3823         * src/mutt.c
3824         * src/pine.c
3825         * src/procmsg.c
3826         * src/vcard.c
3827                 Fix potential out-of-buffer writes
3828
3829 2011-10-17 [mones]      3.7.10cvs33
3830
3831         * src/main.c
3832                 Use just one g_print call per option; correct indentation
3833
3834 2011-10-17 [colin]      3.7.10cvs32
3835
3836         * src/compose.c
3837         * src/compose.h
3838         * src/gtk/Makefile.am
3839         * src/gtk/gtkshruler.c
3840         * src/gtk/gtkshruler.h
3841         * src/gtk/gtkunit.c
3842         * src/gtk/gtkunit.h
3843                 Reimplement ruler using the GTK widgets. Thanks
3844                 to Hanno for the initial patch.
3845
3846 2011-10-17 [colin]      3.7.10cvs31
3847
3848         * src/action.c
3849         * src/main.c
3850         * src/gtk/gtkutils.c
3851         * src/gtk/gtkutils.h
3852                 Undeprecate GIO/GdkCondition
3853
3854 2011-10-16 [mones]      3.7.10cvs30
3855
3856         * src/main.c
3857                 Add --compose-from-file option to open composition
3858                 window with the headers and body from a file; based
3859                 on Debian patch to fix http://bugs.debian.org/544868
3860
3861 2011-10-15 [mones]      3.7.10cvs29
3862
3863         * manual/advanced.xml
3864                 Document new summary_from_show hidden preference
3865
3866 2011-10-15 [paul]       3.7.10cvs28
3867
3868         * src/compose.c
3869                 compose_create_tags() - fix misplaced 'int i'
3870                 compose_entry_mark_default_to() - fix To field highlighting
3871
3872 2011-10-09 [colin]      3.7.10cvs27
3873
3874         * src/addr_compl.c
3875                 Fix address completion
3876
3877 2011-10-07 [colin]      3.7.10cvs26
3878
3879         * src/prefs_filtering_action.c
3880         * src/gtk/gtkutils.h
3881                 Fix build with GTK+2.20
3882
3883 2011-10-07 [colin]      3.7.10cvs25
3884
3885         * src/gtk/Makefile.am
3886         * src/gtk/gdkkeysyms-new.h
3887         * src/gtk/gtkutils.h
3888                 Copy the new GDK_KEY_* definitions for older GTKs
3889
3890 2011-10-07 [colin]      3.7.10cvs24
3891
3892         * configure.ac
3893                 Fix typos (thanks to Hanno)
3894
3895 2011-10-07 [colin]      3.7.10cvs23
3896
3897         * src/compose.c
3898         * src/gtk/gtkshruler.c
3899         * src/gtk/gtkshruler.h
3900                 Disable ruler starting from 2.24.
3901
3902 2011-10-07 [colin]      3.7.10cvs22
3903
3904         * configure.ac
3905         * src/messageview.c
3906         * src/gtk/Makefile.am
3907                 GTK2 build fix
3908
3909 2011-10-07 [colin]      3.7.10cvs21
3910
3911         * configure.ac
3912         * src/action.c
3913         * src/addr_compl.c
3914         * src/addrgather.c
3915         * src/compose.c
3916         * src/compose.h
3917         * src/editldap.c
3918         * src/mainwindow.c
3919         * src/message_search.c
3920         * src/mimeview.c
3921         * src/mimeview.h
3922         * src/prefs_account.c
3923         * src/prefs_compose_writing.c
3924         * src/prefs_filtering_action.c
3925         * src/prefs_folder_item.c
3926         * src/prefs_logging.c
3927         * src/prefs_matcher.c
3928         * src/prefs_message.c
3929         * src/prefs_other.c
3930         * src/prefs_receive.c
3931         * src/prefs_summaries.c
3932         * src/prefs_wrapping.c
3933         * src/printing.c
3934         * src/ssl_manager.c
3935         * src/statusbar.c
3936         * src/stock_pixmap.c
3937         * src/summary_search.c
3938         * src/textview.c
3939         * src/gtk/Makefile.am
3940         * src/gtk/colorlabel.c
3941         * src/gtk/gtkutils.c
3942         * src/gtk/gtkutils.h
3943         * src/gtk/logwindow.c
3944         * src/gtk/menu.c
3945         * src/gtk/menu.h
3946         * src/gtk/quicksearch.c
3947         * src/gtk/spell_entry.c
3948         * src/plugins/bogofilter/bogofilter_gtk.c
3949         * src/plugins/dillo_viewer/dillo_viewer.c
3950         * src/plugins/pgpcore/prefs_gpg.c
3951         * src/plugins/spamassassin/spamassassin_gtk.c
3952                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
3953                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
3954                 ported (especially GtkCMOptionMenu)
3955
3956 2011-10-07 [colin]      3.7.10cvs20
3957
3958         * src/account.c
3959         * src/action.c
3960         * src/addr_compl.c
3961         * src/addrcustomattr.c
3962         * src/addrduplicates.c
3963         * src/addressadd.c
3964         * src/addressbook.c
3965         * src/addressbook_foldersel.c
3966         * src/addrgather.c
3967         * src/alertpanel.c
3968         * src/browseldap.c
3969         * src/compose.c
3970         * src/editaddress.c
3971         * src/editaddress_other_attributes_ldap.c
3972         * src/editbook.c
3973         * src/editgroup.c
3974         * src/editjpilot.c
3975         * src/editldap.c
3976         * src/editldap_basedn.c
3977         * src/edittags.c
3978         * src/editvcard.c
3979         * src/exphtmldlg.c
3980         * src/expldifdlg.c
3981         * src/export.c
3982         * src/foldersel.c
3983         * src/folderview.c
3984         * src/grouplistdialog.c
3985         * src/import.c
3986         * src/importldif.c
3987         * src/importmutt.c
3988         * src/importpine.c
3989         * src/mainwindow.c
3990         * src/message_search.c
3991         * src/messageview.c
3992         * src/mimeview.c
3993         * src/prefs_actions.c
3994         * src/prefs_customheader.c
3995         * src/prefs_display_header.c
3996         * src/prefs_filtering.c
3997         * src/prefs_filtering_action.c
3998         * src/prefs_folder_column.c
3999         * src/prefs_matcher.c
4000         * src/prefs_msg_colors.c
4001         * src/prefs_other.c
4002         * src/prefs_summaries.c
4003         * src/prefs_summary_column.c
4004         * src/prefs_summary_open.c
4005         * src/prefs_template.c
4006         * src/prefs_toolbar.c
4007         * src/printing.c
4008         * src/sourcewindow.c
4009         * src/ssl_manager.c
4010         * src/summary_search.c
4011         * src/summaryview.c
4012         * src/textview.c
4013         * src/uri_opener.c
4014         * src/gtk/about.c
4015         * src/gtk/colorsel.c
4016         * src/gtk/combobox.c
4017         * src/gtk/description_window.c
4018         * src/gtk/foldersort.c
4019         * src/gtk/gtkaspell.c
4020         * src/gtk/gtkcmclist.c
4021         * src/gtk/gtkcmctree.c
4022         * src/gtk/gtkcmoptionmenu.c
4023         * src/gtk/gtkutils.c
4024         * src/gtk/icon_legend.c
4025         * src/gtk/inputdialog.c
4026         * src/gtk/logwindow.c
4027         * src/gtk/pluginwindow.c
4028         * src/gtk/prefswindow.c
4029         * src/gtk/quicksearch.c
4030         * src/plugins/pgpcore/passphrase.c
4031         * src/plugins/pgpcore/select-keys.c
4032                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4033                 to replace GDK_* by GDK_KEY_*.
4034
4035 2011-10-07 [colin]      3.7.10cvs19
4036
4037         * AUTHORS
4038         * src/account.c
4039         * src/action.c
4040         * src/addr_compl.c
4041         * src/addressbook.c
4042         * src/alertpanel.c
4043         * src/compose.c
4044         * src/edittags.c
4045         * src/folderview.c
4046         * src/grouplistdialog.c
4047         * src/image_viewer.c
4048         * src/mainwindow.c
4049         * src/mimeview.c
4050         * src/noticeview.c
4051         * src/prefs_filtering_action.c
4052         * src/prefs_folder_column.c
4053         * src/prefs_msg_colors.c
4054         * src/prefs_summary_column.c
4055         * src/prefs_toolbar.c
4056         * src/printing.c
4057         * src/stock_pixmap.c
4058         * src/summaryview.c
4059         * src/textview.c
4060         * src/undo.c
4061         * src/wizard.c
4062         * src/gtk/about.c
4063         * src/gtk/authors.h
4064         * src/gtk/colorlabel.c
4065         * src/gtk/colorsel.c
4066         * src/gtk/gtkcmclist.c
4067         * src/gtk/gtkcmctree.c
4068         * src/gtk/gtkcmoptionmenu.c
4069         * src/gtk/gtksctree.c
4070         * src/gtk/gtkutils.c
4071         * src/gtk/gtkvscrollbutton.c
4072         * src/gtk/inputdialog.c
4073         * src/gtk/logwindow.c
4074         * src/gtk/menu.c
4075         * src/gtk/prefswindow.c
4076         * src/gtk/progressdialog.c
4077         * src/plugins/pgpcore/passphrase.c
4078         * src/plugins/trayicon/trayicon.c
4079                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4080                 Patch by Hanno Thurow-Meyer, many thanks to him !
4081
4082 2011-09-20 [colin]      3.7.10cvs18
4083
4084         * src/common/ssl.c
4085                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4086                 gnutls 3.0.3'
4087
4088 2011-09-18 [colin]      3.7.10cvs17
4089
4090         * src/news.c
4091                 Fix segfault when connection fails
4092
4093 2011-09-03 [colin]      3.7.10cvs16
4094
4095         * src/common/ssl.c
4096                 Use NORMAL instead of EXPORT priorities.
4097
4098 2011-09-02 [colin]      3.7.10cvs15
4099
4100         * configure.ac
4101         * src/common/ssl.c
4102                 Linking against gcrypt explicitely in order to call
4103                 gcry_control() for mutex setup isn't necessary anymore
4104                 starting from gnuTLS 2.11.
4105
4106 2011-08-31 [colin]      3.7.10cvs14
4107
4108         * src/plugins/pgpinline/pgpinline.c
4109         * src/plugins/pgpmime/pgpmime.c
4110                 Fix bug #2431, "Major memory leak in PGP message handling".
4111
4112 2011-08-31 [colin]      3.7.10cvs13
4113
4114         * AUTHORS
4115         * src/gtk/authors.h
4116         * src/mainwindow.c
4117         * src/messageview.c
4118         * src/gtk/authors.h
4119                 Apply Steve Rader's patch from bug #2388, "Add 
4120                 message view scrolling menu items"
4121
4122 2011-08-30 [colin]      3.7.10cvs12
4123
4124         * src/gtk/prefswindow.c
4125                 Fix layout issues (i.e. on SSL page if changing account
4126                 type prior to visiting it).
4127
4128 2011-08-30 [colin]      3.7.10cvs11
4129
4130         * configure.ac
4131         * src/common/ssl.c
4132                 Don't use deprecated functions for GnuTLS priorities.
4133                 Require GnuTLS 2.2 that is the first version with the
4134                 new function.
4135
4136 2011-08-30 [colin]      3.7.10cvs10
4137
4138         * src/common/socket.c
4139         * src/common/ssl.c
4140                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4141                 communication", as per http://savannah.gnu.org/support/?107660
4142
4143 2011-08-30 [colin]      3.7.10cvs9
4144
4145         * src/etpan/imap-thread.c
4146         * src/etpan/nntp-thread.c
4147                 Remove dead openSSL code
4148
4149 2011-08-30 [colin]      3.7.10cvs8
4150
4151         * src/ssl_manager.c
4152         * src/common/ssl.c
4153         * src/common/ssl_certificate.c
4154         * src/common/ssl_certificate.h
4155         * src/etpan/imap-thread.c
4156         * src/etpan/nntp-thread.c
4157                 Fix bug #2127, "SSL cert check uses canonical name instead of
4158                 specified name"
4159
4160 2011-08-29 [colin]      3.7.10cvs7
4161
4162         * src/prefs_account.c
4163                 Fix X-Mailer option not appearing on IMAP
4164
4165 2011-08-29 [colin]      3.7.10cvs6
4166
4167         * src/plugins/pgpcore/Makefile.am
4168         * src/plugins/pgpinline/Makefile.am
4169         * src/plugins/pgpmime/Makefile.am
4170         * src/plugins/smime/Makefile.am
4171                 Windows build fix:
4172                 libtool: link: require no space between `-L' and `.'
4173
4174 2011-08-29 [colin]      3.7.10cvs5
4175
4176         * src/account.c
4177         * src/compose.c
4178         * src/prefs_account.c
4179         * src/prefs_account.h
4180                 Revert cvs4 which is rather illogical and instead
4181                 use Fabian's patch from bug #2471
4182
4183 2011-08-29 [colin]      3.7.10cvs4
4184
4185         * src/compose.c
4186                 Don't insert custom headers that have empty values.
4187                 Allows not inserting X-Mailer if it's set to nothing.
4188                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4189
4190 2011-08-29 [colin]      3.7.10cvs3
4191
4192         * src/image_viewer.c
4193         * src/textview.c
4194         * src/gtk/gtkutils.c
4195         * src/gtk/gtkutils.h
4196                 Handle EXIF orientation in images (both in textview's
4197                 preview and image viewer)
4198
4199 2011-08-28 [paul]       3.7.10cvs2
4200
4201         * src/prefs_common.c
4202         * src/prefs_common.h
4203         * src/summaryview.c
4204                 add new hidden option to control the display in the From
4205                 column in the Message List: 0 (default): show name,
4206                 1: show address, 2: show name + address
4207
4208 2011-08-27 [paul]       3.7.10cvs1
4209
4210         * po/POTFILES.in
4211         * src/common/ssl_certificate.c
4212         * src/etpan/imap-thread.c
4213         * src/etpan/nntp-thread.c
4214                 offer up some missing log_error() strings to translators
4215
4216 2011-08-27 [paul]       3.7.10
4217         * NEWS
4218         * README
4219         * RELEASE_NOTES 
4220                 3.7.10 unleashed!               
4221
4222 2011-08-27 [paul]       3.7.9cvs52
4223
4224         * po/cs.po
4225         * po/fr.po
4226         * po/hu.po
4227         * po/lt.po
4228         * po/pt_BR.po
4229         * po/sk.po
4230                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4231                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4232
4233 2011-08-27 [mones]      3.7.9cvs51
4234
4235         * claws-mail.desktop
4236                 Include generic name and comment translations
4237                 Thanks to all the people on the translators ML!
4238
4239 2011-08-23 [paul]       3.7.9cvs50
4240
4241         * src/common/ssl.c
4242                 probable/possible fix/workaround for bug 2402,
4243                 'can't download message from pop3 server'
4244
4245 2011-08-18 [paul]       3.7.9cvs49
4246
4247         * manual/handling.xml
4248                 fix typos. thanks to vilpan
4249
4250 2011-08-17 [paul]       3.7.9cvs48
4251
4252         * tools/claws.i18n.status.pl
4253                 add Mindaugas Baranauskas (Lithuanian)
4254
4255 2011-08-14 [mir]        3.7.9cvs47
4256
4257         * src/news.c
4258         * src/etpan/nntp-thread.c
4259                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4260                 some minor contribution by me.
4261
4262 2011-08-13 [mir]        3.7.9cvs46
4263
4264         * src/etpan/nntp-thread.c
4265                 Fix bug when NNTP server sends authentication warning
4266                 as part of the connection session. Privously etpan would
4267                 bail out for any return code other than NEWSNNTP_NO_ERROR
4268                 but as early as the connection session a return code like
4269                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4270                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4271                 be considered as an error.
4272
4273 2011-08-12 [paul]       3.7.9cvs45
4274
4275         * src/mimeview.c
4276                 3.7.9cvs43 mistakenly dropped off the info
4277                 about the mime part from the tooltip
4278
4279 2011-08-12 [wwp]        3.7.9cvs44
4280
4281         * src/gtk/quicksearch.c
4282          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4283
4284 2011-08-09 [paul]       3.7.9cvs43
4285
4286         * src/mimeview.c
4287                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4288
4289 2011-08-06 [paul]       3.7.9cvs42
4290
4291         * src/compose.c
4292                 fix cursor placement in Forward template
4293
4294 2011-08-06 [paul]       3.7.9cvs41
4295
4296         * src/gtk/description_window.c
4297                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4298
4299 2011-08-05 [holger]     3.7.9cvs40
4300
4301         * claws-mail.desktop
4302                 Revert 3.7.9cvs35 for now, it may be problematic
4303                 (see bug #2450)
4304
4305 2011-08-05 [paul]       3.7.9cvs39
4306
4307         * src/mainwindow.c
4308         * src/messageview.c
4309                 use 'Collapse quotes' rather than 'Fold quotes' on
4310                 labels, for consistency
4311         * src/toolbar.c
4312                 use 'Receive mail from account' rather than 'on account'
4313
4314 2011-07-30 [mir]        3.7.9cvs38
4315
4316         * src/etpan/Makefile.am
4317         * src/plugins/pgpcore/Makefile.am
4318         * src/plugins/pgpmime/Makefile.am
4319         * src/plugins/smime/Makefile.am
4320                 Fix broken build on Debian Sid. enchant.h cannot be
4321                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4322                 present in Makefile.am. Apparently enchant.h in older
4323                 versions were placed in /usr/include which is always
4324                 scanned be default.
4325
4326 2011-07-21 [mones]      3.7.9cvs37
4327
4328         * src/common/plugin.c
4329         * src/common/plugin.h
4330                 Make licences allowed for plugins more explicit and also
4331                 accept dual (or more) licences when properly formatted.
4332                 Doesn't require any change on current plugins.
4333
4334 2011-07-18 [mones]      3.7.9cvs36
4335
4336         * manual/advanced.xml
4337                 Document briefly tags feature.
4338         * manual/glossary.xml
4339                 Fix definition to avoid confussion with tags.
4340         * manual/es/advanced.xml
4341         * manual/es/glossary.xml
4342                 Synchronize Spanish translation with the above.
4343
4344 2011-07-07 [holger]     3.7.9cvs35
4345
4346         * claws-mail.desktop
4347                 Add indicator stuff to the desktop file
4348                 Taken from bug #2450
4349
4350 2011-07-06 [paul]       3.7.9cvs34
4351
4352         * src/edittags.c
4353                 fix English usage
4354
4355 2011-07-06 [mones]      3.7.9cvs33
4356
4357         * src/edittags.c
4358                 Do not create an empty tag name row in panel and
4359                 warn user about using a non-reserved tag instead
4360
4361 2011-07-05 [mones]      3.7.9cvs32
4362
4363         * src/imap.c
4364         * src/common/tags.c
4365         * src/common/tags.h
4366         * src/etpan/imap-thread.c
4367                 Make constants for reserved tags and use them
4368                 Removed also duplicate comparison while at it
4369
4370 2011-07-05 [paul]       3.7.9cvs31
4371
4372         * src/compose.c
4373                 when using a Compose template, only place the cursor
4374                 in the body when the cursor symbol, %cursor (%X), is used
4375
4376 2011-07-03 [paul]       3.7.9cvs30
4377
4378         * src/main.c
4379                 do main_window_popup(mainwin); on plugin load error, or
4380                 else the warning dialogue and mainwindow stays minimised
4381                 and hidden
4382
4383 2011-07-03 [paul]       3.7.9cvs29
4384
4385         * src/wizard.c
4386                 fix bug 2462, 'Building without GnuTLS support leads to a
4387                 failure in wizard.c'
4388
4389 2011-07-03 [paul]       3.7.9cvs28
4390
4391         * src/mainwindow.c
4392         * src/mainwindow.h
4393         * src/summaryview.c
4394                 fix bug #2461, 'popup menu in message list displays
4395                 'move to trash' and 'delete''.
4396                 Add a new sensitivity condition 'M_NOT_TRASH' and
4397                 remove the broken workaround for right-click in summaryview.c.
4398                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4399                 News folder.
4400
4401 2011-06-21 [paul]       3.7.9cvs27
4402
4403         * src/mainwindow.c
4404                 revert 3.7.9cvs2, it does no good
4405
4406 2011-06-18 [mir]        3.7.9cvs26
4407
4408         * configure.ac
4409                 Fix autoconf warnings introduced in autoconf >= 2.64
4410
4411 2011-06-05 [paul]       3.7.9cvs25
4412
4413         * po/ca.po
4414         * po/cs.po
4415         * po/de.po
4416         * po/it.po
4417         * po/ja.po
4418         * po/pt_PT.po
4419         * po/sk.po
4420         * po/uk.po
4421                 fix strings where an informational message has been
4422                 wrongly entered into the translated string
4423         * src/toolbar.c
4424                 enable 'Trash' and 'Sender' to be translated based on
4425                 the context, e.g. as button text and as mail header
4426         * src/gtk/about.c
4427                 fix english in Info tab
4428
4429 2011-05-25 [colin]      3.7.9cvs24
4430
4431         * src/action.c
4432                 Fix bug #2439, "use bitwise operator for bitmask instead of
4433                 logical operator". Thanks to Nicolas Kaiser for the patch.
4434
4435 2011-05-18 [colin]      3.7.9cvs23
4436
4437         * src/news.c
4438                 Fix missing group selection before xover if the
4439                 connection was reset before.
4440
4441 2011-05-12 [colin]      3.7.9cvs22
4442
4443         * src/common/utils.c
4444                 Fix bug #2412, "Send account mail address in Message-ID
4445                 wrongly implemented". Patch by Fabian Keil.
4446
4447 2011-05-12 [mones]      3.7.9cvs21
4448
4449         * src/etpan/nntp-thread.c
4450                 Fix bug #2418 "NNTP authentication is broken"
4451
4452 2011-05-09 [pawel]      3.7.9cvs20
4453
4454         * src/mainwindow.c
4455         * src/prefs_folder_item.c
4456                 Small UI fixes
4457
4458 2011-05-05 [colin]      3.7.9cvs19
4459
4460         * src/imap.c
4461         * src/inc.c
4462         * src/news.c
4463         * src/send_message.c
4464                 Fix bug #2184, "Add account name information inside network log".
4465                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4466                 This stuff is too much copy-pasted.
4467
4468
4469 2011-04-30 [colin]      3.7.9cvs18
4470
4471         * src/main.c
4472                 Fix bug #2414, 'Claws segfaults on startup with
4473                 notification plugin enabled". Thanks Christian
4474                 Faulhammer for the patch.
4475
4476 2011-04-27 [colin]      3.7.9cvs17
4477
4478         * src/codeconv.c
4479                 Make Windows' encoding CP1251 for ru_RU locale
4480                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4481
4482 2011-04-24 [paul]       3.7.9cvs16
4483
4484         * manual/claws-mail-manual.xml
4485         * manual/de/claws-mail-manual.xml
4486         * manual/es/claws-mail-manual.xml
4487         * manual/fr/claws-mail-manual.xml
4488         * manual/it/claws-mail-manual.xml
4489                 update copyright year
4490
4491 2011-04-24 [paul]       3.7.9cvs15
4492
4493         * src/summaryview.c
4494                 fix bug #2353, 'Right-clicking on spam in order to delete
4495                 it causes it to show in message window'
4496
4497 2011-04-24 [paul]       3.7.9cvs14
4498
4499         * src/mainwindow.c
4500         * src/gtk/foldersort.c
4501         * src/gtk/foldersort.h
4502                 fix labelling, 'change folder order' to 'change mailbox order'
4503
4504 2011-04-23 [paul]       3.7.9cvs13
4505
4506         * configure.ac
4507                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4508                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4509                 committed in 3.7.8cvs19 
4510
4511 2011-04-11 [paul]       3.7.9cvs12
4512
4513         * src/plugins/trayicon/trayicon.c
4514                 fix build bug: gtk_status_icon_set_title() is available
4515                 since gtk 2.18.x not 2.14.x
4516
4517 2011-04-11 [paul]       3.7.9cvs11
4518
4519         * po/hu.po
4520                 updated by Páder RezsÅ‘
4521
4522 2011-04-10 [colin]      3.7.9cvs10
4523
4524         * src/addr_compl.c
4525         * src/addressbook.c
4526         * src/compose.c
4527         * src/editaddress.c
4528         * src/editaddress_other_attributes_ldap.c
4529         * src/main.c
4530         * src/message_search.c
4531         * src/prefs_display_header.c
4532         * src/prefs_filtering_action.c
4533         * src/prefs_matcher.c
4534         * src/prefs_other.c
4535         * src/prefs_toolbar.c
4536         * src/summary_search.c
4537         * src/gtk/colorlabel.c
4538         * src/gtk/combobox.c
4539         * src/gtk/gtkcmoptionmenu.c
4540         * src/gtk/gtkshruler.c
4541         * src/gtk/gtkshruler.h
4542         * src/gtk/gtkutils.h
4543         * src/gtk/inputdialog.c
4544         * src/gtk/quicksearch.c
4545                 Revert the whole pile of crap introduced in
4546                 cvs9,8,7,4.
4547
4548 2011-04-10 [colin]      3.7.9cvs9
4549
4550         * src/compose.c
4551         * src/editaddress.c
4552         * src/editaddress_other_attributes_ldap.c
4553         * src/main.c
4554         * src/message_search.c
4555         * src/prefs_display_header.c
4556         * src/prefs_matcher.c
4557         * src/prefs_toolbar.c
4558         * src/summary_search.c
4559         * src/gtk/combobox.c
4560         * src/gtk/gtkutils.h
4561         * src/gtk/inputdialog.c
4562         * src/gtk/quicksearch.c
4563                 Finish fun with combo boxes. (hopefully)
4564
4565 2011-04-10 [colin]      3.7.9cvs8
4566
4567         * src/compose.c
4568         * src/prefs_filtering_action.c
4569         * src/gtk/combobox.c
4570         * src/gtk/gtkshruler.c
4571         * src/gtk/gtkshruler.h
4572                 More undeprecation. GTKSHRuler is #if'ed out. We can
4573                 still decide to maintain the old GtkRuler widget in-tree
4574                 if the lack of ruler in Compose window is too
4575                 annoying.
4576
4577 2011-04-10 [colin]      3.7.9cvs7
4578
4579         * src/addr_compl.c
4580         * src/addressbook.c
4581         * src/compose.c
4582         * src/editaddress_other_attributes_ldap.c
4583         * src/message_search.c
4584         * src/prefs_display_header.c
4585         * src/prefs_filtering_action.c
4586         * src/prefs_other.c
4587         * src/prefs_toolbar.c
4588         * src/summary_search.c
4589         * src/gtk/colorlabel.c
4590         * src/gtk/combobox.c
4591         * src/gtk/gtkcmoptionmenu.c
4592         * src/gtk/gtkutils.h
4593                 More comboboxtext undeprecation
4594
4595 2011-04-10 [colin]      3.7.9cvs6
4596
4597         * src/messageview.c
4598                 Fix it better.
4599
4600 2011-04-10 [colin]      3.7.9cvs5
4601
4602         * src/messageview.c
4603                 Fix age-old typo.
4604
4605 2011-04-10 [colin]      3.7.9cvs4
4606
4607         * src/compose.c
4608         * src/editaddress_other_attributes_ldap.c
4609         * src/message_search.c
4610         * src/prefs_display_header.c
4611         * src/prefs_filtering_action.c
4612         * src/prefs_other.c
4613         * src/prefs_toolbar.c
4614         * src/summary_search.c
4615         * src/gtk/combobox.c
4616         * src/gtk/gtkutils.h
4617                 gtk_combo_box_*_text() is deprecated, and
4618                 gtk_combo_box_text_*() is the new hotness.
4619
4620 2011-04-10 [colin]      3.7.9cvs3
4621
4622         * src/addr_compl.c
4623         * src/addressbook.c
4624         * src/browseldap.c
4625         * src/compose.c
4626         * src/folder.c
4627         * src/folderview.c
4628         * src/gtk/gtkvscrollbutton.c
4629         * src/gtk/gtkvscrollbutton.h
4630                 s/GtkFunction/GSourceFunc
4631
4632 2011-04-10 [colin]      3.7.9cvs2
4633
4634         * src/mainwindow.c
4635                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4636                 This is the patch from bug #2396, it should be innocuous even
4637                 if that's useless to do deiconify + present window...
4638
4639 2011-04-09 [paul]       3.7.9cvs1
4640
4641         * src/prefs_summaries.c
4642                 fix typo in string. (thanks, Brad!)
4643
4644 2011-04-09 [paul]       3.7.9
4645         * NEWS
4646         * README
4647         * RELEASE_NOTES 
4648                 3.7.9 unleashed!        
4649
4650 2011-04-09 [paul]       3.7.8cvs78
4651
4652         * po/cs.po
4653         * po/es.po
4654         * po/fi.po
4655         * po/fr.po
4656         * po/lt.po
4657         * po/pt_BR.po
4658         * po/sk.po
4659         * po/uk.po
4660                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4661                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4662                 Slavko, and Yarema
4663
4664 2011-04-09 [colin]      3.7.8cvs77
4665
4666         * src/gtk/filesel.c
4667                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4668                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4669                 encoding filename. Hooray for stupid.
4670
4671 2011-04-08 [colin]      3.7.8cvs76
4672
4673         * src/action.c
4674                 Fix action Stop: if child does not react to SIGTERM, it'll
4675                 probably start behaving when it'll get a SIGKILL on the user's
4676                 second press on Stop.
4677                 Fixes bug #2237, "User action makes Claws unresponsive".
4678
4679 2011-04-08 [colin]      3.7.8cvs75
4680
4681         * src/account.c
4682         * src/folder.c
4683         * src/folder.h
4684         * src/folder_item_prefs.c
4685         * src/folder_item_prefs.h
4686         * src/prefs_account.c
4687                 Fix bug #2382, "folderitemrc not updated when account
4688                 name is changed". Indeed, this wasn't done.
4689
4690 2011-04-08 [wwp]        3.7.8cvs74
4691
4692         * src/procmime.c
4693         Add support for quoted values (*="value").
4694         This commonly fixes a trailing quote appearing to filenames
4695         sent by iphone Mail (not sure if it's culprit at all, though).
4696
4697 2011-04-08 [colin]      3.7.8cvs73
4698
4699         * src/gtk/filesel.c
4700                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4701                 caused by attachments with extended chars in the file name". Patch
4702                 derived from a patch bt Fabien Keil
4703
4704 2011-04-05 [wwp]        3.7.8cvs72
4705
4706         * src/compose.c
4707                 A debug string not to translate.
4708
4709 2011-04-03 [colin]      3.7.8cvs71
4710
4711         * src/common/utils.h
4712                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4713                 That's not the first bug-report where internal
4714                 debug-only backtrace() crashes on FreeBSD.
4715
4716 2011-04-03 [colin]      3.7.8cvs70
4717
4718         * src/compose.c
4719                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4720                 compose window".
4721                 Batch-mode compose windows (from filtering actions) shouldn't
4722                 try to access stuff after flushing events...
4723
4724 2011-03-31 [paul]       3.7.8cvs69
4725
4726         * INSTALL
4727                 update as gtk >= 2.10 now required
4728                 (because I'll never remember to do this later)
4729
4730 2011-03-26 [paul]       3.7.8cvs68
4731
4732         * src/messageview.c
4733                 fix separators in Go To menu
4734
4735 2011-03-20 [colin]      3.7.8cvs67
4736
4737         * configure.ac
4738                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4739                 when we'll have time to handle them
4740
4741 2011-03-18 [paul]       3.7.8cvs66
4742
4743         * src/textview.c
4744                 make user-facing message more accurate -
4745                 'Network Log' not 'View Log'
4746
4747 2011-03-17 [wwp]        3.7.8cvs65
4748
4749         * po/fr.po
4750                 Fix a typo around plural form, as reported by
4751                 Yannick Palanque.
4752
4753 2011-03-15 [colin]      3.7.8cvs64
4754
4755         * AUTHORS
4756         * src/gtk/authors.h
4757         * src/main.c
4758                 Fix bug #2381, "Support for NetworkManager 0.9".
4759                 Patch by Mikhail Efremov
4760
4761 2011-03-04 [colin]      3.7.8cvs63
4762
4763         * src/mimeview.c
4764         * src/mimeview.h
4765                 Fix segfault on Windows
4766         * src/exporthtml.c
4767         * src/common/utils.c
4768         * src/common/w32_unistd.c
4769         * src/common/w32lib.h
4770                 Rationalize use of time_r() funcs (pthread do define them)
4771
4772 2011-03-02 [pawel]      3.7.8cvs62
4773
4774         * src/wizard.c
4775                 Re-implement widgets aligning, switch from GtkSizeGroup
4776                 to GtkTable - this should fix disappearing labels
4777
4778 2011-03-01 [pawel]      3.7.8cvs61
4779
4780         * src/wizard.c
4781                 Wizard GUI cleanups. Make it look and behave more
4782                 like account preferences.
4783
4784 2011-02-23 [colin]      3.7.8cvs60
4785
4786         * src/common/Makefile.am
4787                 Fix make dist
4788
4789 2011-02-23 [colin]      3.7.8cvs59
4790
4791         * src/Makefile.am
4792         * src/main.c
4793         * src/common/Makefile.am
4794         * src/common/plugin.c
4795         * src/common/valgrind.h
4796                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4797                 Use valgrind's own header.
4798
4799 2011-02-22 [colin]      3.7.8cvs58
4800
4801         * src/prefs_account.c
4802                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4803                 signed message" upon new installation. This is disturbing when PGP
4804                 plugins are loaded by default.
4805
4806 2011-02-16 [paul]       3.7.8cvs57
4807
4808         * src/*
4809                 update copyright headers throughout
4810
4811 2011-02-16 [paul]       3.7.8cvs56
4812
4813         * src/summaryview.c
4814                 use gettext plural form for "item selected"/"items selected"
4815
4816 2011-02-13 [colin]      3.7.8cvs55
4817
4818         * src/mimeview.c
4819         * src/mimeview.h
4820                 Fix bug #2361, "Claws crashes after PGP Check in separate
4821                 msg view". Don't let the cancel thread lie around after
4822                 the verification ended.
4823
4824 2011-02-13 [paul]       3.7.8cvs54
4825
4826         * po/lt.po
4827                 updated by Mindaugas Baranauskas
4828
4829 2011-02-11 [mones]      3.7.8cvs53
4830
4831         * manual/es/advanced.xml
4832                 Sync with English manual
4833         * src/imap.c
4834                 Fix remaining mismatched alloc/free from cppcheck
4835
4836 2011-02-10 [pawel]      3.7.8cvs52
4837
4838         * src/ldapupdate.c
4839                 Fix memleaks
4840
4841 2011-02-10 [pawel]      3.7.8cvs51
4842
4843         * src/prefs_toolbar.c
4844                 - set menus sensitivity in item type combo depending on
4845                   availability of actions / plugin hooks
4846                 - style fixes, spaces instead of tabs mostly
4847
4848 2011-02-10 [paul]       3.7.8cvs50
4849
4850         * src/prefs_account.c
4851                 move the 'send acc mail addr in msg-id" option to
4852                 the send page
4853
4854 2011-02-10 [paul]       3.7.8cvs49
4855
4856         * src/prefs_account.c
4857                 move the 'expunge immediately' option to a more
4858                 suitable page
4859
4860 2011-02-05 [pawel]      3.7.8cvs48
4861
4862         * manual/advanced.xml
4863                 Document new hidden pref
4864         * src/folder.c
4865                 Dont treat mimeparts referenced by others as
4866                 real attachments
4867         * src/mimeview.c
4868         * src/prefs_common.c
4869         * src/prefs_common.h
4870                 Add ability to hide inline attachments referenced
4871                 by other mimeparts in MimeView. To enable this
4872                 feature set show_inline_attachments=0 in your clawsrc
4873
4874 2011-01-25 [colin]      3.7.8cvs47
4875
4876         * src/matcher.c
4877                 Fix matcher body parsing: decode mails with our
4878                 MIME parser. This speeds up body search a bit as
4879                 binary attachments are not searched anymore, slows
4880                 down a bit full message searches, but not awfully.
4881         * src/summary_search.c
4882                 Use matcher API to search, in all cases (advanced search or
4883                 not). Also, fix little logic bugs related to combos history
4884         * src/common/utils.c
4885         * src/common/utils.h
4886         * src/procmime.c
4887         * src/procmime.h
4888                 Remove dead code, export functions needed by matcher.c
4889
4890 2011-01-25 [colin]      3.7.8cvs46
4891
4892         * src/compose.c
4893         * src/prefs_common.c
4894         * src/common/md5.c
4895         * src/common/ssl_certificate.c
4896                 Fix mismatched alloc/free (thanks to cppcheck)
4897
4898 2011-01-25 [colin]      3.7.8cvs45
4899
4900         * src/pop.c
4901                 Fix leak on error path
4902
4903 2011-01-23 [mones]      3.7.8cvs44
4904
4905         * manual/es/advanced.xml
4906                 Sync with English manual
4907
4908 2011-01-23 [paul]       3.7.8cvs43
4909
4910         * src/gtk/about.c
4911                 it's 2011, update copyright line
4912
4913 2011-01-23 [paul]       3.7.8cvs42
4914
4915         * manual/advanced.xml
4916         * src/prefs_common.c
4917         * src/prefs_common.h
4918         * src/textview.c
4919                 fix bug #2350, 'Make displaying localized date/time in
4920                 message view optional'.
4921                 This introduces a new hidden option (why do more?),
4922                 'msgview_date_format', which defaults to OFF, maintaining
4923                 the current and expected behaviour.
4924
4925 2011-01-21 [colin]      3.7.8cvs41
4926
4927         * src/procmime.c
4928                 Fix bug #2050, Clawsmail sends return receipt every seconds
4929                 We forgot to close the file when parsing 
4930                 disposition-notification fields, which made unlinking of the
4931                 corresponding emails in tempfolder/processing impossible in
4932                 Windows. Causing them to be re-fetched every time.
4933
4934 2011-01-21 [colin]      3.7.8cvs40
4935
4936         * claws-mail.desktop
4937                 Fix again bug #2346: We should have a %u parameter.
4938
4939 2011-01-21 [colin]      3.7.8cvs39
4940
4941         * src/plugins/spamassassin/spamassassin.c
4942                 Fix sa-learn when offline (its command line parsing is
4943                 space-dependant). Patch by Wolfgang Lorenz
4944
4945 2011-01-19 [pawel]      3.7.8cvs38
4946
4947         * claws-mail.desktop
4948                 Fix Bug 2346 'Please register x-handler-scheme
4949                  in .desktop file' patch by Laurent Bigonville
4950                 While I'm here update things to current
4951                 standards, fix desktop-file-validate warnings/errors
4952
4953 2011-01-18 [colin]      3.7.8cvs37
4954
4955         * src/common/smtp.c
4956                 Fix logic on SMTP AUTH: If the selected method isn't
4957                 available, say so instead of supposing it'll work.
4958                 Fixes bug #2039, 'SMTP AUTHENTICATION'
4959
4960 2011-01-15 [pawel]      3.7.8cvs36
4961
4962         * src/prefs_folder_item.c
4963                 Rework subject regexp simplify gui a bit, this give us better
4964                 options page layout (window with min width was too short to 
4965                 show all contents and thigs were unwieldy) and better preview
4966                 of regexp working/not working
4967
4968 2011-01-14 [pawel]      3.7.8cvs35
4969
4970         * src/textview.c
4971                 strncpy2() NULLify strings just fine, no need to be
4972                 extra "clever"
4973
4974 2011-01-14 [pawel]      3.7.8cvs34
4975
4976         * src/textview.c
4977                 Fix Bug #2165 'The date not localized in the message view'
4978                 Display Date header in messageview in the same way as in
4979                 summaryview by respecting date format set in preferences.
4980
4981 2011-01-06 [pawel]      3.7.8cvs33
4982
4983         * src/prefs_account.c
4984         * src/prefs_folder_item.c
4985         * src/prefs_quote.c
4986         * src/quote_fmt.c
4987                 Make quote templates widgets more compact
4988
4989 2011-01-06 [pawel]      3.7.8cvs32
4990
4991         * src/plugins/trayicon/trayicon.c
4992                 - fix logic bug which caused icon to be
4993                   always set no-mail status on plugin load
4994                 - force icon hide on plugin_done(), without
4995                   it empty space(?!) is left in tray under KDE3 and KDE4
4996
4997 2011-01-06 [colin]      3.7.8cvs31
4998
4999         * src/addrharvest.c
5000         * src/codeconv.c
5001         * src/codeconv.h
5002         * src/compose.c
5003         * src/news.c
5004         * src/procheader.c
5005         * src/procmime.c
5006         * src/unmime.c
5007         * src/unmime.h
5008                 Unmime headers differently whether they're addresses or not:
5009                 It's useless to quote things containing commas if it's in
5010                 subject, for example. (introduced in 3.7.8cvs26)
5011
5012 2011-01-06 [colin]      3.7.8cvs30
5013
5014         * src/gtk/gtkaspell.c
5015                 Complete previous patch
5016         * src/messageview.c
5017         * src/plugins/pgpinline/pgpinline.c
5018                 Coding style
5019
5020 2011-01-06 [paul]       3.7.8cvs29
5021
5022         * AUTHORS
5023         * configure.ac
5024         * po/lt.po
5025         * src/gtk/authors.h
5026                 add Lithuanian translation (approx. 65% complete)
5027                 submitted by Mindaugas Baranauskas
5028
5029 2011-01-06 [pawel]      3.7.8cvs28
5030
5031         * src/export.c
5032         * src/import.c
5033         * src/messageview.c
5034         * src/prefs_actions.c
5035         * src/procmime.c
5036         * src/gtk/gtkaspell.c
5037         * src/plugins/pgpinline/pgpinline.c
5038         * src/plugins/pgpmime/pgpmime.c
5039         * src/plugins/smime/smime.c
5040                 Fix memory/file descriptors leaks
5041
5042 2011-01-06 [paul]       3.7.8cvs27
5043
5044         * src/plugins/pgpcore/sgpgme.c
5045                 fix bug #2322, 'GPG Full info: showing subkey
5046                 ID instead of primary key fingerprint'
5047                 Patch by Sébastien Bigaret.
5048
5049 2011-01-03 [colin]      3.7.8cvs26
5050
5051         * src/unmime.c
5052                 Better quote-checking when unmim-ing headers
5053                 that may have comas.
5054
5055 2011-01-03 [colin]      3.7.8cvs25
5056
5057         * src/unmime.c
5058                 Fix bug #2299, "Incorrect handling of quoted printable coma
5059                 in headers". As this is really painful to fix by switching
5060                 the whole stuff to a list of headers tokens, we workaround
5061                 the problem by adding quotes around the encoded-word (making
5062                 it a quoted-string which continuity is already handled).
5063
5064 2011-01-03 [colin]      3.7.8cvs24
5065
5066         * src/procheader.c
5067                 Remove dead code
5068
5069 2010-12-23 [colin]      3.7.8cvs23
5070
5071         * src/compose.c
5072                 Finish fixing bug #2203: When forwarding (inline) and there
5073                 are some text/* parts with no name, set them a name and
5074                 set their disposition to attachment, so that recipients with
5075                 MUAs preferring HTML parts don't show them by default.
5076
5077 2010-12-22 [paul]       3.7.8cvs22
5078
5079         * src/compose.h
5080                 fix missing file in 3.7.8cvs20
5081
5082 2010-12-22 [colin]      3.7.8cvs21
5083
5084         * src/folderview.c
5085         * src/folderview.h
5086                 Implement a nicer scroll when drag and dropping
5087
5088 2010-12-22 [colin]      3.7.8cvs20
5089
5090         * src/compose.c
5091                 Store charset if available when attaching text/* parts
5092                 Fixes bug #2203, 'Problems in forwarding multipart/
5093                 alternative messages with HTML part'
5094
5095 2010-12-22 [colin]      3.7.8cvs19
5096
5097         * src/textview.c
5098                 Fix wrong free
5099
5100 2010-12-21 [colin]      3.7.8cvs18
5101
5102         * src/inc.c
5103         * src/send_message.c
5104         * src/common/session.c
5105         * src/common/session.h
5106                 Differentiate between running sessions and connected
5107                 sessions. Fixes bug #2332, "Crash when hitting cancel
5108                 on the SMTP status window"
5109
5110 2010-12-21 [colin]      3.7.8cvs17
5111
5112         * src/etpan/etpan-thread-manager.c
5113                 Dead code removal
5114
5115 2010-12-21 [colin]      3.7.8cvs16
5116
5117         * src/textview.c
5118                 Check whether we should continue loading the
5119                 current textview after inserting a possibly
5120                 big image.
5121
5122 2010-12-20 [colin]      3.7.8cvs15
5123
5124         * src/addrcindex.c
5125         * src/addrcindex.h
5126                 Removed. Dead code since ages!
5127         * src/addr_compl.c
5128         * src/gtk/gtkcmclist.c
5129         * src/gtk/gtkcmctree.c
5130         * src/gtk/gtksctree.c
5131                 undefine *_DISABLE_DEPRECATED in the files that
5132                 use deprecated interfaces. Implicit declarations
5133                 can lead to crashes as prototypes are unknown, as
5134                 evidenced by bug #2315.
5135
5136 2010-12-20 [colin]      3.7.8cvs14
5137
5138         * src/compose.c
5139                 Don't flush events when adding an header entry. This
5140                 can mess up the keypresses in the previous header.
5141                 Instead, make the scroll happen later (doing it on the
5142                 spot without flushing events doesn't work as the new
5143                 requisitions aren't set yet).
5144
5145 2010-12-20 [colin]      3.7.8cvs13
5146
5147         * src/mainwindow.c
5148                 Don't iconify at start on w32. This un-iconifies in the
5149                 background.
5150
5151 2010-12-20 [colin]      3.7.8cvs12
5152
5153         * src/common/base64.c
5154                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5155                 Patch by pochini at shiny.it
5156
5157 2010-12-19 [colin]      3.7.8cvs11
5158
5159         * src/ldapserver.c
5160                 Better debug.
5161
5162 2010-12-18 [colin]      3.7.8cvs10
5163
5164         * src/compose.c
5165                 Fix bug #2148, "Attachment content-transfer-encoding 
5166                 incorrectly set when signing emails". The RFC 2045
5167                 states that message/* and multipart/* encoding must
5168                 be either 7-bit, 8-bit or binary.
5169
5170 2010-12-18 [mones]      3.7.8cvs9
5171
5172         * src/ldaputil.c
5173                 Fix crash when searching or adding a LDAP server
5174
5175 2010-12-17 [colin]      3.7.8cvs8
5176
5177         * configure.ac
5178         * src/editldap.c
5179         * src/ldapquery.c
5180         * src/ldapserver.c
5181         * src/ldapupdate.c
5182         * src/ldaputil.c
5183         * src/ldaputil.h
5184                 Better error logging. Disable LDAP SSL/TLS on
5185                 Windows, it's crashy/non-worky.
5186
5187 2010-12-17 [colin]      3.7.8cvs7
5188
5189         * src/folder.c
5190                 Fix bug #2325, "messages remains in folder cache after moving
5191                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5192
5193 2010-12-17 [colin]      3.7.8cvs6
5194
5195         * src/addressadd.c
5196         * src/addressbook.c
5197         * src/addrindex.c
5198         * src/ldapquery.c
5199         * src/ldapquery.h
5200         * src/ldapserver.c
5201         * src/ldapserver.h
5202         * src/ldapupdate.c
5203         * src/ldaputil.c
5204         * src/ldaputil.h
5205                 Windows build fixes (w32 LDAP completely untested!)
5206
5207 2010-12-16 [colin]      3.7.8cvs5
5208
5209         * src/addrindex.c
5210         * src/editldap.c
5211         * src/ldapctrl.c
5212         * src/ldapquery.c
5213         * src/ldapserver.c
5214         * src/ldapserver.h
5215         * src/ldapupdate.c
5216         * src/ldaputil.c
5217                 Try to rationalize a bit LDAP connections
5218
5219 2010-12-16 [colin]      3.7.8cvs4
5220
5221         * src/prefs_spelling.c
5222         * src/common/defs.h
5223                 Add a button to get dictionaries (win32)
5224
5225 2010-12-16 [colin]      3.7.8cvs3
5226
5227         * src/prefs_matcher.c
5228                 Fix bug #2279, "crash when clicking 'define' in filter
5229                 configuring". Thanks to Theodor Ciobanu for the hint at
5230                 the problem.
5231
5232 2010-12-14 [colin]      3.7.8cvs2
5233
5234         * src/gtk/gtkaspell.c
5235                 Add missing guard for sys/wait.h
5236
5237 2010-12-05 [colin]      3.7.8cvs1
5238
5239         * tools/make.themes.project
5240                 Seems wget has changed naming of targets downloaded.
5241                 Fix it by always providing our own name.
5242                 [Pushing mones' patch again after messing with CVSROOT]
5243
5244 2010-12-04 [paul]       3.7.8
5245         * NEWS
5246         * README
5247         * RELEASE_NOTES 
5248                 3.7.8 unleashed!
5249
5250 2010-12-03 [paul]       3.7.7cvs11
5251
5252         * configure.ac
5253         * manual/xml2pdf ** REMOVED **
5254         * manual/dist/pdf/Makefile.am
5255         * manual/es/dist/pdf/Makefile.am
5256         * manual/fr/dist/pdf/Makefile.am
5257         * manual/pl/dist/pdf/Makefile.am
5258                 simplify check for tools needed for manual building,
5259                 remove xml2pdf and use docbook2pdf instead
5260
5261 2010-12-03 [mir]        3.7.7cvs10
5262
5263         * configure.ac
5264                 Fix bug so that configure option --disable-manual
5265                 actually disable building the manuals
5266
5267 2010-12-01 [pawel]      3.7.7cvs9
5268
5269         * src/crash.c
5270                 One more GTK+ 2.22 build fix
5271
5272 2010-11-30 [colin]      3.7.7cvs8
5273
5274         * src/action.c
5275                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5276                 Introduced in 3.7.6cvs57. In fact the error has been there
5277                 since ages, and only new thing is the verification of the
5278                 various functions return code. Let the stuff work as it
5279                 does, as it seems to do the right thing since ages.
5280
5281 2010-11-28 [colin]      3.7.7cvs7
5282
5283         * src/gtk/quicksearch.c
5284                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5285                 the same messages twice'. Patch by Sebastien Bigaret
5286
5287 2010-11-25 [paul]       3.7.7cvs6
5288
5289         * src/prefs_common.c
5290                 make "gtk_can_change_accels" FALSE by default.
5291                 fixes bug #2309, 'Shortcuts should not be modifiable
5292                 by default' (RFE)
5293
5294 2010-11-24 [mones]      3.7.7cvs5
5295
5296         * src/mainwindow.c
5297                 Add missing shortcuts for marking as spam and ham
5298                 Fixes Debian bug #599547
5299
5300 2010-11-22 [colin]      3.7.7cvs4
5301
5302         * src/compose.c
5303                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5304                 five patches were needed to fix a corner case
5305                 is a good indicator that is was bound to break
5306                 something.
5307
5308 2010-11-21 [colin]      3.7.7cvs3
5309
5310         * src/plugins/pgpcore/claws.def
5311                 Win32 build fix
5312
5313 2010-11-20 [wwp]        3.7.7cvs2
5314
5315         * src/main.c
5316           Fix either a typo or an irrelevant iff word there.
5317           IMO type and recursive possible values should be changed to
5318           smth simple and neat here, and help strings be really
5319           translatable.
5320
5321 2010-11-20 [colin]      3.7.7cvs1
5322
5323         * AUTHORS
5324                 Damn, forgot to commit this file twice.
5325
5326 2010-11-19 [paul]       3.7.7
5327         * NEWS
5328         * README
5329         * RELEASE_NOTES 
5330                 3.7.7 unleashed!
5331
5332 2010-11-19 [paul]       3.7.6cvs66
5333
5334         * po/ca.po
5335         * po/cs.po
5336         * po/de.po
5337         * po/es.po
5338         * po/fi.po
5339         * po/fr.po
5340         * po/hu.po
5341         * po/id.po
5342         * po/pt_BR.po
5343         * po/sk.po
5344         * po/uk.po
5345                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5346                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5347                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5348
5349 2010-11-17 [colin]      3.7.6cvs65
5350
5351         * src/common/utils.c
5352                 Separate email address from timestamp with a dot.
5353                 Fix coding style.
5354
5355 2010-11-17 [colin]      3.7.6cvs64
5356
5357         * src/common/utils.c
5358                 Fix multiple @ in generated message-ids.
5359                 That's not allowed in RFC 2822.
5360
5361 2010-11-16 [mones]      3.7.6cvs63
5362
5363         * manual/es/advanced.xml
5364                 Synchronise with English version
5365
5366 2010-11-04 [wwp]        3.7.6cvs62
5367
5368         * src/filtering.c
5369                 Fix bug 2293, "filtering: simplify expression", as simplifying
5370                 this expression doesn't make it less easy to understand and we
5371                 gain few cycles by making the logical expression more simple
5372                 by applying. Patch by Nicolas Kaiser.
5373
5374 2010-11-03 [colin]      3.7.6cvs61
5375
5376         * src/addrindex.c
5377                 Fix bug 2294, "addrindex.c: address index conversion always
5378                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5379
5380 2010-11-02 [wwp]        3.7.6cvs60
5381
5382         * src/action.c
5383         * src/statusbar.c
5384         * src/toolbar.c
5385                 Enlarge the progress bar (main window) a bit when compiling
5386                 for UMPCs like maemo: this solves truncated text that might
5387                 appear in the progress bar while processing messages.
5388                 Also use a more compact string format when displaying
5389                 progress like 'number/total', still for UMPCs, this fixes
5390                 a previous inconsistency with these format strings where
5391                 no space around the / were used sometimes.
5392
5393 2010-10-26 [ticho]      3.7.6cvs59
5394
5395         * src/news.c
5396                 Recreate NNTP session if server port setting has changed. Fixes
5397                 bug #2092.
5398
5399 2010-10-26 [colin]      3.7.6cvs58
5400
5401         * src/imap_gtk.c
5402         * src/mh_gtk.c
5403                 Fix copy-paste error, thanks to David Relson
5404                 for spotting it.
5405
5406 2010-10-18 [colin]      3.7.6cvs57
5407
5408         * src/action.c
5409         * src/addrharvest.c
5410         * src/alertpanel.c
5411         * src/filtering.c
5412         * src/jpilot.c
5413         * src/prefs_themes.c
5414         * src/procmime.c
5415         * src/textview.c
5416         * src/gtk/gtkutils.c
5417         * src/gtk/quicksearch.c
5418         * src/gtk/quicksearch.h
5419         * src/plugins/pgpcore/passphrase.c
5420         * src/plugins/spamassassin/libspamc.c
5421                 Fix warnings
5422
5423 2010-10-17 [colin]      3.7.6cvs56
5424
5425         * src/prefs_themes.c
5426         * src/gtk/gtkaspell.c
5427         * src/gtk/gtkutils.c
5428         * src/gtk/gtkutils.h
5429         * src/gtk/inputdialog.c
5430         * src/gtk/progressdialog.c
5431                 Undeprecate a few things
5432
5433 2010-10-17 [colin]      3.7.6cvs55
5434
5435         * src/main.c
5436         * src/gtk/authors.h
5437         * src/gtk/quicksearch.c
5438         * src/gtk/quicksearch.h
5439                 Add ability to search from the command-line.
5440                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5441                 Patch by Sebastien Bigarret.
5442
5443 2010-10-04 [mones]      3.7.6cvs54
5444
5445         * manual/dist/pdf/Makefile.am
5446                 Fix build of English PDF manual
5447                 (sh: Can't open ../../../xml2pdf)
5448
5449 2010-10-03 [colin]      3.7.6cvs53
5450
5451         * src/folder.c
5452         * src/folder.h
5453         * src/imap.c
5454         * src/mh.c
5455         * src/procmsg.c
5456                 Get rid of GRelation which were, mostly, used as
5457                 GHashTables. Probably fixes bug #2277, 'Segfault when
5458                 loading inbox for the first time'
5459
5460 2010-10-03 [mir]        3.7.6cvs52
5461
5462         * manual/de/dist/html/Makefile.am
5463         * manual/de/dist/pdf/Makefile.am
5464         * manual/de/dist/ps/Makefile.am
5465         * manual/de/dist/txt/Makefile.am
5466         * manual/dist/html/Makefile.am
5467         * manual/dist/pdf/Makefile.am
5468         * manual/dist/ps/Makefile.am
5469         * manual/dist/txt/Makefile.am
5470         * manual/es/dist/html/Makefile.am
5471         * manual/es/dist/pdf/Makefile.am
5472         * manual/es/dist/ps/Makefile.am
5473         * manual/es/dist/txt/Makefile.am
5474         * manual/fr/dist/html/Makefile.am
5475         * manual/fr/dist/pdf/Makefile.am
5476         * manual/fr/dist/ps/Makefile.am
5477         * manual/fr/dist/txt/Makefile.am
5478         * manual/pl/dist/html/Makefile.am
5479         * manual/pl/dist/pdf/Makefile.am
5480         * manual/pl/dist/ps/Makefile.am
5481         * manual/pl/dist/txt/Makefile.am
5482             Missing Makefile.am's for 3.7.6cvs49
5483
5484
5485 2010-10-03 [colin]      3.7.6cvs51
5486
5487         * po/POTFILES.in
5488                 Fix build
5489
5490 2010-10-02 [mir]        3.7.6cvs50
5491
5492         * manual/de/dist/html/Makefile.am
5493         * manual/de/dist/pdf/Makefile.am
5494         * manual/de/dist/ps/Makefile.am
5495         * manual/de/dist/txt/Makefile.am
5496         * manual/dist/html/Makefile.am
5497         * manual/dist/pdf/Makefile.am
5498         * manual/dist/ps/Makefile.am
5499         * manual/dist/txt/Makefile.am
5500         * manual/es/dist/html/Makefile.am
5501         * manual/es/dist/pdf/Makefile.am
5502         * manual/es/dist/ps/Makefile.am
5503         * manual/es/dist/txt/Makefile.am
5504         * manual/fr/dist/html/Makefile.am
5505         * manual/fr/dist/pdf/Makefile.am
5506         * manual/fr/dist/ps/Makefile.am
5507         * manual/fr/dist/txt/Makefile.am
5508         * manual/pl/dist/html/Makefile.am
5509         * manual/pl/dist/pdf/Makefile.am
5510         * manual/pl/dist/ps/Makefile.am
5511         * manual/pl/dist/txt/Makefile.am
5512             Part 2 of last commit which broke due to a permission error
5513             Avoid claws trying to build manuals if the required
5514             tools are not present.
5515
5516 2010-10-02 [mir]        3.7.6cvs49
5517
5518         * configure.ac
5519         * manual/de/dist/html/Makefile.am
5520         * manual/de/dist/pdf/Makefile.am
5521         * manual/de/dist/ps/Makefile.am
5522         * manual/de/dist/txt/Makefile.am
5523         * manual/dist/html/Makefile.am
5524         * manual/dist/pdf/Makefile.am
5525         * manual/dist/ps/Makefile.am
5526         * manual/dist/txt/Makefile.am
5527         * manual/es/dist/html/Makefile.am
5528         * manual/es/dist/pdf/Makefile.am
5529         * manual/es/dist/ps/Makefile.am
5530         * manual/es/dist/txt/Makefile.am
5531         * manual/fr/dist/html/Makefile.am
5532         * manual/fr/dist/pdf/Makefile.am
5533         * manual/fr/dist/ps/Makefile.am
5534         * manual/fr/dist/txt/Makefile.am
5535         * manual/pl/dist/html/Makefile.am
5536         * manual/pl/dist/pdf/Makefile.am
5537         * manual/pl/dist/ps/Makefile.am
5538         * manual/pl/dist/txt/Makefile.am
5539             1) Downgrade autoconf requirements to 2.59 to allow
5540             building on oldest supported Linux distributions.
5541             2) Only try to build manuals if the needed software
5542             is present.
5543
5544 2010-10-02 [colin]      3.7.6cvs48
5545
5546         * src/plugins/trayicon/trayicon.c
5547                 And fix theme updating.
5548
5549 2010-10-02 [colin]      3.7.6cvs47
5550
5551         * src/plugins/trayicon/trayicon.c
5552                 Got burnt by wrong indentation!
5553
5554 2010-10-02 [colin]      3.7.6cvs46
5555
5556         * configure.ac
5557                 Forgot to remove the directory from top-level
5558
5559 2010-10-02 [colin]      3.7.6cvs45
5560
5561         * src/plugins/trayicon/Makefile.am
5562         * src/plugins/trayicon/trayicon.c
5563         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5564         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5565         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5566         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5567         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5568         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5569         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5570         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5571         * src/plugins/trayicon/libeggtrayicon/xembed.h
5572                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5573                 instead (which can be done safely now that we 
5574                 require GTK+ 2.10).
5575
5576 2010-10-02 [colin]      3.7.6cvs44
5577
5578         * src/action.c
5579         * src/addr_compl.c
5580         * src/addressbook.c
5581         * src/addrgather.c
5582         * src/alertpanel.c
5583         * src/editaddress.c
5584         * src/editaddress_other_attributes_ldap.c
5585         * src/editgroup.c
5586         * src/folderview.c
5587         * src/grouplistdialog.c
5588         * src/headerview.c
5589         * src/image_viewer.c
5590         * src/importldif.c
5591         * src/main.c
5592         * src/mainwindow.c
5593         * src/message_search.c
5594         * src/mimeview.c
5595         * src/prefs_themes.c
5596         * src/summary_search.c
5597         * src/summaryview.c
5598         * src/toolbar.c
5599         * src/etpan/imap-thread.c
5600         * src/gtk/authors.h
5601         * src/gtk/gtkcmclist.c
5602         * src/gtk/gtkcmoptionmenu.c
5603         * src/gtk/gtkutils.c
5604         * src/gtk/gtkutils.h
5605         * src/gtk/gtkvscrollbutton.c
5606         * src/plugins/pgpcore/select-keys.c
5607         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5608                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5609                 Fixes bug #2276, 'Compile in maintainer mode
5610                 fails on GTK+ 2.22'.
5611
5612 2010-10-02 [colin]      3.7.6cvs43
5613
5614         * configure.ac
5615                 It's now time to remove the temporary enable-openssl
5616                 option that was used when we removed OpenSSL. See 
5617                 bug #2276 comment #14.
5618
5619 2010-09-30 [wwp]        3.7.6cvs42
5620
5621         * src/prefs_account.c
5622         * src/prefs_filtering_action.c
5623         * src/prefs_matcher.c
5624                         Fix bug #2274, wrong color label index range
5625                         used w/ gtk_cmoption_menu (behaviour change
5626                         has been introduced w/ 3.5.0cvs49 apparently),
5627                         now it must be 1..N so let's use colorlabel value
5628                         (0..N) + 1.
5629                         
5630
5631 2010-09-20 [pawel]      3.7.6cvs41
5632
5633         * src/compose.c
5634         * src/mainwindow.c
5635         * src/summaryview.c
5636                 revert last patch
5637
5638 2010-09-19 [pawel]      3.7.6cvs40
5639
5640         * src/compose.c
5641         * src/mainwindow.c
5642         * src/summaryview.c
5643                 Set ML menus sensitivity accordingly to
5644                 possibility of reply to ML
5645
5646 2010-09-19 [colin]      3.7.6cvs39
5647
5648         * src/compose.c
5649                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5650                 to newsgroups, and NNTP accounts *can* send email. We 
5651                 should not force an email account when replying to_ml or
5652                 anything...
5653
5654 2010-09-19 [colin]      3.7.6cvs38
5655
5656         * src/compose.c
5657                 Revert previous commit (which breaks Reply to newsgroups)
5658
5659 2010-09-17 [pawel]      3.7.6cvs37
5660
5661         * src/compose.c
5662                 Respect reply_account_autosel when changing compose
5663                 account to email one while replying to NNTP post
5664
5665 2010-09-17 [wwp]        3.7.6cvs36
5666
5667         * doc/man/claws-mail.1
5668         Update --compose documentation in `man claws-mail`.
5669
5670 2010-09-12 [pawel]      3.7.6cvs35
5671
5672         * src/compose.c
5673                 Add forgotten bit to previous commit,
5674                 select email account when replying to ML
5675
5676 2010-09-12 [pawel]      3.7.6cvs34
5677
5678         * src/compose.c
5679                 Fix bug #2247 "nntp reply-to-all broken?"
5680                 Make reply-to-all and reply-to-ml work as expected in
5681                 mailing list through NNTP case
5682
5683 2010-09-11 [pawel]      3.7.6cvs33
5684
5685         * src/mainwindow.c
5686         * src/summaryview.c
5687         * src/toolbar.c
5688                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5689                 fixes build with GTK+ < 2.18
5690
5691 2010-09-10 [pawel]      3.7.6cvs32
5692
5693         * src/mainwindow.c
5694         * src/summaryview.c
5695         * src/toolbar.c
5696                 Make Tab key switch between FolderView, MsgView and
5697                 SummaryView only, other widgets have/can have their own
5698                 keybindings anyway
5699
5700 2010-08-25 [colin]      3.7.6cvs31
5701
5702         * src/procmime.c
5703         * AUTHORS
5704         * src/gtk/authors.h
5705         * src/common/base64.c
5706         * src/common/base64.h
5707                 Fix bug #2245, "base64 decoding fails with line breaks"
5708                 Patch by Yotam Medini
5709
5710 2010-08-25 [colin]      3.7.6cvs30
5711
5712         * src/main.c
5713                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5714
5715 2010-08-23 [pawel]      3.7.6cvs29
5716
5717         * src/inc.c
5718         * src/send_message.c
5719         * src/statusbar.c
5720         * src/toolbar.c
5721                 Hide progressbar on statusbar when not needed
5722
5723 2010-08-17 [colin]      3.7.6cvs28
5724
5725         * src/main.c
5726                 Fix previous patch (our own tmp dir is inside
5727                 our rc dir)
5728
5729 2010-08-16 [colin]      3.7.6cvs27
5730
5731         * src/main.c
5732                 Use temp dir to store logs in Windows. Avoids doing
5733                 get_rc_dir() early, which prevents set_rc_dir()
5734                 working correctly.
5735
5736 2010-07-31 [holger]     3.7.6cvs26
5737
5738         * src/gtk/gtkshruler.c
5739                 Yet more GdkGC to Cairo porting
5740
5741 2010-07-30 [holger]     3.7.6cvs25
5742
5743         * src/stock_pixmap.c
5744                 More GdkGC to Cairo porting
5745
5746 2010-07-30 [holger]     3.7.6cvs24
5747
5748         * src/gtk/colorlabel.c
5749                 One GdkGC usage less
5750
5751 2010-07-29 [holger]     3.7.6cvs23
5752
5753         * src/printing.c
5754                 Replace some gdk drawing with cairo, as the former
5755                 is going towards deprecation.
5756
5757 2010-07-25 [colin]      3.7.6cvs22
5758
5759         * src/common/utils.c
5760                 And now for a real fix. g_list_remove() doesn't, of
5761                 course, free the data. But we have to have a solid
5762                 pointer to it in order to free it ourselves instead
5763                 of relying on the old freed list pointer.
5764                 Maybe that's the last patch on the subject now ? :)
5765
5766 2010-07-25 [colin]      3.7.6cvs21
5767
5768         * src/common/utils.c
5769                 Remove stupid and extraneous g_free() of elements
5770                 which have just been freed by g_list_remove(). (see
5771                 GList documentation). I don't know how it worked before
5772
5773 2010-07-25 [colin]      3.7.6cvs20
5774
5775         * src/common/utils.c
5776                 Reverse free/use with more logical and safe
5777                 use/free. Thanks to Michael Rasmussen !
5778
5779 2010-07-24 [colin]      3.7.6cvs19
5780
5781         * src/gtk/quicksearch.c
5782                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5783                 'freeze when using quick search'
5784
5785 2010-07-11 [iwkse]      3.7.6cvs18
5786
5787         * src/gtk/quicksearch.c
5788                 Add SMALL_LAYOUT to quicksearch_relayout
5789
5790 2010-07-10 [iwkse]      3.7.6cvs17
5791
5792         * src/mainwindow.h
5793                         Remove forgotten variable from
5794                         the last bugfix #2224
5795
5796 2010-07-10 [colin]      3.7.6cvs16
5797
5798         * src/mainwindow.c
5799         * src/gtk/quicksearch.c
5800                 Clean fix for bug #2224: don't mess with GTK settings when
5801                 handling the layout ourselves is enough
5802
5803 2010-07-09 [iwkse]      3.7.6cvs15
5804
5805         * src/mainwindow.h
5806         * src/mainwindow.c
5807                         Better fix for Bug #2224
5808
5809 2010-07-09 [iwkse]      3.7.6cvs14
5810
5811         * src/mainwindow.c
5812                         Bug #2224
5813                         Always use stock icons on buttons
5814
5815 2010-07-08 [colin]      3.7.6cvs13
5816
5817         * src/gtk/filesel.c
5818                 Fix bug 2223, 'Compilation fails with GTK+
5819                 2.21.3'. Thanks to Jan Psota !
5820
5821 2010-06-29 [pawel]      3.7.6cvs12
5822
5823         * src/compose.c
5824                 Revert 3.7.5cvs41, it breaks templates that use %X
5825
5826 2010-06-23 [wwp]        3.7.6cvs11
5827
5828         * src/gtk/colorlabel.c
5829                 Silent up a warning by avoiding possible confusion
5830                 in logical expression evaluation, thanks to TuxCM.
5831
5832 2010-06-21 [iwkse]      3.7.6cvs10
5833
5834         * src/gtk/quicksearch.c
5835                 Do not add into quicksearch history
5836                 matching rules with bad syntax
5837
5838 2010-05-26 [holger]     3.7.6cvs9
5839
5840         * src/summaryview.c
5841         * src/summaryview.h
5842                 Add function to select rows given a list of messages,
5843                 complementary to summary_get_selected_msg_list()
5844
5845 2010-05-22 [mir]        3.7.6cvs8
5846
5847         * src/ldapctrl.c
5848                 Fix bug 2208. Encode encrypted password to qouted
5849                 printable to avoid making invalid XML. Encoding
5850                 will be activated the first time the password is
5851                 changed.
5852
5853 2010-05-22 [paul]       3.7.6cvs7
5854
5855         * manual/advanced.xml
5856         * src/compose.c
5857         * src/prefs_common.c
5858         * src/prefs_common.h
5859                 after using the compose margin for several days
5860                 I wanted the old style back - add a new hidden
5861                 pref 'show_compose_margin' to restore the old
5862                 behaviour (defaults to FALSE)
5863
5864 2010-05-14 [paul]       3.7.6cvs6
5865
5866         * src/compose.c
5867                 add a margin to the compose window text that matches
5868                 the margin in textview
5869
5870 2010-05-14 [colin]      3.7.6cvs5
5871
5872         * src/gtk/sslcertwindow.c
5873                 Fix dangling pointer. Thanks to Michael R!
5874
5875 2010-05-14 [colin]      3.7.6cvs4
5876
5877         * src/gtk/sslcertwindow.c
5878                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5879                 expired but certificate check is skipped' and maybe
5880                 bug 2200, 'SSL is not working with POP3'
5881
5882 2010-05-14 [colin]      3.7.6cvs3
5883
5884         * src/plugins/pgpinline/pgpinline.c
5885                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5886
5887 2010-05-04 [iwkse]      3.7.6cvs2
5888
5889         * src/prefs_message.c
5890                         Get a generic name as 'Quotation' for
5891                         the frame
5892
5893 2010-05-04 [iwkse]      3.7.6cvs1
5894
5895         * src/prefs_message.c
5896         * src/prefs_common.h
5897         * src/prefs_common.c
5898         * src/textview.c
5899                         Fix #2188
5900                         Option for collapsing via double-click
5901
5902 2010-05-01 [paul]       3.7.6
5903         * NEWS
5904         * README
5905         * RELEASE_NOTES 
5906                 3.7.6 unleashed!
5907
5908 2010-05-01 [paul]       3.7.5cvs55
5909
5910         * tools/claws.i18n.status.pl
5911                 add Ukrainian stat
5912
5913 2010-05-01 [paul]       3.7.5cvs54
5914
5915         * src/gtk/authors.h
5916                 add YUP, new Ukrainian translator
5917
5918 2010-04-30 [paul]       3.7.5cvs53
5919
5920         * configure.ac
5921         * po/uk.po
5922                 add Ukrainian translation, submitted by YUP
5923         * po/cs.po
5924         * po/de.po
5925         * po/fi.po
5926         * po/hu.po
5927         * po/nl.po
5928         * po/pt_BR.po
5929         * po/pt_PT.po
5930         * po/sk.po
5931                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
5932                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
5933                 Tiago Faria, and Slavko
5934
5935 2010-04-26 [wwp]        3.7.5cvs52
5936
5937         * po/fr.po
5938                 Fix capitalization.
5939
5940 2010-04-26 [mones]      3.7.5cvs51
5941
5942         * po/es.po
5943                 Updated for release
5944
5945 2010-04-22 [pawel]      3.7.5cvs50
5946
5947         * src/addressbook.c
5948                 fix compile warning
5949         * src/vcard.c
5950                 first NULL check pointer, then use it
5951
5952 2010-04-22 [colin]      3.7.5cvs49
5953
5954         * src/imap.c
5955                 Fix error message when session isn't established
5956         * po/fr.po
5957                 Update translation and fix a typo in it
5958
5959 2010-04-15 [pawel]      3.7.5cvs48
5960
5961         * src/prefs_account.c
5962                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
5963                                 the port isn't configured properly'
5964                 When using SSL/TLS tunneling automatically use default
5965                 ports for encrypted connections: smtps, pop3s, imaps, nntps
5966
5967 2010-04-15 [pawel]      3.7.5cvs47
5968
5969         * src/action.c
5970                 Fix crasher in actions using '%f' argument
5971                 on multiple files with external scripts which
5972                 don't return any output.
5973
5974 2010-04-14 [colin]      3.7.5cvs46
5975
5976         * src/mainwindow.c
5977                 Fix hand cursor after error symbol appears
5978
5979 2010-04-12 [colin]      3.7.5cvs45
5980
5981         * configure.ac
5982                 Fix bug 2162, 'configure check for libetpan 
5983                 fails with libetpan 1.0'
5984
5985
5986 2010-04-09 [mones]      3.7.5cvs44
5987
5988         * manual/de/glossary.xml
5989                 Fix encoding to match main document's
5990                 Also fixes make dist with Debian's openjade
5991
5992 2010-03-29 [pawel]      3.7.5cvs43
5993
5994         * src/matcher_parser.h
5995         * src/matcher_parser_parse.y
5996         * src/gtk/quicksearch.c
5997                 Disable matcher warnings when populating quicksearch
5998                 completion lists on startup
5999
6000 2010-03-27 [colin]      3.7.5cvs42
6001
6002         * src/gtk/quicksearch.c
6003                 Fix double-free later in code. Optimize
6004                 list creation
6005
6006 2010-03-27 [pawel]      3.7.5cvs41
6007
6008         * src/compose.c
6009                 Make sure that quote ends with new line char
6010
6011 2010-03-26 [pawel]      3.7.5cvs40
6012
6013         * src/compose.c
6014         * src/compose.h
6015         * src/textview.c
6016                 Fix Bug 1928 Add "reply to this address" pop menu 
6017                              on Message View
6018                 - Set composing account to email one when creating/replying
6019                   from NNTP folder by clicking link or choosing option
6020                   from popup menu
6021                 - Factorize code
6022
6023 2010-03-25 [paul]       3.7.5cvs39
6024
6025         * src/gtk/gtkcmclist.c
6026                 Fix build with GTK+ 2.20
6027
6028 2010-03-24 [pawel]      3.7.5cvs38
6029
6030         * src/addr_compl.c
6031         * src/compose.c
6032         * src/folderview.c
6033         * src/grouplistdialog.c
6034         * src/headerview.c
6035         * src/mainwindow.c
6036         * src/mimeview.c
6037         * src/prefs_account.c
6038         * src/gtk/gtkcmclist.c
6039         * src/gtk/gtkcmctree.c
6040         * src/gtk/gtkcmoptionmenu.c
6041         * src/gtk/gtksctree.c
6042         * src/gtk/gtkshruler.c
6043         * src/gtk/gtkutils.c
6044         * src/gtk/gtkutils.h
6045         * src/gtk/gtkvscrollbutton.c
6046         * src/gtk/inputdialog.c
6047         * src/gtk/spell_entry.c
6048         * src/plugins/trayicon/trayicon.c
6049         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6050         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6051         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6052                 Fix build with GTK+ 2.19
6053
6054 2010-03-23 [pawel]      3.7.5cvs37
6055
6056         * src/mainwindow.c
6057         * src/mimeview.c
6058                 Respect view->show_col_headers option
6059         * src/gtk/gtkcmctree.c
6060                 Fix GtkCmcTree column width calculation when it has
6061                 auto_resize set and new node is added
6062
6063 2010-03-22 [pawel]      3.7.5cvs36
6064
6065         * src/grouplistdialog.c
6066         * src/prefs_common.c
6067         * src/prefs_common.h
6068                 - remember newsgroups list dialog size
6069                 - respect use_dotted_lines hidden pref
6070                 - respect use_stripes_everywhere hidden pref
6071
6072 2010-03-21 [pawel]      3.7.5cvs35
6073
6074         * src/addrgather.c
6075                 Remove superfluous gtk_widget_show_all()
6076         * src/mimeview.c
6077                 Add forgotten colon
6078         * src/common/utils.c
6079                 Return correct type
6080
6081 2010-03-21 [pawel]      3.7.5cvs34
6082
6083         * src/main.c
6084         * src/gtk/quicksearch.c
6085         * src/gtk/quicksearch.h
6086                 Implement separate search phrase completion for
6087                 normal/extended quicksearch
6088
6089 2010-03-11 [paul]       3.7.5cvs33
6090
6091         * po/zh_CN.po
6092                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6093                 submitted by Yuwei Yu
6094
6095 2010-03-09 [colin]      3.7.5cvs32
6096
6097         * manual/de/glossary.xml
6098                 Fix build
6099
6100 2010-03-02 [colin]      3.7.5cvs31
6101
6102         * manual/de/glossary.xml
6103                 Sort alphabetically. Done by Volker Ribbert.
6104
6105 2010-03-02 [mones]      3.7.5cvs30
6106
6107         * README
6108                 Fix mailing list archives location
6109                 Remove currently unavailable CVS webview
6110
6111 2010-03-01 [iwkse]      3.7.5cvs29
6112
6113         * src/common/plugin.c
6114                         Other indentation issues
6115
6116 2010-03-01 [iwkse]      3.7.5cvs28
6117
6118         * src/common/plugin.c
6119                         Fix indentation of the previous commit
6120
6121 2010-03-01 [iwkse]      3.7.5cvs27
6122
6123         * src/common/plugin.h
6124         * src/common/plugin.c
6125                         Add API for getting a loaded Plugin from the
6126                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6127                         Thanks to Colin, Michael
6128
6129 2010-02-27 [colin]      3.7.5cvs26
6130
6131         * configure.ac
6132         * AUTHORS
6133         * src/gtk/authors.h
6134         * manual/Makefile.am
6135         * manual/de/Makefile.am
6136         * manual/de/account.xml
6137         * manual/de/ack.xml
6138         * manual/de/addrbook.xml
6139         * manual/de/advanced.xml
6140         * manual/de/claws-mail-manual.xml
6141         * manual/de/faq.xml
6142         * manual/de/glossary.xml
6143         * manual/de/gpl.xml
6144         * manual/de/handling.xml
6145         * manual/de/intro.xml
6146         * manual/de/keyboard.xml
6147         * manual/de/plugins.xml
6148         * manual/de/starting.xml
6149         * manual/de/dist/.cvsignore
6150         * manual/de/dist/Makefile.am
6151         * manual/de/dist/html/.cvsignore
6152         * manual/de/dist/html/Makefile.am
6153         * manual/de/dist/pdf/.cvsignore
6154         * manual/de/dist/pdf/Makefile.am
6155         * manual/de/dist/ps/.cvsignore
6156         * manual/de/dist/ps/Makefile.am
6157         * manual/de/dist/txt/.cvsignore
6158         * manual/de/dist/txt/Makefile.am
6159                 Add the german translation of the manual, done by
6160                 Volker Ribbert <thoraki@arcor.de>.
6161
6162 2010-02-27 [holger]     3.7.5cvs25
6163
6164         * src/prefs_toolbar.c
6165                 Don't make toolbar item description for
6166                 plugin registered items editable
6167
6168 2010-02-26 [colin]      3.7.5cvs24
6169
6170         * src/toolbar.c
6171                 Don't translate empty description
6172
6173 2010-02-22 [colin]      3.7.5cvs23
6174
6175         * src/compose.c
6176                 Don't make In-Reply-To visible when reediting
6177                 a draft or sent mail.
6178
6179 2010-02-20 [colin]      3.7.5cvs22
6180
6181         * src/imap.c
6182         * src/imap.h
6183         * src/main.c
6184         * src/mainwindow.c
6185         * src/etpan/imap-thread.c
6186         * src/etpan/imap-thread.h
6187         * src/etpan/nntp-thread.c
6188         * src/etpan/nntp-thread.h
6189                 When going offline from NetworkManager, just
6190                 delete IMAP connections. That'll avoid timeouts
6191                 when coming back online in certain cases when
6192                 the TCP socket will have timed out.
6193
6194 2010-02-20 [holger]     3.7.5cvs21
6195
6196         * .cvsignore
6197                 More files to ignore
6198
6199 2010-02-17 [ticho]      3.7.5cvs20
6200
6201         * src/summaryview.c
6202         * src/summaryview.h
6203         * src/toolbar.c
6204                 Revert 3.7.5cvs19.
6205
6206 2010-02-16 [ticho]      3.7.5cvs19
6207
6208         * src/summaryview.c
6209         * src/summaryview.h
6210         * src/toolbar.c
6211                 Removed unused argument from summary_open_row().
6212
6213 2010-02-10 [pawel]      3.7.5cvs18
6214
6215         * src/compose.c
6216                 - fix headers filtering when prefs_common.trans_hdr is on
6217                 - fix headers setting when changing composing account 
6218                 - plug memleak
6219         * src/prefs_template.c
6220                 Re-add template's name for translation
6221
6222 2010-02-10 [colin]      3.7.5cvs17
6223
6224         * src/prefs_matcher.c
6225                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6226                 Condition>Define>Header>Name combo box'. Patch by
6227                 Francois Cami
6228
6229 2010-02-10 [colin]      3.7.5cvs16
6230
6231         * src/codeconv.c
6232         * src/codeconv.h
6233         * src/compose.c
6234         * src/mainwindow.c
6235         * src/messageview.c
6236         * src/prefs_send.c
6237         * src/procmime.c
6238         * src/textview.c
6239                 Add the GB18030 Chinese charset, which is a superset
6240                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6241
6242 2010-02-09 [holger]     3.7.5cvs15
6243
6244         * configure.ac
6245                 GTK+ 2.10 related cleanup
6246
6247 2010-02-09 [pawel]      3.7.5cvs14
6248
6249         * src/prefs_account.c
6250         * src/prefs_folder_item.c
6251         * src/prefs_template.c
6252         * src/quote_fmt.c
6253                 Respect prefs_common.trans_hdr in couple more places to avoid
6254                 confusion with translated/non-translated header names
6255
6256 2010-02-09 [colin]      3.7.5cvs13
6257
6258         * po/POTFILES.in
6259                 Fix make dist
6260
6261 2010-02-09 [colin]      3.7.5cvs12
6262
6263         * src/mimeview.c
6264                 And fix 2.10 build :)
6265
6266 2010-02-09 [colin]      3.7.5cvs11
6267
6268         * configure.ac
6269                 Bump up GTK+ requirement to 2.10
6270         * src/Makefile.am
6271         * src/compose.c
6272         * src/crash.c
6273         * src/foldersel.c
6274         * src/main.c
6275         * src/mainwindow.c
6276         * src/messageview.c
6277         * src/messageview.h
6278         * src/prefs_actions.c
6279         * src/prefs_common.c
6280         * src/prefs_common.h
6281         * src/prefs_ext_prog.c
6282         * src/prefs_filtering_action.c
6283         * src/prefs_fonts.c
6284         * src/prefs_image_viewer.c
6285         * src/prefs_matcher.c
6286         * src/prefs_msg_colors.c
6287         * src/prefs_summaries.c
6288         * src/prefs_template.c
6289         * src/printing.c
6290         * src/printing.h
6291         * src/quote_fmt.c
6292         * src/summaryview.c
6293         * src/textview.c
6294         * src/gtk/Makefile.am
6295         * src/gtk/about.c
6296         * src/gtk/gtkcmclist.c
6297         * src/gtk/gtkcmctree.c
6298         * src/gtk/gtkutils.c
6299         * src/gtk/quicksearch.c
6300                 Remove all compile-time conditionals depending on
6301                 GTK+ < 2.10
6302         * src/gedit-print.c
6303         * src/gedit-print.h
6304         * src/gtk/gtksourceprintjob.c
6305         * src/gtk/gtksourceprintjob.h
6306                 Remove libgnomeprint-based printing system (and
6307                 command-line-based printing system) as GTK+ 2.10
6308                 ships with print support.
6309
6310 2010-02-08 [mir]        3.7.5cvs10
6311
6312         * src/compose.c
6313             Avoid displaying Bcc headers in message sent
6314             to NNTP servers. Thanks to Henning Mersch.
6315
6316
6317 2010-02-08 [pawel]      3.7.5cvs9
6318
6319         * src/mimeview.c
6320                 Make tooltips less cryptic
6321         * src/gtk/description_window.c
6322                 Improve window size calculation
6323
6324 2010-02-08 [pawel]      3.7.5cvs8
6325
6326         * src/compose.c
6327         * src/compose.h
6328         * src/common/utils.c
6329         * src/common/utils.h
6330         * src/gtk/authors.h
6331                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6332                 Patch by Laurent Bigonville with slight modifications
6333
6334 2010-02-03 [pawel]      3.7.5cvs7
6335
6336         * m4/.cvsignore
6337                 Add some libtool files to ignore
6338
6339 2010-02-03 [pawel]      3.7.5cvs6
6340
6341         * src/plugins/trayicon/trayicon.c
6342                 Save and then restore focus when closing/minimizing to tray
6343
6344 2010-02-03 [mir]        3.7.5cvs5
6345
6346         * src/addrindex.c
6347         * src/editldap.c
6348         * src/ldapctrl.c
6349         * src/ldapctrl.h
6350         * src/ldapquery.c
6351         * src/ldapupdate.c
6352             Save LDAP password encrypted. See bug 2113.
6353
6354
6355 2010-02-03 [colin]      3.7.5cvs4
6356
6357         * src/privacy.c
6358                 Fix again decoding of encrypted parts. The
6359                 reverting of the patch was wrong, as the
6360                 double-decoding was fixed in smime itself.
6361                 Thanks to Matthias Drochner again...
6362
6363 2010-02-02 [colin]      3.7.5cvs3
6364
6365         * src/plugins/smime/smime.c
6366         * src/privacy.c
6367                 Revert 3.7.4cvs2 and make a better patch for bug
6368                 2059 and 2076. Patch by Matthias Drochner
6369
6370 2010-01-31 [pawel]      3.7.5cvs2
6371
6372         * src/gtk/authors.h
6373                 Fix hungarian translator's name
6374
6375 2010-01-31 [pawel]      3.7.5cvs1
6376
6377         * src/messageview.c
6378         * src/mimeview.c
6379                 Fix Bug 2107 - Arrow keys don't work in message view window
6380
6381 2010-01-31 [paul]       3.7.5
6382
6383         * NEWS
6384         * README
6385         * RELEASE_NOTES 
6386                 3.7.5 released!
6387
6388 2010-01-23 [pawel]      3.7.4cvs10
6389
6390         * src/addressbook.c
6391                 Fix button sensitivity in compose mode
6392
6393 2010-01-23 [pawel]      3.7.4cvs9
6394
6395         * commitHelper
6396         * tools/kdeservicemenu/install.sh
6397         * tools/make.themes.project
6398         * tools/nautilus2claws-mail.sh
6399         * tools/popfile-link.sh
6400         * tools/textviewer.sh
6401                 Not all systems have bash installed in /bin, use env(1) to find
6402                 it`s location
6403
6404 2010-01-22 [pawel]      3.7.4cvs8
6405
6406         * src/prefs_account.c
6407         * src/prefs_filtering.c
6408         * src/prefs_send.c
6409         * src/gtk/colorlabel.c
6410                 Add some separators in combos
6411
6412 2010-01-22 [pawel]      3.7.4cvs7
6413
6414         * autogen.sh
6415                 --disable-aspell -> --disable-enchant
6416         * configure.ac
6417                 Fix options spacing in configure --help
6418         * src/wizard.c
6419                 Make wizard's window centered on the screen
6420
6421 2010-01-19 [holger]     3.7.4cvs6
6422
6423         * src/folder.c
6424         * src/folder.h
6425                 Introduce folder_get_item_from_identifier().
6426                 In contrast to folder_find_item_from_identifier(), this
6427                 function recursively creates the FolderItems in the id path.
6428                 Useful for programmatically creating folders (e.g. by plugins)
6429
6430 2010-01-17 [pawel]      3.7.4cvs5
6431
6432         * src/gtk/authors.h
6433                 Fix my lastname
6434
6435 2010-01-16 [colin]      3.7.4cvs4
6436
6437         * src/plugins/pgpcore/sgpgme.c
6438                 Probably fix bug 2098, 'claws-mails crashes frequently 
6439                 with pgpcore'. Fix double-free.
6440
6441 2010-01-16 [holger]     3.7.4cvs3
6442
6443         * src/prefs_toolbar.h
6444                 Forgotten header
6445
6446 2010-01-15 [colin]      3.7.4cvs2
6447
6448         * src/privacy.c
6449                 Decode mimeinfo before decrypting it. Probably
6450                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6451                 with S/MIME encryption' and bug 2076 'having 
6452                 worked 2 times properly CLAWS ceased to 
6453                 decrypt incoming PGP mails -displays base64 
6454                 instead - sucks completely'
6455                 Let's hope complete suckage ends here!
6456                 Thanks to Matthias Drochner.
6457
6458 2010-01-08 [paul]       3.7.4cvs1
6459
6460         * tools/claws.i18n.status.pl
6461                 fix typos
6462
6463 2010-01-08 [paul]       3.7.4
6464
6465         * NEWS
6466         * README
6467         * RELEASE_NOTES 
6468                 3.7.4 released!
6469
6470 2010-01-08 [paul]       3.7.3cvs57
6471
6472         * po/ca.po
6473         * po/cs.po
6474         * po/de.po
6475         * po/fi.po
6476         * po/hu.po
6477         * po/id.po
6478         * po/ja.po
6479         * po/nl.po
6480         * po/pt_BR.po
6481         * po/pt_PT.po
6482         * po/ru.po
6483         * po/sk.po
6484                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6485                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6486                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6487                 Slavko
6488
6489 2010-01-08 [paul]       3.7.3cvs56
6490
6491         * src/common/utils.c
6492                 fix bug 2089, 'URLs ending with an underscore ('_')
6493                 are not correctly parsed'. thanks to Johan
6494
6495 2010-01-05 [colin]      3.7.3cvs55
6496
6497         * po/fr.po
6498                 Update french translation
6499
6500 2010-01-04 [mones]      3.7.3cvs54
6501
6502         * po/es.po
6503                 Update Spanish translation
6504
6505 2010-01-04 [mones]      3.7.3cvs53
6506
6507         * manual/plugins.xml
6508                 Some format
6509         * manual/es/claws-mail-manual.xml
6510         * manual/es/intro.xml
6511         * manual/es/plugins.xml
6512                 Synchronise with English version
6513
6514 2010-01-03 [paul]       3.7.3cvs52
6515
6516         * ChangeLog
6517                 fix format
6518         * src/gtk/authors.h
6519                 update TEAM_LIST, fix encoding
6520
6521 2010-01-03 [mir]        3.7.3cvs51
6522
6523         * src/compose.c
6524                 When composing to a NNTP list TO: will always be preset
6525                 to the NNTP list unless user has chosen some other default
6526                 in which case we will handle this the normal way. Therefore
6527                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6528
6529 2010-01-01 [paul]       3.7.3cvs50
6530
6531         * src/gtk/about.c
6532                 bump copyright year whilst it's in mind
6533
6534 2009-12-31 [paul]       3.7.3cvs49
6535
6536         * manual/claws-mail-manual.xml
6537         * manual/intro.xml
6538         * manual/plugins.xml
6539                 fix links so that they make sense in the context of the
6540                 text version of the manual
6541
6542 2009-12-31 [paul]       3.7.3cvs48
6543
6544         * manual/intro.xml
6545         * manual/plugins.xml
6546                 updates, improvements, corrections, additions
6547
6548 2009-12-29 [pawel]      3.7.3cvs47
6549
6550         * src/prefs_filtering_action.c
6551                 Fix Bug 2082 'Wrong color rectangle position when replacing
6552                 "color" processing rule'
6553
6554 2009-12-29 [colin]      3.7.3cvs46
6555
6556         * src/compose.c
6557                 Fix bug 2074, 'Remember sending account 
6558                 for sent messages'
6559
6560 2009-12-20 [holger]     3.7.3cvs45
6561
6562         * src/compose.c
6563                 Delay CREATED_HOOKLIST invokation until
6564                 after the modifications to the compose window
6565                 are done, to allow hooks to further modify the
6566                 window without getting overridden again
6567
6568 2009-12-20 [holger]     3.7.3cvs44
6569
6570         * src/prefs_toolbar.h
6571                 Fix last commit
6572
6573 2009-12-20 [holger]     3.7.3cvs43
6574
6575         * src/prefs_toolbar.c
6576         * src/prefs_toolbar.h
6577         * src/toolbar.c
6578                 Pass window struct to caller
6579
6580 2009-12-20 [holger]     3.7.3cvs42
6581
6582         * src/compose.c
6583         * src/compose.h
6584                 Add hooklist after creation of a compose window
6585
6586 2009-12-19 [holger]     3.7.3cvs41
6587
6588         * src/prefs_toolbar.c
6589         * src/prefs_toolbar.h
6590         * src/toolbar.c
6591                 Allow plugins to choose to which toolbar they want
6592                 to add actions (main window, compose window, or message view)
6593
6594 2009-12-19 [paul]       3.7.3cvs40
6595
6596         * src/statusbar.c
6597                 fix statusbar in GTK+ 2.19.1
6598
6599 2009-12-10 [pawel]      3.7.3cvs39
6600
6601         * src/compose.c
6602                 Better fix for cvs28 regression
6603
6604 2009-12-10 [iwkse]      3.7.3cvs38
6605
6606         * src/compose.c
6607             Fix some indentation
6608
6609 2009-12-10 [iwkse]      3.7.3cvs37
6610
6611         * src/compose.c
6612             Add missing checks for gtkaspell: avoid
6613             crashing in some cases when Enchant is 
6614             enabled but the spell checker is disabled 
6615             in preferences.
6616
6617 2009-12-09 [colin]      3.7.3cvs36
6618
6619         * src/compose.c
6620                 Fix leak and unchecked accesses.
6621
6622 2009-12-09 [mir]        3.7.3cvs35
6623
6624         * src/compose.c
6625         Fix Bug 2072 "template at folder properties is not working"
6626         introduced in cvs24.
6627
6628 2009-12-08 [pawel]      3.7.3cvs34
6629
6630         * src/compose.c
6631                 When 'Reply All' remove current compose address from
6632                 Cc/Bcc list - fix for regression introduced in cvs28
6633
6634 2009-12-05 [pawel]      3.7.3cvs33
6635
6636         * src/messageview.c
6637                 Fix memory management, duh!
6638
6639 2009-12-04 [pawel]      3.7.3cvs32
6640
6641         * src/messageview.c
6642                 Use case insensitive comparison in search for
6643                 duplicate urls
6644         * src/uri_opener.c
6645                 Refresh scrollbars on every window open
6646
6647 2009-12-04 [pawel]      3.7.3cvs31
6648
6649         * src/compose.c
6650                 Highlight misspelled words when applying template and
6651                 check_while_typing option is on
6652
6653 2009-12-03 [pawel]      3.7.3cvs30
6654
6655         * src/compose.c
6656                 Highlight misspelled words in text inserted from file(s)
6657                 or pasted to message body when check_while_typing
6658                 options is on
6659
6660 2009-12-02 [pawel]      3.7.3cvs29
6661
6662         * src/compose.c
6663                 Revert first part of previous commit
6664
6665 2009-12-02 [pawel]      3.7.3cvs28
6666
6667         * src/compose.c
6668                 Fix Bug 2055 "duplicate mailing list reply if
6669                 List-Post + Reply-To present"
6670                 - Ignore Reply-To if answering to ML
6671                 - Improve parsing of List-Post header
6672
6673 2009-12-02 [pawel]      3.7.3cvs27
6674
6675         * src/compose.c
6676         * src/compose.h
6677                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6678                 email had user in "From" and "CC"
6679                 Don't allow duplicate addresses in compose window headers
6680
6681 2009-12-02 [mones]      3.7.3cvs26
6682
6683         * manual/intro.xml
6684         * manual/es/intro.xml
6685         * manual/fr/intro.xml
6686         * manual/it/intro.xml
6687         * manual/pl/intro.xml
6688                 Make URL to point current site
6689
6690 2009-12-01 [holger]     3.7.3cvs25
6691
6692         * src/summaryview.c
6693         * src/summaryview.h
6694                 Introduce new drag type "claws-mail/msg-path-list" for
6695                 drag'n'drop of a message selection from the summaryview
6696                 into other applications. The drag data gets set to the
6697                 folder-item-id followed by message ids, separated by newlines.
6698                 This enables other applications to back-link to Claws Mail
6699                 via a "claws-mail --select" call after they received a drop.
6700
6701 2009-11-30 [mir]        3.7.3cvs24
6702
6703         * src/compose.c
6704            Place cursor in compose window according to provided input
6705            If to: is present place cursor in subject field and if both
6706            to: and subject: is present place cursor in body. If body: is
6707            present insert a new line after text and place cursor there.
6708
6709 2009-11-27 [mones]      3.7.3cvs23
6710
6711         * src/gtk/quicksearch.c
6712                 Allow viewing longer expressions if there's space
6713
6714 2009-11-25 [holger]     3.7.3cvs22
6715
6716         * Makefile.am
6717         * src/common/Makefile.am
6718         * src/common/utils.c
6719         * src/common/utils.h
6720                 Add a function to query the
6721                 filepath of the .desktop file
6722
6723 2009-11-25 [colin]      3.7.3cvs21
6724
6725         * src/imap.c
6726                 Fix bug 2063, 'glib assertion in GRelation use in 
6727                 imap.c'
6728
6729 2009-11-24 [pawel]      3.7.3cvs20
6730
6731         * src/common/utils.c
6732                 Fix Bug 2053 'Inconsistent application of Coloration 
6733                 of Message text'
6734                 Don't allow '<' character between quotation marks
6735
6736 2009-11-21 [holger]     3.7.3cvs19
6737
6738         * src/printing.c
6739                 Modify cairo clip handling in preview windows,
6740                 to prevent print preview windows from being blank
6741                 with GTK+ 2.18. Follow recommendation of the GTK+
6742                 documentation (section "Migrating to client side windows")
6743                 and create a new cairo context for each expose event.
6744
6745 2009-11-19 [pawel]      3.7.3cvs18
6746
6747         * Makefile.am
6748                 complete 3.7.3cvs15 so install is DESTDIR safe
6749                 remove icons with changed names on uninstall
6750
6751 2009-11-18 [pawel]      3.7.3cvs17
6752
6753         * src/news_gtk.c
6754                 remove unneeded and code-duplicating function
6755
6756 2009-11-18 [pawel]      3.7.3cvs16
6757
6758         * src/news_gtk.c
6759                 Fix Bug 2057 'Claws mail does not keep renamed names
6760                 of nntp-subscribed groups'
6761                 Check for already subscribed group using item->path for group
6762                 comparision as folders item->path != item->name may be truth 
6763                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6764
6765 2009-11-17 [pawel]      3.7.3cvs15
6766
6767         * Makefile.am
6768                 Fix Bug 2049 'some icons not copied?'
6769                 Install additional 64x64 and 128x128 icons
6770
6771 2009-11-17 [holger]     3.7.3cvs14
6772
6773         * src/prefs_toolbar.c
6774         * src/prefs_toolbar.h
6775         * src/toolbar.c
6776         * src/toolbar.h
6777                 Allow plugins to register toolbar items
6778
6779 2009-11-11 [pawel]      3.7.3cvs13
6780
6781         * src/addressbook.c
6782         * src/compose.c
6783         * src/compose.h
6784         * src/filtering.c
6785                 Fix Bug 1867 Changing account does not change BCC address
6786                 Set account specific headers when changing account
6787                 in compose window.
6788
6789 2009-11-07 [colin]      3.7.3cvs12
6790
6791         * src/gtk/prefswindow.c
6792                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6793                 Patch by Pawel
6794
6795 2009-11-07 [colin]      3.7.3cvs11
6796
6797         * src/gtk/spell_entry.c
6798                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6799                 Patch by Pawel Pekala
6800
6801 2009-10-27 [colin]      3.7.3cvs10
6802
6803         * src/folder.c
6804                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6805                 Don't try to check whether the folder is up-to-date if
6806                 the folder class doesn't implement set_mtime, as we don't
6807                 care in this case. This code exists since a long time, but
6808                 the bug was triggered by more scanning of queue folders 
6809                 since recently (when we added \Deleted handling).
6810
6811 2009-10-27 [colin]      3.7.3cvs9
6812
6813         * src/mainwindow.c
6814                 Try to fix registering as default client
6815                 on windows 7
6816
6817 2009-10-21 [wwp]        3.7.3cvs8
6818
6819         * src/common/utils.c
6820                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6821
6822 2009-10-21 [wwp]        3.7.3cvs7
6823
6824         * src/common/utils.c
6825                 Don't core dump when attempting to insert a non-existing
6826                 file using a mailto: uri (g_error does core dump).
6827
6828 2009-10-20 [colin]      3.7.3cvs6
6829
6830         * src/common/utils.c
6831                 Don't g_error on normal warnings...
6832
6833 2009-10-20 [colin]      3.7.3cvs5
6834
6835         * src/plugins/pgpcore/sgpgme.c
6836                 Fix bug 1996, 'S/MIME key not selected'
6837                 Check for S/MIME certs too
6838
6839 2009-10-20 [colin]      3.7.3cvs4
6840
6841         * src/common/w32lib.h
6842                 Fix win32 build on latest mingw32
6843
6844 2009-10-20 [colin]      3.7.3cvs3
6845
6846         * src/exportldif.c
6847         * src/ldif.c
6848         * src/ldif.h
6849                 Fix LDIF export. Patch by Michael Rasmussen
6850
6851 2009-10-18 [paul]       3.7.3cvs2
6852
6853         * tools/claws.i18n.status.pl
6854                 increase the value of $transolddays since we're relasing less
6855                 often now.
6856                 rework the en_GB.po hack so that en_GB is always 100% translated
6857                 and recently updated
6858
6859 2009-10-17 [paul]       3.7.3cvs1
6860
6861         * src/prefs_account.c
6862         * src/prefs_compose_writing.c
6863         * src/prefs_receive.c
6864         * src/prefs_summaries.c
6865         * src/prefs_wrapping.c
6866                 reword a few labels. (this incorporates everything
6867                 that seemed worthwhile from bug 2020)
6868         * src/prefs_customheader.c
6869                 use a 'Browse' button instead of button with
6870                 label 'From file...'
6871
6872 2009-10-12 [colin]
6873
6874         * CVS repository change
6875
6876 2009-10-09 [paul[       3.7.3
6877
6878         version 3.7.3 unleashed!!
6879
6880 2009-10-07 [paul]       3.7.2cvs49
6881
6882         * src/folderview.c
6883         * src/folderview.h
6884         * src/mainwindow.c
6885                 fix  Bug 1994 -  Changing colors required restart.
6886                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6887                 more accurate folderview_reinit_fonts()
6888
6889 2009-10-07 [paul]       3.7.2cvs48
6890
6891         * src/addrgather.c
6892         * src/prefs_common.c
6893         * src/prefs_common.h
6894                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6895                 patch by Pawel Pekala
6896
6897 2009-10-07 [paul]       3.7.2cvs47
6898
6899         * po/cs.po
6900         * po/de.po
6901         * po/hu.po
6902         * po/id.po
6903         * po/ja.po
6904         * po/pt_BR.po
6905                 updated by David Vachulka, Stephan Sachse and Marc Arens,
6906                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
6907                 Goncalves Guimaraes
6908
6909 2009-10-06 [colin]      3.7.2cvs46
6910
6911         * po/fr.po
6912                 French translation update
6913
6914 2009-10-05 [paul]       3.7.2cvs45
6915
6916         * src/printing.c
6917                 enable Page Size and Orientation in the print dialog,
6918                 GTK+ >= 2.18.x only. Patch by Mark__T
6919
6920 2009-10-05 [paul]       3.7.2cvs44
6921
6922         * src/prefs_summaries.c
6923                 fix label, startup --> start-up, to match other uses of the
6924                 term
6925
6926 2009-10-05 [paul]       3.7.2cvs43
6927
6928         * po/pl.po
6929                 updated by Emilian Nowak
6930
6931 2009-10-03 [colin]      3.7.2cvs42
6932
6933         * src/mimeview.c
6934         * src/noticeview.c
6935         * src/gtk/gtkcmclist.c
6936         * src/gtk/gtkvscrollbutton.c
6937         * src/gtk/logwindow.c
6938                 GTK+ 2.18 fixes:
6939                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
6940                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
6941                 Fix warning at start
6942
6943 2009-09-28 [colin]      3.7.2cvs41
6944
6945         * src/matcher.c
6946         * src/mimeview.c
6947         * src/prefs_folder_item.c
6948                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
6949
6950 2009-09-28 [colin]      3.7.2cvs40
6951
6952         * src/prefs_summaries.c
6953         * src/gtk/sslcertwindow.c
6954                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
6955                 shows up garbled in GUI'. Patch by Pawel Pekala
6956
6957 2009-09-24 [iwkse]      3.7.2cvs39
6958
6959         * configure.ac
6960             That's only for statistics, of course :)
6961
6962 2009-09-24 [iwkse]      3.7.2cvs38
6963
6964         * configure.ac
6965             ...
6966
6967 2009-09-24 [iwkse]      3.7.2cvs37
6968
6969         * configure.ac
6970             Revert unwanted change
6971
6972 2009-09-24 [iwkse]      3.7.2cvs36
6973
6974         * src/action.c
6975             Fix issue with filtering actions and 
6976             parsed parameters
6977
6978 2009-09-20 [mones]      3.7.2cvs35
6979
6980         * tools/convert_mbox.pl
6981                 Add -R flag to support recursive conversions
6982                 of arbitrary Evolution mail folders, based on
6983                 bash script by Daniel Dickinson (fixes debian 
6984                 bug #461435) 
6985         * tools/popfile-link.sh
6986                 Set required shell for script (fixes debian 
6987                 bug #530057)
6988
6989 2009-09-16 [colin]      3.7.2cvs34
6990
6991         * src/main.c
6992                 Go grab files in /etc/skel if they exist
6993                 at first startup 
6994
6995 2009-09-15 [colin]      3.7.2cvs33
6996
6997         * src/procmime.c
6998                 Complete 3.7.1cvs42: only output directly to
6999                 final file if we get NULL byes at the start.
7000                 Still fixes saving UTF16 files, but also
7001                 fixes displaying Base64 parts with decoding
7002                 errors (parts without errors get displayed)
7003
7004 2009-09-14 [colin]      3.7.2cvs32
7005
7006         * src/matcher.c
7007         * src/matcher.h
7008         * src/matcher_parser_parse.y
7009         * src/prefs_matcher.c
7010                 Add 'has_attachment' and 'signed' matcher
7011                 expressions. Patch by Aleksei Miheev, fixes
7012                 bug 1997. 
7013
7014 2009-09-14 [colin]      3.7.2cvs31
7015
7016         * src/common/utils.c
7017                 Add "Re :" prefix from french Yahoo mail.
7018                 Patch by Didier Barvaux, fixes bug 1999
7019
7020 2009-09-10 [mones]      3.7.2cvs30
7021
7022         * manual/plugins.xml
7023                 Fix sites supported by SpamReport
7024         * manual/es/plugins.xml
7025                 Synchronise Spanish manual
7026
7027 2009-09-07 [holger]     3.7.2cvs29
7028
7029         * Makefile.am
7030                 Also update the icon cache on uninstall.
7031                 This prevents possible problems when Claws Mail was
7032                 uninstalled and installed again into a different location,
7033                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7034                 and the blog post linked therein
7035
7036 2009-09-07 [paul]       3.7.2cvs28
7037
7038         * src/prefs_toolbar.c
7039                 when updating the main toolbar icons just update
7040                 the main toolbar (and consequently fix a bug where
7041                 folderview icons would disappear)
7042
7043 2009-08-30 [holger]     3.7.2cvs27
7044
7045         * src/compose.c
7046                 Do case-insensitive comparison against
7047                 header names when extracting recipients
7048                 from composed mails
7049
7050 2009-08-23 [colin]      3.7.2cvs26
7051
7052         * src/mbox.c
7053                 Probably fix RH bug 512024, " folder.c:3543 
7054                 Condition msglist != NULL failed"
7055
7056 2009-08-23 [colin]      3.7.2cvs25
7057
7058         * src/prefs_compose_writing.c
7059                 Make the maximum size warning bigger. Patch
7060                 by Didier Barvaux on bug 1986.
7061
7062 2009-08-21 [colin]      3.7.2cvs24
7063
7064         * src/compose.c
7065                 Previous commit: move the function into compose_insert_file
7066                 so that it's also used on drag-n-drop
7067
7068 2009-08-21 [colin]      3.7.2cvs23
7069
7070         * src/compose.c
7071                 Fix scrolling when adding an header
7072
7073 2009-08-21 [colin]      3.7.2cvs22
7074
7075         * src/compose.c
7076         * src/prefs_common.c
7077         * src/prefs_common.h
7078         * src/prefs_compose_writing.c
7079         * src/common/utils.c
7080                 Fix bug 1986, "New feature: warn user when inserting 
7081                 a large file in the message body". Patch by Didier
7082                 Barvaux
7083
7084 2009-08-21 [colin]      3.7.2cvs21
7085
7086         * AUTHORS
7087         * src/gtk/authors.h
7088         * src/common/utils.c
7089                 Fix bug 1984: Add R�f. : reply prefix (french 
7090                 Lotus Notes); patch by Didier Barvaux
7091
7092 2009-08-21 [colin]      3.7.2cvs20
7093
7094         * src/codeconv.c
7095         * src/codeconv.h
7096                 Fix bug 1969, 'Bad guess for outgoing encoding'
7097                 Make sure the specific converters (japanese in
7098                 this case) can return success/error in strict
7099                 mode, instead of silently failing back to 
7100                 strncpy
7101
7102 2009-08-20 [holger]     3.7.2cvs19
7103
7104         * src/compose.c
7105         * src/compose.h
7106                 Make it possible for code outside
7107                 compose (e.g. plugins) to attach files
7108
7109 2009-08-20 [colin]      3.7.2cvs18
7110
7111         * src/main.c
7112                 Fix crash when accessing IMAP soon
7113
7114 2009-08-18 [colin]      3.7.2cvs17
7115
7116         * src/ldapquery.c
7117                 Maybe fix crash on non-existent LDAP server
7118
7119 2009-08-04 [colin]      3.7.2cvs16
7120
7121         * src/toolbar.c
7122                 Fix toolbar's spacing that breaks dark
7123                 themes (patch from http://blogs.igalia.com/aperez/
7124                 2009/07/making-claws-mail-look-better/)
7125
7126 2009-07-28 [colin]      3.7.2cvs15
7127
7128         * src/account.c
7129         * src/addrcustomattr.c
7130         * src/addressadd.c
7131         * src/addressbook_foldersel.c
7132         * src/addrgather.c
7133         * src/browseldap.c
7134         * src/compose.c
7135         * src/editbook.c
7136         * src/editgroup.c
7137         * src/editjpilot.c
7138         * src/editldap.c
7139         * src/editldap_basedn.c
7140         * src/edittags.c
7141         * src/editvcard.c
7142         * src/exphtmldlg.c
7143         * src/expldifdlg.c
7144         * src/export.c
7145         * src/foldersel.c
7146         * src/import.c
7147         * src/importldif.c
7148         * src/importmutt.c
7149         * src/importpine.c
7150         * src/prefs_actions.c
7151         * src/prefs_customheader.c
7152         * src/prefs_display_header.c
7153         * src/prefs_filtering.c
7154         * src/prefs_folder_column.c
7155         * src/prefs_matcher.c
7156         * src/prefs_summary_column.c
7157         * src/prefs_summary_open.c
7158         * src/prefs_template.c
7159         * src/textview.c
7160         * src/uri_opener.c
7161                 Fix bug 1950, 'Program freeze up during folder selection'
7162                 Don't leave hidden windows modal
7163
7164 2009-07-28 [colin]      3.7.2cvs14
7165
7166         * src/ldapquery.c
7167                 Fix bug 1957, 'LDAP errs out after searching too 
7168                 many search bases'
7169
7170 2009-07-28 [colin]      3.7.2cvs13
7171
7172         * src/summaryview.c
7173                 Fix bug 1966, '"Collapse all threads" slower than 
7174                 "Expand all threads"'
7175
7176 2009-07-28 [colin]      3.7.2cvs12
7177
7178         * src/common/session.c
7179                 Fix bug 1967, 'Claws gets stuck after accepting 
7180                 a certificate warning dialog'
7181
7182 2009-07-19 [paul]       3.7.2cvs11
7183
7184         * manual/plugins.xml
7185                 a few small changes to the English
7186
7187 2009-07-18 [mones]      3.7.2cvs10
7188
7189         * manual/plugins.xml
7190                 Add new bsfilter and fancy plugins to the docs
7191                 and a note about dealing with plugins of the same class
7192         * src/prefs_account.c
7193                 Fix extra space at the end typo
7194
7195 2009-07-16 [colin]      3.7.2cvs9
7196
7197         * src/summaryview.c
7198                 Fix wrong return without unlocking; thanks
7199                 to mupuf_
7200
7201 2009-07-14 [colin]      3.7.2cvs8
7202
7203         * src/imap.c
7204                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7205
7206 2009-07-10 [colin]      3.7.2cvs7
7207
7208         * src/plugins/pgpcore/plugin.def
7209         * src/common/utils.h
7210                 Fix windows port
7211
7212 2009-07-10 [colin]      3.7.2cvs6
7213
7214         * src/prefs_display_header.c
7215                 Fix bug 1951, 'C-Mail dumps core when editing 
7216                 displayed headers'. Patch by Alexey Rusakov
7217
7218 2009-07-10 [colin]      3.7.2cvs5
7219
7220         * src/folderview.c
7221                 Fix bug 1952, 'Deleted mails in Queue folder 
7222                 highlight it'.
7223
7224 2009-07-09 [colin]      3.7.2cvs4
7225
7226         * src/gtk/spell_entry.c
7227                 Fix bug 1949, 'Spell checker doesn't recognise 
7228                 certain word in Subject header, but does in 
7229                 message body'. Patch by Pawel Pekala.
7230
7231 2009-07-09 [paul]       3.7.2cvs3
7232
7233         * configure.ac
7234                 use pkgconfig to check for the minimum required
7235                 version of GnuTLS
7236
7237 2009-07-06 [colin]      3.7.2cvs2
7238
7239         * src/prefs_customheader.c
7240                 Fix build failure
7241
7242 2009-07-04 [paul]       3.7.2cvs1
7243
7244         * tools/claws.i18n.status.pl
7245                 updated
7246
7247 2009-07-03 [paul]       3.7.2
7248
7249         * NEWS
7250         * README
7251         * RELEASE_NOTES 
7252                 3.7.2 released!
7253
7254 2009-07-03 [paul]       3.7.1cvs85
7255
7256         * AUTHORS
7257         * configure.ac
7258         * po/pt_PT.po
7259         * po/sk.po
7260         * src/gtk/authors.h
7261                 added new translations by Tiago Faria and Slavko
7262         * po/bg.po
7263         * po/cs.po
7264         * po/de.po
7265         * po/es.po
7266         * po/fi.po
7267         * po/fr.po
7268         * po/hu.po
7269         * po/id.po
7270         * po/it.po
7271         * po/ja.po
7272         * po/pt_BR.po
7273         * po/ru.po
7274                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7275                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7276                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7277                 Goncalves Guimaraes, Aleksei Miheev
7278
7279 2009-07-01 [colin]      3.7.1cvs84
7280
7281         * src/prefs_common.c
7282                 Fix bug 1940, 'Doesn't open links in 
7283                 user's default browser'. Turn the preference
7284                 to TRUE by default; that will only change the
7285                 behaviour for new users.
7286
7287 2009-06-29 [colin]      3.7.1cvs83
7288
7289         * src/filtering.c
7290         * src/filtering.h
7291         * src/prefs_filtering_action.c
7292                 Fix bug 1935, 'problems with very long filtering actions':
7293                 Use a dynamic buffer in action to string, and a bigger
7294                 buffer in string to action
7295
7296 2009-06-29 [colin]      3.7.1cvs82
7297
7298         * src/matcher_parser_lex.l
7299                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7300
7301 2009-06-29 [colin]      3.7.1cvs81
7302
7303         * src/addressbook.c
7304                 Fix warnings
7305         * src/editgroup.c
7306                 Fix crash (out-of-bounds tree column)
7307         * src/gtk/gtkcmctree.c
7308         * src/gtk/gtksctree.c
7309                 Prevent using an out-of-bounds tree column
7310
7311 2009-06-29 [colin]      3.7.1cvs80
7312
7313         * src/ldapupdate.c
7314         * src/ldif.c
7315                 Leak fixes; patch by Pawel Pekala.
7316
7317 2009-06-26 [colin]      3.7.1cvs79
7318
7319         * src/summaryview.c
7320                 Sort by msgnum if dates are equal
7321
7322 2009-06-24 [paul]       3.7.1cvs78
7323
7324         * src/summaryview.c
7325                 make some (forgotten) strings translatable
7326
7327 2009-06-19 [colin]      3.7.1cvs77
7328
7329         * src/summaryview.c
7330                 Fix menu sensitiveness
7331
7332 2009-06-18 [colin]      3.7.1cvs76
7333
7334         * configure.ac
7335         * src/plugins/pgpcore/sgpgme.c
7336         * src/plugins/pgpcore/sgpgme.h
7337         * src/plugins/pgpmime/mypgpcore.def
7338         * src/plugins/pgpmime/pgpmime.c
7339         * src/plugins/smime/mypgpcore.def
7340         * src/plugins/smime/smime.c
7341                 Use largefile support (and stop using our old GPGME
7342                 hack on gpgme_data_seek/rewind)
7343                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7344                 should soon know :)
7345
7346 2009-06-13 [colin]      3.7.1cvs75
7347
7348         * src/gtk/spell_entry.c
7349                 Fix assertion. We can put a NULL gtkaspell to
7350                 an entry; it just means it won't be spell-checked.
7351
7352 2009-06-12 [mones]      3.7.1cvs74
7353
7354         * src/compose.c
7355         * src/messageview.c
7356         * src/prefs_account.c
7357         * src/prefs_account.h
7358         * src/common/utils.c
7359         * src/common/utils.h
7360                 Added preference to use account address in generated
7361                 Message-Id. Fixes Debian bug #531052
7362
7363 2009-06-12 [colin]      3.7.1cvs73
7364
7365         * src/common/ssl.c
7366                 Better fix, API-compatible with libgnutls13
7367
7368 2009-06-12 [colin]      3.7.1cvs72
7369
7370         * src/common/ssl.c
7371                 Use compatibility mode in GnuTLS, and avoid problems with 
7372                 servers that don't comply 100% with the spec, but still
7373                 exist.
7374
7375 2009-06-06 [iwkse]      3.7.1cvs71
7376
7377         * src/compose.c
7378                 Ops..revert a mix with another patch
7379
7380 2009-06-06 [iwkse]      3.7.1cvs70
7381
7382         * src/compose.c
7383                 A better fix for the previous commit's issue
7384
7385 2009-06-06 [iwkse]      3.7.1cvs69
7386
7387         * src/compose.c
7388                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7389                 event is sent to the Attach property window
7390
7391 2009-06-05 [colin]      3.7.1cvs68
7392
7393         * src/compose.c
7394                 Fix build on GTK+ 2.6
7395
7396 2009-06-03 [mones]      3.7.1cvs67
7397
7398         * tools/make.themes.project
7399                 Oops! fix header, sorry Paul ;-)
7400
7401 2009-06-03 [mones]      3.7.1cvs66
7402
7403         * tools/make.themes.project
7404                 Add support for PNG themes and other
7405                 fixes i don't remember now... :)
7406
7407 2009-06-02 [colin]      3.7.1cvs65
7408
7409         * src/compose.c
7410         * src/prefs_template.c
7411         * src/quote_fmt.c
7412                 Fix error messages in templates, and fix their
7413                 checking
7414
7415 2009-05-22 [colin]      3.7.1cvs64
7416
7417         * src/compose.c
7418                 And remove hbox too
7419
7420 2009-05-22 [colin]      3.7.1cvs63
7421
7422         * src/compose.c
7423                 Fix phantom button behind entry when
7424                 changing fields via Tools/Reply mode.
7425
7426 2009-05-22 [colin]      3.7.1cvs62
7427
7428         * src/compose.c
7429                 Fix icon size
7430
7431 2009-05-21 [mones]      3.7.1cvs61
7432
7433         * src/compose.c
7434         * src/compose.h
7435                 Add button to empty header lines with one click
7436
7437 2009-05-21 [paul]       3.7.1cvs60
7438
7439         * src/mainwindow.c
7440         * src/mainwindow.h
7441         * src/plugins/trayicon/trayicon.c
7442                 when quitting from the trayicon, honour
7443                 prefs_common.clean_on_exit
7444
7445 2009-05-21 [paul]       3.7.1cvs59
7446
7447         * src/gtk/Makefile.am
7448                 remove duplicate entry
7449                 thanks to Charles A Edwards
7450
7451 2009-05-19 [paul]       3.7.1cvs58
7452
7453         * src/send_message.c
7454                 clear progressbar in the statusbar on 'Cancel'
7455
7456 2009-05-16 [colin]      3.7.1cvs57
7457
7458         * AUTHORS
7459         * src/gtk/authors.h
7460                 Add Fabian
7461
7462 2009-05-16 [colin]      3.7.1cvs56
7463
7464         * src/msgcache.c
7465                 Remove msgnum>0 condition for removing messages
7466                 from caches. There's no such condition on add.
7467                 Fixes bug 1913, 'Allow to remove phantom 
7468                 messages from the cache'; patch by Fabian
7469                 Keil <fk at fabiankeil.de>
7470
7471 2009-05-12 [holger]     3.7.1cvs55
7472
7473         * src/messageview.c
7474         * src/messageview.h
7475                 Introduce hook after showing of the message view
7476
7477 2009-05-11 [colin]      3.7.1cvs54
7478
7479         * src/compose.c
7480                 Fix bug 1872, 'A: Cc: CCi: selector should 
7481                 default on same as preceding contact'
7482
7483 2009-05-10 [holger]     3.7.1cvs53
7484
7485         * src/addr_compl.c
7486         * src/addr_compl.h
7487                 Add a hook to make it possible for plugins to
7488                 modify the address completion list
7489
7490 2009-05-06 [paul]       3.7.1cvs52
7491
7492         * src/folder.c
7493         * src/mimeview.c
7494                 fix bug 1915, 'Mails signed with smime.p7s
7495                 display both signed and attachment icon.'
7496
7497 2009-05-05 [colin]      3.7.1cvs51
7498
7499         * src/common/utils.c
7500                 Fix patch :)
7501
7502 2009-05-05 [colin]      3.7.1cvs50
7503
7504         * src/common/utils.c
7505                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7506                 different mountpoint than tempdir'
7507
7508 2009-05-04 [colin]      3.7.1cvs49
7509
7510         * src/msgcache.c
7511                 Probably fix bug 1914, 'Crash reading
7512                 corrupted tags file'
7513
7514 2009-04-26 [paul]       3.7.1cvs48
7515
7516         * configure.ac
7517         * src/gtk/gtkaspell.h
7518                 fix bug 1904, 'build mechanism looks for
7519                 'enchant.h' in a wrong place'
7520
7521 2009-04-25 [paul]       3.7.1cvs47
7522
7523         * src/printing.c
7524                 gah! fix coding style!
7525
7526 2009-04-25 [paul]       3.7.1cvs46
7527
7528         * src/printing.c
7529         * src/toolbar.c
7530                 if building with GTK+ >= 2.16 use
7531                 gtk_orientable_set_orientation() instead of now
7532                 deprecated gtk_toolbar_set_orientation()
7533
7534 2009-04-24 [colin]      3.7.1cvs45
7535
7536         * src/compose.c
7537                 Ask before sending if an attached file has
7538                 disappeared.
7539
7540 2009-04-19 [paul]       3.7.1cvs44
7541
7542         * src/prefs_common.c
7543         * src/prefs_common.h
7544         * src/gtk/about.c
7545                 save About window size.
7546                 patch by Pawel Pekala
7547
7548 2009-04-12 [paul]       3.7.1cvs43
7549
7550         * tools/csv2addressbook.pl
7551                 add extra CSV fields that are now appended
7552                 by thunderbird (version 2.0.0.21)
7553
7554 2009-04-08 [colin]      3.7.1cvs42
7555
7556         * src/procmime.c
7557                 fix saving (but not displaying) of UTF-16
7558                 files
7559
7560 2009-04-08 [colin]      3.7.1cvs41
7561
7562         * src/gtk/manage_window.c
7563                 Disable transient windows on win32 - seems to
7564                 fix most focusing issues
7565
7566 2009-04-05 [colin]      3.7.1cvs40
7567
7568         * src/procmsg.c
7569                 Don't ask whether we want to send deleted mails in queue
7570                 folders; also, don't send deleted mails when flushing
7571                 queues
7572
7573 2009-04-04 [paul]       3.7.1cvs39
7574
7575         * AUTHORS
7576         * configure.ac
7577         * po/id.po
7578         * src/gtk/authors.h
7579         * tools/claws.i18n.status.pl
7580                 add new Indonesian translation, by
7581                 MSulchan Darmawan
7582
7583 2009-04-03 [paul]       3.7.1cvs38
7584
7585         * AUTHORS
7586         * src/gtk/authors.h
7587                 credit due
7588
7589 2009-04-03 [colin]      3.7.1cvs37
7590
7591         * src/compose.c
7592         * src/textview.c
7593                 Fix bug 1891, 'Add support for gopher:// links'
7594                 Patch by Jacob Head <clawsmail at jacob-head.com>
7595                 Let's go back to the roots! 
7596
7597 2009-04-03 [paul]       3.7.1cvs36
7598
7599         * m4/Makefile.am
7600                 complete cvs35
7601
7602 2009-04-03 [paul]       3.7.1cvs35
7603
7604         * configure.ac
7605                 add AC_CONFIG_MACRO_DIR([m4])
7606                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7607         * m4/aclocal-include.m4
7608                 removed this now unneeded file
7609
7610 2009-04-02 [colin]      3.7.1cvs34
7611
7612         * src/common/utils.h
7613                 Fix previous (thanks to Marcus :)
7614
7615 2009-04-02 [colin]      3.7.1cvs33
7616
7617         * src/common/utils.h
7618         * src/etpan/etpan-thread-manager.c
7619                 pipe() was a macro from GLib on win32 until
7620                 glib 2.13.2. It's undefined after that.
7621                 Thanks to Marcus Brinkmann for the heads-up!
7622
7623 2009-03-31 [colin]      3.7.1cvs32
7624
7625         * src/folder_item_prefs.c
7626                 Copy folder settings with prefs
7627
7628 2009-03-31 [colin]      3.7.1cvs31
7629
7630         * src/prefs_account.c
7631                 Don't use un-sensitive checkboxes in Privacy tab
7632                 when privacy system in None (makes unchecking 
7633                 painful when no privacy plugin is loaded)
7634
7635 2009-03-30 [colin]      3.7.1cvs30
7636
7637         * src/folder.c
7638         * src/folder.h
7639         * src/imap.c
7640         * src/mainwindow.c
7641         * src/mainwindow.h
7642         * src/prefs_account.c
7643         * src/prefs_account.h
7644         * src/summaryview.c
7645         * src/summaryview.h
7646                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7647                 Add an option on the Receive page of IMAP account preferences:
7648                 "Move deleted mails to trash and expunge immediately". This
7649                 option defaults to TRUE to avoid changing the existing behaviour.
7650                 Setting it to FALSE prevents automatic expunging. 
7651                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7652                 (View/Hide deleted message being a per-folder setting, and behaving,
7653                 like View/Hide read messages).
7654
7655 2009-03-30 [colin]      3.7.1cvs29
7656
7657         * src/imap.c
7658                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7659                 ask for IMAP password when using GSSAPI auth
7660
7661 2009-03-27 [colin]      3.7.1cvs28
7662
7663         * src/folder.c
7664                 Fix cvs14, make sure we mark non-existent caches dirty
7665                 (or they never get written)
7666
7667 2009-03-27 [colin]      3.7.1cvs27
7668
7669         * src/imap.c
7670                 Fix tag update when all tags are removed 
7671                 from another client
7672
7673 2009-03-25 [colin]      3.7.1cvs26
7674
7675         * configure.ac
7676                 Fix configure.ac, thanks to Pawel
7677
7678 2009-03-25 [colin]      3.7.1cvs25
7679
7680         * src/news.c
7681         * src/etpan/nntp-thread.c
7682                 Fix header fetching (NG/To/Cc). Fixes 
7683                 bug 1883, 'Message processing fails to 
7684                 act on Newsgroups: field'
7685
7686 2009-03-23 [colin]      3.7.1cvs24
7687
7688         * src/textview.c
7689                 Fix internal headers visible in queue/sent
7690
7691 2009-03-23 [colin]      3.7.1cvs23
7692
7693         * configure.ac
7694                 Fix check for RC (resource compiler) used
7695                 on win32 (AC_LIBTOOL_RC used to call it 
7696                 implicitely but stopped)
7697
7698 2009-03-19 [colin]      3.7.1cvs22
7699
7700         * src/toolbar.c
7701                 Put spam button in default toolbar even if
7702                 bogofilter and spamassassin are not built.
7703                 Other anti-spam plugin could exist! :)
7704         * src/common/utils.c
7705                 Fix exit status fetch on win32
7706
7707 2009-03-18 [paul]       3.7.1cvs21
7708
7709         * src/gtk/spell_entry.c
7710                 fix "[BUG] Wrong word replaced in 'Subject:'
7711                 when spell-checking correction used"
7712                 Patch by Pawel Pekala
7713
7714 2009-03-17 [colin]      3.7.1cvs20
7715
7716         * src/common/utils.c
7717                 Fix win32 build (from cvs12)
7718
7719 2009-03-17 [colin]      3.7.1cvs19
7720
7721         * src/compose.c
7722                 Fix bug 1735, 'Change To: and Newsgroups: 
7723                 recipient field according account type'
7724                 Patch by Pawel
7725
7726 2009-03-17 [colin]      3.7.1cvs18
7727
7728         * src/msgcache.c
7729         * src/prefs_common.c
7730         * src/prefs_common.h
7731         * src/prefs_other.c
7732         * src/common/prefs.c
7733                 Add preference for fsyncing metadata
7734
7735 2009-03-16 [paul]       3.7.1cvs17
7736
7737         * src/prefs_customheader.c
7738                 add forgotten #if HAVE_LIBCOMPFACE
7739
7740 2009-03-16 [paul]       3.7.1cvs16
7741
7742         * src/prefs_customheader.c
7743                 put the (X-)Face preview image below the up/down
7744                 buttons so they don't jump around.
7745                 make the list reorderable by drag'n'drop
7746
7747 2009-03-16 [colin]      3.7.1cvs15
7748
7749         * src/prefs_customheader.c
7750                 Add a (X-)Face preview. Patch by iwkse.
7751
7752 2009-03-16 [colin]      3.7.1cvs14
7753
7754         * src/compose.c
7755         * src/folder.c
7756         * src/folder.h
7757         * src/msgcache.c
7758         * src/common/prefs.c
7759                 Add fsync calls to make sure we don't
7760                 lose data on system crashes. (to do:
7761                 add a pref to allow people choosing raw
7762                 speed)
7763
7764 2009-03-15 [colin]      3.7.1cvs13
7765
7766         * src/gtk/gtkaspell.c
7767                 Fix empty menu when there are no
7768                 suggestions (using the Spelling menu)
7769
7770 2009-03-14 [colin]      3.7.1cvs12
7771
7772         * src/common/utils.c
7773                 Win32: fix subject prefix length
7774
7775 2009-03-11 [mones]      3.7.1cvs11
7776
7777         * po/es.po
7778                 fix encoding declared in header
7779                 update translation now we're at it
7780
7781 2009-03-10 [colin]      3.7.1cvs10
7782
7783         * src/messageview.c
7784                 Fix "wrong mime" message printed out multiple
7785                 times
7786
7787 2009-03-10 [colin]      3.7.1cvs9
7788
7789         * src/prefs_folder_item.c
7790                 Fix build
7791
7792 2009-03-09 [paul]       3.7.1cvs8
7793
7794         * src/prefs_folder_item.c
7795         * src/send_message.c
7796                 fixes to english text
7797
7798 2009-03-08 [paul]       3.7.1cvs7
7799
7800         * po/ja.po
7801                 correct errors in header
7802
7803 2009-03-08 [paul]       3.7.1cvs6
7804
7805         * AUTHORS
7806         * configure.ac
7807         * po/ja.po
7808         * src/gtk/authors.h
7809         * tools/claws.i18n.status.pl
7810                 add Japanese translation, submitted by kazken3
7811
7812 2009-03-07 [colin]      3.7.1cvs5
7813
7814         * src/messageview.c
7815                 Don't let the invalid MIME warning hide
7816                 other noticeview (Partial receive or 
7817                 return receipt).
7818
7819 2009-03-07 [colin]      3.7.1cvs4
7820
7821         * src/procmime.c
7822                 Fix build
7823
7824 2009-03-07 [colin]      3.7.1cvs3
7825
7826         * src/messageview.c
7827         * src/procmime.c
7828         * src/procmime.h
7829                 Handle mimeparts that lack an end boundary.
7830                 They're invalid but it's too annoying for
7831                 normal users to fix.
7832
7833 2009-03-06 [wwp]        3.7.1cvs2
7834
7835         * src/compose.c
7836         * src/folder_item_prefs.c
7837         * src/folder_item_prefs.h
7838         * src/prefs_folder_item.c
7839                 Add per-folder default cc, bcc and reply-to.
7840
7841 2009-03-06 [colin]      3.7.1cvs1
7842
7843         * src/gedit-print.c
7844         * src/gtk/gtksourceprintjob.c
7845                 Fix build with old print interface
7846
7847 2009-03-06 [paul]       3.7.1
7848
7849         * NEWS
7850         * README
7851         * RELEASE_NOTES 
7852                 3.7.1 released!
7853
7854 2009-03-06 [paul]       3.7.0cvs78
7855
7856         * po/cs.po
7857         * po/de.po
7858         * po/fi.po
7859         * po/fr.po
7860         * po/hu.po
7861         * po/nl.po
7862         * po/pt_BR.po
7863         * po/sv.po
7864         * po/zh_CN.po
7865                 updated by David Vachulka, Stephan Sachse, Flammie
7866                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7867                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7868                 and Ralph Young
7869
7870 2009-03-03 [colin]      3.7.0cvs77
7871
7872         * src/prefs_filtering.c
7873                 Win32: Fix bug 1865, 'IMAP account name changes 
7874                 are not followed at filter actions'
7875
7876 2009-03-02 [colin]      3.7.0cvs76
7877
7878         * src/imap.c
7879                 Fix Launchpad bug 335571: 'claws-mail crashed 
7880                 with SIGSEGV in strlen() while deleting 
7881                 large amount of e-mails on IMAP account
7882
7883 2009-02-27 [mones]      3.7.0cvs75
7884
7885         * manual/es/account.xml
7886         * manual/es/ack.xml
7887         * manual/es/addrbook.xml
7888         * manual/es/advanced.xml
7889         * manual/es/claws-mail-manual.xml
7890         * manual/es/faq.xml
7891         * manual/es/glossary.xml
7892         * manual/es/gpl.xml
7893         * manual/es/handling.xml
7894         * manual/es/intro.xml
7895         * manual/es/keyboard.xml
7896         * manual/es/plugins.xml
7897         * manual/es/starting.xml
7898                 Sync with English version, fix some typos
7899                 Changed encoding to UTF-8
7900         * po/es.po
7901                 Update for release, changed encoding to UTF-8
7902
7903 2009-02-24 [colin]      3.7.0cvs74
7904
7905         * src/printing.c
7906                 Don't print separation line if there
7907                 are no headers
7908
7909 2009-02-23 [cleroy]     3.7.0cvs73
7910
7911         * src/account.c
7912         * src/action.c
7913         * src/addr_compl.c
7914         * src/addrbook.c
7915         * src/addrcache.c
7916         * src/addrcindex.c
7917         * src/addrclip.c
7918         * src/addrduplicates.c
7919         * src/addressadd.c
7920         * src/addressbook.c
7921         * src/addressbook_foldersel.c
7922         * src/addrharvest.c
7923         * src/addrindex.c
7924         * src/addritem.c
7925         * src/addrquery.c
7926         * src/addrselect.c
7927         * src/codeconv.c
7928         * src/compose.c
7929         * src/customheader.c
7930         * src/editaddress.c
7931         * src/editaddress_other_attributes_ldap.c
7932         * src/editgroup.c
7933         * src/editldap.c
7934         * src/enriched.c
7935         * src/exporthtml.c
7936         * src/exportldif.c
7937         * src/filtering.c
7938         * src/folder.c
7939         * src/foldersel.c
7940         * src/folderutils.c
7941         * src/folderview.c
7942         * src/gedit-print.c
7943         * src/html.c
7944         * src/imap.c
7945         * src/imap_gtk.c
7946         * src/inc.c
7947         * src/jpilot.c
7948         * src/ldapctrl.c
7949         * src/ldapquery.c
7950         * src/ldapserver.c
7951         * src/ldapupdate.c
7952         * src/ldif.c
7953         * src/localfolder.c
7954         * src/main.c
7955         * src/mainwindow.c
7956         * src/matcher.c
7957         * src/mbox.c
7958         * src/messageview.c
7959         * src/mh.c
7960         * src/mh_gtk.c
7961         * src/mimeview.c
7962         * src/msgcache.c
7963         * src/mutt.c
7964         * src/news.c
7965         * src/news_gtk.c
7966         * src/noticeview.c
7967         * src/pine.c
7968         * src/pop.c
7969         * src/prefs_account.c
7970         * src/prefs_actions.c
7971         * src/prefs_common.c
7972         * src/prefs_filtering.c
7973         * src/prefs_filtering_action.c
7974         * src/prefs_folder_column.c
7975         * src/prefs_folder_item.c
7976         * src/prefs_gtk.c
7977         * src/prefs_matcher.c
7978         * src/prefs_quote.c
7979         * src/prefs_send.c
7980         * src/prefs_summaries.c
7981         * src/prefs_summary_column.c
7982         * src/prefs_template.c
7983         * src/prefs_themes.c
7984         * src/prefs_toolbar.c
7985         * src/printing.c
7986         * src/privacy.c
7987         * src/procheader.c
7988         * src/procmime.c
7989         * src/procmsg.c
7990         * src/quote_fmt.c
7991         * src/remotefolder.c
7992         * src/send_message.c
7993         * src/sourcewindow.c
7994         * src/statusbar.c
7995         * src/stock_pixmap.c
7996         * src/summary_search.c
7997         * src/summaryview.c
7998         * src/textview.c
7999         * src/toolbar.c
8000         * src/undo.c
8001         * src/uri_opener.c
8002         * src/vcard.c
8003         * src/common/base64.c
8004         * src/common/claws.c
8005         * src/common/hooks.c
8006         * src/common/plugin.c
8007         * src/common/prefs.c
8008         * src/common/session.c
8009         * src/common/smtp.c
8010         * src/common/socket.c
8011         * src/common/string_match.c
8012         * src/common/stringtable.c
8013         * src/common/utils.c
8014         * src/common/utils.h
8015         * src/common/xml.c
8016         * src/common/xmlprops.c
8017         * src/gtk/colorlabel.c
8018         * src/gtk/combobox.c
8019         * src/gtk/foldersort.c
8020         * src/gtk/gtkaspell.c
8021         * src/gtk/gtkcmclist.c
8022         * src/gtk/gtkcmctree.c
8023         * src/gtk/gtkcmoptionmenu.c
8024         * src/gtk/gtksctree.c
8025         * src/gtk/gtkshruler.c
8026         * src/gtk/gtksourceprintjob.c
8027         * src/gtk/gtkutils.c
8028         * src/gtk/gtkvscrollbutton.c
8029         * src/gtk/logwindow.c
8030         * src/gtk/menu.c
8031         * src/gtk/pluginwindow.c
8032         * src/gtk/prefswindow.c
8033         * src/gtk/quicksearch.c
8034         * src/gtk/spell_entry.c
8035         * src/plugins/pgpcore/select-keys.c
8036         * src/plugins/pgpinline/pgpinline.c
8037         * src/plugins/pgpmime/pgpmime.c
8038         * src/plugins/smime/smime.c
8039         * src/plugins/spamassassin/spamassassin_gtk.c
8040                 Mass commit changing g_return_* to cm_return_*
8041                 and making these more interesting
8042
8043 2009-02-23 [colin]      3.7.0cvs72
8044
8045         * src/imap.c
8046                 Always initialise error code to no error
8047
8048 2009-02-23 [colin]      3.7.0cvs71
8049
8050         * src/imap.c
8051                 Fix separator substitution
8052
8053 2009-02-23 [colin]      3.7.0cvs70
8054
8055         * src/stock_pixmap.c
8056         * src/gtk/colorlabel.c
8057                 don't use g_return on normal checks
8058
8059 2009-02-22 [colin]      3.7.0cvs69
8060
8061         * src/addressbook.c
8062         * src/procmime.c
8063                 More fixes
8064
8065 2009-02-22 [colin]      3.7.0cvs68
8066
8067         * src/addrduplicates.c
8068         * src/addressbook.c
8069         * src/addrharvest.c
8070         * src/codeconv.c
8071         * src/compose.c
8072         * src/filtering.c
8073         * src/folder.c
8074         * src/imap.c
8075         * src/imap_gtk.c
8076         * src/importldif.c
8077         * src/jpilot.c
8078         * src/mainwindow.c
8079         * src/matcher.c
8080         * src/mbox.c
8081         * src/messageview.c
8082         * src/mh_gtk.c
8083         * src/prefs_common.c
8084         * src/prefs_filtering.c
8085         * src/prefs_gtk.c
8086         * src/printing.c
8087         * src/privacy.c
8088         * src/procmime.c
8089         * src/procmsg.c
8090         * src/summaryview.c
8091         * src/textview.c
8092         * src/undo.c
8093         * src/wizard.c
8094         * src/common/md5.c
8095         * src/common/socket.c
8096         * src/common/template.c
8097         * src/etpan/imap-thread.c
8098         * src/gtk/gtkaspell.c
8099         * src/gtk/gtkcmctree.c
8100         * src/gtk/gtksctree.c
8101         * src/gtk/inputdialog.c
8102         * src/plugins/pgpcore/sgpgme.c
8103         * src/plugins/pgpmime/pgpmime.c
8104         * src/plugins/smime/smime.c
8105         * src/plugins/spamassassin/spamassassin.c
8106                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8107                 uninitialised accesses
8108
8109 2009-02-17 [colin]      3.7.0cvs67
8110
8111         * src/compose.c
8112                 Disable controls during queuing
8113
8114 2009-02-15 [colin]      3.7.0cvs66
8115
8116         * src/privacy.c
8117         * src/plugins/pgpcore/select-keys.c
8118         * src/plugins/pgpcore/sgpgme.c
8119                 Disable use of disabled keys
8120
8121 2009-02-15 [colin]      3.7.0cvs65
8122
8123         * src/folderview.c
8124         * src/summaryview.c
8125                 Fix font updating after changing 
8126                 prefs_common.derive_from_normal_font
8127
8128 2009-02-12 [paul]       3.7.0cvs64
8129
8130         * src/addressitem.h
8131         * src/export.h
8132         * src/headerview.c
8133         * src/headerview.h
8134         * src/common/version.h.in
8135         * src/gtk/about.h
8136         * src/gtk/menu.c
8137         * src/gtk/menu.h
8138                 more copyright header fixes
8139
8140 2009-02-12 [paul]       3.7.0cvs63
8141
8142         * src/gtk/progressdialog.c
8143         * src/gtk/progressdialog.h
8144                 fix copyright header
8145
8146 2009-02-12 [paul]       3.7.0cvs62
8147
8148         * src/gtk/spell_entry.c
8149         * src/gtk/spell_entry.h
8150                 better, more standard copyright header
8151
8152 2009-02-12 [paul]       3.7.0cvs61
8153
8154         * src/gtk/spell_entry.c
8155         * src/gtk/spell_entry.h
8156                 changes to copyright header
8157
8158 2009-02-12 [paul]       3.7.0cvs60
8159
8160         * src/gtk/spell_entry.c
8161         * src/gtk/spell_entry.h
8162                 fix broken build
8163
8164 2009-02-11 [colin]      3.7.0cvs59
8165
8166         * src/gtk/spell_entry.c
8167         * src/gtk/spell_entry.h
8168                 Forgot to add files
8169
8170 2009-02-11 [colin]      3.7.0cvs58
8171
8172         * src/compose.c
8173         * src/gtk/Makefile.am
8174         * src/gtk/gtkaspell.c
8175         * src/gtk/gtkaspell.h
8176                 Add spellcheck to subject. Patch by
8177                 Pawel.
8178
8179 2009-02-10 [holger]     3.7.0cvs57
8180
8181         * src/printing.c
8182         * src/common/defs.h
8183                 Move filename define for printing page setup cache to defs.h
8184
8185 2009-02-08 [mones]      3.7.0cvs56
8186
8187         * src/matcher.h
8188                 Fix build for bison 2.4.1
8189
8190 2009-02-06 [holger]     3.7.0cvs55
8191
8192         * src/prefs_common.c
8193         * src/prefs_common.h
8194         * src/printing.c
8195                 Fix restoring of custom page setups for printing by
8196                 temporarily caching the settings.
8197                 This is a workaround for Gnome Bug #39018, and fixes
8198                 Claws Mail Bug #1840.
8199
8200 2009-02-06 [colin]      3.7.0cvs54
8201
8202         * src/mainwindow.c
8203                 Fix hardcoded Shift-Q quits. Fixes
8204                 bug 1838, 'Claws-Mail sometimes quits 
8205                 when attempting to type a capital Q'
8206
8207 2009-01-31 [paul]       3.7.0cvs53
8208
8209         * src/compose.c
8210                 revert 3.7.0cvs49, until there is time to find out
8211                 why it causes a nasty crash!
8212
8213 2009-01-31 [paul]       3.7.0cvs52
8214
8215         * src/mainwindow.c
8216                 1 string that was forgotten for translation
8217
8218 2009-01-31 [paul]       3.7.0cvs51
8219
8220         * src/messageview.c
8221                 2 strings that were forgotten for translation
8222
8223 2009-01-31 [paul]       3.7.0cvs50
8224
8225         * src/gtk/prefswindow.c
8226                 build prefs tree in a slightly smarter way -
8227                 fix bug where if path[0] had same name as
8228                 path[1], (like in the de translation), path[1]
8229                 was lost and not shown in the window
8230
8231 2009-01-31 [paul]       3.7.0cvs49
8232
8233         * src/compose.c
8234                 fix bug 1836, 'Quoted text still blue after
8235                 removal of quote-character'
8236                 comment out some debug_print's that needlessly
8237                 slow things down
8238         * src/undo.c
8239                 comment out a debug_print that needlessly slows
8240                 things down
8241
8242 2009-01-31 [paul]       3.7.0cvs48
8243
8244         * src/summaryview.c
8245                 fix bug 1834, '"semi"-selection when collapsing thread'
8246
8247 2009-01-31 [paul]       3.7.0cvs47
8248
8249         * src/prefs_compose_writing.c
8250         * src/prefs_message.c
8251                 move 'quote_chars' pref to where it should be
8252
8253 2009-01-30 [paul]       3.7.0cvs46
8254
8255         * src/summaryview.c
8256                 fix updating of popup menu sensitivity
8257
8258 2009-01-28 [paul]       3.7.0cvs45
8259
8260         * tools/filter_conv_new.pl
8261                 move 'move' and 'delete' to end of @actions
8262                 so that they are always final actions in the
8263                 generated filtering rule
8264
8265 2009-01-27 [paul]       3.7.0cvs44
8266
8267         * src/messageview.c
8268                 always select text/calendar mimepart if suitable
8269                 plugin (i.e. vCalendar) is available
8270
8271 2009-01-27 [paul]       3.7.0cvs43
8272
8273         * src/folder.c
8274                 fix crash when right-clicking in summaryview when
8275                 processing is active
8276
8277 2009-01-22 [colin]      3.7.0cvs42
8278
8279         * src/compose.c
8280         * src/privacy.c
8281         * src/privacy.h
8282                 When replying to signed/encrypted mail and the
8283                 preference to sign/encrypt in this case is set,
8284                 choose the original mail's privacy system (if
8285                 available).
8286
8287 2009-01-21 [colin]      3.7.0cvs41
8288
8289         * src/addressbook.h
8290                 Fix warning (on-the-fly theming of
8291                 addressbook isn't complete yet)
8292
8293 2009-01-21 [colin]      3.7.0cvs40
8294
8295         * src/account.c
8296         * src/addressbook.c
8297                 Win32: Fix window placement
8298
8299 2009-01-21 [paul]       3.7.0cvs39
8300
8301         * src/inc.c
8302                 update timeout log msg
8303
8304 2009-01-17 [colin]      3.7.0cvs38
8305
8306         * src/main.c
8307         * src/mbox.c
8308         * src/common/md5.c
8309         * src/common/utils.c
8310         * src/etpan/imap-thread.c
8311                 Fix g_open calls (which don't ignore mode)
8312
8313 2009-01-17 [colin]      3.7.0cvs37
8314
8315         * src/addressbook.c
8316         * src/compose.c
8317         * src/foldersel.c
8318         * src/main.c
8319         * src/mainwindow.c
8320         * src/mbox.c
8321         * src/common/md5.c
8322         * src/common/ssl_certificate.c
8323         * src/common/tags.c
8324         * src/common/utils.c
8325         * src/etpan/imap-thread.c
8326         * src/plugins/bogofilter/bogofilter.c
8327         * src/plugins/pgpinline/pgpinline.c
8328         * src/plugins/smime/smime.c
8329                 Probably fix bug 1825, 'Unable to fetch messages from 
8330                 IMAP folders named with non-ASCII string'
8331                 Change remaining occurences of fopen and open with
8332                 g_fopen and g_open
8333
8334 2009-01-17 [paul]       3.7.0cvs36
8335
8336         * manual/faq.xml
8337                 update an old, outdated piece of info
8338
8339 2009-01-17 [paul]       3.7.0cvs35
8340
8341         * src/prefs_folder_item.c
8342                 fix bug where saving Folder Properties of a
8343                 sub-folder of outbox, queue, draft or trash
8344                 would change its parent's folder type to normal
8345
8346 2009-01-12 [mones]      3.7.0cvs34
8347
8348         * po/es.po
8349                 Updated translation
8350
8351 2009-01-12 [wwp]        3.7.0cvs33
8352
8353         * tools/fix_date.sh
8354         * tools/popfile-link.sh
8355         * tools/textviewer.sh
8356                 Fix bashisms and other portability glitches (thanks to
8357                 Steven M. Bellovin).
8358
8359 2009-01-11 [paul]       3.7.0cvs32
8360
8361         * src/addrindex.c
8362                 clean up some build warnings
8363
8364 2009-01-11 [colin]      3.7.0cvs31
8365
8366         * src/addrindex.c
8367                 Revert part of patch 3.7.0cvs29 
8368                 This function is used when jpilot
8369                 support is disabled
8370
8371 2009-01-11 [colin]      3.7.0cvs30
8372
8373         * src/folder.c
8374                 folder_find_child_item_by_name():
8375                 actually use name, not path's basename
8376
8377 2009-01-11 [paul]       3.7.0cvs29
8378
8379         * src/addrclip.c
8380         * src/addrindex.c
8381         * src/addritem.c
8382         * src/foldersel.h
8383         * src/folderview.c
8384         * src/prefs_folder_item.c
8385                 clean up some build warnings
8386
8387 2009-01-11 [paul]       3.7.0cvs28
8388
8389         * src/gtk/about.c
8390                 don't even mention printing support, assume its
8391                 presence, unless building with GTK+ < 2.10.0
8392
8393 2009-01-10 [colin]      3.7.0cvs27
8394
8395         * src/codeconv.c
8396                 Fix bug 1811, '[mime] Crash when there's no 
8397                 room for filename's start on the same line'
8398                 When the mimetype of the attachment is very 
8399                 long, there's no room at all to start the 
8400                 name=... parameter on the same line. This
8401                 caused an infinite loop as 0 characters of
8402                 the filename could be appended.
8403                 In such cases, insert linebreak before the
8404                 name parameter.
8405
8406 2009-01-09 [colin]      3.7.0cvs26
8407
8408         * src/compose.c
8409         * src/mainwindow.c
8410         * src/common/utils.c
8411                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8412                 Compose Window does not attach'
8413
8414 2009-01-09 [colin]      3.7.0cvs25
8415
8416         * src/foldersel.c
8417                 Fix bug 1817, 'Changing Themes does not 
8418                 update the pixmaps in "Select folder" 
8419                 dialog box'
8420
8421 2009-01-09 [colin]      3.7.0cvs24
8422
8423         * src/main.c
8424                 Win32: Fix bug 1816, 'Attaching files with 
8425                 command-line generates error after attaching'
8426
8427 2009-01-09 [paul]       3.7.0cvs23
8428
8429         * src/gtk/about.c
8430                 forgot this '2009' in last commit
8431
8432 2009-01-09 [paul]       3.7.0cvs22
8433
8434         * src/*/*.[c,h]
8435                 it's 2009!
8436                 update copyright headers
8437
8438 2009-01-09 [paul]       3.7.0cvs21
8439
8440         * doc/man/claws-mail.1
8441                 update Team list
8442
8443 2009-01-09 [colin]      3.7.0cvs20
8444
8445         * src/messageview.c
8446                 Fix bug 1814, 'Windows' WM badly places 
8447                 message view'
8448
8449 2009-01-09 [colin]      3.7.0cvs19
8450
8451         * src/prefs_themes.c
8452         * src/stock_pixmap.c
8453         * src/stock_pixmap.h
8454         * src/common/utils.c
8455         * src/common/utils.h
8456                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8457
8458 2009-01-08 [colin]      3.7.0cvs18
8459
8460         * src/mimeview.c
8461                 Win32: Fix bug 1810, 'Pressing 'o' key 
8462                 crashes CM'
8463
8464 2009-01-07 [colin]      3.7.0cvs17
8465
8466         * src/html.c
8467                 Fix bug 1432, '&amp; not escaped in links (HTML 
8468                 rendered as text)'
8469
8470 2009-01-06 [colin]      3.7.0cvs16
8471
8472         * src/plugins/pgpcore/select-keys.c
8473                 Warn translators the usual way about
8474                 accels
8475
8476 2009-01-06 [colin]      3.7.0cvs15
8477
8478         * src/mainwindow.c
8479                 Fix synchronisation dialog that shouldn't
8480                 appear when network goes down (Network
8481                 Manager)
8482         * src/mimeview.c
8483         * src/textview.c
8484                 Fix save as when attach_save_dir isn't set
8485                 fixes bug 1804, 'attach_save_directory does 
8486                 not default to $HOME'
8487         * src/plugins/pgpcore/select-keys.c
8488                 Add mnemonics to buttons - warn translators!
8489
8490 2009-01-06 [wwp]        3.7.0cvs14
8491
8492         * src/common/utils.c
8493                 Fix cvs13, thanks to Colin.
8494
8495 2009-01-06 [wwp]        3.7.0cvs13
8496
8497         * src/common/utils.c
8498                 Better support for Spanish Outlook replies (RES).
8499
8500 2009-01-02 [colin]      3.7.0cvs12
8501
8502         * src/folderview.c
8503                 Fix (+) sign after collapsed folder names that 
8504                 have quicksearch-matching children.
8505                 Fixes bug 1506, 'Recursive search in collapsed 
8506                 folders'
8507
8508 2009-01-02 [colin]      3.7.0cvs11
8509
8510         * src/stock_pixmap.c
8511         * src/stock_pixmap.h
8512                 Remove now-unused stock_pixmap_gdk
8513
8514 2009-01-02 [colin]      3.7.0cvs10
8515
8516         * src/gtk/gtkutils.c
8517         * src/pixmaps/claws-mail_icon.xpm
8518                 Use pixbuf for app icon, and make the app icon
8519                 a bit nicer
8520
8521 2009-01-02 [colin]      3.7.0cvs9
8522
8523         * src/uri_opener.c
8524                 Show both link title and URI if possible
8525
8526 2009-01-02 [colin]      3.7.0cvs8
8527
8528         * src/addressadd.c
8529         * src/addressbook.c
8530         * src/addressbook_foldersel.c
8531         * src/addressitem.h
8532         * src/folderview.c
8533         * src/grouplistdialog.c
8534         * src/importldif.c
8535         * src/mimeview.c
8536         * src/summaryview.c
8537         * src/gtk/gtkcmclist.c
8538         * src/gtk/gtkcmclist.h
8539         * src/gtk/gtkcmctree.c
8540         * src/gtk/gtkcmctree.h
8541         * src/gtk/gtksctree.c
8542         * src/gtk/gtksctree.h
8543                 Implement pixbuf rendering in tree widgets
8544                 instead of pixmaps
8545         * src/plugins/trayicon/trayicon.c
8546         * src/noticeview.c
8547         * src/prefs_themes.c
8548                 Use pixbuf rendering here too
8549
8550 2008-12-30 [paul]       3.7.0cvs7
8551
8552         * src/textview.c
8553                 no need to prematurely trim the uri in the statusbar
8554
8555 2008-12-29 [paul]       3.7.0cvs6
8556
8557         * src/procmsg.c
8558                 prefer List-Id header to X-* headers when creating
8559                 filter rule automatically
8560
8561 2008-12-28 [colin]      3.7.0cvs5
8562
8563         * src/compose.c
8564                 Set minimum height to 440 instead of 480
8565
8566 2008-12-22 [colin]      3.7.0cvs4
8567
8568         * src/compose.c
8569                 Fix bug 1799, '"Discard message" deletes manually 
8570                 saved draft'. Switch rmode to REEDIT after 
8571                 manually saving.
8572
8573 2008-12-21 [paul]       3.7.0cvs3
8574
8575         * tools/claws.i18n.status.pl
8576                 updates
8577
8578 2008-12-21 [paul]       3.7.0cvs2
8579
8580         * AUTHORS
8581         * src/gtk/authors.h
8582                 (more) updates
8583
8584 2008-12-21 [paul]       3.7.0cvs1
8585
8586         * AUTHORS
8587         * src/gtk/authors.h
8588                 updates
8589
8590 2008-12-19 [paul]       3.7.0
8591
8592         * NEWS
8593         * README
8594         * RELEASE_NOTES 
8595                 3.7.0 released!
8596
8597 2008-12-19 [paul]       3.6.1cvs80
8598
8599         * configure.ac
8600                 remove unmaintained sk and sr from ALL_LINGUAS
8601                 add newly maintained cs to ALL_LINGUAS
8602         * po/bg.po
8603         * po/ca.po
8604         * po/cs.po
8605         * po/de.po
8606         * po/fi.po
8607         * po/hu.po
8608         * po/nl.po
8609         * po/pt_BR.po
8610         * po/ru.po
8611         * po/sv.po
8612                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8613                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8614                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8615                 Persson Fink
8616
8617 2008-12-16 [colin]      3.6.1cvs79
8618
8619         * src/plugins/pgpcore/sgpgme.c
8620                 Fix warning
8621
8622 2008-12-15 [colin]      3.6.1cvs78
8623
8624         * src/compose.c
8625         * src/privacy.c
8626         * src/privacy.h
8627         * src/plugins/pgpcore/sgpgme.c
8628         * src/plugins/pgpcore/sgpgme.h
8629         * src/plugins/pgpinline/pgpinline.c
8630         * src/plugins/pgpmime/pgpmime.c
8631         * src/plugins/smime/smime.c
8632                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8633                 email address" doesn't work'. Use custom from address
8634                 if set
8635
8636 2008-12-15 [colin]      3.6.1cvs77
8637
8638         * src/common/utils.c
8639                 Fix bug 1746, 'Makes a mailto link from several 
8640                 paragraphs'
8641
8642 2008-12-15 [paul]       3.6.1cvs76
8643
8644         * m4/spamassassin.m4
8645                 fix warnings thrown up by autoconf-2.63
8646
8647 2008-12-13 [colin]      3.6.1cvs75
8648
8649         * Makefile.am
8650         * src/Makefile.am
8651         * src/common/ssl.c
8652         * src/common/utils.c
8653         * src/common/utils.h
8654         * tools/Makefile.am
8655                 Finish previous patch
8656
8657 2008-12-13 [colin]      3.6.1cvs74
8658
8659         * tools/Makefile.am
8660                 Only install certs on windows
8661
8662 2008-12-13 [colin]      3.6.1cvs73
8663
8664         * tools/Makefile.am
8665         * tools/ca-certificates.crt
8666         * src/common/Makefile.am
8667         * src/common/ssl.c
8668                 First try to ship SSL certificates in Windows
8669                 build
8670
8671 2008-12-12 [colin]      3.6.1cvs72
8672
8673         * configure.ac
8674         * src/plugins/pgpinline/claws.def
8675                 Windows build fixes
8676
8677 2008-12-12 [paul]       3.6.1cvs71
8678
8679         * src/imap.c
8680         * src/mh.c
8681         * src/partial_download.c
8682         * src/textview.c
8683         * src/common/claws.c
8684         * src/common/prefs.c
8685         * src/common/utils.c
8686                 win32: fix unlinking, renaming and bug with
8687                 non-ascii username
8688                 Patch by Colin
8689
8690 2008-12-11 [colin]      3.6.1cvs70
8691
8692         * po/fr.po
8693         * manual/fr/advanced.xml
8694                 Update french translations
8695
8696 2008-12-10 [colin]      3.6.1cvs69
8697
8698         * manual/faq.xml
8699                 Correct bug submission guidelines
8700
8701 2008-12-10 [colin]      3.6.1cvs68
8702
8703         * src/plugins/pgpcore/pgp_viewer.c
8704                 Fix bug 1736, 'Key import does not work'
8705                 Kill the correct pid (and not the parent
8706                 shell), and increase the timeout a bit.
8707
8708 2008-12-09 [paul]       3.6.1cvs67
8709
8710         * src/messageview.c
8711                 ensure that any stray noticeview buttons are hidden,
8712                 as clicking them causes segfaults!
8713
8714 2008-12-09 [colin]      3.6.1cvs66
8715
8716         * src/compose.c
8717         * src/compose.h
8718         * src/folder_item_prefs.h
8719         * src/prefs_common.c
8720         * src/prefs_common.h
8721         * src/common/defs.h
8722                 Fix bug 1792, '"Save Message to" should 
8723                 retain list of recently selected folders'
8724                 Also, make Enchant-related prefs stick
8725                 even if the build doesn't enable enchant
8726
8727 2008-12-09 [paul]       3.6.1cvs65
8728
8729         * src/messageview.c
8730                 fix bug 1787, 'Prevent automatic PGP inline
8731                 decryption attempts' use the noticeview to display
8732                 decryption failure messages instead of the irritating
8733                 popup dialog
8734
8735 2008-12-09 [colin]      3.6.1cvs64
8736
8737         * src/prefs_filtering.c
8738                 Fix bug 1789, 'filtering account selection 
8739                 (regression)'. Filtering on sending-only
8740                 accounts can be a little useful when using
8741                 filtering via Tools menu.
8742
8743 2008-12-07 [paul]       3.6.1cvs63
8744
8745         * src/prefs_actions.c
8746                 don't auto-select first entry (same as other
8747                 similar dialogs)
8748         * src/gtk/pluginwindow.c
8749                 these parents don't have children so don't look
8750                 for them
8751
8752 2008-12-07 [paul]       3.6.1cvs62
8753
8754         * src/prefs_account.c
8755         * src/gtk/pluginwindow.c
8756         * src/gtk/prefswindow.c
8757         * src/gtk/prefswindow.h
8758                 auto-select first page
8759
8760 2008-12-05 [colin]      3.6.1cvs61
8761
8762         * src/codeconv.c
8763         * src/procmime.c
8764                 Fix bug 1788, 'CM crashes re-encoding 
8765                 encoded parameters' (introduced in cvs40)
8766
8767 2008-12-05 [paul]       3.6.1cvs60
8768
8769         * src/prefs_common.h
8770                 remove gpg prefs that are no longer needed here
8771
8772 2008-12-03 [colin]      3.6.1cvs59
8773
8774         * src/msgcache.c
8775                 Speed up cache reading (about 10% gain)
8776         * src/summaryview.c
8777         * src/gtk/gtksctree.c
8778                 Speed up expand/collapse all threads
8779                 (about 95% gain)
8780
8781 2008-12-03 [paul]       3.6.1cvs58
8782
8783         * configure.ac
8784                 eradicate gcc4's signedness warnings
8785                 fix building with gnuTLS on (Open)Solaris
8786
8787 2008-12-01 [colin]      3.6.1cvs57
8788
8789         * src/gtk/gtkcmclist.c
8790                 Fix column headers
8791
8792 2008-12-01 [colin]      3.6.1cvs56
8793
8794         * src/plugins/pgpinline/pgpinline.c
8795                 Fix bug 1779, 'PGP Inline badly handles 
8796                 multipart'. Properly dump the current part
8797                 instead of running around with scissors
8798
8799 2008-11-30 [paul]       3.6.1cvs55
8800
8801         * manual/advanced.xml
8802         * manual/plugins.xml
8803         * src/prefs_toolbar.c
8804                 remove the verb from the page title and
8805                 update references in the manual
8806
8807 2008-11-30 [paul]       3.6.1cvs54
8808
8809         * src/prefs_other.c
8810                 move Other/ page to Other/Miscellaneous
8811         * src/gtk/prefswindow.c
8812                 make parent page unselectable
8813
8814 2008-11-29 [paul]       3.6.1cvs53
8815
8816         * README
8817                 add the new 'primary_paste_unselects' hidden
8818                 option, add missing 'log_[...]_color' options,
8819                 and reformat the text
8820         * manual/advanced.xml
8821                 add the new 'primary_paste_unselects' hidden
8822                 option, add missing 'log_[...]_color' options
8823
8824 2008-11-28 [colin]      3.6.1cvs52
8825
8826         * src/mimeview.c
8827                 Fix leak
8828
8829 2008-11-28 [colin]      3.6.1cvs51
8830
8831         * po/fr.po
8832                 Update translation
8833
8834 2008-11-28 [colin]      3.6.1cvs50
8835
8836         * src/mainwindow.c
8837                 Fix account selection in Mailing list
8838                 menu
8839
8840 2008-11-28 [paul]       3.6.1cvs49
8841
8842         * po/Makefile.in.in
8843                 automatically remove obsolete strings
8844
8845 2008-11-28 [colin]      3.6.1cvs48
8846
8847         * src/plugins/pgpcore/sgpgme.c
8848                 Fix error message when key isn't available.
8849
8850 2008-11-27 [colin]      3.6.1cvs47
8851
8852         * src/filtering.c
8853         * src/matcher.c
8854                 Fix a little leak
8855
8856 2008-11-26 [colin]      3.6.1cvs46
8857
8858         * src/common/ssl.c
8859                 Fix new warning
8860
8861 2008-11-26 [colin]      3.6.1cvs45
8862
8863         * src/plugins/pgpcore/select-keys.c
8864         * src/plugins/pgpcore/sgpgme.c
8865                 Fix bug 1591, 'S/MIME: better key 
8866                 handling/selection dialog'
8867                 Really ignore revoked/expired keys
8868
8869 2008-11-26 [colin]      3.6.1cvs44
8870
8871         * src/main.c
8872         * src/common/claws.c
8873         * src/common/ssl.c
8874                 Make sure libgcrypt's threading is initialised
8875                 before gnutls. See also old bug 1539.
8876
8877 2008-11-26 [colin]      3.6.1cvs43
8878
8879         * src/imap.c
8880         * src/news.c
8881         * src/etpan/imap-thread.c
8882                 Fix possible crashes due to clist_begin()
8883                 not checking for NULLs (it should!)
8884
8885 2008-11-25 [colin]      3.6.1cvs42
8886
8887         * src/procmime.c
8888                 Fix line length in MIME parameters
8889
8890 2008-11-22 [paul]       3.6.1cvs41
8891
8892         * src/compose.c
8893                 grab Return key press in attachments Properties
8894                 dialog
8895
8896 2008-11-21 [colin]      3.6.1cvs40
8897
8898         * src/compose.c
8899         * src/procmime.c
8900                 Fix bug 1776, 'use encoded name parameters 
8901                 for attachments instead of ascii'.
8902                 Break the RFC 2047 by using B-encoded 
8903                 filename parameter, like everyone does,
8904                 following advice from the RFC author.
8905
8906 2008-11-21 [colin]      3.6.1cvs39
8907
8908         * src/common/socket.c
8909                 Rehandshake if server asks to
8910
8911 2008-11-21 [colin]      3.6.1cvs38
8912
8913         * src/mimeview.h
8914         * src/toolbar.h
8915         * src/common/session.h
8916         * src/common/smtp.h
8917                 Move conditional-compilation members to
8918                 end of structs
8919
8920 2008-11-19 [wwp]        3.6.1cvs37
8921
8922         * src/prefs_actions.c
8923                 Fixed wrong behaviour when pressing Escape (was not cancelling
8924                 the action).
8925
8926 2008-11-19 [wwp]        3.6.1cvs36
8927
8928         * src/compose.c
8929         * src/matcher.c
8930         * src/messageview.c
8931         * src/mimeview.c
8932         * src/prefs_actions.c
8933         * src/prefs_filtering_action.c
8934         * src/procmsg.c
8935         * src/summaryview.c
8936         * src/textview.c
8937         * src/common/utils.c
8938                 Replace occurrences of "command line" with "command-line" everywhere.
8939                 Enforce code style (mostly indentation) in prefs_actions.c.
8940
8941 2008-11-19 [colin]      3.6.1cvs35
8942
8943         * src/compose.c
8944         * src/prefs_common.c
8945         * src/prefs_common.h
8946                 Add primary_paste_unselects hidden preference
8947                 to change how middle-click pasting changes
8948                 the selection and insert point; defaults to
8949                 pre-3.6.1cvs31
8950
8951 2008-11-19 [colin]      3.6.1cvs34
8952
8953         * src/folderview.c
8954                 Always give focus to summaryview, even if
8955                 the folder is empty, in small screen layout.
8956                 Allows to go back to folderlist using the
8957                 keyboard.
8958
8959 2008-11-18 [colin]      3.6.1cvs33
8960
8961         * src/mainwindow.h
8962                 Put back conditional at the end of struct
8963
8964 2008-11-18 [colin]      3.6.1cvs32
8965
8966         * src/procmime.c
8967         * src/common/w32_reg.c
8968                 Fix crash on win32 when browsing to a
8969                 directory
8970
8971 2008-11-15 [colin]      3.6.1cvs31
8972
8973         * src/compose.c
8974                 After a mid-click paste, deselect selection
8975                 and go to end of paste.
8976
8977 2008-11-15 [colin]      3.6.1cvs30
8978
8979         * src/compose.c
8980                 Auto-save draft after external editor quits
8981
8982 2008-11-15 [colin]      3.6.1cvs29
8983
8984         * src/plugins/pgpcore/sgpgme.c
8985                 Fix wrong error display, thanks to
8986                 Charles A. Edwards
8987
8988 2008-11-14 [colin]      3.6.1cvs28
8989
8990         * src/prefs_actions.c
8991                 Comment out bogus (IMO) warning
8992
8993 2008-11-14 [colin]      3.6.1cvs27
8994
8995         * src/mainwindow.c
8996         * src/summaryview.c
8997         * src/summaryview.h
8998         * src/gtk/menu.c
8999         * src/gtk/menu.h
9000                 Share summaryview's context menu actions with
9001                 the equivalent menu items of the main menu;
9002                 this allows to share accelerators and de-
9003                 duplicate code.
9004
9005 2008-11-14 [colin]      3.6.1cvs26
9006
9007         * src/plugins/pgpcore/sgpgme.c
9008                 Fix bug 1768, 'claws-mail crashes while 
9009                 checking smime bad signature'
9010
9011 2008-11-13 [colin]      3.6.1cvs25
9012
9013         * src/account.c
9014         * src/filtering.c
9015                 Fix redefinition of PREFSBUFSIZE
9016
9017 2008-11-13 [wwp]        3.6.1cvs24
9018
9019         * tools/popfile-link.sh
9020                 Add support for reusing existing POPFile session ID.
9021
9022 2008-11-12 [colin]      3.6.1cvs23
9023
9024         * src/prefs_gtk.h
9025                 Fix bug 1771, 'Folder template gets 
9026                 truncated when exiting the application'
9027                 Use a 32k buffer for string preferences
9028
9029 2008-11-11 [colin]      3.6.1cvs22
9030
9031         * src/summaryview.c
9032                 Fix "display sender using addressbook" when
9033                 prefs_common.swap_from is in use. Patch by
9034                 H. Merijn Brand
9035
9036 2008-11-11 [colin]      3.6.1cvs21
9037
9038         * src/autofaces.c
9039         * src/common/md5.c
9040         * src/common/md5.h
9041                 Make a few functions static
9042
9043 2008-11-07 [colin]      3.6.1cvs20
9044
9045         * src/mainwindow.c
9046         * src/summaryview.c
9047                 Fix crash when rebuilding colorlabel
9048                 menu
9049         * src/addrgather.c
9050         * src/editldap.c
9051         * src/prefs_account.c
9052         * src/prefs_compose_writing.c
9053         * src/prefs_logging.c
9054         * src/prefs_message.c
9055         * src/prefs_other.c
9056         * src/prefs_receive.c
9057         * src/prefs_summaries.c
9058         * src/prefs_wrapping.c
9059         * src/plugins/bogofilter/bogofilter_gtk.c
9060         * src/plugins/pgpcore/prefs_gpg.c
9061         * src/plugins/spamassassin/spamassassin_gtk.c
9062                 Fix deprecated use of page_size in 
9063                 gtkspinbutton adjustments
9064
9065 2008-11-06 [mones]      3.6.1cvs19
9066
9067         * src/mainwindow.c
9068                 Fix missing "About" in Help menu
9069         * tools/claws.i18n.status.pl
9070                 Fix header
9071
9072 2008-11-05 [colin]      3.6.1cvs18
9073
9074         * src/action.c
9075         * src/main.c
9076         * src/mainwindow.c
9077         * src/common/socket.c
9078         * src/common/socket.h
9079         * src/gtk/gtkutils.c
9080         * src/gtk/gtkutils.h
9081                 w32: Implement single launch (lock
9082                 socket); always put debug log to
9083                 the rc_dir; fix Start menu update
9084                 after registering as default Mail 
9085                 app
9086
9087 2008-11-05 [colin]      3.6.1cvs17
9088
9089         * src/mainwindow.c
9090                 Setting the Mail start menu item in HKCU 
9091                 confuses the Internet Options dialog. Do 
9092                 it in HKLM as this dialog does.
9093
9094 2008-11-04 [colin]      3.6.1cvs16
9095
9096         * src/common/w32_reg.c
9097                 Fix off-by-one
9098
9099 2008-11-04 [colin]      3.6.1cvs15
9100
9101         * src/procmime.c
9102                 w32: Fix getting content-type 
9103         * src/mimeview.c
9104         * src/prefs_common.c
9105         * src/prefs_common.h
9106         * src/prefs_ext_prog.c
9107         * src/textview.c
9108                 w32: better integration (use the
9109                 standard file associations instead
9110                 of our platform-unadapted open
9111                 dialog)
9112         * src/mainwindow.c
9113         * src/common/utils.c
9114         * src/common/w32_reg.c
9115         * src/common/w32lib.h
9116                 w32: better integration (allow 
9117                 setting Claws as default MUA)
9118
9119 2008-11-01 [colin]      3.6.1cvs14
9120
9121         * src/codeconv.c
9122                 Fix wrongly converted non-ascii characters
9123                 when locale's charset is US-ASCII (strict-mode
9124                 was failing in this case)
9125
9126 2008-10-30 [colin]      3.6.1cvs13
9127
9128         * src/mimeview.c
9129         * src/mimeview.h
9130         * src/textview.c
9131         * src/textview.h
9132                 Use one UI Manager per mimeview, instead of
9133                 the global one -- else user_data pointer gets
9134                 broken if opening and closing another message-
9135                 view, then using right-click on a mimeview's 
9136                 mimepart. Probably fixes bug 1711, 'Save-as
9137                 attachment crashes'
9138
9139 2008-10-24 [paul]       3.6.1cvs12
9140
9141         * tools/Makefile.am
9142         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9143         * tools/kdeservicemenu/install.sh
9144                 another, possibly the final?, attempt on getting this
9145                 sorted for kde4
9146
9147 2008-10-24 [paul]       3.6.1cvs11
9148
9149         * tools/kdeservicemenu/install.sh
9150                 fix servicemenu installation directory on kde4
9151
9152 2008-10-24 [paul]       3.6.1cvs10
9153
9154         * tools/kdeservicemenu/README
9155         * tools/kdeservicemenu/install.sh
9156                 add support for kde4 in addition to kde3.
9157                 a rework involving checking for kde4-config, then
9158                 kde-config, finally prompting the user for the
9159                 location of either if they cannot be found
9160                 
9161
9162 2008-10-18 [paul]       3.6.1cvs9
9163
9164         * tools/claws.i18n.status.pl
9165                 updated with latest translator info.
9166                 only print for languages defined in %langname
9167
9168 2008-10-17 [paul]       3.6.1cvs8
9169
9170         * src/plugins/pgpcore/sgpgme.c
9171                 when listing the uid's, show the uid validity
9172
9173 2008-10-16 [paul]       3.6.1cvs7
9174
9175         * INSTALL
9176                 updated
9177
9178 2008-10-13 [wwp]        3.6.1cvs6
9179
9180         * po/fr.po
9181                 Updated French translation.
9182
9183 2008-10-11 [colin]      3.6.1cvs5
9184
9185         * src/gtk/authors.h
9186                 Fix bug 1756, "Outdated translators list in About 
9187                 dialogue". Patch by Aleksei Miheev.
9188
9189 2008-10-11 [colin]      3.6.1cvs4
9190
9191         * src/account.c
9192         * src/imap.c
9193         * src/inc.c
9194         * src/main.c
9195         * src/mainwindow.c
9196         * src/news.c
9197         * src/pop.c
9198         * src/pop.h
9199         * src/prefs_account.c
9200         * src/send_message.c
9201         * src/send_message.h
9202         * src/ssl_manager.c
9203         * src/ssl_manager.h
9204         * src/wizard.c
9205         * src/common/claws.c
9206         * src/common/defs.h
9207         * src/common/session.c
9208         * src/common/session.h
9209         * src/common/smtp.c
9210         * src/common/smtp.h
9211         * src/common/socket.c
9212         * src/common/socket.h
9213         * src/common/ssl.c
9214         * src/common/ssl.h
9215         * src/common/ssl_certificate.c
9216         * src/common/ssl_certificate.h
9217         * src/gtk/about.c
9218         * src/gtk/sslcertwindow.c
9219         * src/gtk/sslcertwindow.h
9220                 Remove OpenSSL code
9221
9222 2008-10-11 [colin]      3.6.1cvs3
9223
9224         * src/common/ssl_certificate.c
9225                 Make local function static
9226
9227 2008-10-10 [colin]      3.6.1cvs2
9228
9229         * src/common/ssl.h
9230         * src/common/ssl_certificate.c
9231         * src/gtk/sslcertwindow.c
9232                 Add offline certificate verification,
9233                 thanks to Nikos Mavrogiannopoulos for the
9234                 hints
9235
9236 2008-10-10 [colin]      3.6.1cvs1
9237
9238         * src/common/ssl_certificate.c
9239         * src/gtk/sslcertwindow.c
9240                 Fix warnings
9241
9242 2008-10-10 [paul]       3.6.1
9243
9244         * m4/spamassassin.m4
9245                 remove openssl dross
9246
9247         * NEWS
9248         * README
9249         * RELEASE_NOTES 
9250                 3.6.1 released!
9251
9252 2008-10-10 [colin]      3.6.0cvs25
9253
9254         * src/common/ssl.c
9255                 Tell libetpan it doesn't need to init
9256                 GnuTLS
9257
9258 2008-10-10 [colin]      3.6.0cvs24
9259
9260         * claws-mail.pc.in
9261                 Remove references to openssl
9262
9263 2008-10-09 [colin]      3.6.0cvs23
9264
9265         * configure.ac
9266                 Fix message
9267
9268 2008-10-09 [colin]      3.6.0cvs22
9269
9270         * configure.ac
9271                 Error out when building against openssl
9272
9273 2008-10-09 [colin]      3.6.0cvs21
9274
9275         * configure.ac
9276         * COPYING
9277         * src/crash.c
9278         * src/main.c
9279         * src/gtk/about.c
9280                 Disable OpenSSL due to requirement of
9281                 OpenSSL exception. Code not removed yet,
9282                 just in case, but disabled.
9283
9284 2008-10-09 [colin]      3.6.0cvs20
9285
9286         * configure.ac
9287         * src/Makefile.am
9288         * src/crash.c
9289         * src/gedit-print.c
9290         * src/gedit-print.h
9291         * src/main.c
9292         * src/mainwindow.c
9293         * src/messageview.c
9294         * src/prefs_ext_prog.c
9295         * src/prefs_fonts.c
9296         * src/prefs_image_viewer.c
9297         * src/printing.c
9298         * src/printing.h
9299         * src/summaryview.c
9300         * src/gtk/Makefile.am
9301         * src/gtk/about.c
9302         * src/gtk/gtksourceprintjob.c
9303         * src/gtk/gtksourceprintjob.h
9304                 Revert previous patch. It'd be better to remove
9305                 OpenSSL instead, as GnuTLS works as well.
9306
9307 2008-10-09 [colin]      3.6.0cvs19
9308
9309         * configure.ac
9310         * src/Makefile.am
9311         * src/crash.c
9312         * src/gedit-print.c
9313         * src/gedit-print.h
9314         * src/main.c
9315         * src/mainwindow.c
9316         * src/messageview.c
9317         * src/prefs_ext_prog.c
9318         * src/prefs_fonts.c
9319         * src/prefs_image_viewer.c
9320         * src/printing.c
9321         * src/printing.h
9322         * src/summaryview.c
9323         * src/gtk/Makefile.am
9324         * src/gtk/about.c
9325         * src/gtk/gtksourceprintjob.c
9326         * src/gtk/gtksourceprintjob.h
9327                 Remove the libgnomeprint interface (deprecated,
9328                 and fixes Debian's #501570, 'Copyright confusion')
9329
9330 2008-10-09 [colin]      3.6.0cvs18
9331
9332         * configure.ac
9333                 Require libetpan 0.57 (important fixes)
9334
9335 2008-10-08 [paul]       3.6.0cvs17
9336
9337         * src/prefs_filtering_action.c
9338         * src/prefs_matcher.c
9339                 enable re-ordering of the filtering/processing
9340                 condition and actions lists by drag'n'drop
9341
9342 2008-10-08 [colin]      3.6.0cvs16
9343
9344         * src/addressbook.c
9345                 Fix wrong menu title
9346
9347 2008-10-07 [colin]      3.6.0cvs15
9348
9349         * src/imap.c
9350                 After thinking, revert this. It's only a minor
9351                 annoyance to GSSAPI users, and I can't test this
9352                 right now. Postponed until after next good release.
9353
9354 2008-10-07 [colin]      3.6.0cvs14
9355
9356         * src/imap.c
9357                 Don't ask for a password when using GSSAPI
9358
9359 2008-10-07 [colin]      3.6.0cvs13
9360
9361         * src/mainwindow.c
9362                 Fix build with GTK+ < 2.14
9363
9364 2008-10-07 [colin]      3.6.0cvs12
9365
9366         * src/mainwindow.c
9367         * src/mainwindow.h
9368         * src/prefs_common.c
9369         * src/prefs_common.h
9370         * src/summaryview.c
9371         * src/gtk/colorlabel.c
9372                 Fix bug 1749, 'Shortcut keys for color labels 
9373                 not changeable'
9374                 Make fullscreen a setting remembered between
9375                 sessions
9376
9377 2008-10-07 [colin]      3.6.0cvs11
9378
9379         * src/prefs_other.c
9380                 Fix bug 1747, 'Wanderlust keybindings no longer 
9381                 working (regression)'
9382
9383 2008-10-07 [colin]      3.6.0cvs10
9384
9385         * src/mainwindow.c
9386                 Make fullscreen a real menu item
9387
9388 2008-10-07 [colin]      3.6.0cvs9
9389
9390         * src/mainwindow.c
9391                 Make sure we won't save size when
9392                 fullscreening
9393
9394 2008-10-06 [colin]      3.6.0cvs8
9395
9396         * src/mainwindow.c
9397         * src/mainwindow.h
9398                 Handle fullscreen via F11. Patch by
9399                 Michael Rasmussen
9400
9401 2008-10-06 [colin]      3.6.0cvs7
9402
9403         * src/common/ssl.c
9404                 Fix return value when setting client cert
9405
9406 2008-10-04 [colin]      3.6.0cvs6
9407
9408         * src/mimeview.c
9409                 Fix bug 1742, 'Attachment list contents not 
9410                 visible/scrollable'
9411
9412 2008-10-04 [paul]       3.6.0cvs5
9413
9414         * src/mainwindow.c
9415                 fix failure of Hide toolbar option on restart
9416
9417 2008-10-04 [colin]      3.6.0cvs4
9418
9419         * src/addressbook.c
9420         * src/compose.c
9421         * src/mainwindow.c
9422         * src/messageview.c
9423         * src/summaryview.c
9424                 Maemo: Fix bug 1737, Crashes upon opening
9425
9426 2008-10-04 [paul]       3.6.0cvs3
9427
9428         * po/pt_BR.po
9429                 submitted (just a little late) by Frederico
9430                 Goncalves Guimaraes
9431
9432 2008-10-03 [wwp]        3.6.0cvs2
9433
9434         * po/fr.po
9435                 Many fixes, mostly in menus and accelerators.
9436
9437 2008-10-03 [colin]      3.6.0cvs1
9438
9439         * src/gtk/filesel.c
9440                 Allow network mounts with new GTKs: they're
9441                 available via FUSE mounts and we don't need
9442                 GVFS.
9443
9444 2008-10-03 [paul]       3.6.0
9445
9446         * NEWS
9447         * README
9448         * RELEASE_NOTES 
9449                 3.6.0 released!
9450
9451 2008-10-03 [paul]       3.5.0cvs145
9452
9453         * configure.ac
9454         * po/bg.po
9455         * po/nl.po
9456         * po/ru.po
9457         * po/sv.po
9458                 new translations. added by Yasen Pramatarov,
9459                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9460         * po/ca.po
9461         * po/de.po
9462         * po/fi.po
9463         * po/fr.po
9464         * po/hu.po
9465         * po/it.po
9466         * po/pl.po
9467         * po/zh_CN.po
9468                 updated translations. submitted by Miquel Oliete,
9469                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9470                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9471
9472 2008-10-02 [colin]      3.5.0cvs144
9473
9474         * src/common/session.c
9475                 Fix crash when connection fails on windows
9476
9477 2008-10-01 [colin]      3.5.0cvs143
9478
9479         * src/imap.c
9480                 Real fix for FS-unsafe chars on win32
9481
9482 2008-10-01 [colin]      3.5.0cvs142
9483
9484         * src/imap.c
9485                 Encode prohibited filenames on win32
9486
9487 2008-09-30 [mones]      3.5.0cvs141
9488
9489         * src/ldapctrl.c
9490         * src/main.c
9491         * src/prefs_themes.c
9492         * src/printing.c
9493                 Fix output of some debug messages
9494
9495 2008-09-30 [colin]      3.5.0cvs140
9496
9497         * src/addrbook.c
9498         * src/addrharvest.c
9499         * src/compose.c
9500         * src/jpilot.c
9501         * src/mh.c
9502         * src/prefs_themes.c
9503         * src/procheader.c
9504         * src/procmime.c
9505         * src/summaryview.c
9506         * src/common/utils.c
9507         * src/gtk/sslcertwindow.c
9508                 Win32: Fix time usage; use g_stat
9509
9510 2008-09-29 [colin]      3.5.0cvs139
9511
9512         * src/common/utils.c
9513                 Fix case-sensitive match of subject
9514                 prefixes on win32
9515
9516 2008-09-29 [colin]      3.5.0cvs138
9517
9518         * src/folder_item_prefs.c
9519         * src/folder_item_prefs.h
9520         * src/matcher.c
9521         * src/prefs_folder_item.c
9522         * src/prefs_matcher.c
9523         * src/summaryview.c
9524         * src/common/string_match.c
9525         * src/common/utils.c
9526                 Fix a huge leak (dozens of megs per folder
9527                 change) on Windows: disable regexps 
9528
9529 2008-09-28 [paul]       3.5.0cvs137
9530
9531         * po/en_GB.po
9532                 updated
9533
9534 2008-09-27 [colin]      3.5.0cvs136
9535
9536         * src/account.c
9537         * src/account.h
9538                 Add accessor for cur_account
9539
9540 2008-09-27 [colin]      3.5.0cvs135
9541
9542         * src/imap.c
9543                 Fix crash when error happen on session establishment
9544
9545 2008-09-26 [mones]      3.5.0cvs134
9546
9547         * po/es.po
9548                 Updated for release
9549
9550 2008-09-26 [colin]      3.5.0cvs133
9551
9552         * src/plugins/pgpcore/claws.def
9553                 Fix symbol
9554
9555 2008-09-26 [colin]      3.5.0cvs132
9556
9557         * src/prefs_common.c
9558         * src/prefs_common.h
9559         * src/plugins/pgpcore/pgp_viewer.c
9560                 Add an accessor to prefs_common for plugins
9561                 (Win32 fix)
9562
9563 2008-09-25 [colin]      3.5.0cvs131
9564
9565         * src/main.c
9566                 Fix bug 1725, 'useless lines in clawsrc'
9567         * src/plugins/smime/mypgpcore.def
9568                 Add a missing symbol
9569
9570 2008-09-25 [paul]       3.5.0cvs130
9571
9572         * src/plugins/smime/mypgpcore.def
9573         * src/plugins/smime/plugin.def
9574         * src/plugins/smime/version.rc
9575                 add these windows-specific files
9576                 (Thanks to Colin)
9577
9578 2008-09-25 [colin]      3.5.0cvs129
9579
9580         * src/main.c
9581                 Load standard plugins only on first run
9582
9583 2008-09-25 [colin]      3.5.0cvs128
9584
9585         * src/codeconv.c
9586                 Fix build...
9587
9588 2008-09-24 [colin]      3.5.0cvs127
9589
9590         * src/codeconv.c
9591                 Add nb_NO's charset (iso-8859-1)
9592
9593 2008-09-24 [colin]      3.5.0cvs126
9594
9595         * src/common/utils.c
9596                 Fix get_mail_base_dir() on windows
9597                 (was synced from main ages ago)
9598
9599 2008-09-24 [colin]      3.5.0cvs125
9600
9601         * src/main.c
9602         * src/wizard.c
9603                 Integrate better with Windows' style
9604
9605 2008-09-23 [paul]       3.5.0cvs124
9606
9607         * src/compose.c
9608         * src/mainwindow.c
9609         * src/messageview.c
9610                 offer these strings to translators too 
9611
9612 2008-09-23 [colin]      3.5.0cvs123
9613
9614         * configure.ac
9615                 Add a --disable-dbus flag in case we want
9616                 no DBUS even if headers are available (like
9617                 for building gpg4win)
9618         * src/filtering.c
9619         * src/mainwindow.c
9620         * src/prefs_logging.c
9621         * src/common/utils.c
9622         * src/plugins/pgpcore/sgpgme.c
9623         * src/plugins/smime/claws.def
9624                 Windows fixes:
9625                 - disable filtering log (it's crashy for
9626                   some reason)
9627                 - fix gmtime_r when time is -1 (before 01/01/70)
9628                 - add symbols for smime
9629
9630 2008-09-22 [colin]      3.5.0cvs122
9631
9632         * src/common/utils.c
9633         * src/account.c
9634                 Remove raw printf
9635         * src/compose.c
9636                 Fix cursor position after changing account
9637         * src/imap.c
9638         * src/mimeview.c
9639         * src/news.c
9640                 Fix absolute path detection 
9641
9642 2008-09-21 [colin]      3.5.0cvs121
9643
9644         * src/gtk/gtkaspell.c
9645                 Don't try to use empty dictionaries
9646
9647 2008-09-20 [colin]      3.5.0cvs120
9648
9649         * po/POTFILES.in
9650                 Add the new files to the translations
9651
9652 2008-09-20 [colin]      3.5.0cvs119
9653
9654         * configure.ac
9655         * src/plugins/Makefile.am
9656         * src/plugins/smime/Makefile.am
9657         * src/plugins/smime/plugin.c
9658         * src/plugins/smime/smime.c
9659         * src/plugins/smime/smime.deps
9660         * src/plugins/smime/smime.h
9661                 Include S/Mime plugin in the main plugins
9662                 Will ease the Gpg4win team's work
9663
9664 2008-09-20 [colin]      3.5.0cvs118
9665
9666         * src/autofaces.c
9667         * src/compose.c
9668         * src/ldapquery.c
9669         * src/main.c
9670         * src/news.c
9671         * src/common/socket.c
9672         * src/gtk/gtkutils.c
9673         * src/plugins/pgpcore/claws.def
9674                 Windows: more fixes, thanks to wwp and
9675                 Marcus Brinkmann
9676
9677 2008-09-20 [colin]      3.5.0cvs117
9678
9679         * src/imap.c
9680                 Tell on which server errors happened
9681
9682 2008-09-20 [colin]      3.5.0cvs116
9683
9684         * src/etpan/etpan-thread-manager.c
9685         * src/etpan/imap-thread.c
9686         * src/etpan/nntp-thread.c
9687                 Windows: Fix hang on IMAP/NNTP
9688
9689 2008-09-20 [colin]      3.5.0cvs115
9690
9691         * src/common/utils.c
9692                 Fix bug 1723, "Buffer overflow crash caused by 
9693                 preview in 'Date format help' dialog box"
9694                 Also, optimise fast_strftime a bit :)
9695
9696 2008-09-18 [colin]      3.5.0cvs114
9697
9698         * src/procmime.c
9699         * src/textview.c
9700                 Check for NULLs before str* functions
9701
9702 2008-09-18 [colin]      3.5.0cvs113
9703
9704         * src/messageview.c
9705         * src/procmime.c
9706         * src/textview.c
9707                 Handle html parts in multipart/related
9708                 Decode ISO-8859-1 as Windows-1252 (the former
9709                 is a subset of the latter) in order to 
9710                 workaround Outlook mails misencoding
9711         * src/gtk/logwindow.c
9712         * src/gtk/logwindow.h
9713                 Clear mainwindow's error pixmap when the
9714                 error scrolls out of the log
9715
9716 2008-09-17 [colin]      3.5.0cvs112
9717
9718         * src/image_viewer.c
9719                 Fix image loading (multiple childs added to 
9720                 scrolledwindow, break of the resize functionality)
9721         * src/account.c
9722         * src/prefs_folder_item.c
9723         * src/prefs_spelling.c
9724         * src/gtk/gtkaspell.c
9725                 Better fix problems with dictionaries updates
9726
9727 2008-09-17 [colin]      3.5.0cvs111
9728
9729         * src/common/utils.c
9730                 Fix double-opening (fixes multiple signatures when
9731                 using signify)
9732
9733 2008-09-16 [colin]      3.5.0cvs110
9734
9735         * src/prefs_account.c
9736         * src/prefs_folder_item.c
9737         * src/prefs_spelling.c
9738         * src/gtk/gtkaspell.c
9739                 Better stripping of aspell dictionaries names
9740
9741 2008-09-16 [colin]
9742
9743         * 3.6.0-rc1 released
9744
9745 2008-09-16 [colin]      3.5.0cvs109
9746
9747         * src/account.c
9748         * src/inc.c
9749         * src/mainwindow.c
9750         * src/prefs_account.h
9751         * src/prefs_other.c
9752         * src/send_message.c
9753         * src/gtk/inputdialog.c
9754                 Don't add a pref to allow remembering passwords
9755                 (Just not checking the checkbox is enough)
9756
9757 2008-09-16 [colin]      3.5.0cvs108
9758
9759         * configure.ac
9760                 Require libetpan 0.56 as 0.55 is crashy
9761         * src/messageview.c
9762                 Fix english
9763         * src/gtk/inputdialog.c
9764         * src/gtk/inputdialog.h
9765                 Fix warnings
9766
9767 2008-09-16 [wwp]        3.5.0cvs107
9768
9769         * src/compose.c
9770                 Complete 3.5.0cvs106 by removing a function that got
9771                 moved to account.[ch].
9772
9773 2008-09-16 [wwp]        3.5.0cvs106
9774
9775         * src/account.c
9776         * src/account.h
9777         * src/compose.c
9778         * src/quote_fmt.c
9779         * src/quote_fmt_lex.l
9780         * src/quote_fmt_parse.y
9781                 Add account signature (path and value string) manipulation
9782                 keywords to the template processor. It's now possible in
9783                 all templates to insert the account signature to an
9784                 arbitrary location or to pass it to a external script for
9785                 further editing.
9786
9787
9788 2008-09-16 [mones]      3.5.0cvs105
9789
9790         * src/imap.c
9791         * src/inc.c
9792         * src/mainwindow.c
9793         * src/mainwindow.h
9794         * src/news.c
9795         * src/prefs_account.h
9796         * src/prefs_common.c
9797         * src/prefs_common.h
9798         * src/prefs_other.c
9799         * src/send_message.c
9800         * src/gtk/inputdialog.c
9801         * src/gtk/inputdialog.h
9802                 Implement session passwords: unsaved passwords for receiving
9803                 or sending of accounts can be remembered while running to 
9804                 avoid repetitive typing.
9805                 As keeping passwords in memory is unsafe a new preference 
9806                 in Other page is added to activate or not such capability.
9807
9808 2008-09-14 [colin]      3.5.0cvs104
9809
9810         * src/codeconv.c
9811         * src/codeconv.h
9812                 Make conv_iconv_strdup static
9813
9814 2008-09-12 [colin]      3.5.0cvs103
9815
9816         * claws-mail.pc.in
9817         * src/Makefile.am
9818         * src/compose.c
9819         * src/compose.h
9820         * src/crash.c
9821         * src/folder_item_prefs.c
9822         * src/folder_item_prefs.h
9823         * src/main.c
9824         * src/prefs_account.c
9825         * src/prefs_common.c
9826         * src/prefs_common.h
9827         * src/prefs_folder_item.c
9828         * src/prefs_spelling.c
9829         * src/prefs_template.c
9830         * src/quote_fmt.h
9831         * src/quote_fmt_parse.y
9832         * src/toolbar.c
9833         * src/toolbar.h
9834         * src/gtk/Makefile.am
9835         * src/gtk/about.c
9836         * src/gtk/filesel.c
9837         * src/gtk/gtkaspell.c
9838         * src/gtk/gtkaspell.h
9839         * src/plugins/bogofilter/Makefile.am
9840         * src/plugins/dillo_viewer/Makefile.am
9841         * src/plugins/spamassassin/Makefile.am
9842         * src/plugins/trayicon/Makefile.am
9843                 Switch spellchecker to Enchant
9844
9845 2008-09-12 [paul]       3.5.0cvs102
9846
9847         * tools/README
9848         * tools/csv2addressbook.pl
9849                 add support for Fox Mail
9850
9851 2008-09-12 [paul]       3.5.0cvs101
9852
9853         * src/compose.c
9854         * src/prefs_wrapping.c
9855                 changes to English
9856
9857 2008-09-12 [paul]       3.5.0cvs100
9858
9859         * configure.ac
9860                 revert cvs99's libenchant commit error
9861
9862 2008-09-12 [colin]      3.5.0cvs99
9863
9864         * src/inc.c
9865                 Only go to inbox if there are new mails
9866                 (and fetch was manual)
9867
9868 2008-09-10 [colin]      3.5.0cvs98
9869
9870         * src/inc.c
9871         * src/summaryview.c
9872         * src/common/session.c
9873                 Use g_timeout_add_seconds instead of g_timeout_add
9874                 on glib >= 2.14 when we don't need precision on the 
9875                 delay. This helps reducing power consumption:
9876                 http://mjg59.livejournal.com/74651.html
9877
9878 2008-09-10 [colin]      3.5.0cvs97
9879
9880         * src/compose.c
9881                 Don't save window size and position when
9882                 compose is hidden (filtering action)
9883
9884 2008-09-09 [colin]      3.5.0cvs96
9885
9886         * src/action.h
9887         * src/addr_compl.c
9888         * src/addressadd.c
9889         * src/addressbook.h
9890         * src/addressbook_foldersel.c
9891         * src/addressitem.h
9892         * src/addrgather.c
9893         * src/alertpanel.c
9894         * src/browseldap.c
9895         * src/editaddress.c
9896         * src/editaddress_other_attributes_ldap.h
9897         * src/editbook.c
9898         * src/editjpilot.c
9899         * src/editldap.c
9900         * src/editldap_basedn.c
9901         * src/editvcard.c
9902         * src/exphtmldlg.c
9903         * src/expldifdlg.c
9904         * src/export.c
9905         * src/foldersel.c
9906         * src/foldersel.h
9907         * src/gedit-print.c
9908         * src/gedit-print.h
9909         * src/grouplistdialog.c
9910         * src/headerview.c
9911         * src/headerview.h
9912         * src/image_viewer.c
9913         * src/import.c
9914         * src/importldif.c
9915         * src/importmutt.c
9916         * src/importpine.c
9917         * src/inc.c
9918         * src/main.c
9919         * src/main.h
9920         * src/messageview.c
9921         * src/messageview.h
9922         * src/noticeview.c
9923         * src/prefs_actions.c
9924         * src/prefs_filtering.c
9925         * src/prefs_folder_column.c
9926         * src/prefs_gtk.h
9927         * src/prefs_summary_column.c
9928         * src/prefs_toolbar.c
9929         * src/send_message.c
9930         * src/setup.c
9931         * src/sourcewindow.c
9932         * src/sourcewindow.h
9933         * src/ssl_manager.c
9934         * src/statusbar.c
9935         * src/statusbar.h
9936         * src/stock_pixmap.c
9937         * src/stock_pixmap.h
9938         * src/summaryview.c
9939         * src/textview.c
9940         * src/textview.h
9941         * src/undo.h
9942         * src/uri_opener.c
9943         * src/wizard.c
9944         * src/wizard.h
9945         * src/common/ssl.h
9946         * src/common/utils.c
9947         * src/gtk/about.c
9948         * src/gtk/colorlabel.c
9949         * src/gtk/colorlabel.h
9950         * src/gtk/combobox.h
9951         * src/gtk/description_window.c
9952         * src/gtk/filesel.c
9953         * src/gtk/gtkaspell.c
9954         * src/gtk/gtkaspell.h
9955         * src/gtk/gtkcmclist.c
9956         * src/gtk/gtkcmclist.h
9957         * src/gtk/gtkcmctree.c
9958         * src/gtk/gtkcmctree.h
9959         * src/gtk/gtkcmoptionmenu.h
9960         * src/gtk/gtksctree.c
9961         * src/gtk/gtksctree.h
9962         * src/gtk/gtkshruler.c
9963         * src/gtk/gtkshruler.h
9964         * src/gtk/gtksourceprintjob.c
9965         * src/gtk/gtksourceprintjob.h
9966         * src/gtk/gtkutils.c
9967         * src/gtk/gtkutils.h
9968         * src/gtk/gtkvscrollbutton.c
9969         * src/gtk/gtkvscrollbutton.h
9970         * src/gtk/icon_legend.c
9971         * src/gtk/inputdialog.c
9972         * src/gtk/logwindow.c
9973         * src/gtk/logwindow.h
9974         * src/gtk/manage_window.c
9975         * src/gtk/manage_window.h
9976         * src/gtk/menu.c
9977         * src/gtk/prefswindow.c
9978         * src/gtk/progressdialog.c
9979         * src/gtk/progressdialog.h
9980         * src/plugins/bogofilter/bogofilter_gtk.c
9981         * src/plugins/pgpcore/passphrase.c
9982         * src/plugins/spamassassin/spamassassin_gtk.c
9983         * src/plugins/trayicon/trayicon.c
9984         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9985         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
9986         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
9987         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
9988         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
9989                 Complete GTK+ 2.14 undeprecation
9990                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
9991
9992 2008-09-09 [colin]      3.5.0cvs95
9993
9994         * src/gtk/gtkcmclist.h
9995                 Fix build on GTK+ 2.14
9996
9997 2008-09-08 [colin]      3.5.0cvs94
9998
9999         * src/noticeview.c
10000         * src/noticeview.h
10001                 Remove GtkSignalFunc
10002
10003 2008-09-07 [colin]      3.5.0cvs93
10004
10005         * src/addressadd.c
10006         * src/addressbook_foldersel.c
10007         * src/gtk/gtkcmclist.c
10008         * src/gtk/gtkcmclist.h
10009         * src/gtk/gtkcmctree.c
10010         * src/gtk/gtkcmctree.h
10011         * src/gtk/gtksctree.c
10012         * src/gtk/prefswindow.c
10013         * src/gtk/prefswindow.h
10014                 Use GDestroyNotify instead of GtkDestroyNotify
10015                 (deprecated in GTK+ 2.14)
10016
10017 2008-09-07 [colin]      3.5.0cvs92
10018
10019         * src/textview.c
10020                 Fix bug 1712, 'invalid "Phishing attempt warning" 
10021                 when linked text ends with spaces'
10022
10023 2008-09-05 [colin]      3.5.0cvs91
10024
10025         * src/procmime.c
10026                 Maybe fix bug 1711, 'Save-as attachment crashes'
10027                 Possibly wrong free() due to pointer shifting
10028
10029 2008-09-05 [colin]      3.5.0cvs90
10030
10031         * src/compose.c
10032                 Fix bug 1710, 'User misreads "Discard Message" 
10033                 as "Discard Changes"'. Propose to save or discard
10034                 only the latest changes when closing an existing
10035                 draft. Autosave may still have saved parts of the
10036                 edit session.
10037
10038 2008-09-04 [colin]      3.5.0cvs89
10039
10040         * src/summaryview.c
10041                 Fix bug 1707, 'Segfault when sorting on non-visible column'
10042
10043 2008-09-01 [colin]      3.5.0cvs88
10044
10045         * src/imap.c
10046         * src/summaryview.c
10047         * src/common/tags.c
10048         * src/etpan/imap-thread.c
10049         * src/etpan/imap-thread.h
10050                 Store spam flag on IMAP (Junk/NonJunk, as 
10051                 ThunderBird does - this is nonstandard)
10052
10053 2008-08-31 [wwp]        3.5.0cvs87
10054
10055         * ChangeLog
10056                 Fix globish edition^Wediting.
10057
10058 2008-08-31 [wwp]        3.5.0cvs86
10059
10060         * src/addressbook.c
10061                 Don't break nickname editing for non-LDAP books (nickname
10062                 value was overwritten when editing existing contact, this
10063                 came from 3.0.2cvs109).
10064
10065 2008-08-30 [colin]      3.5.0cvs85
10066
10067         * src/mainwindow.c
10068         * src/summaryview.c
10069                 Fix "Apply tags..." key shortcut
10070
10071 2008-08-29 [iwkse]      3.5.0cvs84
10072
10073         * src/summaryview.c
10074                         Bit of clean:)
10075
10076 2008-08-29 [iwkse]      3.5.0cvs83
10077
10078         * src/summaryview.c
10079                         Disable "Move to trash" action if
10080                         we are in a trash-like folder.
10081                         Thanks to colinl
10082
10083 2008-08-29 [paul]       3.5.0cvs82
10084
10085         * configure.ac
10086                 bump up libetpan version requirement since
10087                 0.55 is released now
10088
10089 2008-08-28 [wwp]        3.5.0cvs81
10090
10091         * src/account.c
10092         * src/pop.c
10093         * src/prefs_account.c
10094         * src/prefs_account.h
10095                 Add finer granularity to the POP3's remove-after delay (now in
10096                 hours in addition to in days), patch by Paul Rolland.
10097
10098 2008-08-28 [wwp]        3.5.0cvs80
10099
10100         * src/gtk/combobox.c
10101                 Fix a typo in a comment.
10102
10103 2008-08-28 [iwkse]      3.5.0cvs79
10104
10105         * src/account.c
10106         * src/prefs_actions.c
10107         * src/prefs_filtering.c
10108         * src/prefs_template.c
10109                         Add search feature to the account, 
10110                         template and action dialog.
10111                         It's turned on selecting one row
10112                         of the list and typing some random
10113                         letter. Thanks to wwp, colinl
10114
10115 2008-08-28 [colin]      3.5.0cvs78
10116
10117         * src/Makefile.am
10118         * src/account.c
10119         * src/compose.c
10120         * src/prefs_account.c
10121         * src/prefs_account.h
10122         * src/privacy.c
10123         * src/privacy.h
10124         * src/procmime.c
10125         * src/stock_pixmap.c
10126         * src/stock_pixmap.h
10127         * src/summaryview.c
10128         * src/pixmaps/key_gpg_signed.xpm
10129                 Fix bug 1412, "Sign reply, if mail was signed"
10130                 Add an account preference to sign replies to signed mails
10131
10132 2008-08-28 [iwkse]      3.5.0cvs77
10133
10134         * src/prefs_filtering.c
10135                 Making the search more useful,
10136                 jumping directly to the relative rule.
10137
10138 2008-08-27 [colin]      3.5.0cvs76
10139
10140         * src/main.c
10141                 Add a bit of info
10142
10143 2008-08-27 [colin]      3.5.0cvs75
10144
10145         * src/gtk/gtkcmctree.c
10146                 Fix a few ifdefs
10147
10148 2008-08-26 [colin]      3.5.0cvs74
10149
10150         * src/gtk/gtkcmctree.c
10151                 Fix missing inits on old glib
10152
10153 2008-08-26 [wwp]        3.5.0cvs73
10154
10155         * src/common/utils.c
10156                 Added 'Fwd' to the list of known common subject prefixes.
10157
10158 2008-08-25 [iwkse]      3.5.0cvs72
10159
10160         * src/image_viewer.c
10161                 Add animated gif support to the
10162                 message preview.
10163
10164 2008-08-25 [colin]      3.5.0cvs71
10165
10166         * src/gtk/gtkcmctree.c
10167                 Make sure work isn't null
10168
10169 2008-08-24 [colin]      3.5.0cvs70
10170
10171         * src/common/ssl.c
10172                 Fix typo on SSL_CERT_DIR
10173
10174 2008-08-23 [holger]     3.5.0cvs69
10175
10176         * src/printing.c
10177                 Fix bug 1699 'Separator line mis-placed when
10178                 printing some e-mails'. The number of header lines
10179                 was not correctly calculated when Pango inserts
10180                 linebreaks
10181
10182 2008-08-23 [colin]      3.5.0cvs68
10183
10184         * src/mainwindow.c
10185                 Fix the account selector button; thanks
10186                 to wwp
10187
10188 2008-08-21 [colin]      3.5.0cvs67
10189
10190         * src/compose.c
10191         * src/compose.h
10192                 Add a compose preference for auto-indent
10193         * src/mainwindow.c
10194         * src/summaryview.c
10195                 Make colorlabel accels a bit less hacky
10196
10197 2008-08-21 [colin]      3.5.0cvs66
10198
10199         * src/compose.c
10200         * src/prefs_common.c
10201         * src/prefs_common.h
10202         * src/prefs_wrapping.c
10203                 Add a preference for autoindent; fix no_join tag
10204                 being applied to whole lines instead of just \n when
10205                 creating a line 
10206
10207 2008-08-21 [colin]      3.5.0cvs65
10208
10209         * src/compose.c
10210                 Add support for auto-indentation
10211
10212 2008-08-19 [colin]      3.5.0cvs64
10213
10214         * src/compose.c
10215                 Save Autowrap status in drafts/queued mails
10216
10217 2008-08-19 [colin]      3.5.0cvs63
10218
10219         * src/mainwindow.c
10220                 Fix a comment (in reality, test commit on
10221                 the new CVS server)
10222
10223 2008-08-17 [colin]      3.5.0cvs62
10224
10225         * src/prefs_actions.c
10226         * src/procmime.c
10227         * src/wizard.c
10228         * src/common/socket.h
10229         * src/gtk/gtkcmctree.c
10230                 Fix warnings
10231
10232 2008-08-16 [colin]      3.5.0cvs61
10233
10234         * src/editaddress_other_attributes_ldap.h
10235                 Add 'l' field (localityName)
10236
10237 2008-08-16 [colin]      3.5.0cvs60
10238
10239         * src/mainwindow.c
10240         * src/gtk/gtkcmclist.c
10241         * src/gtk/gtkcmclist.h
10242         * src/gtk/gtkcmctree.c
10243         * src/gtk/gtksctree.c
10244         * src/gtk/gtkutils.c
10245         * src/gtk/gtkvscrollbutton.c
10246                 Fix Maemo build (OS2007)
10247
10248 2008-08-14 [colin]      3.5.0cvs59
10249
10250         * src/folder.c
10251                 Don't crash if parent is null when creating
10252                 a folder
10253         * src/gtk/pluginwindow.c
10254                 Don't crash on race when closing window while
10255                 a plugin is loading and does gtk_iterations
10256
10257 2008-08-13 [colin]      3.5.0cvs58
10258
10259         * src/messageview.c
10260         * src/messageview.h
10261         * src/mimeview.c
10262                 Fix bug 1696, 'Viewing binary attachements 
10263                 as text over 1 MB' (various buglets)
10264
10265 2008-08-10 [colin]      3.5.0cvs57
10266
10267         * src/summaryview.c
10268         * src/gtk/gtkcmclist.c
10269                 Continue fixing GTK < 2.12 build, thanks to
10270                 Michael Hugues
10271
10272 2008-08-10 [colin]      3.5.0cvs56
10273
10274         * src/gtk/gtksctree.c
10275                 Fix build on GTK < 2.12
10276
10277 2008-08-09 [colin]      3.5.0cvs55
10278
10279         * src/mainwindow.c
10280                 Fix untranslatable strings, thanks to
10281                 Stephan Sachse
10282
10283 2008-08-07 [colin]      3.5.0cvs54
10284
10285         * src/compose.c
10286         * src/editaddress.c
10287         * src/folderview.c
10288         * src/mainwindow.c
10289         * src/message_search.c
10290         * src/mimeview.c
10291         * src/noticeview.c
10292         * src/prefs_account.c
10293         * src/prefs_common.c
10294         * src/prefs_customheader.c
10295         * src/prefs_ext_prog.c
10296         * src/prefs_filtering_action.c
10297         * src/prefs_gtk.c
10298         * src/prefs_logging.c
10299         * src/prefs_matcher.c
10300         * src/prefs_msg_colors.c
10301         * src/procmime.c
10302         * src/summary_search.c
10303         * src/summaryview.c
10304         * src/toolbar.c
10305         * src/gtk/colorsel.c
10306         * src/gtk/gtkaspell.c
10307         * src/gtk/gtkutils.c
10308         * src/gtk/gtkutils.h
10309         * src/gtk/inputdialog.c
10310         * src/gtk/pluginwindow.c
10311         * src/gtk/quicksearch.c
10312         * src/plugins/bogofilter/bogofilter_gtk.c
10313         * src/plugins/dillo_viewer/dillo_prefs.c
10314         * src/plugins/spamassassin/spamassassin_gtk.c
10315                 - Fix Ctrl-Space shortcut
10316                 - Fix mime-parsing bug in procmime (cvs52)
10317                 - Fix double-free in procmime (cvs52)
10318                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10319                 - Fix Goto menu in mainwindow
10320
10321 2008-08-07 [mones]      3.5.0cvs53
10322
10323         * po/es.po
10324                 Updated translation (lots of changes!)
10325         * src/compose.c
10326                 Add missing accelerator key
10327         * src/mainwindow.c
10328                 Restored 'v' key function (thanks Colin!)
10329
10330 2008-08-06 [colin]      3.5.0cvs52
10331
10332         * src/addrbook.c
10333         * src/addrcindex.c
10334         * src/addrduplicates.c
10335         * src/addrharvest.c
10336         * src/enriched.c
10337         * src/html.c
10338         * src/ldif.c
10339         * src/mimeview.c
10340         * src/mutt.c
10341         * src/pine.c
10342         * src/procmime.c
10343         * src/vcard.c
10344         * src/wizard.c
10345                 Fix my use of g_utf8_strdown (it returns
10346                 a newly allocated string and doesn't
10347                 change the parameter)
10348
10349 2008-08-06 [colin]      3.5.0cvs51
10350
10351         * src/compose.c
10352                 Fix bug 1690, 'Copy/Paste in edit window may 
10353                 break Undo'; middle-click pastes aren't 
10354                 REPLACE_INSERT but just INSERT. 
10355                 Also, fix privacy menu selection
10356
10357 2008-08-05 [colin]      3.5.0cvs50
10358
10359         * src/action.c
10360         * src/addr_compl.c
10361         * src/addrbook.c
10362         * src/addrcindex.c
10363         * src/addrduplicates.c
10364         * src/addrharvest.c
10365         * src/enriched.c
10366         * src/html.c
10367         * src/ldif.c
10368         * src/main.c
10369         * src/mimeview.c
10370         * src/mutt.c
10371         * src/pine.c
10372         * src/procmime.c
10373         * src/vcard.c
10374         * src/wizard.c
10375         * src/common/socket.c
10376         * src/gtk/gtkutils.c
10377         * src/gtk/gtkutils.h
10378         * src/gtk/menu.c
10379         * src/plugins/spamassassin/spamassassin.c
10380                 More undeprecation (Glib)
10381
10382 2008-08-05 [colin]      3.5.0cvs49
10383
10384         * src/prefs_account.c
10385         * src/prefs_filtering_action.c
10386         * src/prefs_matcher.c
10387         * src/gtk/Makefile.am
10388         * src/gtk/claws-marshal.list
10389         * src/gtk/colorlabel.c
10390         * src/gtk/colorsel.c
10391         * src/gtk/foldersort.c
10392         * src/gtk/gtkaspell.c
10393         * src/gtk/gtkcmclist.c
10394         * src/gtk/gtkcmclist.h
10395         * src/gtk/gtkcmctree.c
10396         * src/gtk/gtkcmctree.h
10397         * src/gtk/gtkcmoptionmenu.c
10398         * src/gtk/gtkcmoptionmenu.h
10399         * src/gtk/gtksctree.c
10400         * src/gtk/gtksctree.h
10401         * src/gtk/gtkutils.c
10402         * src/gtk/gtkutils.h
10403         * src/gtk/gtkvscrollbutton.c
10404         * src/gtk/menu.c
10405         * src/gtk/menu.h
10406         * src/gtk/quicksearch.c
10407         * src/plugins/dillo_viewer/dillo_viewer.c
10408         * src/plugins/pgpcore/select-keys.c
10409                 Try to finish yesterday's commit
10410
10411 2008-08-04 [colin]      3.5.0cvs48
10412
10413         * src/addressadd.c
10414         * src/addressbook.c
10415         * src/addressbook_foldersel.c
10416         * src/addressitem.h
10417         * src/addrgather.c
10418         * src/browseldap.c
10419         * src/compose.c
10420         * src/compose.h
10421         * src/editaddress.c
10422         * src/editaddress_other_attributes_ldap.c
10423         * src/editgroup.c
10424         * src/editldap_basedn.c
10425         * src/folderview.c
10426         * src/folderview.h
10427         * src/grouplistdialog.c
10428         * src/image_viewer.c
10429         * src/imap_gtk.c
10430         * src/importldif.c
10431         * src/main.c
10432         * src/mainwindow.c
10433         * src/message_search.c
10434         * src/mh_gtk.c
10435         * src/mimeview.c
10436         * src/mimeview.h
10437         * src/news_gtk.c
10438         * src/noticeview.h
10439         * src/prefs_account.c
10440         * src/prefs_filtering_action.c
10441         * src/prefs_matcher.c
10442         * src/prefs_msg_colors.c
10443         * src/prefs_summaries.c
10444         * src/statusbar.c
10445         * src/stock_pixmap.c
10446         * src/summary_search.c
10447         * src/summaryview.c
10448         * src/summaryview.h
10449         * src/textview.c
10450         * src/toolbar.h
10451         * src/gtk/Makefile.am
10452         * src/gtk/claws-marshal.list
10453         * src/gtk/colorsel.c
10454         * src/gtk/foldersort.c
10455         * src/gtk/gtkaspell.c
10456         * src/gtk/gtkcmclist.c
10457         * src/gtk/gtkcmclist.h
10458         * src/gtk/gtkcmctree.c
10459         * src/gtk/gtkcmctree.h
10460         * src/gtk/gtksctree.c
10461         * src/gtk/gtksctree.h
10462         * src/gtk/gtkutils.c
10463         * src/gtk/gtkutils.h
10464         * src/gtk/gtkvscrollbutton.c
10465         * src/gtk/menu.c
10466         * src/gtk/menu.h
10467         * src/gtk/quicksearch.c
10468         * src/plugins/dillo_viewer/dillo_viewer.c
10469         * src/plugins/pgpcore/select-keys.c
10470                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10471                 Undeprecate their implementation (GtkArg, GtkType, ...)
10472                 Undeprecate a few other things here and there
10473                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10474                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10475                 still have work to do
10476
10477 2008-08-04 [colin]      3.5.0cvs47
10478
10479         * src/compose.c
10480         * src/compose.h
10481         * src/toolbar.h
10482         * src/textview.c
10483         * src/stock_pixmap.c
10484         * src/statusbar.c
10485         * src/noticeview.h
10486         * src/mimeview.h
10487         * src/mainwindow.c
10488         * src/image_viewer.c
10489         * src/gtk/gtkaspell.c
10490         * src/gtk/gtkvscrollbutton.c
10491         * src/plugins/dillo_viewer/dillo_viewer.c
10492                 Undeprecate more things
10493
10494 2008-08-02 [colin]      3.5.0cvs46
10495
10496         * src/mainwindow.c
10497                 Fix toggle menu activation state
10498                 (thanks to cvs45 ;)
10499
10500 2008-08-02 [paul]       3.5.0cvs45
10501
10502         * src/mainwindow.c
10503                 fix sensitivity of
10504                 /View/Show or hide/Message View
10505
10506 2008-08-01 [paul]       3.5.0cvs44
10507
10508         * src/common/utils.c
10509         * src/plugins/pgpcore/claws.def
10510         * src/plugins/pgpinline/claws.def
10511                 fix compilation problems on mingw32,
10512                 (bug 1688) Patch by Marcus Brinkmann
10513
10514 2008-08-01 [colin]      3.5.0cvs43
10515
10516         * src/gtk/gtkutils.c
10517         * src/gtk/gtkvscrollbutton.c
10518                 Oups, fix build
10519
10520 2008-08-01 [colin]      3.5.0cvs42
10521
10522         * src/compose.c
10523         * src/foldersel.c
10524         * src/mainwindow.c
10525         * src/prefs_account.c
10526         * src/prefs_folder_item.c
10527         * src/prefs_quote.c
10528         * src/summaryview.c
10529         * src/gtk/gtkaspell.c
10530         * src/gtk/gtkutils.c
10531         * src/gtk/gtkvscrollbutton.c
10532                 Replace a few deprecated function calls
10533
10534 2008-08-01 [paul]       3.5.0cvs41
10535
10536         * src/action.c
10537                 fix crash that occurs because of recent GtkUIManager
10538                 changes. Thanks to Colin
10539
10540 2008-07-31 [colin]      3.5.0cvs40
10541
10542         * src/addressbook.c
10543         * src/compose.c
10544         * src/mainwindow.c
10545         * src/messageview.c
10546                 Some Maemo fixes
10547         * src/gtk/menu.c
10548         * src/gtk/menu.h
10549                 Remove deprecated helper funcs
10550
10551 2008-07-30 [colin]      3.5.0cvs39
10552
10553         * src/folderview.c
10554         * src/folderview.h
10555         * src/imap_gtk.c
10556         * src/mh_gtk.c
10557         * src/news_gtk.c
10558                 Move the folderview popup menu to GtkUIManager
10559
10560 2008-07-29 [colin]      3.5.0cvs38
10561
10562         * src/account.c
10563         * src/account.h
10564         * src/action.c
10565         * src/action.h
10566         * src/addressitem.h
10567         * src/compose.c
10568         * src/edittags.c
10569         * src/mainwindow.c
10570         * src/mainwindow.h
10571         * src/mimeview.c
10572         * src/summaryview.c
10573         * src/gtk/menu.c
10574         * src/gtk/menu.h
10575                 Switch the main menu to GtkUIManager
10576                 Warning fixes
10577
10578 2008-07-29 [colin]      3.5.0cvs37
10579
10580         * src/news.c
10581                 Fix bug 1684, 'view news messages with large 
10582                 attachements segfaults'
10583
10584 2008-07-29 [colin]      3.5.0cvs36
10585
10586         * src/action.c
10587         * src/action.h
10588         * src/addressbook.c
10589         * src/addressitem.h
10590         * src/compose.c
10591         * src/compose.h
10592         * src/messageview.c
10593         * src/messageview.h
10594         * src/summaryview.c
10595         * src/gtk/menu.c
10596         * src/gtk/menu.h
10597                 More switches to GtkUIManager
10598
10599 2008-07-26 [colin]      3.5.0cvs35
10600
10601         * src/gtk/menu.c
10602         * src/gtk/menu.h
10603                 Fix prototype
10604
10605 2008-07-25 [colin]      3.5.0cvs34
10606
10607         * src/addrcustomattr.c
10608         * src/addressbook.c
10609         * src/compose.c
10610         * src/editaddress.c
10611         * src/editaddress_other_attributes_ldap.h
10612         * src/edittags.c
10613         * src/mainwindow.c
10614         * src/mimeview.c
10615         * src/prefs_actions.c
10616         * src/prefs_filtering.c
10617         * src/prefs_template.c
10618         * src/summaryview.c
10619         * src/textview.c
10620         * src/textview.h
10621         * src/toolbar.c
10622         * src/gtk/about.c
10623         * src/gtk/menu.c
10624         * src/gtk/menu.h
10625         * src/plugins/trayicon/trayicon.c
10626                 More changes from GtkItemFactory to GtkUIManager
10627
10628 2008-07-25 [colin]      3.5.0cvs33
10629
10630         * src/gtk/menu.h
10631                 Add a macro to remove menu items
10632                 Make the gui_manager variable useless
10633
10634 2008-07-24 [colin]      3.5.0cvs32
10635
10636         * src/mimeview.c
10637                 Fix a gtk warning on clear
10638         * src/mainwindow.c
10639         * src/summaryview.c
10640         * src/summaryview.h
10641                 Switch the message list popup menu to
10642                 GtkUIManager
10643
10644 2008-07-23 [colin]      3.5.0cvs31
10645
10646         * src/plugins/pgpcore/pgp_viewer.c
10647         * src/plugins/pgpcore/sgpgme.c
10648                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10649                 Patch by Thomas Wiegner <wiegner@gmx.de>
10650
10651 2008-07-20 [paul]       3.5.0cvs30
10652
10653         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10654                 remove redundant GTK version check
10655
10656 2008-07-20 [ticho]      3.5.0cvs29
10657
10658         * src/folderview.c
10659         * src/imap_gtk.c
10660         * src/news_gtk.c
10661                 Moved sensitivity setting for "Download messages" for IMAP and
10662                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10663                 respectively for better code readability.
10664                 Fixed indentation in news' set_sensitivity().
10665
10666 2008-07-20 [paul]       3.5.0cvs28
10667
10668         * src/addrgather.c
10669                 remove more redundant code following cvs27
10670
10671 2008-07-20 [paul]       3.5.0cvs27
10672
10673         * src/addrgather.c
10674                 remove now redundant code
10675         * src/mainwindow.c
10676         * src/mainwindow.h
10677                 fix bug 1673, 'Tools/Harvest adresses is
10678                 grayed out if folder is empty'
10679
10680 2008-07-19 [ticho]      3.5.0cvs26
10681
10682         * src/edittags.c
10683         * src/main.c
10684         * src/mimeview.c
10685         * src/mimeview.h
10686         * src/gtk/gtkutils.c
10687         * src/gtk/gtkutils.h
10688         * src/gtk/menu.c
10689         * src/gtk/menu.h
10690                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10691                 instead of deprecated GtkItemFactory.
10692
10693 2008-07-19 [colin]      3.5.0cvs25
10694
10695         * src/account.c
10696         * src/addrgather.c
10697         * src/compose.c
10698         * src/editldap.c
10699         * src/expldifdlg.c
10700         * src/importldif.c
10701         * src/main.c
10702         * src/mainwindow.c
10703         * src/mimeview.c
10704         * src/noticeview.c
10705         * src/prefs_account.c
10706         * src/prefs_actions.c
10707         * src/prefs_ext_prog.c
10708         * src/prefs_filtering.c
10709         * src/prefs_folder_item.c
10710         * src/prefs_image_viewer.c
10711         * src/prefs_logging.c
10712         * src/prefs_msg_colors.c
10713         * src/prefs_other.c
10714         * src/prefs_send.c
10715         * src/prefs_spelling.c
10716         * src/prefs_summaries.c
10717         * src/prefs_template.c
10718         * src/printing.c
10719         * src/quote_fmt.c
10720         * src/summary_search.c
10721         * src/summaryview.c
10722         * src/toolbar.c
10723         * src/wizard.c
10724         * src/common/Makefile.am
10725         * src/gtk/gtksctree.c
10726         * src/gtk/gtkutils.h
10727         * src/gtk/pluginwindow.c
10728         * src/gtk/quicksearch.c
10729         * src/plugins/bogofilter/bogofilter_gtk.c
10730         * src/plugins/dillo_viewer/dillo_prefs.c
10731         * src/plugins/pgpcore/prefs_gpg.c
10732         * src/plugins/spamassassin/spamassassin_gtk.c
10733         * src/plugins/trayicon/trayicon.c
10734         * src/plugins/trayicon/trayicon_prefs.c
10735                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10736                 or greater). Use the old deprecated one on GTK+ < 2.12.
10737                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10738                 of time!
10739
10740 2008-07-16 [colin]      3.5.0cvs24
10741
10742         * src/mainwindow.c
10743                 Fix folderview's scrolbar when starting minimised
10744                 to tray, and popping up the mainwindow by calling
10745                 claws-mail from the command line
10746
10747 2008-07-08 [colin]      3.5.0cvs23
10748
10749         * src/compose.c
10750                 Possibly fix po-headers appearing on empty
10751                 templates
10752
10753 2008-07-08 [colin]      3.5.0cvs22
10754
10755         * src/folderview.c
10756         * src/summaryview.c
10757                 Finish the always_open tristate patch, by Jonathan
10758                 Corbet.
10759
10760 2008-07-07 [paul]       3.5.0cvs21
10761
10762         * src/mainwindow.c
10763                 fix typo (missing ")
10764
10765 2008-07-07 [paul]       3.5.0cvs20
10766
10767         * src/mainwindow.c
10768                 fit the menu style a bit better
10769
10770 2008-07-07 [colin]      3.5.0cvs19
10771
10772         * src/prefs_themes.c
10773                 Make upgrading themes easier
10774
10775 2008-07-07 [colin]      3.5.0cvs18
10776
10777         * src/mainwindow.c
10778         * src/prefs_toolbar.c
10779         * src/stock_pixmap.c
10780                 Finish fixing bug 1609, 'Icon issues'
10781
10782 2008-07-07 [colin]      3.5.0cvs17
10783
10784         * src/prefs_common.c
10785                 Fix the default value
10786
10787 2008-07-07 [colin]      3.5.0cvs16
10788
10789         * src/prefs_summaries.c
10790                 Revert my fix to the string, the correct term
10791                 is indeed Message View
10792
10793 2008-07-07 [colin]      3.5.0cvs15
10794
10795         * AUTHORS
10796         * src/gtk/authors.h
10797         * src/prefs_common.c
10798         * src/prefs_common.h
10799         * src/prefs_summaries.c
10800         * src/summaryview.c
10801         * src/gtk/authors.h
10802                 Change "Always open message when selected" to
10803                 a tristate (Never/Always/When preview is visible)
10804                 Patch by Jonathan Corbet <corbet@lwn.net>.
10805
10806 2008-07-06 [paul]       3.5.0cvs14
10807
10808         * src/addrgather.c
10809                 improve the layout of the dialogue
10810                 improve the English
10811                 add tooltips
10812                 fix some of the nasty coding style
10813         * src/mainwindow.c
10814                 improve the English
10815                 add some missing mnemonics
10816
10817 2008-07-05 [paul]       3.5.0cvs13
10818
10819         * src/mainwindow.c
10820         * src/mainwindow.h
10821                 fix bug 1398, '"Change current account" is
10822                 available even when there's only one account'
10823         * src/plugins/pgpcore/prefs_gpg.c
10824                 put back a needed include, removed in error
10825
10826 2008-07-05 [colin]      3.5.0cvs12
10827
10828         * src/mainwindow.c
10829                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10830
10831 2008-07-05 [colin]      3.5.0cvs11
10832
10833         * src/news.c
10834         * src/news_gtk.c
10835                 Provide ability to rename newsgroups. Closes
10836                 bug 1444, 'Add GUI option for renaming 
10837                 newsgroups'. Patch by Pawel Pekala
10838
10839 2008-07-05 [colin]      3.5.0cvs10
10840
10841         * src/plugins/pgpcore/passphrase.c
10842         * src/plugins/pgpcore/prefs_gpg.c
10843         * src/plugins/pgpcore/select-keys.c
10844                 Simplify GTK includes (with the advantage
10845                 of compiling against GTK+2.13); patch by
10846                 Charles A Edwards
10847
10848 2008-07-05 [colin]      3.5.0cvs9
10849
10850         * src/wizard.c
10851                 Add SSL client certificates
10852
10853 2008-07-05 [colin]      3.5.0cvs8
10854
10855         * src/prefs_account.c
10856         * src/common/session.h
10857                 Fix warnings
10858         * src/common/ssl.c
10859                 Add one path for certs
10860
10861 2008-07-05 [colin]      3.5.0cvs7
10862
10863         * src/prefs_account.c
10864                 Fix no-ssl build
10865
10866 2008-07-04 [colin]      3.5.0cvs6
10867
10868         * src/common/ssl.c
10869         * src/common/ssl.h
10870         * src/common/ssl_certificate.c
10871                 Workaround distro bugs and fix certificate checking
10872                 with OpenSSL
10873
10874 2008-07-04 [colin]      3.5.0cvs5
10875
10876         * src/filtering.c
10877         * src/common/ssl_certificate.c
10878         * src/common/ssl_certificate.h
10879         * src/etpan/imap-thread.c
10880         * src/etpan/nntp-thread.c
10881                 Fix some leaks, thanks to Martin Zwickel
10882                 Rename gnutls functions that do the same
10883                 as OpenSSL ones, to avoid symbol clashing
10884                 when Claws is built against GnuTLS and
10885                 libetpan against OpenSSL
10886
10887 2008-07-04 [paul]       3.5.0cvs4
10888
10889         * src/prefs_account.c
10890                 remove 1 forgotten '.'
10891
10892 2008-07-04 [paul]       3.5.0cvs3
10893
10894         * src/prefs_account.c
10895                 layout/engrish fixes to the 'Client
10896                 certificates' frame
10897
10898 2008-07-03 [colin]      3.5.0cvs2
10899
10900         * src/imap.c
10901         * src/news.c
10902         * src/pop.c
10903         * src/prefs_account.c
10904         * src/prefs_account.h
10905         * src/prefs_common.c
10906         * src/send_message.c
10907         * src/common/session.c
10908         * src/common/session.h
10909         * src/common/smtp.c
10910         * src/common/smtp.h
10911         * src/common/socket.h
10912         * src/common/ssl.c
10913         * src/common/ssl.h
10914         * src/common/ssl_certificate.c
10915         * src/common/ssl_certificate.h
10916         * src/etpan/imap-thread.c
10917         * src/etpan/nntp-thread.c
10918         * src/gtk/inputdialog.c
10919                 Add support for SSL client certificates (either PEM files
10920                 with certificate and private key, either PKCS12 files)
10921
10922 2008-06-28 [colin]      3.5.0cvs1
10923
10924         * src/foldersel.c
10925                 Fix compilation with older GTKs
10926
10927 2008-06-27 [paul]       3.5.0
10928
10929         * NEWS
10930         * README
10931         * RELEASE_NOTES 
10932                 3.5.0 released
10933
10934 2008-06-27 [paul]       3.4.0cvs116
10935
10936         * src/gtk/authors.h
10937                 complete cvs115
10938
10939 2008-06-27 [paul]       3.4.0cvs115
10940
10941         * configure.ac
10942         * src/gtk/authors.h
10943                 no longer build unmaintained translations
10944
10945 2008-06-27 [paul]       3.4.0cvs114
10946
10947         * po/de.po
10948         * po/fi.po
10949         * po/pt_BR.po
10950                 updated by Stephan Sachse, Flammie Pirinen, and
10951                 Frederico Goncalves Guimaraes
10952
10953 2008-06-26 [wwp]        3.4.0cvs113
10954
10955         * manual/fr/advanced.xml
10956                 Update French version of the manual (AutoFaces documentation).
10957
10958 2008-06-26 [wwp]        3.4.0cvs112
10959
10960         * manual/fr/advanced.xml
10961         * manual/fr/plugins.xml
10962                 Updated French version of the manual (completed
10963                 hidden options list, added note about Clawsker
10964                 and new mail archiver plugin).
10965
10966 2008-06-25 [colin]      3.4.0cvs111
10967
10968         * src/gtk/gtkaspell.c
10969                 Fix non-UTF8 in the replace with dialog
10970         * src/prefs_actions.c
10971                 Fix possible crasher
10972                 Patches by Pawel
10973
10974 2008-06-24 [mones]      3.4.0cvs110
10975
10976         * src/autofaces.c
10977                 Fix non-warning message, downgraded to debug info
10978
10979 2008-06-24 [colin]      3.4.0cvs109
10980
10981         * src/summaryview.c
10982                 Fix bug 1650, Message line too small after 
10983                 changing columns in "three columns" layout
10984
10985 2008-06-24 [colin]      3.4.0cvs108
10986
10987         * src/messageview.c
10988                 Fix Spam button sensitivity in newsgroups
10989
10990 2008-06-23 [wwp]        3.4.0cvs107
10991
10992         * po/fr.po
10993                 Updated French translation.
10994
10995 2008-06-23 [mones]      3.4.0cvs106
10996
10997         * po/es.po
10998                 Updated translation for release
10999
11000 2008-06-22 [mones]      3.4.0cvs105
11001
11002         * manual/es/plugins.xml
11003                 Synced new entry for Mail Archiver plugin
11004
11005 2008-06-22 [colin]      3.4.0cvs104
11006
11007         * src/compose.c
11008                 Fix initial cursor position
11009
11010 2008-06-21 [paul]       3.4.0cvs103
11011
11012         * manual/plugins.xml
11013                 add an entry for the new Mail Archiver plugin
11014
11015 2008-06-21 [paul]       3.4.0cvs102
11016
11017         * src/gtk/about.c
11018                 we're in 'string freeze', put back the
11019                 < > symbols for now
11020
11021 2008-06-21 [paul]       3.4.0cvs101
11022
11023         * manual/advanced.xml
11024         * manual/es/advanced.xml
11025                 fix build warning: <emphasis> cannot be contained
11026                 within <filename>
11027         * src/gtk/about.c
11028                 fix non-clickable link on License page and drop
11029                 the containing < > symbols to match other links
11030
11031 2008-06-20 [mones]      3.4.0cvs100
11032
11033         * manual/advanced.xml
11034                 Added autofaces documentation, note about clawsker in hidden
11035                 preferences, minor markup fix. Thanks Paul for proofreading
11036         * manual/es/advanced.xml
11037                 Synchronised Spanish manual
11038
11039 2008-06-16 [colin]      3.4.0cvs99
11040
11041         * src/compose.c
11042                 Fix cursor placing on signature change
11043
11044 2008-06-16 [paul]       3.4.0cvs98
11045
11046         * src/imap_gtk.c
11047         * src/mh_gtk.c
11048         * src/gtk/inputdialog.c
11049                 really fussy coding style fixes
11050
11051 2008-06-16 [paul]       3.4.0cvs97
11052
11053         * src/Makefile.am
11054                 keep the alphabetical order
11055
11056 2008-06-13 [mones]      3.4.0cvs96
11057
11058         * src/autofaces.c
11059                 Fix crasher ;-)
11060         * src/prefs_filtering_action.c
11061                 Fixed cosmetic bug, processing also displays "Filtering"
11062
11063 2008-06-13 [mones]      3.4.0cvs95
11064
11065         * src/Makefile.am
11066         * src/autofaces.c       ** NEW FILE **  
11067         * src/autofaces.h       ** NEW FILE **
11068         * src/compose.c
11069                 Allow setting Faces and X-Faces globally and per-account
11070                 from configuration files under ~/.claws-mail/autofaces
11071
11072 2008-06-13 [holger]     3.4.0cvs94
11073
11074         * .cvsignore
11075                 More files to ignore
11076         * src/gtk/inputdialog.c
11077         * src/gtk/inputdialog.h
11078                 Make input dialog more generic so that a checkbox
11079                 with custom text can be used in addition to the
11080                 "remember this" checkbox
11081         * src/imap_gtk.c
11082         * src/mh_gtk.c
11083         * src/prefs_common.c
11084         * src/prefs_common.h
11085                 Allow new folders to inherit the properties of the
11086                 parent folder during folder creation
11087
11088 2008-06-13 [wwp]        3.4.0cvs93
11089
11090         * src/addressbook.c
11091                 a better fix for this string, won't break up translations,
11092                 and is conform to other similar ones.
11093
11094 2008-06-13 [wwp]        3.4.0cvs92
11095
11096         * src/addrduplicates.c
11097         * src/addressadd.c
11098         * src/addressbook.c
11099         * src/addressbook_foldersel.c
11100         * src/editgroup.c
11101                 use tree decorations everywhere AB folders are used (AB tree pane,
11102                     add address to AB, select AB folder, edit group, custom attr, find dup
11103                     results), in order to match global style
11104                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11105                     double clicking on groups in tree pane does open the group edit dialog
11106                     double clicking on other items in tree pane does expand/collapse
11107                 fix a missing space in AB's delete-folder dialog
11108                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11109
11110         * src/foldersel.c
11111                 make foldersel dialog show dotted lines according to global (hidden) prefs
11112
11113 2008-06-12 [colin]      3.4.0cvs91
11114
11115         * src/compose.c
11116         * src/compose.h
11117                 Fix bug 1635, 'Last character of message is truncated 
11118                 when changing accounts w/ sigs'
11119         * src/folderview.c
11120                 Fix bug 1636, 'Can't select "properties" on "folders 
11121                 only" folders'
11122
11123 2008-06-11 [colin]      3.4.0cvs90
11124
11125         * src/folder.c
11126                 Maybe fix bug 1623, 'exits with segfault when 
11127                 logging in to certain imap-servers'
11128
11129 2008-06-10 [mones]      3.4.0cvs89
11130
11131         * AUTHORS
11132         * tools/Makefile.am
11133         * tools/README
11134         * tools/convert_mbox.sh
11135                 Undo cvs86 and cvs87, it really should be a patch to 
11136                 convert_mbox.pl
11137
11138 2008-06-10 [wwp]        3.4.0cvs88
11139
11140         * po/fr.po
11141                 Updated French translation.
11142
11143 2008-06-10 [mones]      3.4.0cvs87
11144
11145         * tools/Makefile.am
11146                 Oops, forgot to add previous script for distribution
11147
11148 2008-06-10 [mones]      3.4.0cvs86
11149
11150         * AUTHORS
11151         * tools/README
11152         * tools/convert_mbox.sh
11153                 Added script to convert Evolution mail folders contributed
11154                 by Daniel Dickinson <cshore@fionavar.ca>
11155                 Fixes debian bug 461435
11156
11157 2008-06-09 [colin]      3.4.0cvs85
11158
11159         * src/main.c
11160                 Integrate AWN information bubble if dbus is
11161                 available
11162         * src/folder.c
11163                 Fix crash when calling scan_required() on 
11164                 folder classes that don't implement them
11165         * src/common/session.c
11166                 Fix a little typo
11167
11168 2008-06-09 [colin]      3.4.0cvs84
11169
11170         * src/main.c
11171                 Fix bug 1447, 'If user tries to close while starting 
11172                 up, it will not close ever.'
11173
11174 2008-06-09 [colin]      3.4.0cvs83
11175
11176         * src/filtering.c
11177                 Fix bug 1628, 'Claws Mail crashes when 
11178                 filtering selected messages'
11179
11180 2008-06-04 [colin]      3.4.0cvs82
11181
11182         * src/messageview.c
11183                 Complete handling of html parts in multipart/alternative
11184                 mails
11185
11186 2008-06-03 [paul]       3.4.0cvs81
11187
11188         * src/prefs_message.c
11189                 make always the english good
11190
11191 2008-06-03 [colin]      3.4.0cvs80
11192
11193         * src/mainwindow.c
11194         * src/mainwindow.h
11195                 Fix bug 1624, '[PATCH] Quick search should be 
11196                 disabled for folder view'; based on a patch by
11197                 Michael Terry
11198
11199 2008-06-03 [iwkse]      3.4.0cvs79
11200
11201         * src/addressbook.c
11202                 Fix little gui bug on button sensitivity
11203         * src/messageview.c
11204         * src/prefs_common.c
11205         * src/prefs_common.h
11206         * src/prefs_message.c
11207                 Allow by default to show html in multipart/alternative
11208
11209 2008-06-02 [colin]      3.4.0cvs78
11210
11211         * src/prefs_actions.c
11212                 GUI rework, patch by Pawel 
11213
11214 2008-06-02 [colin]      3.4.0cvs77
11215
11216         * src/quote_fmt.c
11217                 Fix sensitivity/alignment, patch from
11218                 Pawel
11219
11220 2008-05-31 [colin]      3.4.0cvs76
11221
11222         * src/imap.c
11223                 Fix login issue introduced in cvs75.
11224
11225 2008-05-31 [colin]      3.4.0cvs75
11226
11227         * src/imap.c
11228                 Fix more possible double-frees. Also, fix the root cause
11229                 of these double-frees by just noting the Session is to
11230                 be destroyed instead of destroying it in flight
11231
11232 2008-05-29 [paul]       3.4.0cvs74
11233
11234         * manual/keyboard.xml
11235                 'Makes' these entries like the others
11236
11237 2008-05-29 [colin]      3.4.0cvs73
11238
11239         * src/procmsg.h
11240                 Include utils.h in case we
11241                 need to pull goffset definition
11242
11243 2008-05-29 [colin]      3.4.0cvs72
11244
11245         * src/common/utils.h
11246                 Workaround a stupid Glib issue, where
11247                 goffset happens to be undefined. 
11248
11249 2008-05-28 [colin]      3.4.0cvs71
11250
11251         * src/compose.c
11252         * src/compose.h
11253         * src/grouplistdialog.c
11254         * src/image_viewer.c
11255         * src/imap.c
11256         * src/inc.c
11257         * src/main.c
11258         * src/matcher.c
11259         * src/messageview.c
11260         * src/mimeview.c
11261         * src/prefs_themes.c
11262         * src/procmsg.h
11263         * src/summaryview.c
11264         * src/summaryview.h
11265         * src/textview.c
11266         * src/common/smtp.c
11267         * src/common/utils.c
11268         * src/common/utils.h
11269                 Use goffset instead of off_t for MsgInfo's size
11270                 Allows using MsgInfo structure from plugins
11271                 compiled with largefile support
11272
11273 2008-05-26 [colin]      3.4.0cvs70
11274
11275         * src/mainwindow.c
11276         * src/mainwindow.h
11277                 Define THEME_CHANGED_HOOKLIST and invoke
11278                 it on theme change
11279         * src/plugins/trayicon/trayicon.c
11280                 Listen to THEME_CHANGED_HOOKLIST and
11281                 update accordingly
11282
11283 2008-05-26 [paul]       3.4.0cvs69
11284
11285         * src/mimeview.c
11286                 plug a leak in mimeview_save_all()
11287
11288 2008-05-24 [colin]      3.4.0cvs68
11289
11290         * src/common/utils.h
11291                 Fix wrong define on old glibs
11292
11293 2008-05-24 [paul]       3.4.0cvs67
11294
11295         * src/Makefile.am
11296         * src/stock_pixmap.c
11297         * src/stock_pixmap.h
11298         * src/toolbar.c
11299         * src/pixmaps/cancel.xpm
11300         * src/pixmaps/close.xpm
11301                 add a specific icon for A_CANCEL_INC (addresses
11302                 point 1 of bug 1609 'Icon issues')
11303                 replace close.xpm with an icon of the standard
11304                 24x24 size
11305
11306 2008-05-24 [paul]       3.4.0cvs66
11307
11308         * src/pixmaps/insert_file.xpm
11309                 replaced
11310
11311 2008-05-23 [paul]       3.4.0cvs65
11312
11313         * src/common/md5.c
11314         * src/common/md5.h
11315                 add the possibility to check md5 on binary files,
11316                 thanks to Colin
11317
11318 2008-05-23 [colin]      3.4.0cvs64
11319
11320         * src/mainwindow.c
11321         * src/summaryview.c
11322                 Fix bug 1610, 'claws crash after opening/closing 
11323                 preferences and window update'
11324
11325 2008-05-22 [colin]      3.4.0cvs63
11326
11327         * src/prefs_filtering_action.c
11328         * src/gtk/combobox.c
11329         * src/gtk/combobox.h
11330                 Fix reselecting of Tags actions in
11331                 filtering actions dialog
11332
11333 2008-05-22 [colin]      3.4.0cvs62
11334
11335         * src/Makefile.am
11336         * src/prefs_toolbar.c
11337         * src/stock_pixmap.c
11338         * src/stock_pixmap.h
11339         * src/toolbar.c
11340         * src/pixmaps/delete_btn.xpm
11341         * src/pixmaps/insert_file.xpm
11342         * src/pixmaps/mail_reply_to_list.xpm
11343                 Fix more of bug 1609:
11344                 - Add a Delete button icon
11345                 - Add a Reply to list button icon
11346                 - Fix Insert file button icon
11347                 Artwork by Ciprian Popovici.
11348
11349 2008-05-21 [colin]      3.4.0cvs61
11350
11351         * src/common/utils.c
11352                 Fix a little leak
11353
11354 2008-05-21 [wwp]        3.4.0cvs60
11355
11356         * src/prefs_filtering.c
11357                 Don't show SMTP-only accounts in accounts list, as they are
11358                 irrelevant for filtering incoming messages.
11359
11360 2008-05-21 [colin]      3.4.0cvs59
11361
11362         * src/mainwindow.c
11363                 Don't put SMTP-only accounts in receive menus
11364
11365 2008-05-21 [colin]      3.4.0cvs58
11366
11367         * src/imap.c
11368                 Fix cvs56 (brain fart)
11369
11370 2008-05-21 [colin]      3.4.0cvs57
11371
11372         * src/common/utils.c
11373                 Fix bug 1615, 'hang on FIFO when the other end's not 
11374                 opened'
11375
11376 2008-05-21 [colin]      3.4.0cvs56
11377
11378         * src/imap.c
11379                 Fix a warning
11380
11381 2008-05-19 [colin]      3.4.0cvs55
11382
11383         * src/plugins/pgpcore/sgpgme.c
11384                 Maybe fix debian bug 481856, 'Segmentation fault 
11385                 when verifying a GPG signature'. Although it 
11386                 looks like a race condition...
11387
11388 2008-05-19 [colin]      3.4.0cvs54
11389
11390         * src/prefs_filtering_action.c
11391         * src/prefs_matcher.c
11392         * src/common/tags.c
11393         * src/common/tags.h
11394         * src/gtk/combobox.c
11395         * src/gtk/combobox.h
11396                 Patch by Pawel: disabled Tags menus in filtering dialogs
11397
11398 2008-05-19 [colin]      3.4.0cvs53
11399
11400         * src/prefs_account.c
11401                 GUI patch by Pawel: align ports entries
11402
11403 2008-05-19 [colin]      3.4.0cvs52
11404
11405         * src/mainwindow.c
11406                 Fix bug 1616, 'strange question while emptying trash'
11407
11408 2008-05-18 [colin]      3.4.0cvs51
11409
11410         * src/common/plugin.c
11411         * src/etpan/imap-thread.c
11412         * src/etpan/nntp-thread.c
11413         * src/gtk/gtksctree.c
11414                 Fix bug 1613, 'Various memory leaks'; 
11415                 based on a patch by Didier Barvaux.
11416
11417 2008-05-18 [colin]      3.4.0cvs50
11418
11419         * src/mimeview.c
11420         * src/privacy.h
11421         * src/toolbar.c
11422         * src/toolbar.h
11423         * src/plugins/pgpcore/sgpgme.c
11424                 Fix more parts of bug 1609:
11425                 - Make use of specific Expired privacy icon
11426                 - Use CLOSE instead of NOTICE_ERROR for cancel
11427                   receiving
11428                 - Allow a Preferences button in the main toolbar
11429
11430 2008-05-18 [colin]      3.4.0cvs49
11431
11432         * src/stock_pixmap.c
11433                 Fix bug with non-updating icons after theme change:
11434                 If fetching pixbuf for a given icon after a theme
11435                 change, the next pixmap fetch would return the old
11436                 cached one, as the theme change was forgotten at 
11437                 this time. (and vice-versa). This was mostly 
11438                 visible on open folder icons
11439
11440 2008-05-17 [colin]      3.4.0cvs48
11441
11442         * src/prefs_summaries.c
11443         * src/summaryview.c
11444                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11445                 options'. Patch by Pawel
11446
11447 2008-05-16 [colin]      3.4.0cvs47
11448
11449         * src/imap.c
11450                 Fix another possible crash (on fatal errors
11451                 at login, like stream error).
11452
11453 2008-05-16 [paul]       3.4.0cvs46
11454
11455         * tools/thunderbird-filters-convertor.pl
11456                 fix a typo
11457                 fix reading a tb rule that contains something
11458                 like that: \"Sender\"
11459
11460 2008-05-16 [paul]       3.4.0cvs45
11461
11462         * tools/README
11463         * tools/csv2addressbook.pl
11464                 add support for gmail exported csv address book
11465
11466 2008-05-16 [colin]      3.4.0cvs44
11467
11468         * configure.ac
11469         * src/ldapupdate.c
11470                 Fix ldap deprecated calls. Patch by
11471                 Michael Rasmussen
11472
11473 2008-05-16 [paul]       3.4.0cvs43
11474
11475         * manual/de/account.xml
11476         * manual/it/account.xml
11477         * manual/it/ack.xml
11478         * manual/it/addrbook.xml
11479         * manual/it/claws-mail-manual.xml
11480         * manual/it/gpl.xml
11481         * manual/it/intro.xml
11482         * manual/it/starting.xml
11483                 add pages towards German and Italian manuals.
11484                 (just for storage, they are not built yet, due
11485                 to being incomplete.) submitted by Speckmade
11486                 <Speckmade@gmx.net> and Salvatore De Paolis
11487                 <iwkse@claws-mail.org>
11488
11489 2008-05-16 [colin]      3.4.0cvs42
11490
11491         * src/gtk/sslcertwindow.c
11492                 Fix SHA1 fingerprint with GnuTLS
11493
11494 2008-05-15 [colin]      3.4.0cvs41
11495
11496         * src/gtk/sslcertwindow.c
11497                 Print SHA1 fingerprint too
11498
11499 2008-05-15 [colin]      3.4.0cvs40
11500
11501         * src/imap.c
11502                 Fix certificate port on TLS. It was 
11503                 previously always 0.
11504                 **IMPORTANT INFORMATION**: this will trigger 
11505                 one wrong "New certificate" warning at the 
11506                 first connection with this fix, if using STARTTLS
11507                 on IMAP.
11508         * src/gtk/sslcertwindow.c
11509                 Make labels selectable
11510
11511 2008-05-15 [colin]      3.4.0cvs39
11512
11513         * src/imap.c
11514                 Fix double free when STARTTLS fails (for
11515                 example due to refusing the certificate)
11516
11517 2008-05-15 [paul]       3.4.0cvs38
11518
11519         * manual/advanced.xml
11520                 fix typo
11521
11522 2008-05-15 [paul]       3.4.0cvs37
11523
11524         * manual/advanced.xml
11525         * src/prefs_send.c
11526                 make outgoing_fallback_to_ascii a hidden pref
11527
11528 2008-05-14 [colin]      3.4.0cvs36
11529
11530         * src/main.c
11531         * src/mainwindow.c
11532         * src/mainwindow.h
11533                 Make it possible to cancel quit when Claws
11534                 ask whether to empty trash.
11535
11536 2008-05-14 [colin]      3.4.0cvs35
11537
11538         * src/compose.c
11539         * src/prefs_common.c
11540         * src/prefs_common.h
11541         * src/prefs_send.c
11542                 Add a preference to be able to specify an
11543                 outgoing charset/encoding but still fallback
11544                 to 7bit US-ASCII when possible (default TRUE,
11545                 same behavior as pre-cvs34)
11546
11547 2008-05-14 [colin]      3.4.0cvs34
11548
11549         * src/compose.c
11550                 Always use the specified encoding and charset if it is
11551                 specified, even if the mail is ASCII.
11552
11553 2008-05-13 [paul]       3.4.0cvs33
11554
11555         * src/ldapupdate.c
11556                 fix the build warnings the easy way for now
11557
11558 2008-05-13 [colin]      3.4.0cvs32
11559
11560         * src/prefs_themes.c
11561                 Count .png files as icons too (fixes part
11562                 of bug 1609, 'Icon issues')
11563
11564 2008-05-13 [wwp]        3.4.0cvs31
11565
11566         * src/addressbook_foldersel.c
11567                 Fix wrong check (completes 3.4.0.cvs30).
11568
11569 2008-05-12 [wwp]        3.4.0cvs30
11570
11571         * src/addressbook.c
11572         * src/addressbook_foldersel.c
11573         * src/filtering.c
11574         * src/matcher.c
11575         * src/prefs_matcher.c
11576         * src/plugins/bogofilter/bogofilter.c
11577         * src/plugins/bogofilter/bogofilter_gtk.c
11578         * src/plugins/dillo_viewer/dillo_prefs.c
11579         * src/plugins/spamassassin/spamassassin.c
11580         * src/plugins/spamassassin/spamassassin_gtk.c
11581                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11582                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11583                 translated string "Any" in plugins (whitelisting) and
11584                 UTF8 comparisons.
11585
11586 2008-05-07 [colin]      3.4.0cvs29
11587
11588         * configure.ac
11589                 Fix --enable-maemo (assume --enable-generic-umpc)
11590
11591 2008-05-07 [colin]      3.4.0cvs28
11592
11593         * configure.ac
11594         * src/account.c
11595         * src/addr_compl.c
11596         * src/compose.c
11597         * src/editaddress.c
11598         * src/folderview.c
11599         * src/mainwindow.c
11600         * src/messageview.c
11601         * src/mimeview.c
11602         * src/prefs_account.c
11603         * src/prefs_common.c
11604         * src/prefs_display_header.c
11605         * src/prefs_filtering.c
11606         * src/prefs_summaries.c
11607         * src/prefs_template.c
11608         * src/prefs_toolbar.c
11609         * src/stock_pixmap.c
11610         * src/summaryview.c
11611         * src/summaryview.h
11612         * src/textview.c
11613         * src/toolbar.c
11614         * src/gtk/about.c
11615         * src/gtk/gtksctree.c
11616         * src/gtk/menu.c
11617         * src/gtk/prefswindow.c
11618         * src/gtk/sslcertwindow.c
11619                 Separate generic UMPC code (layouts, ...) from 
11620                 MAEMO code (Hildon, ...)
11621
11622 2008-05-06 [paul]       3.4.0cvs27
11623
11624         * tools/claws.i18n.status.pl
11625                 add he.po
11626
11627 2008-05-06 [colin]      3.4.0cvs26
11628
11629         * src/common/utils.c
11630                 Maybe fix crash on FreeBSD
11631
11632 2008-05-05 [colin]      3.4.0cvs25
11633
11634         * src/messageview.c
11635                 Fix bug 1602, 'Crash when sending return receipt for
11636                 messages with no subject'
11637
11638 2008-05-05 [colin]      3.4.0cvs24
11639
11640         * src/mimeview.c
11641                 Don't overwrite temporary files with same
11642                 name when drag and dropping. Fixes bug 1599,
11643                 'attach multiple files with the same name from 
11644                 one mail to another'
11645
11646 2008-05-04 [paul]       3.4.0cvs23
11647
11648         * src/compose.c
11649         * src/prefs_common.c
11650                 fix bug 1587 'can not replay with quote'
11651
11652 2008-05-03 [colin]      3.4.0cvs22
11653
11654         * po/de.po
11655                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11656
11657 2008-05-03 [colin]      3.4.0cvs21
11658
11659         * src/toolbar.c
11660                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11661                 icon isn't grayed although ineffective'
11662
11663 2008-05-02 [wwp]        3.4.0cvs20
11664
11665         * po/fr.po
11666                 Fix translation.
11667
11668         * src/prefs_folder_item.c
11669                 Add missing notice in folder properties (templates) when
11670                 folder is a root node.
11671
11672 2008-04-30 [colin]      3.4.0cvs19
11673
11674         * src/prefs_toolbar.c
11675                 Add Trash and Delete icons to the icon chooser
11676
11677 2008-04-30 [colin]      3.4.0cvs18
11678
11679         * src/compose.c
11680                 Remove "Delete entire line" which was a noop
11681                 and should be the same as "Delete line" :)
11682
11683 2008-04-30 [colin]      3.4.0cvs17
11684
11685         * src/compose.c
11686                 Fix 'Delete line' and 'Delete to end of line'
11687                 on the last line. Patch by <seelenhirt@gmx.net>
11688
11689 2008-04-28 [colin]      3.4.0cvs16
11690
11691         * src/folder.c
11692                 Fix bug 1589, 'tagsdb file not removed when
11693                 folder deleted'.
11694         * src/common/utils.c
11695                 Make sure claws_unlink accepts NULL arg.
11696
11697 2008-04-25 [colin]      3.4.0cvs15
11698
11699         * src/common/ssl.c
11700                 Fix/simplify previous commit
11701
11702 2008-04-25 [colin]      3.4.0cvs14
11703
11704         * src/addrindex.h
11705         * src/common/ssl_certificate.c
11706                 Patch by Marcus: Fix Win32 build
11707         * src/common/ssl.c
11708                 Fix build with GnuTLS/no pthread, thanks
11709                 to Marcus
11710
11711 2008-04-25 [colin]      3.4.0cvs13
11712
11713         * src/summaryview.c
11714                 Fix bug 1586, '3-pane vertical layout now and then 
11715                 still shows sender column'
11716
11717 2008-04-25 [colin]      3.4.0cvs12
11718
11719         * src/Makefile.am
11720         * src/w32-logo.ico
11721         * src/w32-resource.rc
11722                 Patch from Marcus Brinkmann to set an icon on w32.
11723
11724 2008-04-24 [colin]      3.4.0cvs11
11725
11726         * src/inc.c
11727         * src/inc.h
11728                 Trace inc locks
11729         * src/ldif.c
11730         * src/ldif.h
11731                 Fix bug 1581, 'Bad File Format during Import LDIF':
11732                 Use dynamically allocated buffers; also, allow 
11733                 importing contacts with no email address
11734
11735 2008-04-24 [colin]      3.4.0cvs10
11736
11737         * src/prefs_common.c
11738                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11739
11740 2008-04-23 [colin]      3.4.0cvs9
11741
11742         * src/compose.c
11743         * src/prefs_folder_item.c
11744         * src/prefs_template.c
11745         * src/quote_fmt.c
11746                 Fix bug 1576: Fix unescaping of templates when testing them
11747                 I think it breaks nothing. (wwp, you're welcome to double-check)
11748
11749 2008-04-23 [paul]       3.4.0cvs8
11750
11751         * manual/advanced.xml
11752                 add info about the "two_line_vertical" hidden
11753                 pref
11754
11755 2008-04-22 [paul]       3.4.0cvs7
11756
11757         * src/prefs_common.c
11758         * src/prefs_common.h
11759         * src/summaryview.c
11760                 make the 2-line view in summaryview when in three
11761                 columns mode configurable. hidden pref: "two_line_vertical"
11762
11763 2008-04-22 [colin]      3.4.0cvs6
11764
11765         * src/inc.c
11766                 Fix missing inc_unlock()
11767         * src/prefs_matcher.c
11768         * src/send_message.c
11769                 Fix my last commit
11770
11771 2008-04-22 [colin]      3.4.0cvs5
11772
11773         * src/etpan/imap-thread.c
11774                 Use g_(un)setenv instead of (un)setenv which
11775                 doesn't exist on IRIX 6.5
11776
11777 2008-04-22 [colin]      3.4.0cvs4
11778
11779         * src/inc.c
11780         * src/prefs_common.c
11781         * src/send_message.c
11782                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11783                 Set the default timeout to 75 seconds
11784
11785 2008-04-20 [colin]      3.4.0cvs3
11786
11787         * src/pixmaps/tray_newmail.offline.xpm
11788         * src/pixmaps/tray_newmail.xpm
11789         * src/pixmaps/tray_newmarkedmail.offline.xpm
11790         * src/pixmaps/tray_newmarkedmail.xpm
11791         * src/pixmaps/tray_nomail.offline.xpm
11792         * src/pixmaps/tray_nomail.xpm
11793         * src/pixmaps/tray_unreadmail.offline.xpm
11794         * src/pixmaps/tray_unreadmail.xpm
11795         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11796         * src/pixmaps/tray_unreadmarkedmail.xpm
11797                 Make the tray icons a bit nicer. Would be
11798                 nice to get really nice icons from someone
11799                 who's good at Gimp :)
11800
11801 2008-04-18 [colin]      3.4.0cvs2
11802
11803         * src/common/log.c
11804                 Forgot one g_unlink
11805
11806 lease complete the changelog entry below
11807 2008-04-18 [colin]      3.4.0cvs1
11808
11809         * src/addrduplicates.c
11810         * src/addressbook.c
11811         * src/compose.c
11812         * src/crash.c
11813         * src/editaddress.c
11814         * src/folder.c
11815         * src/image_viewer.c
11816         * src/imap.c
11817         * src/inc.c
11818         * src/main.c
11819         * src/mbox.c
11820         * src/messageview.c
11821         * src/mh.c
11822         * src/msgcache.c
11823         * src/news.c
11824         * src/partial_download.c
11825         * src/pop.c
11826         * src/prefs_common.c
11827         * src/prefs_common.h
11828         * src/prefs_other.c
11829         * src/prefs_themes.c
11830         * src/procheader.c
11831         * src/procmime.c
11832         * src/procmsg.c
11833         * src/textview.c
11834         * src/wizard.c
11835         * src/common/prefs.c
11836         * src/common/ssl_certificate.c
11837         * src/common/template.c
11838         * src/common/utils.c
11839         * src/common/utils.h
11840         * src/etpan/imap-thread.c
11841         * src/plugins/dillo_viewer/dillo_viewer.c
11842         * src/plugins/pgpcore/sgpgme.c
11843         * src/plugins/pgpinline/pgpinline.c
11844                 Add an option to shred temporary files and messages
11845                 instead of just removing them. Slows deletions down!
11846
11847 2008-04-18 [paul]       3.4.0
11848
11849         * NEWS
11850         * README
11851         * RELEASE_NOTES 
11852                 3.4.0 released
11853
11854
11855 2008-04-18 [paul]       3.3.1cvs61
11856
11857         * po/de.po
11858         * po/fi.po
11859         * po/it.po
11860         * po/pt_BR.po
11861                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11862                 and Frederico Goncalves Guimaraes
11863         * po/es.po
11864                 updated on the last minute by a lazy Ricardo Mones
11865
11866 2008-04-18 [colin]      3.3.1cvs60
11867
11868         * po/fr.po
11869                 Update translation (Fabien Vantard)
11870
11871 2008-04-17 [colin]      3.3.1cvs59
11872
11873         * src/imap.c
11874                 Fix debian bug 474712, 'claws seg faults when IMAP 
11875                 connection breaks after an IMAP protocol error 
11876                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11877         * src/summaryview.c
11878                 Fix a little leak
11879
11880 2008-04-17 [colin]      3.3.1cvs58
11881
11882         * src/common/log.c
11883                 Fix log size getting out of control (claws-mail
11884                 getting SIGXFSZ): rotate if every 10MB
11885
11886 2008-04-10 [paul]       3.3.1cvs57
11887
11888         * src/prefs_other.c
11889                 improvements to english usage
11890
11891 2008-04-10 [paul]       3.3.1cvs56
11892
11893         * src/prefs_receive.c
11894                 add an accurate description
11895
11896 2008-04-08 [colin]      3.3.1cvs55
11897
11898         * src/undo.c
11899                 Probably fix corruption, introduced in cvs53
11900
11901 2008-04-04 [iwkse]      3.3.1cvs54
11902
11903         * src/undo.c
11904                 undo should works properly again
11905
11906 2008-04-04 [iwkse]      3.3.1cvs53
11907
11908         * src/undo.c
11909                 Fix a segfault but breaks undo
11910                 on a specific case (eg. double paste with
11911                 middle-mouse button)
11912
11913 2008-04-04 [iwkse]      3.3.1cvs52
11914
11915         * src/prefs_filtering.c
11916                 Fix previous Tab mess
11917
11918 2008-04-03 [iwkse]      3.3.1cvs51
11919
11920         * src/prefs_filtering.c
11921                 Add search in filtering rules list
11922
11923 2008-04-02 [colin]      3.3.1cvs50
11924
11925         * src/main.c
11926                 Revert part of the previous patch: we do
11927                 want to parse ~/.claws-mail/gtkrc-2.0 if it
11928                 exists
11929
11930 2008-04-02 [colin]      3.3.1cvs49
11931
11932         * src/main.c
11933                 Fix bug 1562, 'Claws-Mail does not completely 
11934                 respect settings in GTK2_RC_FILES environment'
11935                 Remove manual parsing of .gtkrc-2.0 and 
11936                 .gtk/gtkrc-2.0. GTK does it itself these days.
11937
11938 2008-04-01 [colin]      3.3.1cvs48
11939
11940         * src/imap_gtk.c
11941                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
11942                 ticking "Show only subscribed"'
11943
11944 2008-03-31 [colin]      3.3.1cvs47
11945
11946         * src/folder.c
11947                 Fix bug 1553, 'File lock not respected'
11948                 Regression due to the implementation of
11949                 deletion batching
11950
11951 2008-03-31 [colin]      3.3.1cvs46
11952
11953         * src/mainwindow.c
11954                 Fix tags menu update, thanks to Paul
11955
11956 2008-03-29 [wwp]        3.3.1cvs45
11957
11958         * src/prefs_account.c
11959         * src/prefs_common.c
11960         * src/prefs_folder_item.c
11961         * src/prefs_quote.c
11962         * src/quote_fmt.c
11963         * src/quote_fmt.h
11964                 Fix compose template formats (in global preferences)
11965                 being translated under specific conditions.
11966                 Add a button to restore factory defaults for current
11967                 language.
11968
11969 2008-03-27 [colin]      3.3.1cvs44
11970
11971         * src/common/prefs.c
11972         * src/common/xmlprops.c
11973                 Fix RedHat bug 431735, 'segfault if /home is full' 
11974                 (when starting): Fix double fclose() in prefs.c
11975                 and potentially xmlprops.c
11976
11977 2008-03-27 [colin]      3.3.1cvs43
11978
11979         * src/addressbook.c
11980                 Fix bug 1559, 'Claws Mail crashed deleting all 
11981                 common contacts'
11982
11983 2008-03-27 [wwp]        3.3.1cvs42
11984
11985         * src/addressbook.c
11986                 Fix 3.3.0cvs41.
11987
11988 2008-03-27 [wwp]        3.3.1cvs41
11989
11990         * src/addressbook.c
11991                 Prevent list flickering when deleting addresses.
11992
11993 2008-03-26 [colin]      3.3.1cvs40
11994
11995         * src/imap.c
11996                 Clean up session disconnection. Possibly
11997                 fix Ubuntu bug #204290
11998
11999 2008-03-26 [colin]      3.3.1cvs39
12000
12001         * src/textview.c
12002                 Fix bug 1555: current folder wasn't used when
12003                 right-clicking on an email address
12004
12005 2008-03-25 [colin]      3.3.1cvs38
12006
12007         * src/plugins/bogofilter/bogofilter.c
12008         * src/plugins/bogofilter/bogofilter.h
12009         * src/plugins/bogofilter/bogofilter_gtk.c
12010                 Add a "learn from whitelist" preference
12011                 Whitelist Unsure mails too.
12012
12013 2008-03-24 [paul]       3.3.1cvs37
12014
12015         * src/prefs_account.c
12016                 If no MH mailbox and no account exists, when
12017                 creating a POP/Local account, just create and
12018                 use the default one instead of bailing with a
12019                 "Mailbox doesn't exist" error
12020
12021 2008-03-21 [colin]      3.3.1cvs36
12022
12023         * src/procmime.c
12024                 strstrip mime subtype
12025
12026 2008-03-21 [paul]       3.3.1cvs35
12027
12028         * manual/advanced.xml
12029                 correct and update the info about Actions
12030
12031 2008-03-20 [colin]      3.3.1cvs34
12032
12033         * src/messageview.c
12034         * src/messageview.h
12035         * src/textview.c
12036                 Show at max 1MB of text, add a noticeview to
12037                 show everything optionally.
12038
12039 2008-03-20 [colin]      3.3.1cvs33
12040
12041         * src/stock_pixmap.c
12042                 Add support for png themes
12043
12044 2008-03-19 [wwp]        3.3.1cvs32
12045
12046         * src/procheader.c
12047                 Sanity check.
12048
12049 2008-03-18 [colin]      3.3.1cvs31
12050
12051         * src/common/utils.c
12052         * src/common/utils.h
12053                 Handle size_t instead of off_t in to_human_readable
12054
12055 2008-03-18 [colin]      3.3.1cvs30
12056
12057         * src/imap.c
12058                 Remove raw printf
12059
12060 2008-03-16 [colin]      3.3.1cvs29
12061
12062         * src/summaryview.c
12063                 Fix build on GTK < 2.12
12064
12065 2008-03-16 [colin]      3.3.1cvs28
12066
12067         * src/mainwindow.c
12068                 Refresh non-list widget when switching
12069                 messageview
12070
12071 2008-03-16 [colin]      3.3.1cvs27
12072
12073         * manual/faq.xml
12074                 Revert cvs25: This wasn't a typo :) :
12075                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12076
12077
12078 2008-03-16 [colin]      3.3.1cvs26
12079
12080         * src/summaryview.c
12081         * src/gtk/gtksctree.c
12082         * src/gtk/gtksctree.h
12083                 Implement 2-lines items in Summaryview when in 
12084                 three columns mode
12085
12086 2008-03-16 [paul]       3.3.1cvs25
12087
12088         * manual/faq.xml
12089                 fix typo
12090
12091 2008-03-14 [colin]      3.3.1cvs24
12092
12093         * src/prefs_filtering_action.c
12094                 Fix buglet on setting recipient when
12095                 reediting forward rules.
12096
12097 2008-03-12 [colin]      3.3.1cvs23
12098
12099         * src/summaryview.c
12100                 Fix a new unused variable warning
12101         * src/plugins/trayicon/trayicon.c
12102                 Fix folderview's scrollbar at startup
12103                 if starting hidden
12104
12105 2008-03-12 [colin]      3.3.1cvs22
12106
12107         * src/folderview.c
12108         * src/summaryview.c
12109                 Use item_opened at the beginning of showing
12110                 a folder instead of the end. Fixes flicker.
12111
12112 2008-03-12 [paul]       3.3.1cvs21
12113
12114         * src/folder.c
12115         * src/folder.h
12116         * src/mainwindow.c
12117         * src/procmsg.c
12118         * src/summaryview.c
12119         * src/plugins/trayicon/trayicon.c
12120                 add tooltip with extended folder stats
12121
12122 2008-03-10 [colin]      3.3.1cvs20
12123
12124         * src/common/xml.c
12125                 Handle comments
12126
12127 2008-03-07 [colin]      3.3.1cvs19
12128
12129         * src/mainwindow.c
12130                 Fix blinking of the taskbar entry
12131
12132 2008-03-07 [colin]      3.3.1cvs18
12133
12134         * src/mainwindow.c
12135                 MAEMO: Fix bug 1494, 'Trayicon 
12136                 plugin breaks UI...'
12137
12138 2008-03-07 [paul]       3.3.1cvs17
12139
12140         * src/gtk/authors.h
12141                 reflect reality a bit more closely
12142
12143 2008-03-06 [colin]      3.3.1cvs16
12144
12145         * src/mainwindow.c
12146         * src/mainwindow.h
12147         * src/summaryview.c
12148         * src/summaryview.h
12149         * src/toolbar.c
12150                 Integrate things better wrt the new
12151                 summaryview extensibility.
12152
12153 2008-03-06 [wwp]        3.3.1cvs15
12154
12155         * src/quote_fmt.c
12156                 Fix some gcc warnings.
12157
12158 2008-03-06 [wwp]        3.3.1cvs14
12159
12160         * src/prefs_account.c
12161         * src/prefs_folder_item.c
12162         * src/prefs_gtk.c
12163         * src/prefs_template.c
12164         * src/gtk/prefswindow.c
12165         * src/gtk/prefswindow.h
12166                 prefs_templates: fix missing unregistering of addr_completion widgets
12167                 and and ending of addr_completion service.
12168                 prefs_folder_item: fix missing registering/unregistering of widgets,
12169                 and rework the way add_completion service is started and stopped.
12170                 Plus few prefswindow API changes (opening).
12171
12172 2008-03-06 [wwp]        3.3.1cvs13
12173
12174         * src/folder_item_prefs.c
12175         * src/prefs_template.c
12176         * src/prefs_template.h
12177         * src/quote_fmt.c
12178         * src/common/template.c
12179                 Complete 3.3.1cvs12, thanks to Colin.
12180
12181 2008-03-06 [wwp]        3.3.1cvs12
12182
12183         * src/compose.c
12184         * src/folder_item_prefs.c
12185         * src/folder_item_prefs.h
12186         * src/prefs_account.c
12187         * src/prefs_folder_item.c
12188         * src/prefs_quote.c
12189         * src/prefs_template.c
12190         * src/quote_fmt.c
12191         * src/quote_fmt.h
12192         * src/common/template.c
12193         * src/common/template.h
12194                 Global and per-folder templates can now override the from name (this
12195                 doesn't change the account being used).
12196                 Examples:
12197                  "My other name" <%account_email> (just changes the name)
12198                  my.faked.email@address.org (overrides the address too)
12199
12200 2008-03-05 [colin]      3.3.1cvs11
12201
12202         * src/summaryview.c
12203         * src/summaryview.h
12204                 Replace that hbox with a notebook
12205
12206 2008-03-05 [colin]      3.3.1cvs10
12207
12208         * src/folder.h
12209         * src/folderview.c
12210                 Add klass functions for notification of folder
12211                 opening/closing via the GUI
12212         * src/summaryview.c
12213         * src/summaryview.h
12214                 Add a specific container for the scrolledwin
12215
12216 2008-03-05 [colin]      3.3.1cvs9
12217
12218         * src/folder.h
12219         * src/folderview.c
12220                 Add klass functions for notification of folder 
12221                 opening/closing via the GUI
12222         * src/summaryview.c
12223         * src/summaryview.h
12224                 Add a specific container for the scrolledwin
12225
12226 2008-03-02 [colin]      3.3.1cvs8
12227
12228         * src/messageview.c
12229                 MAEMO: Fix bug 1541, 'Deleting message from within 
12230                 read window displays next message then closes.'
12231
12232 2008-03-02 [colin]      3.3.1cvs7
12233
12234         * src/main.c
12235                 Probably fix bug 1539, 'Program crashes':
12236                 Setup Gcrypt's thread functions when built
12237                 with GnuTLS
12238
12239 2008-03-01 [colin]      3.3.1cvs6
12240
12241         * src/folder.c
12242         * src/imap_gtk.c
12243                 Get rid of stale folders with no account
12244
12245 2008-02-28 [colin]      3.3.1cvs5
12246
12247         * src/compose.c
12248                 Fix bug 1534, 'Segmentation fault when doing 
12249                 some draft saving and then throwing away'
12250         * src/imap.c
12251                 Fix bug 1533, 'Claws is unable to mark messages 
12252                 as "read" in IMAP shared folders'
12253         * src/etpan/imap-thread.c
12254                 Fix bug 1515, 'large messages crash claws when 
12255                 syncing for offline mode'. This is rather a
12256                 workaround, and mails > 64MB will still be
12257                 problematic if there's less than 64MB available
12258                 on the dataroot volume.
12259         * src/messageview.c
12260                 MAEMO: Add information when fetching big messages
12261
12262 2008-02-26 [colin]      3.3.1cvs4
12263
12264         * src/imap.c
12265                 fix bug 1532, '"login refused" message insufficiently 
12266                 detailed'
12267
12268 2008-02-26 [paul]       3.3.1cvs3
12269
12270         * INSTALL
12271         * README
12272                 remove mentions of ClamAV and a few other
12273                 old bits of information
12274
12275 2008-02-23 [colin]      3.3.1cvs2
12276
12277         * src/main.c
12278                 Fix log output (missing \n)
12279
12280 2008-02-23 [colin]      3.3.1cvs1
12281
12282         * configure.ac
12283                 Bump version number for stable release
12284
12285 2008-02-23 [paul]       3.3.0cvs21
12286
12287         * po/he.po
12288                 updated by Ofer
12289
12290 2008-02-21 [colin]      3.3.0cvs20
12291
12292         * src/matcher.c
12293                 Fix bug 1527, 'filtering is case sensitive when it 
12294                 shouldn't be'
12295
12296 2008-02-20 [colin]      3.3.0cvs19
12297
12298         * src/main.c
12299                 Fix file attachments from older Thunar
12300
12301 2008-02-19 [colin]      3.3.0cvs18
12302
12303         * manual/plugins.xml
12304         * manual/es/plugins.xml
12305         * manual/fr/plugins.xml
12306         * manual/pl/plugins.xml
12307                 Remove Clamav
12308
12309 2008-02-19 [paul]       3.3.0cvs17
12310
12311         * tools/README
12312         * tools/csv2addressbook.pl
12313                 add support for Kmail/Kaddressbook
12314
12315 2008-02-18 [colin]      3.3.0cvs16
12316
12317         * src/imap.c
12318                 Unset folder's session before creating a
12319                 new one
12320         * src/main.c
12321         * src/prefs_common.c
12322         * src/prefs_common.h
12323         * manual/advanced.xml
12324                 Add an hidden use_networkmanager pref, to
12325                 disable NetworkManager handling. Also,
12326                 consider UNKNOWN state to be CONNECTED.
12327
12328 2008-02-18 [wwp]        3.3.0cvs15
12329
12330         * src/matcher.c
12331                 Fix Engrish and make 'not' more visible in filtering debug logs.
12332
12333 2008-02-15 [colin]      3.3.0cvs14
12334
12335         * src/matcher.c
12336                 Revert cvs10 for now, it breaks the feature
12337
12338 2008-02-15 [colin]      3.3.0cvs13
12339
12340         * src/main.c
12341                 Always focus folder tree at startup
12342         * src/compose.c
12343                 Fix bug 1521, 'Cannot close compose window after 
12344                 replying to a non-existent news message'
12345
12346 2008-02-13 [colin]      3.3.0cvs12
12347
12348         * src/folderview.c
12349                 Fix important warnings
12350
12351 2008-02-12 [colin]      3.3.0cvs11
12352
12353         * src/imap.c
12354         * src/etpan/imap-thread.c
12355         * src/etpan/imap-thread.h
12356                 Fix handling of $Forwarded flag on Exchange:
12357                 check for the existence or creatability of a
12358                 flag before using it.
12359
12360 2008-02-12 [colin]      3.3.0cvs10
12361
12362         * src/matcher.c
12363                 Optimise matching on Found in addressbook if
12364                 the matched header is in cache (From, etc)
12365
12366 2008-02-12 [colin]      3.3.0cvs9
12367
12368         * src/folderview.c
12369                 Fix crashy stuff when changing displayed
12370                 columns
12371
12372 2008-02-12 [wwp]        3.3.0cvs8
12373
12374         * src/folder.h
12375                 Remove duplicate func declaration and restore the one
12376                 a missing one.
12377
12378 2008-02-12 [wwp]        3.3.0cvs7
12379
12380         * src/compose.c
12381         * src/export.c
12382         * src/folder.c
12383         * src/folder.h
12384         * src/foldersel.c
12385         * src/foldersel.h
12386         * src/imap_gtk.c
12387         * src/import.c
12388         * src/mainwindow.c
12389         * src/messageview.c
12390         * src/mh_gtk.c
12391         * src/prefs_account.c
12392         * src/prefs_filtering_action.c
12393         * src/summaryview.c
12394         * src/plugins/bogofilter/bogofilter_gtk.c
12395         * src/plugins/spamassassin/spamassassin_gtk.c
12396                 Allow moving/copying folders to root folders when using
12397                 the folder selection dialog (it was not possible to
12398                 maemo users to reparent a subfolder to a root folder
12399                 at all).
12400
12401 2008-02-12 [fabien]     3.3.0cvs6
12402
12403         * po/fr.po
12404                 a few days late for i18n fr update. Sorry.
12405
12406 2008-02-11 [colin]      3.3.0cvs5
12407
12408         * src/main.c
12409                 Implement support for future /dev/mem_notify.
12410                 This Linux kernel feature will allow applications
12411                 to be notified that memory has to be freed
12412                 before getting OOM-killed. For more information:
12413                 http://lwn.net/Articles/267013/
12414
12415 2008-02-10 [paul]       3.3.0cvs4
12416
12417         * src/Makefile.am
12418         * src/mimeview.c
12419         * src/prefs_toolbar.c
12420         * src/stock_pixmap.c
12421         * src/stock_pixmap.h
12422         * src/pixmaps/mime_text_patch.xpm
12423                 add an icon for attached patches
12424
12425 2008-02-09 [paul]       3.3.0cvs3
12426
12427         * src/gtk/about.c
12428                 bump the (c) year
12429
12430 2008-02-09 [wwp]        3.3.0cvs2
12431
12432         * src/main.c
12433                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12434
12435 2008-02-08 [colin]      3.3.0cvs1
12436
12437         * src/common/utils.c
12438                 Forbid attaching anything containing "../" or ".ssh/"
12439                 from mailto: URI
12440
12441 2008-02-08 [paul]       3.3.0
12442
12443         * NEWS
12444         * README
12445         * RELEASE_NOTES 
12446                 3.3.0 released
12447
12448 2008-02-08 [paul]       3.2.0cvs77
12449
12450         * AUTHORS
12451                 updated with new translators
12452         * configure.ac
12453                 added he to ALL_LINGUAS
12454         * po/cs.po
12455         * po/de.po
12456         * po/es.po
12457         * po/fi.po
12458         * po/hu.po
12459         * po/it.po
12460         * po/pt_BR.po
12461         * po/zh_CN.po
12462                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12463                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12464                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12465                 and Ralph Young
12466         * po/he.po
12467                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12468         * src/gtk/about.c
12469                 updated with new translators and bumped (c) year
12470         * src/gtk/authors.h
12471                 updated with new translators
12472
12473 2008-02-05 [colin]      3.2.0cvs76
12474
12475         * src/messageview.c
12476         * src/mimeview.c
12477         * src/mimeview.h
12478                 Special case text/calendar parts: if there's one in
12479                 the mail, and a plugin handling text/calendar is
12480                 loaded, show that part. That'll avoid rendering 
12481                 meetings as plain text, which just looks broken to
12482                 many users.
12483
12484 2008-02-04 [colin]      3.2.0cvs75
12485
12486         * src/mainwindow.c
12487                 Maemo: Fix LED handling on OS 2008
12488
12489 2008-02-01 [colin]      3.2.0cvs74
12490
12491         * src/compose.c
12492                 Possibly fix the annoying and hard-to reproduce bug
12493                 where lines 
12494                 are
12495                 rewrapped
12496                 like
12497                 that.
12498
12499 2008-02-01 [paul]       3.2.0cvs73
12500
12501         * src/common/utils.c
12502                 fix bug 1502, 'Plus signs are stripped from
12503                 email addresses when calling from command line'
12504                 Thanks to Colin
12505
12506 2008-01-31 [colin]      3.2.0cvs72
12507
12508         * src/exphtmldlg.c
12509         * src/mimeview.c
12510         * src/summaryview.c
12511                 Fix building of URIs from filenames
12512
12513 2008-01-31 [wwp]        3.2.0cvs71
12514
12515         * src/main.c
12516                 Fixes debug output of compiled-in features list
12517                 (completes 3.2.0cvs60).
12518
12519 2008-01-31 [colin]      3.2.0cvs70
12520
12521         * configure.ac
12522         * po/POTFILES.in
12523         * src/compose.c
12524         * src/plugins/Makefile.am
12525         * src/plugins/clamav/.cvsignore
12526         * src/plugins/clamav/Makefile.am
12527         * src/plugins/clamav/README
12528         * src/plugins/clamav/clamav_plugin.c
12529         * src/plugins/clamav/clamav_plugin.h
12530         * src/plugins/clamav/clamav_plugin_gtk.c
12531         * src/plugins/clamav/clamav_plugin_gtk.deps
12532                 Remove the Clamav plugin from the core
12533
12534 2008-01-28 [wwp]        3.2.0cvs69
12535
12536         * src/compose.c
12537         * src/prefs_template.c
12538         * src/prefs_template.h
12539         * src/quote_fmt.c
12540         * src/quote_fmt.h
12541         * src/quote_fmt_lex.l
12542         * src/quote_fmt_parse.y
12543                 Fix for bug #1493: count lines (\n chars) according to the way
12544                 format body is passed (i.e. \-escaped or not).
12545
12546 2008-01-27 [paul]       3.2.0cvs68
12547
12548         * po/en_GB.po
12549                 updated
12550         * src/prefs_actions.c
12551         * src/prefs_filtering.c
12552         * src/prefs_folder_item.c
12553         * src/prefs_template.c
12554         * src/gtk/about.c
12555                 some minor changes to the English
12556
12557 2008-01-24 [colin]      3.2.0cvs67
12558
12559         * src/etpan/imap-thread.c
12560         * src/etpan/nntp-thread.c
12561                 Fix bug 1348, 'Hang ups at exit time with 
12562                 pgp plugin since 3.0.2'
12563
12564 2008-01-23 [colin]      3.2.0cvs66
12565
12566         * src/toolbar.c
12567                 Fix translation of something that shouldn't be
12568
12569 2008-01-23 [colin]      3.2.0cvs65
12570
12571         * src/procmime.c
12572                 Fix bug 1486, 'Re: Incorrect content when replying'
12573                 Revert to full scan if short scan found only 0-length
12574                 text parts
12575
12576 2008-01-23 [paul]       3.2.0cvs64
12577
12578         * src/prefs_folder_item.c
12579                 fix bug 1485, 'selecting a folder's default
12580                 account if name contains '&''
12581
12582 2008-01-23 [colin]      3.2.0cvs63
12583
12584         * src/folder.c
12585         * src/folder.h
12586         * src/main.c
12587         * src/mainwindow.c
12588                 Fix bug 1480, 'should be able to display mail file
12589                 from command line'. Let 'claws-mail --select' accept
12590                 absolute paths in addition to folder identifiers.
12591
12592 2008-01-22 [wwp]        3.2.0cvs62
12593
12594         * src/account.c
12595         * src/account.h
12596         * src/compose.c
12597         * src/messageview.c
12598         * src/summaryview.c
12599         * src/common/utils.c
12600         * src/common/utils.h
12601                 Allow from=address in mailto sequence:
12602                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12603                   The 'from' will try to select the first account matching in accounts list,
12604                   otherwise will use the usual account selection mechanism but override with
12605                   this 'from' address.
12606                 Allow mailto with NNTP accounts
12607                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12608                   is the default one or if a NNTP account address is used with 'from'.
12609                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12610                   default account but the complete mailto sequence was put in To.
12611
12612 2008-01-22 [wwp]        3.2.0cvs61
12613
12614         * doc/man/claws-mail.1
12615                 Updated the man page: status of few features, command-line
12616                 usage (--version-full) and completed list of config files
12617                 and dirs.
12618
12619 2008-01-22 [wwp]        3.2.0cvs60
12620
12621         * src/main.c
12622                 Added --version-full to display version and compiled-in
12623                 features list (for later use by Clawsker for instance).
12624
12625 2008-01-22 [holger]     3.2.0cvs59
12626
12627         * src/addrduplicates.c
12628                 Fix scrolling in addressbook duplicate
12629                 finder result dialog
12630
12631 2008-01-21 [colin]      3.2.0cvs58
12632
12633         * src/summaryview.c
12634                 Fix bug 1457, 'sorting messages on, say, from, 
12635                 should subsort on previous sort choice'. Subsort
12636                 by date when sort is Subject, From, To, Tags.
12637
12638 2008-01-21 [colin]      3.2.0cvs57
12639
12640         * AUTHORS
12641         * src/matcher.c
12642         * src/mimeview.c
12643         * src/common/ssl.c
12644         * src/gtk/authors.h
12645                 Fix bug 1478, 'Wrong pthread_create calls all 
12646                 over the place'. Patch by Christian Cornelssen
12647
12648 2008-01-20 [colin]      3.2.0cvs56
12649
12650         * src/imap.c
12651         * src/etpan/imap-thread.c
12652         * src/etpan/imap-thread.h
12653                 Fix bug 1468, 'Use IMAP keyword to 
12654                 store "forwarded" flag'
12655
12656 2008-01-20 [colin]      3.2.0cvs55
12657
12658         * src/folderutils.c
12659                 Make list operations faster
12660
12661 2008-01-20 [colin]      3.2.0cvs54
12662
12663         * src/mainwindow.c
12664                 Fix bug 1353, 'on startup with small screen 
12665                 layout, keyboard input gets lost'
12666
12667 2008-01-20 [colin]      3.2.0cvs53
12668
12669         * src/textview.c
12670                 Complete 3.2.0cvs49, and fixes bug 1477, 
12671                 'Claws Mail crashes when view PGP-encrypted 
12672                 message'
12673
12674 2008-01-20 [colin]      3.2.0cvs52
12675
12676         * src/compose.c
12677                 Fix privacy menu update when replying to
12678                 encrypted mail and no default privacy 
12679                 system is set
12680
12681 2008-01-19 [colin]      3.2.0cvs51
12682
12683         * src/filtering.c
12684         * src/procmsg.h
12685         * src/plugins/bogofilter/bogofilter.c
12686         * src/plugins/clamav/clamav_plugin.c
12687         * src/plugins/spamassassin/spamassassin.c
12688                 Batch filtering deletions too (and save 4 bytes
12689                 per MsgInfo in the process :)
12690
12691 2008-01-19 [colin]      3.2.0cvs50
12692
12693         * src/folder.c
12694                 Make cache update after copies much faster
12695                 on IMAP
12696
12697 2008-01-19 [colin]      3.2.0cvs49
12698
12699         * src/textview.c
12700                 Check g_fopen() success
12701
12702 2008-01-17 [wwp]        3.2.0cvs48
12703
12704         * manual/faq.xml
12705         * manual/es/faq.xml
12706         * manual/fr/faq.xml
12707         * manual/pl/faq.xml
12708                 Sylpheed? No idea what this means.
12709
12710 2008-01-17 [colin]      3.2.0cvs47
12711
12712         * src/gtk/gtksctree.c
12713                 Make dnd threshold higher on Maemo
12714
12715 2008-01-16 [colin]      3.2.0cvs46
12716
12717         * src/common/passcrypt.c
12718                 Fix build on FreeBSD, thanks to Pawel
12719
12720 2008-01-15 [colin]      3.2.0cvs45
12721
12722         * src/compose.c
12723                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12724                 spell check of actuall word'
12725         * src/summaryview.c
12726                 Temporarily disable immediate execution when learning
12727                 spam *only* if the summaryview isn't locked
12728
12729 2008-01-15 [wwp]        3.2.0cvs44
12730
12731         * src/prefs_filtering.c
12732                 Fix filtering prefs layout (Maemo port), moving page up/down
12733                 from buttons to context menu.
12734
12735 2008-01-15 [colin]      3.2.0cvs43
12736
12737         * src/compose.c
12738                 Fix bug 1465, 'First line in new message does not mark URLs'
12739
12740 2008-01-15 [colin]      3.2.0cvs42
12741
12742         * src/common/passcrypt.c
12743                 Fix bug 1461, 'several components #define 
12744                 _XOPEN_SOURCE improperly'
12745
12746 2008-01-15 [colin]      3.2.0cvs41
12747
12748         * src/summaryview.c
12749                 Fix bug 1469, 'Column width adjustments on message 
12750                 lists do not save'
12751
12752 2008-01-14 [holger]     3.2.0cvs40
12753
12754         * configure.ac
12755                 Add tests for dbus, dbus glib bindings,
12756                 and NetworkManager. All is optional. Add new
12757                 --(en|dis)able-networkmanager-support switch.
12758         * src/Makefile.am
12759         * src/imap.c
12760         * src/inc.c
12761         * src/main.c
12762         * src/main.h
12763         * src/mainwindow.c
12764         * src/gtk/about.c
12765                 Add optional NetworkManager support, so Claws Mail
12766                 can try to do the right thing when the network connection
12767                 status changes. NetworkManager support is active by
12768                 default if above requirements were met.
12769
12770 2008-01-12 [colin]      3.2.0cvs39
12771
12772         * src/summaryview.c
12773                 Advertise the click-on-reply feature in the tooltip
12774
12775 2008-01-12 [colin]      3.2.0cvs38
12776
12777         * src/Makefile.am
12778         * src/stock_pixmap.c
12779         * src/stock_pixmap.h
12780         * src/pixmaps/tray_newmail.offline.xpm
12781         * src/pixmaps/tray_newmail.xpm
12782         * src/pixmaps/tray_newmarkedmail.offline.xpm
12783         * src/pixmaps/tray_newmarkedmail.xpm
12784         * src/pixmaps/tray_nomail.offline.xpm
12785         * src/pixmaps/tray_nomail.xpm
12786         * src/pixmaps/tray_unreadmail.offline.xpm
12787         * src/pixmaps/tray_unreadmail.xpm
12788         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12789         * src/pixmaps/tray_unreadmarkedmail.xpm
12790         * src/plugins/trayicon/Makefile.am
12791         * src/plugins/trayicon/newmail.offline.xpm
12792         * src/plugins/trayicon/newmail.xpm
12793         * src/plugins/trayicon/newmarkedmail.offline.xpm
12794         * src/plugins/trayicon/newmarkedmail.xpm
12795         * src/plugins/trayicon/nomail.offline.xpm
12796         * src/plugins/trayicon/nomail.xpm
12797         * src/plugins/trayicon/trayicon.c
12798         * src/plugins/trayicon/unreadmail.offline.xpm
12799         * src/plugins/trayicon/unreadmail.xpm
12800         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12801         * src/plugins/trayicon/unreadmarkedmail.xpm
12802                 Make the Trayicon plugin icons themable
12803
12804 2008-01-12 [wwp]        3.2.0cvs37
12805
12806         * src/prefs_display_header.c
12807                 Fix extra leading hyphen visible in the display
12808                 header configuration combo list (maemo).
12809
12810 2008-01-11 [colin]      3.2.0cvs36
12811
12812         * src/imap.c
12813                 Set timeout to 1 before disconnecting all -
12814                 for when one switches to offline and has 
12815                 no network anymore
12816         * src/messageview.c
12817                 Fix bug 1454, 'error message shows parts and 
12818                 signature of previous messages'
12819         * src/prefs_common.c
12820                 Maemo: Hide Send dialog by default
12821
12822 2008-01-10 [colin]      3.2.0cvs35
12823
12824         * src/action.c
12825         * src/editldap.c
12826         * src/prefs_account.c
12827         * src/wizard.c
12828         * src/gtk/inputdialog.c
12829         * src/plugins/pgpcore/passphrase.c
12830                 Maemo: Fix bug 1455, 'Password enters leading letter 
12831                 incorrectly as uppercase'
12832
12833 2008-01-09 [colin]      3.2.0cvs34
12834
12835         * po/pl.po
12836                 Fix bug 1446, 'SC crashes frequently when staying 
12837                 in background'. Format string error in Polish 
12838                 translation
12839         * src/gtk/description_window.c
12840         * src/prefs_template.c
12841                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12842                 patch by Pawel
12843         * src/wizard.c
12844                 Maemo: Fix build
12845
12846 2008-01-08 [colin]      3.2.0cvs33
12847
12848         * src/main.c
12849                 Maemo: connect HW status change signal for shutdown
12850         * src/mainwindow.c
12851                 Maemo: Fix hardware space key
12852         * src/wizard.c
12853                 Maemo: name mmc1 and 2 a better name
12854
12855 2008-01-08 [wwp]        3.2.0cvs32
12856
12857         * src/folder.c
12858         * src/folder_item_prefs.c
12859         * src/folder_item_prefs.h
12860         * src/prefs_folder_item.c
12861                 It's now possible to disable processing rules when
12862                 entering a folder (this adds a new option to the
12863                 folder properties dialog).
12864
12865 2008-01-08 [wwp]        3.2.0cvs31
12866
12867         * src/common/utils.c
12868                 Mailto: now supports 'insert' (stands for 'insert file'), this
12869                 adds the ability to create a new message from the command-line,
12870                 with body set from an existing file contents.
12871
12872 2008-01-08 [colin]      3.2.0cvs30
12873
12874         * src/summaryview.c
12875                 Maybe fix bug 1452, 'crash while drag'n'droping 
12876                 emails to an IMAP folder'
12877
12878 2008-01-07 [wwp]        3.2.0cvs29
12879
12880         * src/prefs_filtering.c
12881                 Static-alize a function, thanks to Colin.
12882
12883 2008-01-07 [colin]      3.2.0cvs28
12884
12885         * src/folderview.c
12886                 Fix scrolling to bottom when drag and dropping
12887         * src/summaryview.c
12888                 Fix bug 1445, 'Display sender using addressbook: fails 
12889                 when From: isn't an email address'
12890
12891 2008-01-07 [wwp]        3.2.0cvs27
12892
12893         * src/prefs_actions.c
12894         * src/prefs_filtering.c
12895         * src/prefs_template.c
12896                 Add tooltips to most buttons in the templates, actions and
12897                 filtering/processing dialogs.
12898
12899 2008-01-07 [wwp]        3.2.0cvs26
12900
12901         * src/prefs_filtering.c
12902                  - add a clear button to clear dialog input fields
12903                  - add page up and page down buttons to move selected rule up and down
12904                  - in rules list popup-menu: added Delete, Delete all and Duplicate
12905                  - popup-menu items are greyed out either if the list is empty (not counting the
12906                    (New) row or if there is no selected item
12907                  - clear store when closing dialog
12908
12909         * src/prefs_actions.c
12910                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12911                    clear button, popup-menu
12912                  - clear store when closing dialog
12913
12914         * src/prefs_template.c
12915                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12916                    clear button, popup-menu 
12917
12918         * src/addrcustomattr.c
12919                  - renamed popup-menu item Clear list to Delete all
12920                  - grey out popup-menu items is there is no selected item or if list is empty
12921                  - clear store when closing dialog
12922
12923         * src/edittags.c
12924                  - added popup-menu item Delete all
12925                  - grey out popup-menu items is there is no selected item or if list is empty
12926                  - clear store when closing dialog
12927
12928 2008-01-06 [wwp]        3.2.0cvs25
12929
12930         * src/addressadd.c
12931                 One more layout fix by Pawel (completes 3.2.0cvs24).
12932
12933 2008-01-05 [colin]      3.2.0cvs24
12934
12935         * src/addressadd.c
12936                 Little GUI fixes, patch by Pawel
12937
12938 2007-12-29 [wwp]        3.2.0cvs23
12939
12940         * src/compose.c
12941                 Fix for bug #1443, and strip possible whitespaces around
12942                 custom header names.
12943
12944 2007-12-29 [mones]      3.2.0cvs22
12945
12946         * po/es.po
12947                 Updated translation, corrected a term based 
12948                 on suggestion from Israel Saeta P�rez,
12949                 reverted awful X-Mailer translation
12950         * src/procmime.c
12951                 Complete cvs20 for FreeBSD, patch by Pawel
12952
12953 2007-12-29 [colin]      3.2.0cvs21
12954
12955         * src/textview.c
12956                 Fix bug 1442, 'Tags are repeated in 
12957                 encapsulated messages'
12958
12959 2007-12-28 [colin]      3.2.0cvs20
12960
12961         * src/procmime.c
12962                 Fix path to mime/globs. Patch by Marten King.
12963
12964 2007-12-27 [colin]      3.2.0cvs19
12965
12966         * src/plugins/pgpcore/Makefile.am
12967         * src/plugins/pgpinline/Makefile.am
12968         * src/plugins/pgpmime/Makefile.am
12969                 Add missing flags to build pgp plugins on maemo
12970
12971 2007-12-27 [colin]      3.2.0cvs18
12972
12973         * src/mainwindow.c
12974                 Maximise before showing to avoid probable flickering
12975                 on slow computers.
12976
12977 2007-12-27 [colin]      3.2.0cvs17
12978
12979         * src/main.c
12980         * src/mainwindow.c
12981         * src/prefs_common.c
12982         * src/prefs_common.h
12983                 Fix bug 1439, 'Claws Mail does not remember window size 
12984                 state when restarted'. Save maximised state and force
12985                 maximisation at startup if applicable.
12986
12987 2007-12-23 [paul]       3.2.0cvs16
12988
12989         * src/prefs_matcher.c
12990                 fix bug 1436, 'Filter condition dialog doesn't
12991                 load header name from current rules'
12992
12993 2007-12-22 [paul]       3.2.0cvs15
12994
12995         * src/compose.c
12996                 fix bug 1435, 'Reply doesn't take into account
12997                 reply-to field'
12998
12999 2007-12-21 [paul]       3.2.0cvs14
13000
13001         * src/common/ssl_certificate.c
13002                 fix FreeBSD build with IPV6 support 
13003
13004 2007-12-20 [colin]      3.2.0cvs13
13005
13006         * src/imap.c
13007                 Fix error handling
13008
13009 2007-12-20 [colin]      3.2.0cvs12
13010
13011         * src/imap.c
13012         * src/imap.h
13013         * src/prefs_account.c
13014                 Add DIGEST-MD5 support for IMAP authentication
13015
13016 2007-12-19 [mones]      3.2.0cvs11
13017
13018         * doc/man/claws-mail.1
13019                 Better ordering of sections, updated options
13020         * po/es.po
13021                 Updated strings
13022
13023 2007-12-19 [paul]       3.2.0cvs10
13024
13025         * src/prefs_account.c
13026                 use a spinbutton instead of an entry for
13027                 "POP authentication timeout" also
13028
13029 2007-12-19 [colin]      3.2.0cvs9
13030
13031         * src/prefs_filtering_action.c
13032         * src/prefs_matcher.c
13033         * src/gtk/description_window.c
13034                 Destroy info windows with their parents
13035                 Patch by Pawel
13036
13037 2007-12-19 [colin]      3.2.0cvs8
13038
13039         * src/prefs_account.c
13040                 Use spinbuttons instead of entries where needed
13041                 Patch by Pawel
13042
13043 2007-12-18 [paul]       3.2.0cvs7
13044
13045         * src/prefs_matcher.c
13046                 add missing i18n for a few strings
13047                 Patch by Stephan Sachse
13048
13049 2007-12-18 [paul]       3.2.0cvs6
13050
13051         * src/prefs_logging.c
13052                 use 'disk' instead of 'disc'
13053
13054 2007-12-18 [paul]       3.2.0cvs5
13055
13056         * po/en_GB.po
13057                 updated
13058         * src/addrcustomattr.c
13059         * src/editaddress.c
13060                 fixes to the ingleesh
13061         * src/prefs_filtering_action.c
13062                 fix copyright header
13063                 fix untranslated strings
13064         * src/prefs_filtering_action.h
13065                 fix copyright header
13066
13067 2007-12-18 [wwp]        3.2.0cvs4
13068
13069         * src/folderview.c
13070         * src/headerview.c
13071         * src/prefs_common.c
13072         * src/prefs_common.h
13073         * src/prefs_fonts.c
13074         * src/summaryview.c
13075         * src/textview.c
13076         * src/wizard.c
13077         * src/common/defs.h
13078         * src/gtk/gtkutils.c
13079                 Added prefs to set custom small and bold fonts
13080                 (might matter on some desktops, according to
13081                 DPI and font settings).
13082
13083 2007-12-18 [colin]      3.2.0cvs3
13084
13085         * src/prefs_logging.c
13086                 Rework GUI, patch by Pawel
13087
13088 2007-12-18 [colin]      3.2.0cvs2
13089
13090         * src/prefs_filtering_action.c
13091                 Rework GUI, patch by Pawel
13092
13093 2007-12-18 [colin]      3.2.0cvs1
13094
13095         * src/editaddress.c
13096                 Fix build on old GCC
13097                 Fix inverted buttons
13098
13099 2007-12-17 [paul]       3.2.0
13100
13101         * NEWS
13102         * README
13103         * RELEASE_NOTES 
13104                 3.2.0 released
13105
13106 2007-12-17 [paul]       3.1.0cvs79
13107
13108         * po/de.po
13109         * po/fr.po
13110         * po/hu.po
13111         * po/it.po
13112         * po/pt_BR.po
13113                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13114                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13115
13116 2007-12-17 [mones]      3.1.0cvs78
13117
13118         * po/es.po
13119                 Updated Spanish translation for 3.2.0 release
13120
13121 2007-12-16 [colin]      3.1.0cvs77
13122
13123         * src/addrcustomattr.c
13124                 Fix translations, patch by Fabien
13125
13126 2007-12-15 [paul]       3.1.0cvs76
13127
13128         * src/folderview.c
13129                 fix compiler warning
13130
13131 2007-12-14 [colin]      3.1.0cvs75
13132
13133         * src/folderview.c
13134                 Simplify logic
13135
13136 2007-12-12 [wwp]        3.1.0cvs74
13137
13138         * AUTHORS
13139         * src/gtk/authors.h
13140                 Added Marius Glauser to the hall of fame.
13141
13142 2007-12-12 [wwp]        3.1.0cvs73
13143
13144         * src/gtk/gtkutils.c
13145                 Improve the way we show results of searches
13146                 in message bodies: selected text now get centered
13147                 vertically in the message window.
13148                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13149
13150 2007-12-10 [colin]      3.1.0cvs72
13151
13152         * src/folder.c
13153                 Don't crash when setting batch mode on no folder
13154
13155 2007-12-10 [colin]      3.1.0cvs71
13156
13157         * src/common/utils.c
13158                 Fix potential buffer overrun (thanks to
13159                 Hiroyuki)
13160
13161 2007-12-08 [paul]       3.1.0cvs70
13162
13163         * src/prefs_receive.c
13164                 small change to the English
13165
13166 2007-12-08 [colin]      3.1.0cvs69
13167
13168         * src/vcard.c
13169                 Fix warnings
13170
13171 2007-12-07 [colin]      3.1.0cvs68
13172
13173         * src/mainwindow.c
13174         * src/summaryview.c
13175         * src/summaryview.h
13176                 Free simplify_subject_preg at exit
13177
13178 2007-12-07 [colin]      3.1.0cvs67
13179
13180         * src/main.c
13181         * src/summaryview.c
13182         * src/common/utils.c
13183         * src/common/utils.h
13184                 We have to free reused regexps from time to
13185                 time, or they get huge
13186
13187 2007-12-07 [colin]      3.1.0cvs66
13188
13189         * src/vcard.c
13190                 Fix QP decoding (and UTF8)
13191
13192 2007-12-07 [colin]      3.1.0cvs65
13193
13194         * src/addrcustomattr.c
13195                 Update list of default custom attributes
13196                 now (will be needed for a feature patch
13197                 post 3.2.0)
13198
13199 2007-12-07 [colin]      3.1.0cvs64
13200
13201         * src/folder.c
13202                 Batch on destination folder when copying - fixes
13203                 slowness when moving unread mails to trash on IMAP
13204
13205 2007-12-06 [colin]      3.1.0cvs63
13206
13207         * src/common/w32_time.c
13208         * src/common/w32lib.h
13209         * src/etpan/etpan-thread-manager.c
13210         * src/etpan/imap-thread.c
13211         * src/etpan/nntp-thread.c
13212         * src/gtk/Makefile.am
13213                 Fix win32 build with libetpan. Thanks to
13214                 Marcus Brinkmann.
13215
13216 2007-12-06 [colin]      3.1.0cvs62
13217
13218         * src/account.c
13219         * src/imap.c
13220         * src/prefs_account.c
13221         * src/prefs_account.h
13222         * src/etpan/imap-thread.c
13223         * src/etpan/imap-thread.h
13224                 Disable connection via command line on WIN32
13225                 Disable mmap use on WIN32 - use normal strings
13226         * src/addressbook.c
13227         * src/addressbook.h
13228         * src/addressbook_foldersel.c
13229         * src/addressbook_foldersel.h
13230         * src/prefs_filtering_action.c
13231         * src/prefs_matcher.c
13232         * src/plugins/bogofilter/bogofilter_gtk.c
13233         * src/plugins/dillo_viewer/dillo_prefs.c
13234         * src/plugins/spamassassin/spamassassin_gtk.c
13235                 Fix leak, rework function logics to be more
13236                 natural - thanks to Holger
13237         * src/common/utils.c
13238                 Fix warnings
13239
13240 2007-12-06 [colin]      3.1.0cvs61
13241
13242         * src/news.c
13243         * src/common/utils.c
13244         * src/common/utils.h
13245                 Fix posting, and fix UTF-8 being sent when encoding
13246                 is 8bit
13247
13248 2007-12-05 [colin]      3.1.0cvs60
13249
13250         * src/news.c
13251                 Fix debian bug #453157, 'Fails to post usenet
13252                 articles after NNTP connection has been 
13253                 interrupted". Fix return value to prevent deletion
13254                 on failure, and issue MODE READER in case posting
13255                 fails at first.
13256
13257 2007-12-05 [colin]      3.1.0cvs59
13258
13259         * src/messageview.c
13260         * src/uri_opener.c
13261                 Improvements to the List URIs dialog
13262                 Patch by Pawel
13263
13264 2007-12-05 [colin]      3.1.0cvs58
13265
13266         * src/prefs_other.c
13267         * src/gtk/gtksctree.h
13268                 Fix warnings
13269
13270 2007-12-04 [colin]      3.1.0cvs57
13271
13272         * src/etpan/imap-thread.c
13273                 Fix bug 1378, 'Claws exits on IMAP alert message'
13274                 Don't do GTK calls directly from Etpan thread
13275
13276 2007-12-04 [colin]      3.1.0cvs56
13277
13278         * src/folderview.c
13279         * src/gtk/gtksctree.c
13280                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13281                 Make all the left of column zero an hotspot for
13282                 expanding.
13283
13284 2007-12-04 [colin]      3.1.0cvs55
13285
13286         * src/mainwindow.c
13287         * src/mainwindow.h
13288         * src/prefs_common.c
13289         * src/prefs_common.h
13290         * src/prefs_receive.c
13291                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13292
13293 2007-12-04 [wwp]        3.1.0cvs54
13294
13295         * src/prefs_other.c
13296                 Fix for bug #1419.
13297
13298 2007-12-04 [holger]     3.1.0cvs53
13299
13300         * src/addrduplicates.c
13301         * src/addrduplicates.h
13302                 Export addressbook entry deletion
13303
13304 2007-12-04 [colin]      3.1.0cvs52
13305
13306         * tools/Makefile.am
13307         * tools/README.sylprint
13308         * tools/sylprint.pl
13309         * tools/sylprint.rc
13310                 Fix debian bug #454089 (symlink attack in TMP directory)
13311                 http://secwatch.org/advisories/1019661/ :
13312                 Remove the buggy script, which was unmaintained anyway
13313         * src/news.c
13314         * src/procmsg.c
13315                 Store things in our private tmp directory.
13316
13317 2007-12-03 [colin]      3.1.0cvs51
13318
13319         * src/folder.c
13320         * src/folder.h
13321         * src/folderview.c
13322         * src/imap.c
13323         * src/mainwindow.c
13324                 Fix update problem when getting remote tags
13325         * src/prefs_matcher.c
13326                 Rework GUI to make it better. Patch by Pawel
13327                 Pekala
13328
13329 2007-12-03 [colin]      3.1.0cvs50
13330
13331         * src/etpan/imap-thread.c
13332         * src/etpan/nntp-thread.c
13333                 Fix bug 1417, 'Network log doesn't reveal 
13334                 enough NNTP errors'
13335
13336 2007-12-02 [iwkse]      3.1.0cvs49
13337
13338         * src/plugins/dillo_viewer/dillo_prefs.c
13339                         Insert dillo under the Plugins menu
13340
13341 2007-12-01 [paul]       3.1.0cvs48
13342
13343         * src/html.c
13344                 add these variant forms
13345                 Thanks to Colin
13346
13347 2007-12-01 [paul]       3.1.0cvs47
13348
13349         * src/matcher.c
13350                 fix a typo
13351
13352 2007-12-01 [paul]       3.1.0cvs46
13353
13354         * po/POTFILES.in
13355                 add the new addrcustomattr.c file
13356
13357 2007-11-29 [colin]      3.1.0cvs45
13358
13359         * src/common/ssl_certificate.c
13360                 Use the more modern getaddrinfo instead of 
13361                 gethostbyname when possible
13362
13363 2007-11-28 [colin]      3.1.0cvs44
13364
13365         * src/summaryview.c
13366                 Maybe fix bug 1410 and other crash reports
13367                 in summaryview since cvs38.
13368
13369 2007-11-28 [wwp]        3.1.0cvs43
13370
13371         * src/prefs_summary_open.c
13372                 Guard against an empty list of actions to perform
13373                 when opening a folder (or migration defaults could
13374                 be introduced, confusing).
13375
13376 2007-11-28 [colin]      3.1.0cvs42
13377
13378         * src/folderview.c
13379                 Fix mark all read from folder's contextual menu
13380
13381 2007-11-27 [colin]      3.1.0cvs41
13382
13383         * src/imap.c
13384         * src/imap.h
13385         * src/imap_gtk.c
13386         * src/prefs_account.c
13387         * src/etpan/imap-thread.c
13388                 A few fixes to the IMAP flags handling: Optimisations,
13389                 two crashers, mention that Bandwitdh-efficient mode
13390                 prevents tag fetching.
13391                 Fix M-UTF7 in subscription dialog.
13392
13393 2007-11-27 [colin]      3.1.0cvs40
13394
13395         * src/folder.c
13396         * src/mbox.c
13397         * src/summaryview.c
13398                 Make filtering faster on flags change: Batch original 
13399                 folderitem, where we'll do flags/tags changes.
13400
13401 2007-11-27 [colin]      3.1.0cvs39
13402
13403         * src/filtering.c
13404                 Fix bug 1407, 'After a copy action, further rules apply 
13405                 to both original and copy'
13406
13407 2007-11-27 [colin]      3.1.0cvs38
13408
13409         * src/edittags.c
13410         * src/summaryview.c
13411                 Fixes races when doing a long operation and user
13412                 asks for another one (Mark all read/unread on a 
13413                 big folder on IMAP for example)
13414
13415 2007-11-27 [wwp]        3.1.0cvs37
13416
13417         * src/addressbook.c
13418         * src/prefs_common.c
13419                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13420                 and 3.1.0cvs35 (addressbook.c).
13421
13422 2007-11-27 [holger]     3.1.0cvs36
13423
13424         * src/printing.c
13425                 Add a line separating header and body
13426                 in the printout
13427
13428 2007-11-27 [wwp]        3.1.0cvs35
13429
13430         * src/addressbook.c
13431                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13432                 (thanks to Colin) and revert disabling of cut/copy
13433                 context menu entries upon selected groups.
13434
13435 2007-11-27 [holger]     3.1.0cvs34
13436
13437         * src/printing.c
13438                 Add weights to the list of supported text attributes
13439                 for printing
13440
13441 2007-11-27 [wwp]        3.1.0cvs33
13442
13443         * src/Makefile.am
13444         * src/addrcustomattr.c
13445         * src/addrcustomattr.h
13446         * src/addressbook.c
13447         * src/editaddress.c
13448         * src/editaddress.h
13449         * src/prefs_common.c
13450         * src/prefs_common.h
13451         * src/common/defs.h
13452                 Provide a (customizable) list of preset attribute names
13453                 for editing contacts (closes bug #1391).
13454
13455 2007-11-27 [wwp]        3.1.0cvs32
13456
13457         * src/addrclip.c
13458         * src/addressbook.c
13459         * src/addritem.c
13460                 Various fixes in the address book:
13461                         - made copy/move of a folder to itself or its subtree
13462                           impossible (-> error)
13463                         - errors messages don't show in the status bar anymore,
13464                           use alertpanels instead
13465                         - simple click on group doesn't open group edit dialog
13466                           anymore when in contact edit embedded mode (was too itchy)
13467                         - fixed disabling of edit button and and menu entry when
13468                           in contact edit embedded mode (was done in a bad and
13469                           ineffective way)
13470                         - fix menu cut/paste sensitivity in treelist context
13471                           menu (conflicting enabling was done by different functions)
13472                         - fix some menu item sensitivity in address list context menu
13473                         - don't allow cut/copy of groups, it's useless as they won't
13474                           be copied w/ their contents
13475                         - fix missing copy of the picture file when copying (bug #1402),
13476                           fix picture attribute (internal) value when moving or copying
13477
13478
13479 2007-11-27 [colin]      3.1.0cvs31
13480
13481         * src/folder.c
13482         * src/imap.c
13483                 Fix tags loss on move, fix space encoding
13484
13485 2007-11-26 [colin]      3.1.0cvs30
13486
13487         * src/edittags.c
13488         * src/folder.c
13489         * src/folder.h
13490         * src/imap.c
13491         * src/messageview.c
13492         * src/procmsg.c
13493         * src/procmsg.h
13494         * src/summaryview.c
13495         * src/common/utils.c
13496         * src/common/utils.h
13497         * src/etpan/imap-thread.c
13498         * src/etpan/imap-thread.h
13499                 Add IMAP tags support
13500
13501 2007-11-26 [colin]      3.1.0cvs29
13502
13503         * src/imap.c
13504                 Fix bug 1405, 'imap auto auth method doesn't 
13505                 work since 3.1.0'
13506
13507 2007-11-26 [colin]      3.1.0cvs28
13508
13509         * src/messageview.c
13510         * src/procmime.c
13511                 Handle broken disposition-notifications from Evolution
13512                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13513
13514 2007-11-25 [paul]       3.1.0cvs27
13515
13516         * src/folder_item_prefs.c
13517         * src/folder_item_prefs.h
13518                 remove dead code
13519
13520 2007-11-23 [wwp]        3.1.0cvs26
13521
13522         * src/matcher.c
13523         * src/matcher.h
13524         * src/matcher_parser_parse.y
13525         * src/prefs_matcher.c
13526                 Fix irrelevant case folding when adding matcher condition 'test',
13527                 thanks to Colin.
13528
13529 2007-11-23 [wwp]        3.1.0cvs25
13530
13531         * src/prefs_common.c
13532         * src/prefs_common.h
13533         * src/prefs_summary_open.c
13534         * src/prefs_summary_open.h
13535         * src/summaryview.c
13536                 Add "select first email in list" to the list of possible selections
13537                 when opening a folder.
13538
13539 2007-11-23 [paul]       3.1.0cvs24
13540
13541         * po/de.po
13542                 a fix by Stephan Sachse, plus remove all
13543                 old strings from the end of the file
13544
13545 2007-11-23 [wwp]        3.1.0cvs23
13546
13547         * src/prefs_msg_colors.c
13548                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13549                 with little changes.
13550
13551 2007-11-23 [paul]       3.1.0cvs22
13552
13553         * src/prefs_logging.c
13554                 eliminate wasted horizontal space
13555
13556 2007-11-23 [paul]       3.1.0cvs21
13557
13558         * src/prefs_summaries.c
13559                 don't wrap the label or put linebreaks
13560
13561 2007-11-22 [colin]      3.1.0cvs20
13562
13563         * src/plugins/pgpinline/pgpinline.c
13564                 Fix decryption
13565
13566 2007-11-22 [wwp]        3.1.0cvs19
13567
13568         * src/prefs_themes.c
13569                 Yet another misuse of get_rc_dir(), still related
13570                 to user themes. Completes 3.1.0cvs18.
13571
13572 2007-11-22 [wwp]        3.1.0cvs18
13573
13574         * src/stock_pixmap.c
13575                 Fix a misuse of get_rc_dir(), user themes dir was
13576                 not set properly and some themes might have disappeared
13577                 from themes list in prefs.
13578
13579 2007-11-22 [wwp]        3.1.0cvs17
13580
13581         * src/edittags.c
13582         * src/edittags.h
13583         * src/common/tags.c
13584         * src/common/tags.h
13585                 Correct copyright for these claws-mail-only brand new
13586                 files.
13587
13588 2007-11-22 [paul]       3.1.0cvs16
13589
13590         * src/compose.c
13591                 fix bug 1400, 'Drag and drop of URLs does not work'
13592                 Thanks to Colin
13593
13594 2007-11-22 [paul]       3.1.0cvs15
13595
13596         * src/prefs_common.c
13597                 make "cmds_use_system_default" default to FALSE
13598                 so as not to disrupt current settings
13599         * src/summaryview.c
13600                 increase the size of the GdkRectangle, tooltips
13601                 didn't show for me otherwise
13602
13603 2007-11-21 [colin]      3.1.0cvs14
13604
13605         * src/compose.c
13606         * src/crash.c
13607         * src/exphtmldlg.c
13608         * src/mainwindow.c
13609         * src/manual.c
13610         * src/mimeview.c
13611         * src/prefs_account.c
13612         * src/prefs_common.c
13613         * src/prefs_common.h
13614         * src/prefs_ext_prog.c
13615         * src/textview.c
13616         * src/uri_opener.c
13617         * src/gtk/about.c
13618         * src/gtk/gtkutils.c
13619                 Use xdg-open as a way to find default browser,
13620                 when available
13621
13622 2007-11-21 [colin]      3.1.0cvs13
13623
13624         * src/messageview.c
13625         * src/procmime.c
13626         * src/procmsg.h
13627                 Send better return receipts (useful ones)
13628                 Handle incoming return receipts
13629
13630 2007-11-20 [colin]      3.1.0cvs12
13631
13632         * src/printing.c
13633         * src/printing.h
13634                 Add getter/setter for settings, and getter
13635                 for page setup
13636
13637 2007-11-20 [colin]      3.1.0cvs11
13638
13639         * src/folderview.c
13640         * src/main.c
13641         * src/mainwindow.c
13642                 Fix bug 1396, 'Crash on disabling a filter 
13643                 while it is processing'
13644
13645 2007-11-20 [paul]       3.1.0cvs10
13646
13647         * src/folder.c
13648                 fix bug 1395, 'Crash on checking for new mails
13649                 while filter is running'
13650                 Thanks to Colin
13651
13652 2007-11-20 [paul]       3.1.0cvs9
13653
13654         * src/compose.c
13655                 make this string easier for translators
13656
13657 2007-11-19 [colin]      3.1.0cvs8
13658
13659         * src/prefs_summaries.c
13660         * src/summaryview.c
13661                 Don't enable more tooltips on Maemo
13662
13663 2007-11-19 [colin]      3.1.0cvs7
13664
13665         * src/prefs_common.c
13666         * src/prefs_common.h
13667         * src/prefs_summaries.c
13668         * src/summaryview.c
13669                 Fix bug 1388, 'message list tool tips'
13670                 Add (optional) tooltips in summaryview.
13671                 This only works with GTK+ >= 2.12
13672
13673 2007-11-19 [colin]      3.1.0cvs6
13674
13675         * src/compose.c
13676                 Make strings a bit better when attaching
13677                 from mailto: URIs
13678
13679 2007-11-19 [colin]      3.1.0cvs5
13680
13681         * src/common/utils.c
13682                 Fix bug 1392, 'Top level domain .EU is 
13683                 not recognised as valid'
13684
13685 2007-11-19 [wwp]        3.1.0cvs4
13686
13687         * src/compose.c
13688         * src/compose.h
13689                 Revert changes to compose.c made in 3.1.0cvs2.
13690
13691 2007-11-19 [wwp]        3.1.0cvs3
13692
13693         * src/addressbook.c
13694         * src/addressbook.h
13695         * src/editaddress.c
13696         * src/editgroup.c
13697         * src/addrduplicates.c
13698                 Minor improvements in the address book:
13699                 always accept new contacts provided that some
13700                 detail is set (instead of rejecting silently).
13701                 Better guessing of contact name from incomplete
13702                 name information. Better display of contacts with
13703                 no name, in contact lists, group contents, find
13704                 duplicate results.
13705                 
13706
13707 2007-11-19 [wwp]        3.1.0cvs2
13708
13709         * src/compose.c
13710         * src/compose.h
13711         * src/prefs_logging.c
13712         * src/prefs_summaries.c
13713                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13714                 wrap some long label in prefs/summaries, layout checkboxes
13715                 in a more compact form in prefs/loggin, make account and
13716                 header's combos have the same size/spacing in compose
13717                 window.
13718
13719 2007-11-19 [wwp]        3.1.0cvs1
13720
13721         * src/edittags.c
13722                 Fix a tiny leak and duplicate variable.
13723
13724 2007-11-19 [paul]       3.1.0
13725
13726         * NEWS
13727         * README
13728         * RELEASE_NOTES 
13729                 3.1.0 released
13730
13731 2007-11-19 [paul]       3.0.2cvs145
13732
13733         * po/de.po
13734         * po/fi.po
13735         * po/fr.po
13736         * po/hu.po
13737         * po/it.po
13738         * po/pl.po
13739         * po/pt_BR.po
13740         * po/sk.po
13741         * po/zh_CN.po
13742                 updated by Stephan Sachse, Flammie Pirinen,
13743                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13744                 Emil Nowak, Frederico Goncalves Guimaraes,
13745                 Andrej Kacian, and Ralph Young
13746
13747 2007-11-18 [mones]      3.0.2cvs144
13748
13749         * po/es.po
13750                 Updated Spanish translation
13751
13752 2007-11-18 [colin]      3.0.2cvs143
13753
13754         * src/edittags.c
13755                 Prevent empty tag after edit, thanks to wwp
13756
13757 2007-11-18 [colin]      3.0.2cvs142
13758
13759         * src/editaddress.c
13760                 Fix possible "(null)" %s - thanks to wwp
13761
13762 2007-11-16 [wwp]        3.0.2cvs141
13763
13764         * src/common/utils.c
13765                 Fix for 3.0.2cvs140, prevents from crashing when opening
13766                 a compose window.
13767
13768 2007-11-16 [colin]      3.0.2cvs140
13769
13770         * src/main.c
13771         * src/common/claws.c
13772                 Output a bit more useful info at startup
13773                 in --debug mode
13774
13775 2007-11-16 [colin]      3.0.2cvs139
13776
13777         * src/compose.c
13778         * src/common/utils.c
13779         * src/common/utils.h
13780                 Fix bug 1387, 'Request for --compose to 
13781                 support multiple attachments'
13782
13783 2007-11-16 [colin]      3.0.2cvs138
13784
13785         * src/news.c
13786                 Fix bug 1390, 'NNTP fails after server 
13787                 closed connection'
13788
13789 2007-11-16 [colin]      3.0.2cvs137
13790
13791         * src/prefs_display_header.c
13792                 Fix bug 1389, 'Changing 'Display headers 
13793                 in message view' breaks dispheaderrc'
13794
13795 2007-11-14 [colin]      3.0.2cvs136
13796
13797         * src/summaryview.c
13798         * src/gtk/quicksearch.c
13799         * src/gtk/quicksearch.h
13800                 Fix resetting the quicksearch when in non-sticky
13801                 mode, but Recursive is set: reset only when going
13802                 out of the root search folder.
13803
13804 2007-11-14 [colin]      3.0.2cvs135
13805
13806         * src/filtering.c
13807                 Don't set new flag back when doing "Mark as unread"
13808                 from filtering
13809
13810 2007-11-12 [paul]       3.0.2cvs134
13811
13812         * src/plugins/dillo_viewer/dillo_viewer.c
13813                 don't offer the mime type for translation
13814
13815 2007-11-12 [paul]
13816
13817         3.1.0-rc2 released
13818
13819 2007-11-11 [colin]      3.0.2cvs133
13820
13821         * src/imap_gtk.c
13822         * src/mh_gtk.c
13823                 Use markup-escaped strings in dialogs
13824
13825 2007-11-11 [colin]      3.0.2cvs132
13826
13827         * src/imap.c
13828                 Better IMAP-UTF7/UTF8 conversion
13829
13830 2007-11-10 [colin]      3.0.2cvs131
13831
13832         * src/news.c
13833                 Fix debian bug 450698, 'nntp auth behavior changed 
13834                 without notice'
13835
13836 2007-11-10 [colin]      3.0.2cvs130
13837
13838         * configure.ac
13839         * src/inc.c
13840         * src/main.c
13841         * src/main.h
13842         * src/mimeview.c
13843         * src/statusbar.c
13844         * src/common/utils.c
13845         * src/etpan/Makefile.am
13846         * src/gtk/filesel.c
13847         * src/gtk/gtkutils.h
13848         * src/gtk/menu.c
13849         * src/plugins/bogofilter/Makefile.am
13850         * src/plugins/clamav/Makefile.am
13851         * src/plugins/dillo_viewer/Makefile.am
13852         * src/plugins/pgpcore/Makefile.am
13853         * src/plugins/spamassassin/Makefile.am
13854         * src/plugins/trayicon/Makefile.am
13855                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13856
13857 2007-11-09 [colin]      3.0.2cvs129
13858
13859         * src/addressbook.c
13860         * src/ldapupdate.c
13861                 fix bug 1375, 'Impossible to modify e-mail
13862                 in LDAP addressbook twice'; Try two. update
13863                 externalID, don't make display lag, and
13864                 fix the cases where dn is not mail.
13865
13866 2007-11-08 [paul]       3.0.2cvs128
13867
13868         * src/account.c
13869         * src/compose.c
13870         * src/messageview.c
13871         * src/prefs_account.c
13872         * src/prefs_account.h
13873                 reinstate 'Generate Message-ID' option as an
13874                 account preference. (hidden on IMAP)
13875                 Thanks to Colin
13876
13877 2007-11-08 [paul]       3.0.2cvs127
13878
13879         * src/textview.c
13880                 MAEMO: fix failure of loading images inline
13881                 MAEMO: fix bug 1349, 'Emails still skip to end
13882                 when opened (in certain circumstances)...'
13883
13884 2007-11-07 [colin]      3.0.2cvs126
13885
13886         * src/toolbar.c
13887                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13888
13889 2007-11-07 [colin]      3.0.2cvs125
13890
13891         * src/toolbar.c
13892                 Re-change the string occurence of A_CLAWS_ACTIONS
13893                 to A_SYL_ACTIONS, to prevent parse errors of the
13894                 toolbar_*.xml files
13895
13896 2007-11-07 [colin]      3.0.2cvs124
13897
13898         * src/mimeview.c
13899         * src/prefs_common.c
13900         * src/prefs_common.h
13901         * manual/advanced.xml
13902                 Add an hidden pref, 'save_parts_readwrite';
13903                 completes 3.0.2cvs35
13904
13905 2007-11-07 [paul]       3.0.2cvs123
13906
13907         * src/prefs_toolbar.c
13908         * src/toolbar.c
13909         * src/toolbar.h
13910                 rename ToolbarSylpheedActions to ToolbarClawsActions
13911                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
13912
13913 2007-11-07 [paul]       3.0.2cvs122
13914
13915         * src/toolbar.c
13916                 MAEMO: remove tooltips
13917
13918 2007-11-07 [colin]      3.0.2cvs121
13919
13920         * src/plugins/pgpinline/pgpinline.c
13921                 Fix bug 1377, 'unspecific errors on 
13922                 signature checking'. Fix trimming of
13923                 UTF8 data.
13924
13925 2007-11-06 [iwkse]      3.0.2cvs120
13926
13927         * src/prefs_summary_open.c
13928                 yet a string change
13929
13930 2007-11-06 [paul]       3.0.2cvs119
13931
13932         * tools/Makefile.am
13933         * tools/README
13934         * tools/csv2addressbook.pl
13935                 add a new script that imports a CSV formatted
13936                 address book. Becky and Thunderbird address
13937                 book are currently supported.
13938
13939 2007-11-05 [colin]      3.0.2cvs118
13940
13941         * src/imap.c
13942                 Fix deletion 
13943
13944 2007-11-05 [iwkse]      3.0.2cvs117
13945
13946         * src/prefs_summary_open.c
13947                 String changes
13948
13949 2007-11-04 [paul]       3.0.2cvs116
13950
13951         * src/addressbook_foldersel.c
13952                 fix gtk critical warning
13953                 Patch by Pawel Pekala
13954
13955 2007-11-04 [paul]       3.0.2cvs115
13956
13957         * tools/README
13958         * tools/claws-mail-compose-insert-files.pl
13959                 add --bcc and uri_escape() everything
13960
13961 2007-11-04 [paul]       3.0.2cvs114
13962
13963         * src/gtk/gtkutils.c
13964                 gtkut_stock_with_text_button_set_create(): set
13965                 GTK_CAN_DEFAULT on buttons 2 and 3
13966
13967 2007-11-03 [paul]       3.0.2cvs113
13968
13969         * src/common/utils.c
13970                 fix debian bug #448814, 'mailto: URI decoding
13971                 desn't decode the destination address field'
13972                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
13973
13974 2007-11-03 [paul]       3.0.2cvs112
13975
13976         * AUTHORS
13977         * src/compose.c
13978         * src/gtk/authors.h
13979                 allow Bcc in commandline URIs
13980                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
13981
13982 2007-11-02 [colin]      3.0.2cvs111
13983
13984         * src/addressbook.c
13985                 Maybe fix bug 1376, 'crash on 
13986                 addressbook manipulation'
13987
13988 2007-10-31 [paul]       3.0.2cvs110
13989
13990         * src/ldapupdate.c
13991                 fix bug 1375, 'Impossible to modify e-mail
13992                 in LDAP addressbook twice'
13993                 Patch by Michael Rasmussen
13994
13995 2007-10-30 [paul]       3.0.2cvs109
13996
13997         * configure.ac
13998                 enable GnuTLS support with --enable-gnutls which
13999                 will disable openssl support. if the user has
14000                 gtk >= 2.10.x don't allow gnomeprint even if the
14001                 user asks for it
14002
14003 2007-10-30 [paul]
14004
14005         3.1.0-rc1 released
14006
14007 2007-10-30 [paul]       3.0.2cvs108
14008
14009         * Makefile.am
14010                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14011
14012 2007-10-30 [paul]       3.0.2cvs107
14013
14014         * src/expldifdlg.c
14015         * src/prefs_account.c
14016         * src/prefs_folder_item.c
14017         * src/prefs_spelling.c
14018         * src/prefs_themes.c
14019         * src/wizard.c
14020         * src/gtk/gtkaspell.c
14021         * src/gtk/gtkaspell.h
14022         * src/plugins/spamassassin/spamassassin_gtk.c
14023                 replace deprecated gtk_option_menu...
14024                 patch by Pawel Pekala
14025
14026 2007-10-29 [colin]      3.0.2cvs106
14027
14028         * src/plugins/dillo_viewer/dillo_prefs.c
14029                 Fix forgotten signal connect
14030
14031 2007-10-28 [colin]      3.0.2cvs105
14032
14033         * src/plugins/dillo_viewer/dillo_prefs.c
14034         * src/plugins/dillo_viewer/dillo_prefs.h
14035         * src/plugins/dillo_viewer/dillo_viewer.c
14036                 Implement addressbook-based whitelisting for loading
14037                 remote images. Fixed missing destroy of the embedded
14038                 browser that made a Dillo window pop up on exit, if
14039                 an HTML part was displayed.
14040
14041 2007-10-26 [colin]      3.0.2cvs104
14042
14043         * src/edittags.c
14044                 Add missing static
14045
14046 2007-10-25 [colin]      3.0.2cvs103
14047
14048         * src/editaddress.c
14049                 Add tap-and-hold on the picture, for Maemo
14050         * src/edittags.c
14051         * src/edittags.h
14052         * src/mainwindow.c
14053         * src/procmsg.c
14054         * src/summaryview.c
14055         * src/textview.c
14056                 Unify tag interfaces.
14057
14058 2007-10-25 [colin]      3.0.2cvs102
14059
14060         * src/imap.c
14061         * src/etpan/imap-thread.h
14062                 Much better error handling. We'll need to be really
14063                 clear to users about where errors come from, with 
14064                 the apparition of Gmail's IMAP server.
14065
14066 2007-10-24 [colin]      3.0.2cvs101
14067
14068         * src/edittags.c
14069         * src/mainwindow.c
14070         * src/summaryview.c
14071         * src/textview.c
14072                 Add tags sorting (alphabetical); allow deletion of
14073                 tags from the Apply Tags window
14074
14075 2007-10-24 [colin]      3.0.2cvs100
14076
14077         * src/editaddress.c
14078         * src/editaddress_other_attributes_ldap.c
14079         * src/editaddress_other_attributes_ldap.h
14080         * src/ldapctrl.c
14081         * src/ldapquery.c
14082         * src/ldapupdate.c
14083                 Fix LDAP writing (got broken in cvs39)
14084                 Add read-only support for jpegPhoto LDAP field
14085
14086 2007-10-23 [colin]      3.0.2cvs99
14087
14088         * src/news.c
14089                 Fix crash in some cases
14090
14091 2007-10-22 [colin]      3.0.2cvs98
14092
14093         * src/common/socket.h
14094         * src/common/ssl.c
14095                 Fix big leak in GnuTLS code
14096
14097 2007-10-22 [colin]      3.0.2cvs97
14098
14099         * src/news.c
14100                 Fix bug 1368, 'SIGSEGV in NNTP code'
14101
14102 2007-10-22 [colin]      3.0.2cvs96
14103
14104         * src/prefs_customheader.c
14105                 Catch compface warnings when generating X-Faces
14106
14107 2007-10-22 [wwp]        3.0.2cvs95
14108
14109         * src/quote_fmt_parse.y
14110                 Remove accidentally committed debug traces.
14111                 Fix a warning.
14112
14113 2007-10-22 [colin]      3.0.2cvs94
14114
14115         * src/etpan/nntp-thread.c
14116                 Fix authentication
14117
14118 2007-10-19 [wwp]        3.0.2cvs93
14119
14120         * src/common/ssl_certificate.c
14121                 Add missing include (Windows).
14122
14123 2007-10-19 [colin]      3.0.2cvs92
14124
14125         * src/imap_gtk.c
14126         * src/mimeview.c
14127         * src/textview.c
14128         * src/gtk/inputdialog.c
14129         * src/gtk/inputdialog.h
14130                 Remove the last old combo; patch by
14131                 Pawel
14132
14133 2007-10-19 [colin]      3.0.2cvs91
14134
14135         * src/common/ssl.c
14136                 Fix interop problem with GnuTLS and some crappy
14137                 servers that have very little keys.
14138
14139 2007-10-19 [colin]      3.0.2cvs90
14140
14141         * src/common/ssl.c
14142                 Fix return value check on GnuTLS, and
14143                 display the error
14144
14145 2007-10-18 [colin]      3.0.2cvs89
14146
14147         * src/common/ssl_certificate.c
14148                 Fix missing initialisations
14149
14150 2007-10-18 [wwp]        3.0.2cvs88
14151
14152         * src/Makefile.am
14153                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14154
14155 2007-10-18 [colin]      3.0.2cvs87
14156
14157         * po/POTFILES.in
14158                 Fix build
14159
14160 2007-10-18 [mones]      3.0.2cvs86
14161
14162         * src/editbook.c
14163         * src/import.c
14164         * src/prefs_account.c
14165         * src/prefs_receive.c
14166         * src/gtk/about.c
14167         * src/plugins/bogofilter/bogofilter_gtk.c
14168         * src/plugins/spamassassin/spamassassin_gtk.c
14169                 More capitalisation micro-fixes
14170
14171 2007-10-18 [paul]       3.0.2cvs85
14172
14173         * configure.ac
14174                 add info about NNTP support via libetpan
14175                 change the configure output ending msg a little
14176         * src/gtk/about.c
14177                 similar changes to above
14178
14179 2007-10-18 [colin]      3.0.2cvs84
14180
14181         * src/procmime.c
14182         * src/procmime.h
14183                 Fix missing symbol for S/MIME
14184
14185 2007-10-18 [colin]      3.0.2cvs83
14186
14187         * src/prefs_filtering_action.c
14188                 Fix crash in tags (introduced in cvs78)
14189
14190 2007-10-18 [colin]      3.0.2cvs82
14191
14192         * src/common/Makefile.am
14193         * src/common/nntp.c
14194         * src/common/nntp.h
14195         * src/etpan/Makefile.am
14196         * src/etpan/etpan-thread-manager-types.h
14197         * src/etpan/etpan-thread-manager.c
14198         * src/etpan/imap-thread.c
14199         * src/etpan/nntp-thread.c
14200         * src/etpan/nntp-thread.h
14201         * src/news.c
14202         * src/news.h
14203                 Rewrite the nntp implementation
14204                 to use libetpan. Non-blocking NNTP!
14205         * src/account.c
14206         * src/crash.c
14207         * src/imap.c
14208         * src/inc.c
14209         * src/main.c
14210         * src/mainwindow.c
14211         * src/pop.c
14212         * src/pop.h
14213         * src/prefs_account.c
14214         * src/recv.c
14215         * src/recv.h
14216         * src/send_message.c
14217         * src/send_message.h
14218         * src/ssl_manager.c
14219         * src/ssl_manager.h
14220         * src/wizard.c
14221         * src/common/claws.c
14222         * src/common/session.c
14223         * src/common/session.h
14224         * src/common/smtp.c
14225         * src/common/smtp.h
14226         * src/common/socket.c
14227         * src/common/socket.h
14228         * src/common/ssl.c
14229         * src/common/ssl.h
14230         * src/common/ssl_certificate.c
14231         * src/common/ssl_certificate.h
14232         * src/gtk/about.c
14233         * src/gtk/sslcertwindow.c
14234         * src/gtk/sslcertwindow.h
14235                 Implement GnuTLS support. GnuTLS support
14236                 will be used if OpenSSL isn't available, or
14237                 specified explicitely. (the reason is that
14238                 GnuTLS cerficate checking is a bit less 
14239                 practical than OpenSSL's)
14240
14241 2007-10-18 [paul]       3.0.2cvs81
14242
14243         * src/gtk/inputdialog.c
14244         * src/gtk/inputdialog.h
14245                 fix copyright header
14246
14247 2007-10-17 [colin]      3.0.2cvs80
14248
14249         * src/plugins/pgpcore/select-keys.c
14250                 Fix bug which prevented encryption key
14251                 auto-selection when two or more matched the
14252                 email address, but only one isn't revoked
14253                 or expired.
14254
14255 2007-10-17 [wwp]        3.0.2cvs79
14256
14257         * src/compose.c
14258         * src/quote_fmt.c
14259         * src/quote_fmt.h
14260         * src/quote_fmt_lex.l
14261         * src/quote_fmt_parse.y
14262                 Templates can now attach files using |attach{filename}.
14263
14264 2007-10-17 [wwp]        3.0.2cvs78
14265
14266         * src/prefs_customheader.c
14267         * src/prefs_ext_prog.c
14268         * src/prefs_filtering_action.c
14269         * src/prefs_matcher.c
14270         * src/prefs_other.c
14271         * src/prefs_toolbar.c
14272         * src/gtk/combobox.c
14273         * src/gtk/combobox.h
14274         * src/gtk/gtkutils.c
14275         * src/gtk/gtkutils.h
14276         * src/plugins/bogofilter/bogofilter_gtk.c
14277         * src/plugins/spamassassin/spamassassin_gtk.c
14278                 Removed almost all remaining instances of GtkCombo
14279                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14280                 few visual and code cleanup from Colin.
14281
14282 2007-10-16 [wwp]        3.0.2cvs77
14283         * src/gtk/pluginwindow.c
14284                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14285
14286 2007-10-15 [colin]      3.0.2cvs76
14287
14288         * src/edittags.c
14289         * src/edittags.h
14290         * src/filtering.c
14291         * src/filtering.h
14292         * src/importmutt.c
14293         * src/importpine.c
14294         * src/main.c
14295         * src/messageview.c
14296         * src/messageview.h
14297         * src/mimeview.c
14298         * src/mimeview.h
14299         * src/pop.c
14300         * src/pop.h
14301         * src/prefs_common.c
14302         * src/prefs_common.h
14303         * src/prefs_customheader.c
14304         * src/prefs_customheader.h
14305         * src/prefs_display_header.c
14306         * src/prefs_display_header.h
14307         * src/prefs_filtering_action.c
14308         * src/prefs_filtering_action.h
14309         * src/prefs_folder_column.c
14310         * src/prefs_folder_column.h
14311         * src/prefs_folder_item.c
14312         * src/prefs_folder_item.h
14313         * src/prefs_gtk.c
14314         * src/prefs_gtk.h
14315         * src/prefs_logging.h
14316         * src/prefs_matcher.c
14317         * src/prefs_matcher.h
14318         * src/prefs_summary_column.c
14319         * src/prefs_summary_column.h
14320         * src/prefs_summary_open.c
14321         * src/procheader.c
14322         * src/procheader.h
14323         * src/procmime.c
14324         * src/procmime.h
14325         * src/recv.c
14326         * src/recv.h
14327         * src/sourcewindow.c
14328         * src/sourcewindow.h
14329         * src/summaryview.c
14330         * src/summaryview.h
14331         * src/textview.c
14332         * src/textview.h
14333         * src/toolbar.c
14334         * src/toolbar.h
14335         * src/common/mgutils.c
14336         * src/common/mgutils.h
14337         * src/common/nntp.c
14338         * src/common/nntp.h
14339         * src/common/prefs.c
14340         * src/common/prefs.h
14341         * src/common/socket.c
14342         * src/common/socket.h
14343         * src/common/stringtable.c
14344         * src/common/stringtable.h
14345         * src/common/template.c
14346         * src/common/template.h
14347         * src/common/uuencode.c
14348         * src/common/uuencode.h
14349         * src/gtk/gtkshruler.c
14350         * src/gtk/gtkshruler.h
14351         * src/gtk/menu.c
14352         * src/gtk/menu.h
14353         * src/gtk/progressdialog.c
14354         * src/gtk/progressdialog.h
14355                 Remove/staticalize, the return of the revenge
14356
14357 2007-10-15 [colin]      3.0.2cvs75
14358
14359         * src/matcher.c
14360                 Fix redirections in filtering's tests
14361
14362 2007-10-15 [colin]      3.0.2cvs74
14363
14364         * src/imap.c
14365                 Don't build imap_synchronise at all when 
14366                 building without libetpan
14367
14368 2007-10-14 [colin]      3.0.2cvs73
14369
14370         * src/imap.c
14371         * src/common/md5.c
14372         * src/common/md5.h
14373         * src/gtk/manage_window.c
14374         * src/gtk/manage_window.h
14375                 Remove more unused code
14376
14377 2007-10-14 [colin]      3.0.2cvs72
14378
14379         * src/addrquery.c
14380         * src/addrquery.h
14381         * src/recv.c
14382         * src/recv.h
14383         * src/vcard.c
14384         * src/vcard.h
14385         * src/common/xml.c
14386         * src/common/xml.h
14387         * src/common/xmlprops.c
14388         * src/common/xmlprops.h
14389                 Remove more unused code
14390
14391 2007-10-14 [colin]      3.0.2cvs71
14392
14393         * src/common/utils.c
14394                 Remove unused function
14395
14396 2007-10-13 [colin]      3.0.2cvs70
14397
14398         * src/imap.c
14399         * src/imap.h
14400         * src/mainwindow.c
14401         * src/mainwindow.h
14402         * src/gtk/gtkutils.c
14403         * src/gtk/gtkutils.h
14404                 Staticalise/Remove more code
14405
14406 2007-10-13 [colin]      3.0.2cvs69
14407
14408         * src/common/utils.c
14409         * src/common/utils.h
14410                 Remove dead code, unused for ages
14411
14412 2007-10-13 [colin]      3.0.2cvs68
14413
14414         * src/main.c
14415         * src/main.h
14416                 Maemo: define hildon_program in main.c,
14417                 make it accessible in the .h with extern
14418
14419 2007-10-13 [paul]       3.0.2cvs67
14420
14421         * src/gtk/menu.c
14422                 fix a bunch of runtime warnings on maemo
14423
14424 2007-10-13 [paul]       3.0.2cvs66
14425
14426         * src/main.c
14427         * src/main.h
14428         * src/gtk/gtkutils.c
14429         * src/gtk/gtkutils.h
14430                 fix a bunch of compiler warnings on maemo
14431
14432 2007-10-12 [colin]      3.0.2cvs65
14433
14434         * src/account.c
14435         * src/addritem.c
14436         * src/addritem.h
14437         * src/filtering.c
14438         * src/filtering.h
14439         * src/folder.c
14440         * src/folder.h
14441         * src/common/utils.c
14442         * src/common/utils.h
14443                 Remove unused code, staticalise some functions
14444
14445 2007-10-12 [paul]       3.0.2cvs64
14446
14447         * src/account.c
14448         * src/folderview.c
14449         * src/main.c
14450         * src/mainwindow.c
14451         * src/messageview.c
14452         * src/summary_search.c
14453         * src/summaryview.c
14454         * src/toolbar.c
14455         * src/wizard.c
14456         * src/common/utils.c
14457         * src/gtk/prefswindow.c
14458                 fix a bunch of compiler warnings on maemo
14459
14460 2007-10-11 [colin]      3.0.2cvs63
14461
14462         * src/editaddress.c
14463                 Make static function static
14464
14465 2007-10-11 [mones]      3.0.2cvs62
14466
14467         * src/addrduplicates.c
14468         * src/addressbook.c
14469         * src/compose.c
14470         * src/expldifdlg.c
14471         * src/mainwindow.c
14472         * src/messageview.c
14473         * src/pop.c
14474         * src/prefs_customheader.c
14475         * src/prefs_send.c
14476         * src/prefs_themes.c
14477         * src/common/plugin.c
14478         * src/gtk/pluginwindow.c
14479         * src/gtk/quicksearch.c
14480                 Fix several typos and capitalisation issues
14481
14482 2007-10-11 [wwp]        3.0.2cvs61
14483
14484         * src/editaddress.c
14485                 Fix a warning about possible use of uninitialized
14486                 filename var.
14487
14488 2007-10-11 [wwp]        3.0.2cvs60
14489
14490         * src/editaddress.c
14491                 Disable "Unset picture" menu item when there's
14492                 no picture to clear. Fix an extraneous g_unref_object,
14493                 add missing initializers.
14494
14495 2007-10-11 [wwp]        3.0.2cvs59
14496
14497         * src/pixmaps/anonymous.xpm
14498         * src/editaddress.c
14499         * src/Makefile.am
14500         * src/stock_pixmap.c
14501         * src/stock_pixmap.h
14502                 Fix a leak, gettext-ize the photo label.
14503                 Don't clear the existing picture if loading
14504                 a new one fails. Use a default 'anonymous'
14505                 picture (this new xpm has been added to the
14506                 internal stock_pixmap API). Add a
14507                 "Set picture" context menu entry.
14508
14509 2007-10-11 [colin]      3.0.2cvs58
14510
14511         * src/messageview.c
14512                 Make shift-shortcuts work
14513         * src/prefs_actions.c
14514                 Don't ask if we really want to close when
14515                 choosing OK and only the list is changed
14516         * src/prefs_template.c
14517                 Don't ask if we really want to close when
14518                 choosing OK and only the list is changed
14519         * src/common/plugin.c
14520                 Fix writing of second [Plugins_*] block
14521         * src/common/template.c
14522                 Remove unused files (fixes deletion)
14523
14524 2007-10-10 [paul]       3.0.2cvs57
14525
14526         * src/prefs_template.c
14527                 put the whole thing in a scrolled window
14528                 so that half the page is no longer inaccessible
14529                 on maemo
14530                 make the gtk_text_view smaller on maemo
14531
14532 2007-10-10 [colin]      3.0.2cvs56
14533
14534         * src/compose.c
14535                 Fix updating of Attachments number in some
14536                 cases (reedit, attach from command-line, ...)
14537
14538 2007-10-10 [colin]      3.0.2cvs55
14539
14540         * src/editaddress.c
14541                 Initialise error correctly
14542
14543 2007-10-10 [paul]       3.0.2cvs54
14544
14545         * src/prefs_filtering_action.c
14546         * src/gtk/description_window.c
14547         * src/gtk/foldersort.c
14548         * src/gtk/quicksearch.c
14549                 get rid of some pointless new lines and
14550                 make the descripton labels wrap better
14551
14552 2007-10-10 [colin]      3.0.2cvs53
14553
14554         * src/addressadd.c
14555         * src/editaddress.c
14556         * src/headerview.c
14557         * src/textview.c
14558                 More error handling on saving pictures
14559
14560 2007-10-10 [colin]      3.0.2cvs52
14561
14562         * src/printing.c
14563         * src/printing.h
14564                 Generalize a bit printing, so we can factorize
14565                 most of the code. 
14566
14567 2007-10-10 [paul]       3.0.2cvs51
14568
14569         * src/addrduplicates.c
14570                 fix engrish
14571                 use GTK_STOCK... buttons
14572
14573 2007-10-10 [paul]       3.0.2cvs50
14574
14575         * src/addressadd.c
14576         * src/addrindex.c
14577         * src/editaddress.c
14578                 Fix previous patch
14579                 Thanks to Colin
14580
14581 2007-10-10 [paul]       3.0.2cvs49
14582
14583         * src/summaryview.c
14584         * src/messageview.c
14585                 Fix crash on Add sender to addressbook when
14586                 From is null
14587         * src/addressadd.c
14588         * src/addrindex.c
14589         * src/editaddress.c
14590         * src/editaddress_other_attributes_ldap.h
14591                 Fix leaks 
14592                 Rename images to .png in addrbook/
14593         * src/headerview.c
14594         * src/textview.c
14595                 Fix Face/X-Face being used if adding another
14596                 address than sender to addressbook
14597                 Thanks to Colin
14598
14599 2007-10-10 [holger]     3.0.2cvs48
14600
14601         * src/addrduplicates.c
14602         * src/editaddress.c
14603                 Improvements to the addressbook duplicate finder
14604                 feature:
14605                  - add an edit button to the button bar
14606                  - display the whole bookname (with iface) and
14607                    use this for same-book checking
14608                  - after editing, try to keep selections if the
14609                    entries are still present
14610                  - sort the email column alphabetically
14611                  - put results in a scrolled window
14612                  - support embedded editing
14613                  - make columns in detail view resizable
14614                  - add keyboard shortcuts
14615
14616 2007-10-10 [wwp]        3.0.2cvs47
14617
14618         * src/addrindex.c
14619                 Fix a crash when there's no From: in email, thanks to Colin.
14620
14621 2007-10-09 [paul]       3.0.2cvs46
14622
14623         * src/messageview.c
14624         * src/summaryview.c
14625         * src/textview.c
14626                 fix building without compface support
14627
14628 2007-10-09 [colin]      3.0.2cvs45
14629
14630         * src/editaddress.c
14631         * src/headerview.c
14632         * src/textview.c
14633                 Add error handling
14634
14635 2007-10-09 [colin]      3.0.2cvs44
14636
14637         * src/addrduplicates.c
14638         * src/addressadd.c
14639         * src/addressadd.h
14640         * src/addressbook.c
14641         * src/addressbook.h
14642         * src/addrindex.c
14643         * src/addrindex.h
14644         * src/addritem.c
14645         * src/addritem.h
14646         * src/compose.c
14647         * src/editaddress.c
14648         * src/editaddress_other_attributes_ldap.h
14649         * src/headerview.c
14650         * src/messageview.c
14651         * src/mimeview.c
14652         * src/summaryview.c
14653         * src/textview.c
14654         * src/gtk/gtkutils.c
14655                 Automatically set contacts' pictures from Face 
14656                 or X-Face if they have no picture
14657                 Display the contact picture in textview or
14658                 headerview for mails sent by people in the 
14659                 addressbook, that have no Face or X-Face
14660                 Fix a few details in the Person edition dialog
14661                 (ability to unset picture)
14662                 Remove picture file when deleting contacts
14663
14664 2007-10-09 [iwkse]      3.0.2cvs43
14665
14666         * src/gtk/about.c
14667                 center the about window
14668
14669 2007-10-09 [paul]       3.0.2cvs42
14670
14671         * src/prefs_toolbar.c
14672                 fix icon selector window on maemo
14673
14674 2007-10-09 [paul]       3.0.2cvs41
14675
14676         * src/messageview.c
14677                 add 'go to' menu to separate msgview
14678
14679 2007-10-09 [colin]      3.0.2cvs40
14680
14681         * src/common/defs.h
14682                 Add forgotten file
14683
14684 2007-10-09 [iwkse]      3.0.2cvs39
14685
14686         * Makefile.am
14687         * src/addressbook.c
14688         * src/addritem.c
14689         * src/addritem.h
14690         * src/editaddress.c
14691         * src/editaddress_other_attributes_ldap.h
14692         * src/addrbook.c
14693         * src/Makefile.am
14694                 set a photo in the Addressbook
14695
14696 2007-10-08 [colin]      3.0.2cvs38
14697
14698         * src/prefs_toolbar.c
14699                 Make height 320 to remove the scrollbar 
14700                 (with current number of icons)
14701
14702 2007-10-08 [colin]      3.0.2cvs37
14703
14704         * src/prefs_toolbar.c
14705                 Transform the treeview to a GtkIconView.
14706                 Patch by Pawel
14707                 In addition, transform the window so that 
14708                 it looks like a popup menu. Patch by me
14709
14710 2007-10-08 [colin]      3.0.2cvs36
14711
14712         * src/compose.c
14713         * src/compose.h
14714                 Beautify the GUI a bit; in particular, show the
14715                 number of attachments in the tab's title.
14716                 Patch by Pawel
14717
14718 2007-10-08 [paul]       3.0.2cvs35
14719
14720         * src/mimeview.c
14721                 Save users from themselves: save temporary
14722                 files used for Open/Open with as read-only.
14723                 Thanks to Colin
14724
14725 2007-10-08 [paul]       3.0.2cvs34
14726
14727         * tools/Makefile.am
14728                 forgot this in cvs33
14729
14730 2007-10-08 [paul]       3.0.2cvs33
14731
14732         * tools/kdeservicemenu/README
14733         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14734         * tools/kdeservicemenu/install.sh
14735         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14736                 renamed template* to *template so as not to confuse
14737                 lintian
14738
14739 2007-10-08 [paul]       3.0.2cvs32
14740
14741         * src/prefs_themes.c
14742         * src/stock_pixmap.c
14743                 replace 2 direct uses of RC_DIR
14744
14745 2007-10-07 [colin]      3.0.2cvs31
14746
14747         * src/addrduplicates.c
14748         * src/addrduplicates.h
14749         * src/addressbook.c
14750         * src/addressbook.h
14751         * src/addrindex.c
14752         * src/addrindex.h
14753                 Implement deletion in duplicate finder. 
14754                 Patch by Holger 
14755
14756 2007-10-07 [colin]      3.0.2cvs30
14757
14758         * src/exporthtml.c
14759         * src/mbox.c
14760         * src/common/utils.c
14761                 Better fix for Solaris, thanks to Nicolas Doualot
14762
14763 2007-10-07 [colin]      3.0.2cvs29
14764
14765         * AUTHORS
14766         * src/gtk/authors.h
14767                 Add Frank Dietrich
14768
14769 2007-10-07 [colin]      3.0.2cvs28
14770
14771         * src/exporthtml.c
14772                 Fix HTML export to make it more compliant
14773                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14774
14775 2007-10-07 [colin]      3.0.2cvs27
14776
14777         * src/prefs_toolbar.c
14778                 Only use icons that wouldn't look stupid in the toolbar
14779                 Patch by Pawel
14780
14781 2007-10-07 [colin]      3.0.2cvs26
14782
14783         * src/prefs_toolbar.c
14784                 Fix old icon being used when none is selected
14785
14786 2007-10-07 [colin]      3.0.2cvs25
14787
14788         * src/toolbar.c
14789                 Fix copy/paste error
14790
14791 2007-10-07 [colin]      3.0.2cvs24
14792
14793         * src/prefs_toolbar.c
14794         * src/toolbar.c
14795         * src/toolbar.h
14796                 Update icon to default one when changing event
14797                 Make the icon chooser nicer (handle Esc, Enter,
14798                 double-click)
14799
14800 2007-10-06 [colin]      3.0.2cvs23
14801
14802         * src/prefs_toolbar.c
14803                 Fix text reset; patch by Pawel
14804
14805 2007-10-06 [colin]      3.0.2cvs22
14806
14807         * src/toolbar.h
14808                 Complete previous commit
14809
14810 2007-10-06 [colin]      3.0.2cvs21
14811
14812         * src/prefs_toolbar.c
14813         * src/toolbar.c
14814                 Set toolbar text automatically to the default
14815                 when changing Event executed on click
14816
14817 2007-10-06 [colin]      3.0.2cvs20
14818
14819         * src/prefs_toolbar.c
14820                 Invert Text and Event fields
14821
14822 2007-10-06 [colin]      3.0.2cvs19
14823
14824         * src/prefs_toolbar.c
14825         * src/toolbar.c
14826                 Make toolbar prefs look much better
14827                 Patch by Pawel Pekala
14828
14829 2007-10-06 [paul]       3.0.2cvs18
14830
14831         * src/account.c
14832         * src/prefs_filtering.c
14833                 fix checkbuttons in gtktreeview on maemo by
14834                 setting maemo's "allow-checkbox-mode" to FALSE
14835
14836 2007-10-06 [colin]      3.0.2cvs17
14837
14838         * configure.ac
14839                 Export -DSOLARIS in CFLAGS for all
14840                 Solaris (not just 2.8) and OpenSolaris
14841
14842 2007-10-06 [paul]       3.0.2cvs16
14843
14844         * AUTHORS
14845         * src/exporthtml.c
14846         * src/mbox.c
14847         * src/gtk/authors.h
14848                 fix build on solaris where ctime_r takes
14849                 3 arguments rather than 2.
14850                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14851
14852 2007-10-05 [colin]      3.0.2cvs15
14853
14854         * src/etpan/imap-thread.c
14855                 Fix wrong error codepath
14856
14857 2007-10-05 [wwp]        3.0.2cvs14
14858
14859         * src/filtering.c
14860                 Fix unexpected logging of quicksearches:
14861                 debug_filtering_session flag was never reset to FALSE, causing
14862                 matcher functions to log when called from a quicksearch
14863                 (if a filtering session happened before).
14864
14865 2007-10-05 [paul]       3.0.2cvs13
14866
14867         * src/prefs_actions.c
14868         * src/prefs_filtering.c
14869         * src/prefs_template.c
14870                 fix bug 1343, 'Filtering..'s close button
14871                 silently discards new filter'
14872                 Thanks to Colin
14873
14874 2007-10-05 [paul]       3.0.2cvs12
14875
14876         * configure.ac
14877         * src/Makefile.am
14878                 fix bug 1347, '-Wno-unused-function, optional'
14879
14880 2007-10-05 [colin]      3.0.2cvs11
14881
14882         * src/procmime.c
14883         * src/common/mgutils.c
14884                 Fix warnings
14885
14886 2007-10-05 [mones]      3.0.2cvs10
14887
14888         * manual/advanced.xml
14889                 Use full menu name
14890         * manual/es/advanced.xml
14891                 Synchronise translation
14892
14893 2007-10-04 [colin]      3.0.2cvs9
14894
14895         * src/action.c
14896         * src/addrbook.c
14897         * src/addrindex.c
14898         * src/compose.c
14899         * src/exporthtml.c
14900         * src/exportldif.c
14901         * src/folder.c
14902         * src/main.c
14903         * src/matcher.c
14904         * src/mbox.c
14905         * src/messageview.c
14906         * src/mh.c
14907         * src/news.c
14908         * src/partial_download.c
14909         * src/pop.c
14910         * src/procmime.c
14911         * src/procmsg.c
14912         * src/toolbar.c
14913         * src/common/log.c
14914         * src/common/mgutils.c
14915         * src/common/plugin.c
14916         * src/common/utils.c
14917         * src/common/xml.c
14918         * src/common/xml.h
14919         * src/common/xmlprops.c
14920         * src/common/xmlprops.h
14921         * src/plugins/bogofilter/bogofilter.c
14922         * src/plugins/clamav/clamav_plugin.c
14923         * src/plugins/dillo_viewer/dillo_prefs.c
14924         * src/plugins/pgpcore/prefs_gpg.c
14925         * src/plugins/pgpinline/pgpinline.c
14926         * src/plugins/pgpmime/pgpmime.c
14927         * src/plugins/spamassassin/spamassassin.c
14928         * src/plugins/trayicon/trayicon_prefs.c
14929                 Verify success on writes. Will fix possible strange
14930                 failure on disk full.
14931
14932 2007-10-04 [paul]       3.0.2cvs8
14933
14934         * manual/advanced.xml
14935                 add further info about Actions
14936                 Patch by Emmanuel Briot <briot@adacore.com>
14937
14938 2007-10-04 [paul]       3.0.2cvs7
14939
14940         * src/account.c
14941                 remove the D column, instead indicate the
14942                 default account by use of bold text
14943
14944 2007-10-03 [colin]      3.0.2cvs6
14945
14946         * src/common/template.c
14947                 Fix templates writing (was prone to disk full problems)
14948
14949 2007-10-03 [colin]      3.0.2cvs5
14950
14951         * src/Makefile.am
14952         * src/addrduplicates.c
14953         * src/addrduplicates.h
14954         * src/addressbook.c
14955                 Add duplicate deletion. Patch by Holger
14956
14957 2007-10-03 [colin]      3.0.2cvs4
14958
14959         * src/matcher.c
14960         * src/gtk/quicksearch.c
14961                 Fix bug 1340, 'Case insensitive searches with 
14962                 non-ascii alphabets fail'.
14963
14964 2007-10-03 [colin]      3.0.2cvs3
14965
14966         * src/main.c
14967         * src/common/utils.c
14968         * src/common/utils.h
14969                 Implement run-time alternative config directories
14970
14971 2007-10-03 [colin]      3.0.2cvs2
14972
14973         * src/folderview.c
14974                 Prevent opening folder item while folder
14975                 is scanned in a better way
14976
14977 2007-10-02 [paul]       3.0.2cvs1
14978
14979         * NEWS
14980         * README
14981         * RELEASE_NOTES
14982         * configure.ac
14983                 bump up version number following stable release
14984
14985 2007-09-30 [colin]      3.0.1cvs49
14986
14987         * src/imap.c
14988                 Refresh session if needed
14989
14990 2007-09-30 [colin]      3.0.1cvs48
14991
14992         * src/imap.c
14993                 Reset folder's session to NULL
14994                 before destroying it
14995
14996 2007-09-30 [mones]      3.0.1cvs47
14997
14998         * manual/handling.xml
14999                 Use markup quotes instead hardcoded quotes
15000         * manual/es/handling.xml
15001                 Added new synced section (IMAP subscriptions)
15002
15003 2007-09-29 [colin]      3.0.1cvs46
15004
15005         * src/imap.c
15006                 Notice disconnections faster
15007
15008 2007-09-28 [colin]      3.0.1cvs45
15009
15010         * src/addressbook.c
15011         * src/addrindex.c
15012                 Fix warnings
15013
15014 2007-09-28 [paul]       3.0.1cvs44
15015
15016         * src/mimeview.c
15017                 fix maemo build
15018
15019 2007-09-28 [paul]       3.0.1cvs43
15020
15021         * src/account.c
15022                 use gtk_widget_set_size_request() on the label
15023                 so that wrapping works better. get rid of the
15024                 (partially deprecated) hbutton_box.
15025                 these changes should prevent buttons overlapping
15026                 on maemo
15027
15028 2007-09-28 [colin]      3.0.1cvs42
15029
15030         * src/pop.c
15031                 Fix typo :)
15032
15033 2007-09-28 [colin]      3.0.1cvs41
15034
15035         * src/compose.c
15036         * src/msgcache.c
15037         * src/pop.c
15038         * src/procmime.c
15039         * src/etpan/imap-thread.c
15040                 64bits-related warning fixes
15041
15042 2007-09-28 [colin]      3.0.1cvs40
15043
15044         * src/folder_item_prefs.c
15045         * src/ldaputil.c
15046         * src/mainwindow.c
15047         * src/mimeview.c
15048         * src/common/tags.c
15049                 Fix warnings
15050
15051 2007-09-28 [colin]      3.0.1cvs39
15052
15053         * src/plugins/spamassassin/spamassassin.c
15054         * src/plugins/spamassassin/spamassassin.h
15055         * src/plugins/spamassassin/spamassassin_gtk.c
15056                 Add addressbook-based whitelisting
15057
15058 2007-09-28 [colin]      3.0.1cvs38
15059
15060         * src/folder.c
15061                 Fix bug 1337, 'crash on pressing Send button'
15062
15063 2007-09-28 [paul]       3.0.1cvs37
15064
15065         * src/prefs_folder_item.c
15066                 give the orphans a parent. makes all prefs
15067                 pages visible on maemo
15068
15069 2007-09-28 [colin]      3.0.1cvs36
15070
15071         * src/prefs_folder_column.c
15072         * src/prefs_summary_column.c
15073                 Fix two leaks
15074
15075 2007-09-27 [colin]      3.0.1cvs35
15076
15077         * src/gtk/quicksearch.c
15078                 Fix bug 1336, 'Segfault if empty space before search-string'
15079
15080 2007-09-26 [mones]      3.0.1cvs34
15081
15082         * manual/account.xml
15083         * manual/plugins.xml
15084                 Fixed irc channel name, added some docbook markup.
15085                 Changed text markup to docbook markup. 
15086                 Added spamcop as supported in SpamReport description.
15087         * manual/fr/plugins.xml
15088                 Fixed irc channel name.
15089         * manual/es/account.xml
15090         * manual/es/advanced.xml
15091         * manual/es/claws-mail-manual.xml
15092         * manual/es/glossary.xml
15093         * manual/es/gpl.xml
15094         * manual/es/keyboard.xml
15095         * manual/es/plugins.xml
15096                 Synced with English version, fixed a couple of typos.
15097
15098 2007-09-26 [colin]      3.0.1cvs33
15099
15100         * configure.ac
15101                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15102
15103 2007-09-26 [colin]      3.0.1cvs32
15104
15105         * src/messageview.c
15106         * src/procmsg.c
15107         * src/procmsg.h
15108                 Optimisation: avoid fetching mail 3 times locally
15109                 for displaying
15110
15111 2007-09-26 [colin]      3.0.1cvs31
15112
15113         * src/mh.c
15114                 Fix missing static
15115
15116 2007-09-26 [colin]      3.0.1cvs30
15117
15118         * src/folder.c
15119         * src/folder.h
15120         * src/mh.c
15121         * src/mh.h
15122                 Fix MH mtime hack - make it a folder class function
15123
15124 2007-09-26 [colin]      3.0.1cvs29
15125
15126         * src/inc.c
15127                 Fix bug 1334, 'user defined mail incorporation 
15128                 script not run'
15129
15130 2007-09-25 [colin]      3.0.1cvs28
15131
15132         * src/codeconv.c
15133                 Optimisation: shortcut conv_codeset_strdup
15134                 when src_code and dest_code are the same
15135         * src/common/xml.c
15136         * src/common/xml.h
15137                 Optimisation: shortcut code conversions when
15138                 files are in UTF-8; faster list walking by
15139                 using prepend/reverse.
15140
15141 2007-09-25 [holger]     3.0.1cvs27
15142
15143         * src/printing.c
15144                 Replace button bar of the preview window
15145                 with a real toolbar (patch by Colin)
15146                 Add zooming to the preview window
15147
15148 2007-09-24 [paul]       3.0.1cvs26
15149
15150         * src/compose.c
15151                 compact the character set menu, adding some
15152                 missing encodings. Patch by Pawel Pekala
15153
15154 2007-09-23 [paul]       3.0.1cvs25
15155
15156         * src/prefs_account.c
15157         * src/prefs_folder_item.c
15158         * src/prefs_quote.c
15159         * src/quote_fmt.c
15160         * src/quote_fmt.h
15161                 remove unnecessary frame from Templates options
15162                 and improve the English of the check button label
15163
15164 2007-09-22 [colin]      3.0.1cvs24
15165
15166         * src/gtk/quicksearch.c
15167                 Fix bug 1329, 'error in quicksearch.c'
15168                 Fix return with value in function returning void
15169
15170 2007-09-22 [colin]      3.0.1cvs23
15171
15172         * src/imap.c
15173         * src/procmsg.h
15174         * src/common/utils.c
15175         * src/common/utils.h
15176         * src/etpan/imap-thread.c
15177                 Optimise fetching IMAP cached emails *a lot*
15178                 (remember whether mail is fully cached and \r's
15179                  are already stripped)
15180
15181 2007-09-22 [colin]      3.0.1cvs22
15182
15183         * src/folder.c
15184         * src/folder.h
15185         * src/prefs_folder_item.c
15186                 Add a button to allow users to drop local caches.
15187
15188 2007-09-21 [colin]      3.0.1cvs21
15189
15190         * src/summaryview.c
15191                 Remove unnecessary error when cancelling export to mbox.
15192                 Patch by Pawel
15193
15194 2007-09-21 [paul]       3.0.1cvs20
15195
15196         * src/gtk/prefswindow.c
15197                 remove unnecessary frames from the prefs
15198                 pages. Patch by Pawel Pekala
15199
15200 2007-09-21 [paul]       3.0.1cvs19
15201
15202         * src/prefs_account.c
15203         * src/prefs_folder_item.c
15204         * src/prefs_quote.c
15205         * src/quote_fmt.c
15206                 put the Templates options into a tabbed
15207                 layout. Patch by Pawel Pekala
15208
15209 2007-09-21 [paul]       3.0.1cvs18
15210
15211         * src/mainwindow.c
15212                 group together the character set menu items
15213                 move the /View/Show or hide/Message view below
15214                 .../Toolbar menu item
15215                 Patch by Pawel Pekala
15216
15217 2007-09-21 [mones]      3.0.1cvs17
15218
15219         * src/compose.c
15220                 Fix for bug 1327, 'segfault when replying to a non-existent
15221                 news message', thanks to Colin.
15222
15223 2007-09-21 [colin]      3.0.1cvs16
15224
15225         * src/folderview.c
15226                 Complete 3.0.1cvs15
15227
15228 2007-09-20 [colin]      3.0.1cvs15
15229
15230         * src/folderview.c
15231         * src/folderview.h
15232                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15233
15234 2007-09-20 [colin]      3.0.1cvs14
15235
15236         * src/printing.c
15237                 Fix a little leak
15238
15239 2007-09-20 [holger]     3.0.1cvs13
15240
15241         * src/printing.c
15242                 Add page layout to print preview.
15243                 Make the close-button in the toolbar
15244                 right-aligned.
15245
15246 2007-09-20 [paul]       3.0.1cvs12
15247
15248         * po/ru.po
15249                 updated by Pavlo Bohmat
15250
15251 2007-09-19 [colin]      3.0.1cvs11
15252
15253         * src/common/utils.c
15254                 Prevent unquoted mime boundaries, by always
15255                 using a /
15256
15257 2007-09-19 [colin]      3.0.1cvs10
15258
15259         * src/printing.c
15260                 Fix drawing area size, fix DPI change that
15261                 can cause total number of lines to decrease
15262
15263 2007-09-19 [colin]      3.0.1cvs9
15264
15265         * po/POTFILES.in
15266         * src/printing.c
15267                 Make print preview more efficient and nicer.
15268                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15269
15270 2007-09-19 [colin]      3.0.1cvs8
15271
15272         * src/prefs_common.c
15273         * src/prefs_common.h
15274         * src/printing.c
15275                 Add scrolledwindow, default allocation and
15276                 size saving to the print preview window.
15277
15278 2007-09-18 [colin]      3.0.1cvs7
15279
15280         * src/prefs_common.c
15281         * src/prefs_common.h
15282         * src/prefs_image_viewer.c
15283         * src/printing.c
15284                 GtkPrintOperation:
15285                 - add image printing support
15286                 - add option to print images
15287                 - add preview widget
15288                 - add saving of a few Page Setup parameters
15289
15290 2007-09-18 [colin]      3.0.1cvs6
15291
15292         * AUTHORS
15293         * src/gtk/authors.h
15294                 Add Guillaume Chazarain
15295
15296 2007-09-18 [colin]      3.0.1cvs5
15297
15298         * src/common/utils.c
15299                 Fix bug 1321, 'access before allocation 
15300                 when scanning for uris'. Patch by 
15301                 Guillaume Chazarain <guichaz@yahoo.fr>
15302
15303 2007-09-18 [colin]      3.0.1cvs4
15304
15305         * src/toolbar.c
15306                 Fix bug 1320, 'Memory leak caused by 
15307                 gtk_container_get_children'. Patch by
15308                 Guillaume Chazarain <guichaz@yahoo.fr>
15309
15310 2007-09-18 [colin]      3.0.1cvs3
15311
15312         * src/printing.c
15313         * src/printing.h
15314                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15315
15316 2007-09-18 [colin]      3.0.1cvs2
15317
15318         * src/Makefile.am
15319         * src/mainwindow.c
15320         * src/messageview.c
15321         * src/messageview.h
15322         * src/prefs_ext_prog.c
15323         * src/prefs_fonts.c
15324         * src/printing.c
15325         * src/printing.h
15326         * src/summaryview.c
15327                 Use GtkPrintOperation by default on GTK+ >= 2.10
15328                 Patch by Holger Berndt <hb@claws-mail.org>
15329
15330 2007-09-18 [paul]       3.0.1cvs1
15331
15332         * NEWS
15333         * README
15334         * RELEASE_NOTES
15335         * configure.ac
15336                 bump up version number following stable release
15337
15338 2007-09-16 [colin]      3.0.0cvs18
15339
15340         * src/folder.c
15341                 Fix possible memleak
15342
15343 2007-09-16 [colin]      3.0.0cvs17
15344
15345         * src/folderview.c
15346                 Fix bug 1311, 'Wrong arrow position 
15347                 while moving message into folder when 
15348                 column headers hidden'
15349         * src/image_viewer.c
15350                 Show error in the GUI if image can't
15351                 be loaded
15352         * src/matcher.c
15353                 Fix spurious output
15354         * src/messageview.c
15355                 Allow setting domain in msgid
15356         * src/common/plugin.c
15357                 Add timing information
15358
15359 2007-09-16 [colin]      3.0.0cvs16
15360
15361         * src/account.c
15362         * src/compose.c
15363         * src/prefs_account.c
15364         * src/prefs_account.h
15365         * src/common/utils.c
15366                 Remove Generate Message-ID option. We need
15367                 this on some IMAP servers.
15368         * src/prefs_template.c
15369                 Fix double-free
15370
15371 2007-09-16 [colin]      3.0.0cvs15
15372
15373         * src/prefs_filtering.c
15374         * src/prefs_filtering.h
15375         * src/prefs_filtering_action.c
15376         * src/common/tags.c
15377                 Fix tags issues: tags with spaces, renaming
15378                 tags.
15379
15380 2007-09-16 [colin]      3.0.0cvs14
15381
15382         * src/folderview.c
15383         * src/main.c
15384         * src/mainwindow.c
15385                 Fix bug 1308, 'Claws deletes folderlist.xml after
15386                 fetching mail short after start-up'
15387
15388 2007-09-16 [colin]      3.0.0cvs13
15389
15390         * src/compose.c
15391                 Fix scrolling to cursor
15392
15393 2007-09-16 [paul]       3.0.0cvs12
15394
15395         * po/sr.po
15396                 updated by Aleksandar Urosevic
15397
15398 2007-09-16 [paul]       3.0.0cvs11
15399
15400         * src/folder.c
15401                 do not allow locked msgs to be deleted,
15402                 even by filtering/processing
15403
15404 2007-09-07 [paul]       3.0.0cvs10
15405
15406         * src/prefs_folder_column.c
15407         * src/prefs_summary_column.c
15408                 implement button sensitivity
15409                 patch by Pawel Pekala
15410
15411 2007-09-06 [wwp]        3.0.0cvs9
15412
15413         * src/prefs_gtk.c
15414                 Add a missing linefeed to a debug message.
15415
15416 2007-09-05 [colin]      3.0.0cvs8
15417
15418         * src/inc.c
15419                 Fix statusbar/window mismatch on Maemo
15420
15421 2007-09-05 [colin]      3.0.0cvs7
15422
15423         * src/ldaputil.c
15424                 Fix build without USE_LDAP_TLS
15425
15426 2007-09-05 [colin]      3.0.0cvs6
15427
15428         * src/folder.c
15429         * src/imap.c
15430         * src/inc.c
15431         * src/mbox.c
15432         * src/send_message.c
15433         * src/statusbar.c
15434         * src/statusbar.h
15435                 Maemo: distinguish various statusbar messages,
15436                 in order to display only the most important.
15437
15438 2007-09-04 [wwp]        3.0.0cvs5
15439
15440         * src/account.c
15441                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15442                 Show protocol "SMTP" and the appropriate server for send-only
15443                 accounts, show "-" instead of "" when no value is relevant.
15444
15445 2007-09-03 [ticho]      3.0.0cvs4
15446
15447         * src/summaryview.c
15448                 Handle plural form better in delete confirmation dialog.
15449
15450 2007-09-03 [wwp]        3.0.0cvs3
15451
15452         * src/compose.c
15453                 Warn differently when sending or sending later (queueing).
15454
15455 2007-09-03 [colin]      3.0.0cvs2
15456
15457         * src/procmime.c
15458         * src/procmime.h
15459         * src/common/plugin.c
15460         * src/common/plugin.h
15461                 Add a new plugin API, MimeParser. It allows
15462                 plugins to scan email MIME parts and optionally,
15463                 transform them.
15464
15465 2007-09-03 [mones]      3.0.0cvs1
15466
15467         * po/es.po
15468                 Updated translation
15469         * src/common/defs.h
15470                 While a better solution is made double history sizes
15471
15472 2007-09-03 [paul]       3.0.0
15473
15474         * NEWS
15475         * README
15476         * RELEASE_NOTES
15477                 3.0.0 released
15478
15479 [For previous entries, see ChangeLog.2.0.0-3.0.0]