2013-03-13 [mones] 3.9.0cvs122
[claws.git] / ChangeLog
blobb5dfe0dee3d19b770690034330801fbbcbacf553
1 2013-03-13 [mones]      3.9.0cvs122
3         * src/plugins/pdf_viewer/poppler_viewer.c
4                 Fix crash closing PDF information alert panel and use
5                 a better label than the plugin name for the dialog
7 2013-03-13 [colin]      3.9.0cvs121
9         * src/plugins/fancy/fancy_prefs.c
10                 More whitespace!
12 2013-03-13 [colin]      3.9.0cvs120
14         * src/plugins/fancy/fancy_prefs.c
15         * src/plugins/fancy/fancy_prefs.h
16         * src/plugins/fancy/fancy_viewer.c
17         * src/plugins/fancy/fancy_viewer.h
18                 Fix whitespace and indentation
20 2013-03-13 [colin]      3.9.0cvs119
22         * src/plugins/fancy/fancy_prefs.c
23         * src/plugins/fancy/fancy_prefs.h
24         * src/plugins/fancy/fancy_viewer.c
25         * src/plugins/fancy/fancy_viewer.h
26                 More rework of the options to make things clear.
27                 Also, make Enable remote content actually do what
28                 it says.
30 2013-03-13 [colin]      3.9.0cvs118
32         * src/summaryview.c
33                 Fix w32 build where apparently 'small' is a reserved
34                 word
35         * src/plugins/perl/tools/Makefile.am
36                 Fix out-of-tree build
38 2013-03-13 [mones]      3.9.0cvs117
40         * INSTALL
41         * README
42                 Forgotten tool is not needed anymore, bye bye html2ps.
44 2013-03-13 [colin]      3.9.0cvs116
46         * src/plugins/fancy/Makefile.am
47         * src/plugins/fancy/fancy_viewer.c
48                 Fix bug #2980, "html2ps required...". Use standard GtkPrint
50 2013-03-13 [colin]      3.9.0cvs115
52         * src/plugins/fancy/fancy_prefs.c
53         * src/plugins/fancy/fancy_prefs.h
54         * src/plugins/fancy/fancy_viewer.c
55         * src/plugins/fancy/fancy_viewer.h
56                 Untangle prefs handling, untangle open in browser
57                 and move back to Enable remote content instead of
58                 Enable inner navigation.
60 2013-03-13 [mones]      3.9.0cvs114
62         * INSTALL
63         * README
64                 Some minor fix and an always forgotten support tool...
65                 Fortunately our users keep reminding us they really use
66                 all those features, thanks to all of them :-)
68 2013-03-12 [wwp]        3.9.0cvs113
70         * src/account.c
71         Remove stuff committed unexpectedly (you're now reading my words, you understand
72         what you read, you never found that I've committed stuff accidentally, never, and
73         now you can get back to normal activities, you will never remember this),
74         thanks Paul!
76 2013-03-12 [wwp]        3.9.0cvs112
78         * src/account.c
79         Fix 'edit accounts' windows going backward when leaving an
80         'account preferences' window, by focusing this window again.
82 2013-03-09 [mones]      3.9.0cvs111
84         * INSTALL
85                 Update required GTK+ version and configure plugin flags
86         * src/mainwindow.c
87         * src/summaryview.c
88                 Remove unnecessary checks, newer keysyms are already
89                 included by gtkutils.h if needed
91 2013-03-08 [paul]       3.9.0cvs110
93         * configure.ac
94                 fix outputting config dir value at end of configure
96 2013-03-07 [colin]      3.9.0cvs109
98         * src/plugins/fancy/fancy_prefs.c
99                 And make Open External default to true :)
101 2013-03-07 [paul]       3.9.0cvs108
103         * src/plugins/fancy/fancy_prefs.c
104                 make "enable_inner_navigation" default to FALSE
106 2013-03-06 [colin]      3.9.0cvs107
108         * src/plugins/fancy/fancy_prefs.c
109         * src/plugins/fancy/fancy_prefs.h
110         * src/plugins/fancy/fancy_viewer.c
111         * src/plugins/fancy/fancy_viewer.h
112                 Fix bug #2882, "Reverse preference for external content"
113                 "Block external content" was the only negative preference
114                 along the other "Enable ..." positive ones, but also had
115                 several shortcomings, in that it only blocked user-
116                 requested interactions, like
117                 - prevent clicking on links
118                 - prevent right-click/Download link
119                 - prevent right-click/Save image
120                 But NOT
121                 - prevent auto download of images (that's controlled by
122                   Auto-load images)
123                 - prevent auto download of javascript (that's controlled
124                   by Enable scripts)
125                 - prevent auto download of applets (that's controlled by
126                   Enable java)
127                 - prevent auto download of css (that can't be disabled)
128                 New preference to replace it is "Enable inner navigation"
129                 and allows to control whether one can click on links to
130                 navigate inside Fancy viewer. If disabled and "Open in
131                 external browser" is set, links will be opened in external
132                 browser; else nothing will happen. In any state of these
133                 preferences, right-clicking and choosing "Open in viewer"
134                 or "Open in browser" will do what asked.
136 2013-03-06 [colin]      3.9.0cvs106
138         * src/plugins/fancy/fancy_viewer.c
139                 Make options setting clearer
141 2013-02-28 [mones]      3.9.0cvs105
143         * configure.ac
144         * src/plugins/perl/Makefile.am
145         * src/plugins/perl/cm_perl.pod
146         * src/plugins/perl/tools/.cvsignore
147         * src/plugins/perl/tools/Makefile.am
148         * src/plugins/perl/tools/insert_perl.pl
149         * src/plugins/perl/tools/matcherrc2perlfilter.pl
150                 Make perl plugin tools and manpage available into 
151                 distribution tarball.
153 2013-02-27 [mones]      3.9.0cvs104
155         * README
156                 Updated plugin list, now they are integrated.
157                 Added missing items to hidden properties list.
159 2013-02-26 [wwp]        3.9.0cvs103
161         * src/messageview.c
162         Fix wrong message, as message could have been moved to another folder
163         and not trashed (it could have also be deleted without staying in trash,
164         but that's a piece of detail, and while we're at it, the message could also
165         have vanished into another dimension or be now part of the twilight zone
166         but we should not always tell the truth to users. At last, and to be
167         exhaustive, the message could have disappeared because of a technical
168         issue which doesn't imply user action and none of the above mentions. One
169         would say that the message could also have never existed, but it's another
170         story).
172 2013-02-24 [colin]      3.9.0cvs102
174         * src/plugins/vcalendar/libical/libical/Makefile.am
175                 Fix build without vcalendar
177 2013-02-23 [paul]       3.9.0cvs101
179         * src/mimeview.c
180                 escape filename/description text, prevents error if, e.g., the
181                 filename contains an ampersand
183 2013-02-22 [colin]      3.9.0cvs100
185         * AUTHORS
186         * src/gtk/authors.h
187         * src/summaryview.c
188                 Fix bug #2702, "Support splitting subject line for small screen
189                 layout". Patch by Ben Deering.
191 2013-02-21 [paul]       3.9.0cvs99
193         * configure.ac
194                 add he to ALL_LINGUAS
196 2013-02-20 [colin]      3.9.0cvs98
198         * src/main.c
199                 Fix seg on w32
201 2013-02-20 [colin]      3.9.0cvs97
203         * src/plugins/att_remover/claws.def
204         * src/plugins/fetchinfo/claws.def
205         * src/plugins/spam_report/claws.def
206                 Add more needed symbols
208 2013-02-20 [colin]      3.9.0cvs96
210         * src/plugins/att_remover/Makefile.am
211         * src/plugins/fetchinfo/Makefile.am
212         * src/plugins/spam_report/Makefile.am
213                 Fix missed parts for w32
215 2013-02-20 [colin]      3.9.0cvs95
217         * src/prefs_common.h
218         * src/plugins/address_keeper/claws.def
219         * src/plugins/att_remover/Makefile.am
220         * src/plugins/att_remover/claws.def
221         * src/plugins/att_remover/plugin.def
222         * src/plugins/att_remover/version.rc
223         * src/plugins/clamd/libclamd/Makefile.am
224         * src/plugins/fetchinfo/Makefile.am
225         * src/plugins/fetchinfo/claws.def
226         * src/plugins/fetchinfo/plugin.def
227         * src/plugins/fetchinfo/version.rc
228         * src/plugins/mailmbox/Makefile.am
229         * src/plugins/mailmbox/claws.def
230         * src/plugins/mailmbox/plugin.def
231         * src/plugins/mailmbox/version.rc
232         * src/plugins/notification/gtkhotkey/Makefile.am
233         * src/plugins/spam_report/Makefile.am
234         * src/plugins/spam_report/claws.def
235         * src/plugins/spam_report/plugin.def
236         * src/plugins/spam_report/spam_report.c
237         * src/plugins/spam_report/version.rc
238                 Win32 build fixes (and add of address_keeper, att_remover,
239                 fetchinfo and spam_report)
241 2013-02-20 [paul]       3.9.0cvs94
243         * configure.ac
244                 a little more report layout tweaking
246 2013-02-20 [colin]      3.9.0cvs93
248         * src/common/plugin.c
249                 Auto fix plugin names ending in "_plugin"
251 2013-02-20 [colin]      3.9.0cvs92
253         * src/plugins/gdata/Makefile.am
254                 Change plugin name
256 2013-02-20 [colin]      3.9.0cvs91
258         * src/plugins/fetchinfo/Makefile.am
259         * src/plugins/notification/Makefile.am
260         * src/plugins/perl/Makefile.am
261         * src/plugins/python/Makefile.am
262                 Drop _plugin from the plugin's filename
264 2013-02-20 [colin]      3.9.0cvs90
266         * configure.ac
267                 Group core's --{en,dis}able switches
269 2013-02-20 [colin]      3.9.0cvs89
271         * configure.ac
272                 typos
274 2013-02-20 [colin]      3.9.0cvs88
276         * configure.ac
277         * Makefile.am
278                 Don't check for GNOME2 when we want to check for
279                 gtk-update-icon-cache; Typo fix
281 2013-02-20 [colin]      3.9.0cvs87
283         * src/plugins/Makefile.am
284         * src/plugins/acpi_notifier/Makefile.am
285         * src/plugins/address_keeper/Makefile.am
286         * src/plugins/archive/Makefile.am
287         * src/plugins/att_remover/Makefile.am
288         * src/plugins/attachwarner/Makefile.am
289         * src/plugins/bogofilter/Makefile.am
290         * src/plugins/bsfilter/Makefile.am
291         * src/plugins/clamd/Makefile.am
292         * src/plugins/demo/Makefile.am
293         * src/plugins/fancy/Makefile.am
294         * src/plugins/fetchinfo/Makefile.am
295         * src/plugins/gdata/Makefile.am
296         * src/plugins/mailmbox/Makefile.am
297         * src/plugins/newmail/Makefile.am
298         * src/plugins/notification/Makefile.am
299         * src/plugins/pdf_viewer/Makefile.am
300         * src/plugins/perl/Makefile.am
301         * src/plugins/pgpcore/Makefile.am
302         * src/plugins/pgpinline/Makefile.am
303         * src/plugins/pgpmime/Makefile.am
304         * src/plugins/python/Makefile.am
305         * src/plugins/rssyl/Makefile.am
306         * src/plugins/smime/Makefile.am
307         * src/plugins/spam_report/Makefile.am
308         * src/plugins/spamassassin/Makefile.am
309         * src/plugins/tnef_parse/Makefile.am
310         * src/plugins/vcalendar/Makefile.am
311                 Change automake conditionals so that all plugins subdirectories
312                 are included, but nothing built in disabled plugins. Fixes make
313                 dist with some plugins --disabled.
315 2013-02-20 [colin]      3.9.0cvs86
317         * configure.ac
318         * src/plugins/fancy/fancy_viewer.h
319                 Fix build for Fancy and vCalendar
321 2013-02-20 [colin]      3.9.0cvs85
323         * configure.ac
324                 Rework plugin enabling logic. More clean!
325         * src/plugins/fancy/fancy_viewer.c
326         * src/plugins/fancy/fancy_viewer.h
327         * src/plugins/spam_report/spam_report.c
328                 Make curl dependancy mandatory
329         * src/plugins/notification/notification_plugin.c
330                 Fix build with every possible thing disabled
331         * src/plugins/notification/Makefile.am
332         * src/plugins/notification/gtkhotkey/.cvsignore
333         * src/plugins/notification/gtkhotkey/Makefile.am
334         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
335         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
336         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
337         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
338         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
339         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
340         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
341         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
342         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
343         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
344         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
345         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
346         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
347         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
348         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
349         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
350         * src/plugins/notification/gtkhotkey/gtkhotkey.h
351         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
352         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
353         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
354         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
355                 Re-add hotkey support
356         * src/plugins/spam_report/Makefile.am
357         * src/plugins/tnef_parse/Makefile.am
358                 Remove gettext.h
360 2013-02-20 [colin]      3.9.0cvs84
362         * configure.ac
363         * po/POTFILES.in
364         * src/plugins/Makefile.am
365         * src/plugins/dillo_viewer/.cvsignore
366         * src/plugins/dillo_viewer/Makefile.am
367         * src/plugins/dillo_viewer/README
368         * src/plugins/dillo_viewer/dillo_prefs.c
369         * src/plugins/dillo_viewer/dillo_prefs.h
370         * src/plugins/dillo_viewer/dillo_viewer.c
371         * src/plugins/trayicon/.cvsignore
372         * src/plugins/trayicon/Makefile.am
373         * src/plugins/trayicon/README
374         * src/plugins/trayicon/trayicon.c
375         * src/plugins/trayicon/trayicon_prefs.c
376         * src/plugins/trayicon/trayicon_prefs.h
377         * src/plugins/trayicon/libeggtrayicon/.cvsignore
378                 Drop trayicon and dillo_viewer
380 2013-02-20 [colin]      3.9.0cvs83
382         * configure.ac
383         * src/plugins/Makefile.am
384         * src/plugins/spam_report/.cvsignore
385         * src/plugins/spam_report/Makefile.am
386         * src/plugins/spam_report/placeholder.txt
387         * src/plugins/spam_report/spam_report.c
388         * src/plugins/spam_report/spam_report_prefs.c
389         * src/plugins/spam_report/spam_report_prefs.h
390         * src/plugins/tnef_parse/.cvsignore
391         * src/plugins/tnef_parse/Makefile.am
392         * src/plugins/tnef_parse/claws.def
393         * src/plugins/tnef_parse/mapi.h
394         * src/plugins/tnef_parse/mapidefs.h
395         * src/plugins/tnef_parse/mapitags.h
396         * src/plugins/tnef_parse/placeholder.txt
397         * src/plugins/tnef_parse/plugin.def
398         * src/plugins/tnef_parse/tnef-errors.h
399         * src/plugins/tnef_parse/tnef-types.h
400         * src/plugins/tnef_parse/tnef_dump.c
401         * src/plugins/tnef_parse/tnef_dump.h
402         * src/plugins/tnef_parse/tnef_parse.c
403         * src/plugins/tnef_parse/version.rc
404         * src/plugins/tnef_parse/ytnef.c
405         * src/plugins/tnef_parse/ytnef.h
406                 Add tnef_parse and spam_report
408 2013-02-20 [colin]      3.9.0cvs82
410         * src/plugins/bogofilter/Makefile.am
411         * src/plugins/clamd/Makefile.am
412         * src/plugins/demo/Makefile.am
413         * src/plugins/dillo_viewer/Makefile.am
414         * src/plugins/fancy/Makefile.am
415         * src/plugins/fetchinfo/Makefile.am
416         * src/plugins/gdata/Makefile.am
417         * src/plugins/mailmbox/Makefile.am
418         * src/plugins/newmail/Makefile.am
419         * src/plugins/notification/Makefile.am
420         * src/plugins/pdf_viewer/Makefile.am
421         * src/plugins/perl/Makefile.am
422         * src/plugins/python/Makefile.am
423         * src/plugins/spamassassin/Makefile.am
424         * src/plugins/trayicon/Makefile.am
425         * src/plugins/vcalendar/libical/libical/Makefile.am
426                 Fix out-of-tree build
428 2013-02-19 [colin]      3.9.0cvs81
430         * configure.ac
431                 Fix inverted logic in a few plugins
433 2013-02-18 [mones]      3.9.0cvs80
435         * src/plugins/notification/Makefile.am
436         * src/plugins/pdf_viewer/Makefile.am
437         * src/plugins/python/Makefile.am
438                 Allow 'make dist' to generate a nice tarball
440 2013-02-18 [wwp]        3.9.0cvs79
442         * src/plugins/clamd/libclamd/.cvsignore
443         Add one more .cvsignore file.
445 2013-02-18 [wwp]        3.9.0cvs78
447         * src/plugins/clamd/libclamd/.cvsignore
448         One more .cvsignore file.
450 2013-02-18 [wwp]        3.9.0cvs77
452         * src/plugins/clamd/.cvsignore
453         * src/plugins/clamd/libclamd/.cvsignore
454         * src/plugins/fetchinfo/.cvsignore
455         * src/plugins/gdata/.cvsignore
456         * src/plugins/mailmbox/.cvsignore
457         * src/plugins/newmail/.cvsignore
458         * src/plugins/notification/.cvsignore
459         * src/plugins/pdf_viewer/.cvsignore
460         * src/plugins/perl/.cvsignore
461         * src/plugins/python/.cvsignore
462         Silent up stuff a bit.
464 2013-02-17 [colin]      3.9.0cvs76
466         * src/plugins/notification/Makefile.am
467         * src/plugins/notification/notification_banner.c
468         * src/plugins/notification/notification_banner.h
469         * src/plugins/notification/notification_command.c
470         * src/plugins/notification/notification_command.h
471         * src/plugins/notification/notification_core.c
472         * src/plugins/notification/notification_foldercheck.c
473         * src/plugins/notification/notification_foldercheck.h
474         * src/plugins/notification/notification_hotkeys.c
475         * src/plugins/notification/notification_hotkeys.h
476         * src/plugins/notification/notification_indicator.c
477         * src/plugins/notification/notification_indicator.h
478         * src/plugins/notification/notification_lcdproc.c
479         * src/plugins/notification/notification_lcdproc.h
480         * src/plugins/notification/notification_plugin.c
481         * src/plugins/notification/notification_plugin.h
482         * src/plugins/notification/notification_popup.c
483         * src/plugins/notification/notification_popup.h
484         * src/plugins/notification/notification_prefs.c
485         * src/plugins/notification/notification_prefs.h
486         * src/plugins/notification/notification_trayicon.c
487         * src/plugins/notification/notification_trayicon.h
488                 Activate and fix notification (without libindicate)
490 2013-02-17 [colin]      3.9.0cvs75
492         * src/plugins/Makefile.am
493         * src/plugins/archive/Makefile.am
494         * src/plugins/clamd/Makefile.am
495         * src/plugins/clamd/clamav_plugin.c
496         * src/plugins/clamd/clamav_plugin.h
497         * src/plugins/clamd/clamav_plugin_gtk.c
498         * src/plugins/clamd/placeholder.txt
499         * src/plugins/clamd/libclamd/Makefile.am
500         * src/plugins/clamd/libclamd/clamd-plugin.c
501         * src/plugins/clamd/libclamd/clamd-plugin.h
502         * src/plugins/fetchinfo/Makefile.am
503         * src/plugins/fetchinfo/fetchinfo_plugin.c
504         * src/plugins/fetchinfo/fetchinfo_plugin.h
505         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
506         * src/plugins/fetchinfo/placeholder.txt
507         * src/plugins/gdata/Makefile.am
508         * src/plugins/gdata/cm_gdata_contacts.c
509         * src/plugins/gdata/cm_gdata_contacts.h
510         * src/plugins/gdata/cm_gdata_prefs.c
511         * src/plugins/gdata/cm_gdata_prefs.h
512         * src/plugins/gdata/gdata_plugin.c
513         * src/plugins/gdata/gdata_plugin.h
514         * src/plugins/gdata/placeholder.txt
515         * src/plugins/geolocation/placeholder.txt
516         * src/plugins/gtkhtml2_viewer/placeholder.txt
517         * src/plugins/mailmbox/Makefile.am
518         * src/plugins/mailmbox/carray.c
519         * src/plugins/mailmbox/carray.h
520         * src/plugins/mailmbox/chash.c
521         * src/plugins/mailmbox/chash.h
522         * src/plugins/mailmbox/clist.c
523         * src/plugins/mailmbox/clist.h
524         * src/plugins/mailmbox/mailimf.c
525         * src/plugins/mailmbox/mailimf.h
526         * src/plugins/mailmbox/mailimf_types.c
527         * src/plugins/mailmbox/mailimf_types.h
528         * src/plugins/mailmbox/mailimf_types_helper.c
529         * src/plugins/mailmbox/mailimf_types_helper.h
530         * src/plugins/mailmbox/mailimf_write.c
531         * src/plugins/mailmbox/mailimf_write.h
532         * src/plugins/mailmbox/maillock.c
533         * src/plugins/mailmbox/maillock.h
534         * src/plugins/mailmbox/mailmbox.c
535         * src/plugins/mailmbox/mailmbox.h
536         * src/plugins/mailmbox/mailmbox_folder.c
537         * src/plugins/mailmbox/mailmbox_folder.h
538         * src/plugins/mailmbox/mailmbox_gtk.deps
539         * src/plugins/mailmbox/mailmbox_parse.c
540         * src/plugins/mailmbox/mailmbox_parse.h
541         * src/plugins/mailmbox/mailmbox_types.c
542         * src/plugins/mailmbox/mailmbox_types.h
543         * src/plugins/mailmbox/mmapstring.c
544         * src/plugins/mailmbox/mmapstring.h
545         * src/plugins/mailmbox/placeholder.txt
546         * src/plugins/mailmbox/plugin.c
547         * src/plugins/mailmbox/plugin_gtk.c
548         * src/plugins/mailmbox/plugin_gtk.h
549         * src/plugins/newmail/Makefile.am
550         * src/plugins/newmail/newmail.c
551         * src/plugins/newmail/placeholder.txt
552         * src/plugins/notification/Makefile.am
553         * src/plugins/notification/claws.def
554         * src/plugins/notification/notification_banner.c
555         * src/plugins/notification/notification_banner.h
556         * src/plugins/notification/notification_command.c
557         * src/plugins/notification/notification_command.h
558         * src/plugins/notification/notification_core.c
559         * src/plugins/notification/notification_core.h
560         * src/plugins/notification/notification_foldercheck.c
561         * src/plugins/notification/notification_foldercheck.h
562         * src/plugins/notification/notification_hotkeys.c
563         * src/plugins/notification/notification_hotkeys.h
564         * src/plugins/notification/notification_indicator.c
565         * src/plugins/notification/notification_indicator.h
566         * src/plugins/notification/notification_lcdproc.c
567         * src/plugins/notification/notification_lcdproc.h
568         * src/plugins/notification/notification_pixbuf.c
569         * src/plugins/notification/notification_pixbuf.h
570         * src/plugins/notification/notification_plugin.c
571         * src/plugins/notification/notification_plugin.h
572         * src/plugins/notification/notification_popup.c
573         * src/plugins/notification/notification_popup.h
574         * src/plugins/notification/notification_prefs.c
575         * src/plugins/notification/notification_prefs.h
576         * src/plugins/notification/notification_trayicon.c
577         * src/plugins/notification/notification_trayicon.h
578         * src/plugins/notification/placeholder.txt
579         * src/plugins/notification/plugin.def
580         * src/plugins/notification/raw_claws_mail_logo_64x64.h
581         * src/plugins/notification/version.rc
582         * src/plugins/pdf_viewer/Makefile.am
583         * src/plugins/pdf_viewer/doc_index.xpm
584         * src/plugins/pdf_viewer/doc_index_close.xpm
585         * src/plugins/pdf_viewer/doc_info.xpm
586         * src/plugins/pdf_viewer/first_arrow.xpm
587         * src/plugins/pdf_viewer/last_arrow.xpm
588         * src/plugins/pdf_viewer/left_arrow.xpm
589         * src/plugins/pdf_viewer/placeholder.txt
590         * src/plugins/pdf_viewer/poppler_viewer.c
591         * src/plugins/pdf_viewer/poppler_viewer.h
592         * src/plugins/pdf_viewer/right_arrow.xpm
593         * src/plugins/pdf_viewer/rotate_left.xpm
594         * src/plugins/pdf_viewer/rotate_right.xpm
595         * src/plugins/pdf_viewer/zoom_fit.xpm
596         * src/plugins/pdf_viewer/zoom_in.xpm
597         * src/plugins/pdf_viewer/zoom_out.xpm
598         * src/plugins/pdf_viewer/zoom_width.xpm
599         * src/plugins/perl/Makefile.am
600         * src/plugins/perl/perl_gtk.c
601         * src/plugins/perl/perl_gtk.h
602         * src/plugins/perl/perl_plugin.c
603         * src/plugins/perl/perl_plugin.h
604         * src/plugins/perl/placeholder.txt
605         * src/plugins/python/Makefile.am
606         * src/plugins/python/clawsmailmodule.c
607         * src/plugins/python/clawsmailmodule.h
608         * src/plugins/python/composewindowtype.c
609         * src/plugins/python/composewindowtype.h
610         * src/plugins/python/foldertype.c
611         * src/plugins/python/foldertype.h
612         * src/plugins/python/messageinfotype.c
613         * src/plugins/python/messageinfotype.h
614         * src/plugins/python/nodetype.c
615         * src/plugins/python/nodetype.h
616         * src/plugins/python/placeholder.txt
617         * src/plugins/python/python-hooks.c
618         * src/plugins/python/python-hooks.h
619         * src/plugins/python/python-shell.c
620         * src/plugins/python/python-shell.h
621         * src/plugins/python/python_plugin.c
622         * src/plugins/vcalendar/Makefile.in
623                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
624                 notification, pdf_viewer, perl, python). Notification not yet
625                 enabled because it has too much autoconf switches for my taste.
628 2013-02-16 [colin]      3.9.0cvs74
630         * po/POTFILES.in
631         * po/bg.po
632         * po/ca.po
633         * po/cs.po
634         * po/de.po
635         * po/en_GB.po
636         * po/es.po
637         * po/fi.po
638         * po/fr.po
639         * po/hu.po
640         * po/id_ID.po
641         * po/it.po
642         * po/ja.po
643         * po/lt.po
644         * po/nl.po
645         * po/pl.po
646         * po/pt_BR.po
647         * po/pt_PT.po
648         * po/ru.po
649         * po/sk.po
650         * po/sv.po
651         * po/uk.po
652         * po/zh_CN.po
653         * po/zh_TW.po
654         * src/plugins/Makefile.am
655         * src/plugins/archive/.cvsignore
656         * src/plugins/archive/Makefile.am
657         * src/plugins/archive/archiver.c
658         * src/plugins/archive/archiver.h
659         * src/plugins/archive/archiver_gtk.c
660         * src/plugins/archive/archiver_prefs.c
661         * src/plugins/archive/archiver_prefs.h
662         * src/plugins/archive/libarchive_archive.c
663         * src/plugins/archive/libarchive_archive.h
664         * src/plugins/archive/placeholder.txt
665         * src/plugins/att_remover/.cvsignore
666         * src/plugins/att_remover/Makefile.am
667         * src/plugins/att_remover/att_remover.c
668         * src/plugins/att_remover/placeholder.txt
669         * src/plugins/bsfilter/.cvsignore
670         * src/plugins/bsfilter/Makefile.am
671         * src/plugins/bsfilter/bsfilter.c
672         * src/plugins/bsfilter/bsfilter.h
673         * src/plugins/bsfilter/bsfilter_gtk.c
674         * src/plugins/bsfilter/claws.def
675         * src/plugins/bsfilter/placeholder.txt
676         * src/plugins/bsfilter/plugin.def
677         * src/plugins/bsfilter/version.rc
678                 Add archive, att_remover, bsfilter
679         * src/plugins/vcalendar/Makefile.in
680         * src/plugins/vcalendar/libical/libical/icalversion.h
681                 Remove useless files
683 2013-02-16 [colin]      3.9.0cvs73
685         * src/plugins/Makefile.am
686         * src/plugins/acpi_notifier/Makefile.am
687         * src/plugins/acpi_notifier/acpi_notifier.c
688         * src/plugins/acpi_notifier/placeholder.txt
689         * src/plugins/address_keeper/Makefile.am
690         * src/plugins/address_keeper/address_keeper.c
691         * src/plugins/address_keeper/address_keeper.h
692         * src/plugins/address_keeper/address_keeper_prefs.c
693         * src/plugins/address_keeper/address_keeper_prefs.h
694         * src/plugins/address_keeper/claws.def
695         * src/plugins/address_keeper/placeholder.txt
696         * src/plugins/address_keeper/plugin.def
697         * src/plugins/address_keeper/version.rc
698         * src/plugins/attachwarner/Makefile.am
699         * src/plugins/attachwarner/attachwarner.c
700         * src/plugins/attachwarner/attachwarner.h
701         * src/plugins/attachwarner/attachwarner_prefs.c
702         * src/plugins/attachwarner/attachwarner_prefs.h
703         * src/plugins/attachwarner/claws.def
704         * src/plugins/attachwarner/placeholder.txt
705         * src/plugins/attachwarner/plugin.def
706         * src/plugins/attachwarner/version.rc
707         * src/plugins/vcalendar/libical/libical/icalversion.h
708         * po/POTFILES.in
709         * po/bg.po
710         * po/ca.po
711         * po/cs.po
712         * po/de.po
713         * po/en_GB.po
714         * po/es.po
715         * po/fi.po
716         * po/fr.po
717         * po/hu.po
718         * po/id_ID.po
719         * po/it.po
720         * po/ja.po
721         * po/lt.po
722         * po/nl.po
723         * po/pl.po
724         * po/pt_BR.po
725         * po/pt_PT.po
726         * po/ru.po
727         * po/sk.po
728         * po/sr.po
729         * po/sv.po
730         * po/uk.po
731         * po/zh_CN.po
732         * po/zh_TW.po
733                 Now do acpi_notifier, attachwarner, address_keeper
735 2013-02-16 [colin]      3.9.0cvs72
737         * po/POTFILES.in
738         * po/bg.po
739         * po/ca.po
740         * po/cs.po
741         * po/de.po
742         * po/en_GB.po
743         * po/es.po
744         * po/fi.po
745         * po/fr.po
746         * po/hu.po
747         * po/id_ID.po
748         * po/it.po
749         * po/ja.po
750         * po/lt.po
751         * po/nl.po
752         * po/pl.po
753         * po/pt_BR.po
754         * po/pt_PT.po
755         * po/ru.po
756         * po/sk.po
757         * po/sr.po
758         * po/sv.po
759         * po/uk.po
760         * po/zh_CN.po
761         * po/zh_TW.po
762                 Merge RSSyl's translations
764 2013-02-16 [colin]      3.9.0cvs71
766         * src/mainwindow.c
767                 Fix use-after-free (introduced in cvs61)
769 2013-02-16 [colin]      3.9.0cvs70
771         * src/main.c
772         * src/prefs_common.c
773         * src/prefs_common.h
774         * src/common/defs.h
775         * src/common/w32_account.c
776                 Add an hidden preference to set the Windows theme
777         * src/plugins/Makefile.am
778         * src/plugins/rssyl/Makefile.am
779         * src/plugins/rssyl/claws.def
780         * src/plugins/rssyl/date.c
781         * src/plugins/rssyl/date.h
782         * src/plugins/rssyl/feed.c
783         * src/plugins/rssyl/feed.h
784         * src/plugins/rssyl/feedprops.c
785         * src/plugins/rssyl/feedprops.h
786         * src/plugins/rssyl/opml.c
787         * src/plugins/rssyl/opml.h
788         * src/plugins/rssyl/parsers.c
789         * src/plugins/rssyl/parsers.h
790         * src/plugins/rssyl/placeholder.txt
791         * src/plugins/rssyl/plugin.c
792         * src/plugins/rssyl/plugin.def
793         * src/plugins/rssyl/rssyl.c
794         * src/plugins/rssyl/rssyl.h
795         * src/plugins/rssyl/rssyl_cb_gtk.c
796         * src/plugins/rssyl/rssyl_cb_gtk.h
797         * src/plugins/rssyl/rssyl_cb_menu.c
798         * src/plugins/rssyl/rssyl_cb_menu.h
799         * src/plugins/rssyl/rssyl_gtk.c
800         * src/plugins/rssyl/rssyl_gtk.h
801         * src/plugins/rssyl/rssyl_prefs.c
802         * src/plugins/rssyl/rssyl_prefs.h
803         * src/plugins/rssyl/strreplace.c
804         * src/plugins/rssyl/strreplace.h
805         * src/plugins/rssyl/version.rc
806                 Add RSSyl
807         * src/plugins/vcalendar/Makefile.am
808         * src/plugins/vcalendar/Makefile.in
809         * src/plugins/vcalendar/plugin.c
810         * src/plugins/vcalendar/libical/libical/icalversion.h
811                 Fix Curl flags :)
813 2013-02-14 [paul]       3.9.0cvs69
815         * po/id_ID.po
816                 "fix" plural forms
818 2013-02-14 [colin]      3.9.0cvs68
820         * po/POTFILES.in
821                 Add vcalendar files
822         * po/merge-po-from-plugin.sh
823                 Add helper script to merge external plugins translations
824         * po/bg.po
825         * po/ca.po
826         * po/cs.po
827         * po/de.po
828         * po/en_GB.po
829         * po/es.po
830         * po/fi.po
831         * po/fr.po
832         * po/hu.po
833         * po/id_ID.po
834         * po/it.po
835         * po/ja.po
836         * po/lt.po
837         * po/nl.po
838         * po/pl.po
839         * po/pt_BR.po
840         * po/pt_PT.po
841         * po/ru.po
842         * po/sk.po
843         * po/sr.po
844         * po/sv.po
845         * po/uk.po
846         * po/zh_CN.po
847         * po/zh_TW.po
848                 Merge translations from fancy and vcalendar
850 2013-02-14 [colin]      3.9.0cvs67
852         * configure.ac
853                 Fix perl detection
855 2013-02-14 [colin]      3.9.0cvs66
857         * src/plugins/vcalendar/claws.def
858         * src/plugins/vcalendar/plugin.def
859                 Add missing files
860         * src/plugins/vcalendar/libical/Makefile.in
861         * src/plugins/vcalendar/libical/design-data/Makefile.in
862         * src/plugins/vcalendar/libical/libical/Makefile.in
863         * src/plugins/vcalendar/libical/scripts/Makefile.in
864                 Remove extraneous files
866 2013-02-13 [colin]      3.9.0cvs65
868         * src/plugins/address_dup_finder/placeholder.txt
869         * src/plugins/synce/placeholder.txt
870                 Removed, deprecated plugins
871         * src/plugins/Makefile.am
872         * src/plugins/vcalendar/Makefile.am
873         * src/plugins/vcalendar/Makefile.in
874         * src/plugins/vcalendar/common-views.c
875         * src/plugins/vcalendar/common-views.h
876         * src/plugins/vcalendar/day-view.c
877         * src/plugins/vcalendar/icaltime_as_local.c
878         * src/plugins/vcalendar/icaltime_as_local.h
879         * src/plugins/vcalendar/month-view.c
880         * src/plugins/vcalendar/placeholder.txt
881         * src/plugins/vcalendar/plugin.c
882         * src/plugins/vcalendar/vcal_dbus.c
883         * src/plugins/vcalendar/vcal_dbus.h
884         * src/plugins/vcalendar/vcal_folder.c
885         * src/plugins/vcalendar/vcal_folder.h
886         * src/plugins/vcalendar/vcal_interface.h
887         * src/plugins/vcalendar/vcal_manager.c
888         * src/plugins/vcalendar/vcal_manager.h
889         * src/plugins/vcalendar/vcal_meeting_gtk.c
890         * src/plugins/vcalendar/vcal_meeting_gtk.h
891         * src/plugins/vcalendar/vcal_prefs.c
892         * src/plugins/vcalendar/vcal_prefs.h
893         * src/plugins/vcalendar/vcalendar.c
894         * src/plugins/vcalendar/vcalendar.h
895         * src/plugins/vcalendar/version.rc
896         * src/plugins/vcalendar/libical/.cvsignore
897         * src/plugins/vcalendar/libical/Makefile.am
898         * src/plugins/vcalendar/libical/Makefile.in
899         * src/plugins/vcalendar/libical/design-data/.cvsignore
900         * src/plugins/vcalendar/libical/design-data/Makefile.am
901         * src/plugins/vcalendar/libical/design-data/Makefile.in
902         * src/plugins/vcalendar/libical/design-data/parameters.csv
903         * src/plugins/vcalendar/libical/design-data/properties.csv
904         * src/plugins/vcalendar/libical/design-data/restrictions.csv
905         * src/plugins/vcalendar/libical/design-data/status.txt
906         * src/plugins/vcalendar/libical/design-data/value-types.csv
907         * src/plugins/vcalendar/libical/libical/.cvsignore
908         * src/plugins/vcalendar/libical/libical/Makefile.am
909         * src/plugins/vcalendar/libical/libical/Makefile.in
910         * src/plugins/vcalendar/libical/libical/icalattendee.c
911         * src/plugins/vcalendar/libical/libical/icalattendee.h
912         * src/plugins/vcalendar/libical/libical/icalcomponent.c
913         * src/plugins/vcalendar/libical/libical/icalcomponent.h
914         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
915         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
916         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
917         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
918         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
919         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
920         * src/plugins/vcalendar/libical/libical/icalduration.c
921         * src/plugins/vcalendar/libical/libical/icalduration.h
922         * src/plugins/vcalendar/libical/libical/icalenums.c
923         * src/plugins/vcalendar/libical/libical/icalenums.h
924         * src/plugins/vcalendar/libical/libical/icalerror.c
925         * src/plugins/vcalendar/libical/libical/icalerror.h
926         * src/plugins/vcalendar/libical/libical/icallangbind.c
927         * src/plugins/vcalendar/libical/libical/icallangbind.h
928         * src/plugins/vcalendar/libical/libical/icallexer.l
929         * src/plugins/vcalendar/libical/libical/icalmemory.c
930         * src/plugins/vcalendar/libical/libical/icalmemory.h
931         * src/plugins/vcalendar/libical/libical/icalmime.c
932         * src/plugins/vcalendar/libical/libical/icalmime.h
933         * src/plugins/vcalendar/libical/libical/icalparameter.c
934         * src/plugins/vcalendar/libical/libical/icalparameter.h
935         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
936         * src/plugins/vcalendar/libical/libical/icalparser.c
937         * src/plugins/vcalendar/libical/libical/icalparser.h
938         * src/plugins/vcalendar/libical/libical/icalperiod.c
939         * src/plugins/vcalendar/libical/libical/icalperiod.h
940         * src/plugins/vcalendar/libical/libical/icalproperty.c
941         * src/plugins/vcalendar/libical/libical/icalproperty.h
942         * src/plugins/vcalendar/libical/libical/icalrecur.c
943         * src/plugins/vcalendar/libical/libical/icalrecur.h
944         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
945         * src/plugins/vcalendar/libical/libical/icalrestriction.h
946         * src/plugins/vcalendar/libical/libical/icaltime.c
947         * src/plugins/vcalendar/libical/libical/icaltime.h
948         * src/plugins/vcalendar/libical/libical/icaltypes.c
949         * src/plugins/vcalendar/libical/libical/icaltypes.h
950         * src/plugins/vcalendar/libical/libical/icalvalue.c
951         * src/plugins/vcalendar/libical/libical/icalvalue.h
952         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
953         * src/plugins/vcalendar/libical/libical/icalversion.h
954         * src/plugins/vcalendar/libical/libical/icalversion.h.in
955         * src/plugins/vcalendar/libical/libical/icalyacc.output
956         * src/plugins/vcalendar/libical/libical/icalyacc.y
957         * src/plugins/vcalendar/libical/libical/pvl.c
958         * src/plugins/vcalendar/libical/libical/pvl.h
959         * src/plugins/vcalendar/libical/libical/sspm.c
960         * src/plugins/vcalendar/libical/libical/sspm.h
961         * src/plugins/vcalendar/libical/libical/vsnprintf.c
962         * src/plugins/vcalendar/libical/scripts/.cvsignore
963         * src/plugins/vcalendar/libical/scripts/Makefile.am
964         * src/plugins/vcalendar/libical/scripts/Makefile.in
965         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
966         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
967         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
968         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
969         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
970         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
971         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
972         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
973                 Add vcalendar.
975 2013-02-13 [colin]      3.9.0cvs64
977         * src/plugins/acpi_notifier/placeholder.txt
978         * src/plugins/address_dup_finder/placeholder.txt
979         * src/plugins/address_keeper/placeholder.txt
980         * src/plugins/archive/placeholder.txt
981         * src/plugins/att_remover/placeholder.txt
982         * src/plugins/attachwarner/placeholder.txt
983         * src/plugins/bsfilter/placeholder.txt
984         * src/plugins/clamd/placeholder.txt
985         * src/plugins/fetchinfo/placeholder.txt
986         * src/plugins/gdata/placeholder.txt
987         * src/plugins/geolocation/placeholder.txt
988         * src/plugins/gtkhtml2_viewer/placeholder.txt
989         * src/plugins/mailmbox/placeholder.txt
990         * src/plugins/newmail/placeholder.txt
991         * src/plugins/notification/placeholder.txt
992         * src/plugins/pdf_viewer/placeholder.txt
993         * src/plugins/perl/placeholder.txt
994         * src/plugins/python/placeholder.txt
995         * src/plugins/rssyl/placeholder.txt
996         * src/plugins/spam_report/placeholder.txt
997         * src/plugins/synce/placeholder.txt
998         * src/plugins/tnef_parse/placeholder.txt
999         * src/plugins/vcalendar/placeholder.txt
1000                 Add temporary placeholders for ex-extra-plugins to be
1001                 integrated.
1003 2013-02-13 [paul]       3.9.0cvs63
1005         * src/plugins/fancy/Makefile.am
1006                 no need for EXTRA_DIST
1008 2013-02-13 [paul]       3.9.0cvs62
1010         * configure.ac
1011         * po/POTFILES.in
1012         * src/plugins/Makefile.am
1013         * src/plugins/fancy/Makefile.am
1014         * src/plugins/fancy/fancy_prefs.c
1015         * src/plugins/fancy/fancy_prefs.h
1016         * src/plugins/fancy/fancy_viewer.c
1017         * src/plugins/fancy/fancy_viewer.h
1018                 move the Fancy plugin into core
1020 2013-02-11 [paul]       3.9.0cvs61
1022         * src/mainwindow.c
1023                 use the Delete key to remove colour label accels (same as everywhere else).
1024                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1026 2013-01-26 [mir]        3.9.0cvs60
1028         * tools/vcard2xml.py
1029         Fixes bugs:
1030             1) Lines split over more than one line breaks parser
1031             2) Get email addres correct. Not only email;internet
1032         Improvements:
1033             1) Basic handling of vcard 3.0
1036 2013-01-23 [colin]      3.9.0cvs59
1038         * src/action.c
1039         * src/common/utils.c
1040                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1042 2013-01-23 [colin]      3.9.0cvs58
1044         * src/imap.c
1045                 Fix bug #2863, "Applying has_attachment quicksearch
1046                 on IMAP segfaults".
1048 2013-01-21 [paul]       3.9.0cvs57
1050         * src/codeconv.h
1051         * src/procmime.c
1052                 fix bug 2862, 'Segmentation fault when replying to a
1053                 message where the "code conversion" fails'. add support
1054                 for X-VIET-VPS encoding
1056 2013-01-21 [paul]       3.9.0cvs56
1058         * src/common/defs.h
1059         * src/gtk/about.c
1060                 promote the users' ml on the About/Info tab
1062 2013-01-09 [paul]       3.9.0cvs55
1064         * doc/man/claws-mail.1
1065         * src/gtk/about.c
1066                 update copyright year
1068 2013-01-09 [paul]       3.9.0cvs54
1070         * src/gtk/gtkaspell.c
1071                 fix sensitivity of 'Use both dictionaries' in compose window
1073 2013-01-09 [mir]        3.9.0cvs53
1075         * tools/vcard2xml.py
1076             Fix missing file encoding info.
1077             See -> http://www.python.org/dev/peps/pep-0263/
1080 2013-01-08 [mones]      3.9.0cvs52
1082         * claws-mail.desktop
1083                 Added Swedish translation by Andreas Rönnquist
1085 2012-12-20 [colin]      3.9.0cvs51
1087         * src/action.c
1088                 Fix crash on action error;
1089                 Fix trimming of leading spaces in actions
1091 2012-12-19 [colin]      3.9.0cvs50
1093         * src/editldap.c
1094         * src/ldapctrl.c
1095         * src/ldapserver.c
1096                 Make LDAP over SSL work on Win32 - but not TLS,
1097                 unfortunately. Also, it requires the certificate
1098                 to be trusted.
1100 2012-12-16 [colin]      3.9.0cvs49
1102         * src/messageview.c
1103                 Add missing \n at end of the return receipt last part's headers.
1105 2012-12-15 [paul]       3.9.0cvs48
1107         * src/addrselect.c
1108                 fix bug 2832, 'mail to from adress-book splitt names'
1110 2012-12-12 [colin]      3.9.0cvs47
1112         * src/action.c
1113                 Port to g_spawn API and make actions work better on Win32
1114         * src/mainwindow.c
1115                 Indentation
1117 2012-12-12 [ticho]      3.9.0cvs46
1119         * src/compose.c
1120                 Move focus to body textview when subject entry is activated
1121                 (Enter key pressed) in compose window.
1123 2012-12-10 [mones]      3.9.0cvs45
1125         * src/addr_compl.c
1126                 Fix bug #2835 (core part) to allow NULL names which
1127                 have an address
1129 2012-12-07 [colin]      3.9.0cvs44
1131         * src/news.c
1132                 Try to fix strange crash in nntp_ping/session_destroy...
1134 2012-12-06 [mones]      3.9.0cvs43
1136         * tools/README
1137         * tools/gif2xface.pl
1138         * tools/outlook2claws-mail.pl
1139                 Fix address not working since years ago
1141 2012-12-05 [mones]      3.9.0cvs42
1143         * src/prefs_gtk.c
1144                 Do not set to NULL string preferences which have "" as
1145                 default value
1147 2012-12-05 [colin]      3.9.0cvs41
1149         * src/common/ssl.c
1150                 Nullify xcred pointer like the other ones
1152 2012-12-03 [wwp]        3.9.0cvs40
1154         * src/summaryview.c
1155         * src/mainwindow.c
1156         Avoid any possible confusion: 0 is not a neutral value when passed
1157         to main_window_get_mask() - use -1 instead, even in those cases we
1158         don't care.
1160 2012-12-03 [wwp]        3.9.0cvs39
1162         * src/toolbar.c
1163         Fix sensitivity of next-unread toolbar button.
1165 2012-12-03 [colin]      3.9.0cvs38
1167         * src/common/utils.c
1168                 Fix following relative symlinks
1170 2012-12-02 [colin]      3.9.0cvs37
1172         * src/main.c
1173                 Of course you can't, Windows. Of course...
1175 2012-12-02 [colin]      3.9.0cvs36
1177         * src/main.c
1178                 Move control sockets inside their own directory,
1179                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1180                 - cleaner separation of sockets and config dirs in
1181                   case of alternate config directories
1182                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1183                   exists as a socket, use it to control the running entity
1184                 - backwards migration is handled: starting an old Claws Mail
1185                   version will bail out as creating the legacy socket won't
1186                   be possible.
1187                 - migration for alternate-config-dirs is not handled, which
1188                   could be mentioned in release notes.
1189                 Fixes bug #2828, "Use MD5 digest for socket name"
1191 2012-12-01 [colin]      3.9.0cvs35
1193         * src/common/utils.c
1194                 As usual, Windows is a little bit different
1195                 (you have to love it the same as the normal OSes...)
1197 2012-12-01 [colin]      3.9.0cvs34
1199         * src/common/utils.c
1200         * src/common/utils.h
1201                 Add a canonicalizer function and use it to
1202                 canonicalize rc_dir.
1204 2012-11-30 [mones]      3.9.0cvs33
1206         * src/common/plugin.c
1207                 Fixes #1137 completely, saving path-less plugins as is
1208                 in config. With this patch user can edit plugin list on
1209                 clawsrc and remove absolute paths from shared plugins,
1210                 leaving only the "pluginname.so". Those will be tried to
1211                 load from plugin dir of the loading core. Notice that
1212                 those will also fail to load on older versions, and will
1213                 probably be removed from your config without warning by
1214                 the older version.
1216 2012-11-30 [wwp]        3.9.0cvs32
1218         * src/mainwindow.c
1219         * src/mainwindow.h
1220         * src/summaryview.c
1221         * src/toolbar.c
1222         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1223         also fix list loop initializers.
1225 2012-11-30 [wwp]        3.9.0cvs31
1227         * src/mainwindow.c
1228         * src/mainwindow.h
1229         * src/procmsg.c
1230         * src/send_message.c
1231         * src/send_message.h
1232         * src/toolbar.c
1233         * src/toolbar.h
1234         Add Message/Cancel sending (same as --cancel-sending), adds the
1235         relevant toolbar icon, and an extra cancel sending+receiving icon
1236         for convenience.
1238 2012-11-29 [colin]      3.9.0cvs30
1240         * src/mainwindow.c
1241                 Fix mask on a few menu items (thanks Ricardo!)
1243 2012-11-28 [wwp]        3.9.0cvs29
1245         * src/mainwindow.c
1246         * src/mainwindow.h
1247         * src/summaryview.c
1248         * src/toolbar.c
1249         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1250         Complete toolbar_init(), which was missing few inits.
1252 2012-11-28 [colin]      3.9.0cvs28
1254         * src/mainwindow.c
1255         * src/news.c
1256         * src/news.h
1257         * src/etpan/nntp-thread.c
1258                 Disconnect NNTP accounts too when switching offline
1260 2012-11-28 [colin]      3.9.0cvs27
1262         * src/imap.c
1263         * src/news.c
1264         * src/common/session.c
1265         * src/common/session.h
1266                 Add keep-alive pings on IMAP and NNTP
1268 2012-11-28 [colin]      3.9.0cvs26
1270         * src/imap.c
1271         * src/etpan/imap-thread.c
1272         * src/etpan/imap-thread.h
1273                 Try locale's charset and UTF-7 on server-side
1274                 searches when UTF-8 fails. Also, don't even
1275                 mention a charset if searching for an ASCII
1276                 string.
1278 2012-11-27 [colin]      3.9.0cvs25
1280         * src/main.c
1281                 Unbreak the build.
1283 2012-11-27 [colin]      3.9.0cvs24
1285         * src/common/ssl.c
1286                 Fix bug #2826, "replace deprecated gnutls function"
1287                 Patch by Christian Hesse
1289 2012-11-27 [colin]      3.9.0cvs23
1291         * src/gtk/manage_window.c
1292                 Stop spamming logs with focus events.
1294 2012-11-27 [colin]      3.9.0cvs22
1296         * src/mainwindow.c
1297         * src/prefs_common.c
1298         * src/prefs_common.h
1299                 Unsneak a work-in-progress patch that I mistakengly
1300                 commited with a cleanup
1302 2012-11-27 [wwp]        3.9.0cvs21
1304         * doc/man/claws-mail.1
1305         * src/main.c
1306         * src/send_message.c
1307         * src/send_message.h
1308                 Add --cancel-sending command-line switch.
1310 2012-11-23 [colin]      3.9.0cvs20
1312         * src/jpilot.c
1313         * src/main.c
1314         * src/mainwindow.c
1315         * src/matcher.c
1316         * src/prefs_common.c
1317         * src/prefs_common.h
1318         * src/procmsg.c
1319         * src/common/socket.c
1320         * src/common/socket.h
1321         * src/common/ssl.c
1322         * src/common/ssl_certificate.c
1323         * src/common/ssl_certificate.h
1324         * src/etpan/imap-thread.c
1325         * src/etpan/nntp-thread.c
1326                 Cleanup some warnings and deprecated types. Patch by
1327                 Christian Hesse, fixing bug #2617. Thanks!
1329 2012-11-23 [colin]      3.9.0cvs19
1331         * AUTHORS
1332         * src/gtk/authors.h
1333                 Add Christian Hesse which was forgotten for some reason
1335 2012-11-21 [colin]      3.9.0cvs18
1337         * src/etpan/imap-thread.c
1338                 Don't set charset on simple searches. Fixes Exchange 2007.
1340 2012-11-20 [colin]      3.9.0cvs17
1342         * src/prefs_matcher.c
1343                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1345 2012-11-20 [ticho]      3.9.0cvs16
1347         * src/gtk/prefswindow.c
1348                 Actually allow folder preference pages which are in top level of
1349                 page index UI to be selected.
1351 2012-11-20 [ticho]      3.9.0cvs15
1353         * src/prefs_folder_item.c
1354                 Remove useless "Folder" root in page index of folder preferences UI.
1356 2012-11-18 [colin]      3.9.0cvs14
1358         * AUTHORS
1359         * src/advsearch.c
1360         * src/matcher.c
1361         * src/matcher.h
1362         * src/matcher_parser_parse.y
1363         * src/prefs_matcher.c
1364         * src/gtk/authors.h
1365         * src/gtk/quicksearch.c
1366                 Add age_{greater,lower}_hours matcher criteria
1367                 Initial patch by Abhay S. Kushwaha.
1369 2012-11-18 [ticho]      3.9.0cvs13
1371         * src/mbox.c
1372                 Improve i18n plural handling in a string used while
1373                 importing from mbox.
1375 2012-11-16 [ticho]      3.9.0cvs12
1377         * po/bg.po
1378         * po/ca.po
1379         * po/cs.po
1380         * po/de.po
1381         * po/en_GB.po
1382         * po/es.po
1383         * po/fi.po
1384         * po/fr.po
1385         * po/he.po
1386         * po/hu.po
1387         * po/id_ID.po
1388         * po/it.po
1389         * po/ja.po
1390         * po/lt.po
1391         * po/nl.po
1392         * po/pl.po
1393         * po/pt_BR.po
1394         * po/pt_PT.po
1395         * po/ru.po
1396         * po/sk.po
1397         * po/sr.po
1398         * po/sv.po
1399         * po/uk.po
1400         * po/zh_CN.po
1401         * po/zh_TW.po
1402         * po/Makevars
1403                 Update message catalogs to match changes in 3.9.0cvs11.
1405 2012-11-16 [ticho]      3.9.0cvs11
1407         * src/account.c
1408         * src/addrcustomattr.c
1409         * src/edittags.c
1410         * src/prefs_filtering.c
1411         * src/prefs_matcher.c
1412         * src/prefs_msg_colors.c
1413         * src/toolbar.c
1414         * src/uri_opener.c
1415         * src/wizard.c
1416         * src/common/utils.c
1417         * src/gtk/about.c
1418                 Use pgettext() and friends for i18n context strings, instead of
1419                 having a pipe character in msgid for context separation. This uses
1420                 glib's C_ macro, instead of Q_.
1422 2012-11-16 [colin]      3.9.0cvs10
1424         * src/foldersel.c
1425         * src/prefs_actions.c
1426         * src/prefs_filtering_action.c
1427         * src/prefs_matcher.c
1428         * src/quote_fmt.c
1429         * src/gtk/description_window.c
1430         * src/gtk/description_window.h
1431         * src/gtk/inputdialog.c
1432         * src/gtk/manage_window.c
1433         * src/gtk/quicksearch.c
1434                 Try to better fix focus problems. Should address:
1435                 Bug #2774
1436                 Bug #2624
1437                 Bug #1963
1438                 Bug #2780
1439                 Please check using your favorite WM that the following works:
1440                 Information button (Quicksearch, Templates, 'Test' filtering 
1441                 condition)
1442                 Folder selection (Move/Copy contextual menu,
1443                 various preferences, including 'New folder').
1444                 Tested with XFCE, Gnome Shell and Windows.
1445                 
1447 2012-11-16 [colin]      3.9.0cvs9
1449         * src/advsearch.c
1450                 Init is_fast too
1452 2012-11-16 [colin]      3.9.0cvs8
1454         * src/advsearch.c
1455                 Fix missing initialisation of bool_and which could
1456                 lead to From/To/Subject/Tag searches searching with
1457                 binary and.
1458                 Also clean up tag expansion. No need to create a
1459                 matcher string and re-parse it.
1461 2012-11-16 [paul]       3.9.0cvs7
1463         * po/de.po
1464                 fix by Thomas Bellmann
1466 2012-11-15 [colin]      3.9.0cvs6
1468         * src/summaryview.c
1469                 Fix bug #2785, "Marking mails for deletion reopens internal 
1470                 message view"
1472 2012-11-15 [colin]      3.9.0cvs5
1474         * src/main.c
1475         * src/statusbar.c
1476         * src/gtk/gtkcmclist.c
1477         * src/gtk/gtkcmclist.h
1478                 a few more GTK+3 fixes. Segfaults on me, though.
1480 2012-11-15 [colin]      3.9.0cvs4
1482         * src/Makefile.am
1483         * src/action.c
1484         * src/addr_compl.c
1485         * src/addressbook.c
1486         * src/addrgather.c
1487         * src/compose.c
1488         * src/editaddress.c
1489         * src/editgroup.c
1490         * src/main.c
1491         * src/mainwindow.c
1492         * src/message_search.c
1493         * src/prefs_display_header.c
1494         * src/prefs_filtering_action.c
1495         * src/prefs_matcher.c
1496         * src/prefs_other.c
1497         * src/prefs_toolbar.c
1498         * src/printing.c
1499         * src/stock_pixmap.c
1500         * src/summary_search.c
1501         * src/summaryview.c
1502         * src/textview.c
1503         * src/gtk/Makefile.am
1504         * src/gtk/colorlabel.c
1505         * src/gtk/combobox.c
1506         * src/gtk/combobox.h
1507         * src/gtk/gtkcmclist.c
1508         * src/gtk/gtkcmclist.h
1509         * src/gtk/gtkcmctree.c
1510         * src/gtk/gtksctree.c
1511         * src/gtk/gtkshruler.c
1512         * src/gtk/gtkutils.c
1513         * src/gtk/gtkutils.h
1514         * src/gtk/inputdialog.c
1515         * src/gtk/quicksearch.c
1516         * src/plugins/pgpcore/Makefile.am
1517         * src/plugins/pgpinline/Makefile.am
1518         * src/plugins/pgpmime/Makefile.am
1519         * src/plugins/smime/Makefile.am
1520                 Big GTK+3 patch from Hanno Meyer-Thurow
1522 2012-11-15 [wwp]        3.9.0cvs3
1524         * doc/man/claws-mail.1
1525         * src/main.c
1526                 Add --cancel-receiving command-line switch.
1528 2012-11-15 [wwp]        3.9.0cvs2
1530         * src/ssl_manager.c
1531         * src/gtk/sslcertwindow.c
1532                 Fix Capitalization.
1534 2012-11-15 [paul]       3.9.0cvs1
1536         * po/cs.po
1537         * po/fi.po
1538         * po/sk.po
1539                 updates from David Vachulka, Flammie Pirinen, and
1540                 Slavko
1542 2012-11-14 [paul]       3.9.0
1543         * NEWS
1544         * README
1545         * RELEASE_NOTES 
1546                 3.9.0 unleashed!
1548 2012-11-14 [paul]       3.8.1cvs123
1550         * po/de.po
1551         * po/es.po
1552         * po/fi.po
1553         * po/fr.po
1554         * po/hu.po
1555         * po/pt_BR.po
1556         * po/sv.po
1557         * po/uk.po
1558         * po/zh_TW.po
1559                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1560                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1561                 YUP, Wei-Lun Chao
1563 2012-11-14 [paul]       3.8.1cvs122
1565         * tools/README
1566         * tools/fix_date.sh
1567                 improvements by wwp
1569 2012-11-14 [colin]      3.8.1cvs121
1571         * src/action.c
1572                 And fix warning with breaking functionality
1574 2012-11-14 [paul]       3.8.1cvs120
1576         * src/action.c
1577                 revert this change from 3.8.1cvs60, it breaks
1578                 actions with a pipe
1580 2012-11-14 [colin]      3.8.1cvs119
1582         * src/common/plugin.c
1583                 If plugin fails to load from absolute path, try from
1584                 default plugin path. 
1585                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1586                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1587                 results in wrong paths in clawsrc'
1589 2012-11-12 [colin]      3.8.1cvs118
1591         * src/messageview.c
1592                 Fix initial focus on textview. Fixes bug #2776,
1593                 "Make all menu shortcuts work properly in the message window"
1595 2012-11-09 [colin]      3.8.1cvs117
1597         * src/etpan/imap-thread.c
1598                 Specify search charset. Thanks to Aleksei Miheev
1600 2012-11-08 [colin]      3.8.1cvs116
1602         * src/common/socket.c
1603         * src/gtk/gtkutils.c
1604                 Fix socket communication
1606 2012-11-08 [colin]      3.8.1cvs115
1608         * src/plugins/pgpcore/sgpgme.c
1609                 Fix Windows runtime crash
1611 2012-11-08 [colin]      3.8.1cvs114
1613         * src/gtk/quicksearch.c
1614                 Fix going active with NULL matchstring (for example
1615                 when changing type before typing anything)
1617 2012-11-07 [colin]      3.8.1cvs113
1619         * src/mbox.c
1620                 Fix Windows build
1622 2012-11-06 [mones]      3.8.1cvs112
1624         * doc/man/claws-mail.1
1625                 Sync with AUTHORS file
1626         * src/gtk/quicksearch.c
1627                 Add number units where appropriate
1629 2012-10-31 [paul]       3.8.1cvs111
1631         * src/prefs_folder_item.c
1632                 add missing closing bracket. thanks to Andreas Rönnquist.
1634 2012-10-31 [colin]      3.8.1cvs110
1636         * src/prefs_folder_item.c
1637                 Fix prefs text and extra semi-colon. Thanks to Paul!
1639 2012-10-31 [colin]      3.8.1cvs109
1641         * src/folder_item_prefs.c
1642         * src/folder_item_prefs.h
1643         * src/messageview.c
1644         * src/prefs_folder_item.c
1645                 Implement feature from bug #2569, 
1646                 "select html part on folder specific properties"
1647                 Patch based on Andrej's patch.
1649 2012-10-29 [wwp]        3.8.1cvs108
1651         * src/textview.c
1652         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1653         broken URL parsing.
1655 2012-10-25 [colin]      3.8.1cvs107
1657         * src/textview.c
1658                 Verify the previous URI wasn't the same...
1659                 fixes http://www. URIs.
1661 2012-10-25 [colin]      3.8.1cvs106
1663         * src/common/utils.c
1664         * src/common/utils.h
1665         * src/textview.c
1666                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1667                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1668                 from 30% to 15%. Patch by Igor Mammedov
1670 2012-10-25 [colin]      3.8.1cvs105
1672         * src/textview.c
1673                 Do not allow search cost to explode in case of bad message
1674                 parsing in textview_make_clickable_parts_later(); reduces
1675                 cost of textview_make_clickable_parts_later() from 99% to
1676                 17% for big bad-case message. Patch by Igor Mammedov
1678 2012-10-25 [colin]      3.8.1cvs104
1680         * src/textview.c
1681         * src/textview.h
1682                 Avoid strlen() on big buffers, use precomputed length instead
1683                 it reduces cost of textview_write_line() from 32% to 3% for
1684                 big messages. Patch by Igor Mammedov
1685         * AUTHORS
1686         * src/gtk/authors.h
1687                 Add Igor
1689 2012-10-24 [mones]      3.8.1cvs103
1691         * src/advsearch.c
1692                 Trust on IMAP core on-line/off-line management
1693                 Patch by Sean Buckheister
1695 2012-10-19 [paul]       3.8.1cvs102
1697         * AUTHORS
1698         * src/crash.c
1699         * src/gtk/authors.h
1700                 fix bug 2760, 'display correct libc version in crash dialog 
1701                 when uclibc is used'.
1702                 fixes build with uclibc. patch by Natanael Copa.
1704 2012-10-18 [mones]      3.8.1cvs101
1706         * claws-mail.desktop
1707                 Fix bug #2761 and remove invalid GTK main category
1709 2012-10-17 [colin]      3.8.1cvs100
1711         * src/common/ssl_certificate.c
1712                 Fix bug #2759, "Error messages regarding bad
1713                 client certificates are less than helpful"
1714                 Based on patch by bug reporter.
1716 2012-10-13 [paul]       3.8.1cvs99
1718         * src/common/ssl_certificate.c
1719                 fix build with gnutls 3.1.3
1720                 Patch by Sean Buckheister.
1722 2012-10-12 [mones]      3.8.1cvs98
1724         * src/compose.c
1725         * src/grouplistdialog.c
1726         * src/imap.c
1727         * src/news_gtk.c
1728         * src/procmime.c
1729         * src/procmsg.c
1730         * src/common/utils.c
1731         * src/common/utils.h
1732         * src/etpan/imap-thread.c
1733                 New slist_free_strings_full wrapper for g_slist_free_full
1734                 and simplify calls where it was being used
1736 2012-10-12 [colin]      3.8.1cvs97
1738         * src/common/defs.h
1739                 Drop include of internal glib header
1740                 Patch by Werner Koch
1742 2012-10-12 [colin]      3.8.1cvs96
1744         * src/gtk/gtkcmctree.c
1745         * src/gtk/gtksctree.c
1746                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1747                 mouse". Patch mostly by Tom Horsley
1749 2012-10-12 [iwkse]      3.8.1cvs95
1751         * src/common/utils.c
1752                         g_free *mutex
1754 2012-10-12 [mones]      3.8.1cvs94
1756         * src/common/utils.c
1757                 Remove undeclared mutex symbol
1759 2012-10-12 [colin]      3.8.1cvs93
1761         * src/compose.c
1762         * src/prefs_account.c
1763         * src/common/utils.c
1764         * src/common/utils.h
1765                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1766                 Thanks to Salvatore de Paolis
1768 2012-10-10 [colin]      3.8.1cvs92
1770         * src/folder.c
1771                 Fix bug #2744, "Quick search throws bad command 
1772                 argument error on Microsoft Exchange". Fall back
1773                 to local search if folder-specific search fails.
1774         * src/gtk/quicksearch.c
1775                 Typo fix.
1777 2012-10-10 [colin]      3.8.1cvs91
1779         * src/procmsg.h
1780                 Make what the tags list contain more clear
1782 2012-10-10 [colin]      3.8.1cvs90
1784         * src/inc.c
1785         * src/mbox.c
1786         * src/common/smtp.c
1787         * src/common/smtp.h
1788                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1789                 Patch by "madroach"
1791 2012-10-10 [colin]      3.8.1cvs89
1793         * autogen.sh
1794                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1796 2012-10-10 [colin]      3.8.1cvs88
1798         * src/compose.c
1799                 Leak fix (thanks Ricardo!)
1801 2012-10-10 [colin]      3.8.1cvs87
1803         * src/common/utils.c
1804                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1805                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1806                 fixes by Michael Rasmussen and myself.
1807                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1808                 semantics are different from slist_free_strings() in that
1809                 slist_free_strings does not free the list itself.
1811 2012-10-09 [mones]      3.8.1cvs86
1813         * doc/man/claws-mail.1
1814         * src/compose.c
1815         * src/common/utils.c
1816                 New extra headers feature for adding user-defined
1817                 extra headers to the combobox in the compose window
1818                 Headers are stablished in 'extraheaderrc', one per
1819                 line with a final colon
1821 2012-10-06 [mones]      3.8.1cvs85
1823         * po/POTFILES.in
1824                 Added src/gtk/menu.c
1825         * src/common/defs.h
1826         * src/gtk/menu.c
1827         * src/gtk/menu.h
1828                 New function cm_menu_item_new_label_from_url to
1829                 avoid crashing on huge URL strings and warn user
1830                 about the possible causes
1831         * src/mainwindow.c
1832                 Use it to create List menu items safely
1834 2012-10-04 [colin]      3.8.1cvs84
1836         * src/imap.c
1837                 Fix keywords with spaces
1839 2012-10-04 [colin]      3.8.1cvs83
1841         * src/advsearch.c
1842                 Fix double-tag search. Maybe fixes bug #2744,
1843                 'Quick search throws bad command argument 
1844                 error since recent change'. Patch by Sean.
1846 2012-10-03 [mones]      3.8.1cvs82
1848         * src/procmime.c
1849                 Fix bug #2743 'null pointer crash in procmime strchr'
1850                 Patch by Michael Schwendt (from RedHat bug 862578) 
1852 2012-09-28 [colin]      3.8.1cvs81
1854         * src/advsearch.c
1855                 Never search on server if we're offline
1856                 (Asking the user would and will be better)
1857         * src/imap.c
1858                 Fix uninitialized variable (bogus) warning
1859                 Fix SELECT of the folder before searching
1861 2012-09-27 [colin]      3.8.1cvs80
1863         * src/advsearch.c
1864         * src/imap.c
1865         * src/etpan/imap-thread.c
1866         * src/etpan/imap-thread.h
1867                 Implement IMAP server search. Patch by
1868                 Sean Buckheister again.
1870 2012-09-26 [colin]      3.8.1cvs79
1872         * src/main.c
1873         * src/matcher.c
1874         * src/matcher.h
1875                 Prepare the context strings, their translation take
1876                 CPU time. Shaves 6 seconds out of 17 on my reference
1877                 folder body search.
1878         * src/summary_search.c
1879                 Fix a warning
1881 2012-09-26 [colin]      3.8.1cvs78
1883         * src/matcher.c
1884         * src/procmime.c
1885         * src/procmime.h
1886                 Unlock I/O in procmime, give a way
1887                 for matcher to avoid having to
1888                 read/write tmp/rewind/read tmp for
1889                 body matches.
1891 2012-09-26 [colin]      3.8.1cvs77
1893         * src/summary_search.c
1894                 Fix unresponsive stop button
1895         * src/gtk/quicksearch.c
1896                 Fix busy cursor
1898 2012-09-26 [colin]      3.8.1cvs76
1900         * src/summary_search.c
1901         * src/summaryview.c
1902         * src/summaryview.h
1903         * src/gtk/quicksearch.c
1904                 Factorize search code in summary_search and
1905                 add a progress indicator as that slows down
1906                 the first result in case of body search.
1908 2012-09-26 [colin]      3.8.1cvs75
1910         * src/folder.c
1911                 Fix body search triggering GUI updates
1912                 for every message when it gets MSG_SCANNED
1913                 set.
1915 2012-09-26 [colin]      3.8.1cvs74
1917         * src/folder.c
1918         * src/folder.h
1919         * src/imap.c
1920         * src/procmsg.c
1921         * src/procmsg.h
1922         * src/summaryview.c
1923                 Factorize msg list to num list code;
1924                 Make search faster using cache instead
1925                 of network I/O
1927 2012-09-25 [mones]      3.8.1cvs73
1929         * src/gtk/quicksearch.c
1930                 Fix new expressions not being added to quicksearch
1931                 history in extended mode; patch by Sean Buckheister
1933 2012-09-22 [mir]        3.8.1cvs72
1935         * src/advsearch.c
1936                 Fix for not searching in folders marked 'no_select'
1937                 patch provided by Colin.
1939 2012-09-22 [mones]      3.8.1cvs71
1941         * src/advsearch.c
1942                 Add missing copyright header
1944 2012-09-21 [colin]      3.8.1cvs70
1946         * src/folder.c
1947                 Fix warning where msgcount was used
1948                 uninitialized in case the search was
1949                 to be performed on a message list subset.
1951 2012-09-21 [colin]      3.8.1cvs69
1953         * src/gtk/quicksearch.c
1954                 Fix error background not appearing
1956 2012-09-21 [colin]      3.8.1cvs68
1958         * src/Makefile.am
1959         * src/advsearch.c ** ADDED **
1960         * src/advsearch.h ** ADDED **
1961         * src/folder.c
1962         * src/folder.h
1963         * src/folderview.c
1964         * src/imap.c
1965         * src/main.c
1966         * src/matcher.c
1967         * src/matcher.h
1968         * src/matchertypes.h ** ADDED **
1969         * src/mh.c
1970         * src/mimeview.c
1971         * src/news.c
1972         * src/proctypes.h
1973         * src/summary_search.c
1974         * src/summaryview.c
1975         * src/summaryview.h
1976         * src/gtk/quicksearch.c
1977         * src/gtk/quicksearch.h
1978                 Separated GUI and logic for search
1979                 Use same logic for quicksearch and folder search
1980                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1982 2012-09-19 [mones]      3.8.1cvs67
1984         * src/mainwindow.c
1985                 Remove spurious parameter from get_url_part and
1986                 fix potential buffer overflow
1988 2012-09-19 [colin]      3.8.1cvs66
1990         * src/addressbook.c
1991         * src/addrselect.c
1992                 Un-mix mixed enum comparison which happened
1993                 to work because multiple enums define the same
1994                 values.
1996 2012-09-19 [colin]      3.8.1cvs65
1998         * src/addrindex.c
1999         * src/editaddress.c
2000         * src/editldap.c
2001         * src/exporthtml.c
2002         * src/jpilot.c
2003         * src/procmime.c
2004         * src/plugins/bogofilter/bogofilter_gtk.c
2005         * src/plugins/pgpcore/prefs_gpg.c
2006         * src/plugins/smime/smime.c
2007         * src/plugins/spamassassin/spamassassin_gtk.c
2008                 More warning fixes, casts, useless variables and
2009                 unchecked return values
2011 2012-09-19 [colin]      3.8.1cvs64
2013         * src/mainwindow.c
2014                 Check possible overflow
2015         * src/prefs_account.c
2016         * src/prefs_compose_writing.c
2017         * src/prefs_logging.c
2018         * src/prefs_message.c
2019         * src/prefs_msg_colors.c
2020         * src/prefs_other.c
2021         * src/prefs_receive.c
2022         * src/prefs_summaries.c
2023         * src/prefs_wrapping.c
2024                 fix GtkAdjustment casts
2025         * src/common/ssl.c
2026                 fix warnings
2027         * src/gtk/gtkaspell.c
2028                 fix warnings
2030 2012-09-19 [mones]      3.8.1cvs63
2032         * src/addritem.c
2033                 Fix leak and follow function specification
2035 2012-09-19 [mones]      3.8.1cvs62
2037         * src/action.c
2038                 Use unused var c to check result and emit messages on error
2039         * src/addrbook.c
2040                 Remove unused vars: attr (several functions), element
2041         * src/addrclip.c
2042                 Use unused var newGroup to check result
2043         * src/addrcustomattr.c
2044                 Remove unused var summaryview and related code
2045         * src/addressbook.c
2046                 Use unused vars nn, newNode, idleID to check result
2047                 Remove unused var aoType and refactor logic around it
2048                 Comment var enabled and related debug code
2049         * src/msgcache.c
2050                 Use unused var error to check result and emit debug messages
2051         * src/textview.c
2052                 Remove unused var link_color
2053         * src/toolbar.c
2054                 Remove unused vars: attr, retVal
2056 2012-09-19 [colin]      3.8.1cvs61
2058         * src/imap.c
2059         * src/inc.c
2060         * src/news.c
2061         * src/send_message.c
2062         * src/common/socket.c
2063                 More precise error logging
2065 2012-09-16 [mones]      3.8.1cvs60
2067         * src/action.c                                                          
2068                 Removed dup calls with ignored result
2069         * src/addr_compl.c                                                    
2070                 Removed unused var is_group and simplified logic around it      
2071         * src/addrharvest.c                                                  
2072         * src/matcher.c
2073         * src/procmsg.c                                                  
2074         * src/etpan/etpan-thread-manager.c                                    
2075                 Use unused var r to verify result and emit messages on error
2076         * src/compose.c                                                  
2077                 Move color variable into conditional usage blocks
2078                 Remove assigned but not used vars: lock, titles, count    
2079         * src/edittags.c
2080                 Remove assigned but not used var actions                        
2081         * src/folderview.c
2082                 Remove assigned but not used vars: from_parent, src_node        
2083         * src/imap_gtk.c
2084         * src/mh_gtk.c                                                    
2085                 Remove malloc-ed but not used var: old_path                  
2086         * src/news.c
2087                 Comment unused vars from commented block: tofetch, fetched      
2088         * src/prefs_account.c
2089                 Remove assigned but not used var: privacy_enabled
2090         * src/prefs_actions.c
2091         * src/prefs_customheader.c
2092                 Remove assigned but not used var: store
2093         * src/prefs_filtering.c
2094                 Remove assigned but not used var: n_rows
2095         * src/prefs_template.c
2096                 Remove assigned but not used vars: model, list_store
2097         * src/prefs_toolbar.c
2098                 Remove assigned but not used var: win_titles
2099         * src/printing.c
2100                 Remove assigned but not used vars: orientation, line, baseline,
2101                 off_chars 
2102         * src/etpan/imap-thread.c
2103                 Remove assigned but not used var: value, r
2104                 Refactor to check correct memory allocation
2105         * src/etpan/nntp-thread.c
2106                 Remove assigned but not used var: value
2107         * src/gtk/gtkaspell.c
2108                 Remove assigned but not used vars: textbuf, exist
2109                 Remove unused function: find_gtkaspeller
2110         * src/gtk/gtkcmctree.c
2111                 Remove unused function: gtk_cmctree_get_offset
2112         * src/gtk/gtkshruler.c
2113                 Remove assigned but not used vars: ruler, priv
2115 2012-09-14 [mones]      3.8.1cvs59
2117         * src/common/log.c
2118                 Check file operation results (and remove and
2119                 unused var warning)
2121 2012-09-14 [colin]      3.8.1cvs58
2123         * src/gtk/inputdialog.c
2124                 Remove unused var, thanks Ticho
2126 2012-09-13 [colin]      3.8.1cvs57
2128         * src/stock_pixmap.c
2129                 Fix missing \n in debug line
2131 2012-09-13 [colin]      3.8.1cvs56
2133         * src/main.c
2134                 Don't listen on the Unix socket before we're
2135                 ready. The 'popup' order from another instance
2136                 may provoke a race and trash configuration files.
2138 2012-09-13 [colin]      3.8.1cvs55
2140         * src/imap.c
2141                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2142                 Claws-Mail/IMAP and Lotus Domino". Use
2143                 correct types for start/end and test if
2144                 start is indeed before end.
2146 2012-09-12 [mones]      3.8.1cvs54
2148         * src/prefs_other.c
2149                 Fix bug #1975 'preference mutt key bindings do not take
2150                 effect' (and the other invalid paths too)
2152 2012-09-12 [colin]      3.8.1cvs53
2154         * src/procmsg.c
2155                 Revert that hunk, logic is unclear.
2157 2012-09-12 [colin]      3.8.1cvs52
2159         * src/addressbook.c
2160         * src/addrharvest.c
2161         * src/addrindex.c
2162         * src/addritem.c
2163         * src/compose.c
2164         * src/edittags.c
2165         * src/folder.c
2166         * src/imap.c
2167         * src/inc.c
2168         * src/ldif.c
2169         * src/mainwindow.c
2170         * src/mbox.c
2171         * src/mimeview.c
2172         * src/mutt.c
2173         * src/partial_download.c
2174         * src/prefs_filtering_action.c
2175         * src/prefs_toolbar.c
2176         * src/printing.c
2177         * src/procheader.c
2178         * src/procmime.c
2179         * src/procmsg.c
2180         * src/summaryview.c
2181         * src/textview.c
2182         * src/common/utils.c
2183         * src/etpan/imap-thread.c
2184         * src/gtk/gtkaspell.c
2185         * src/plugins/pgpcore/sgpgme.c
2186                 More fixes from bug #1961:
2187                 - Write-only variables
2188                 - Null pointer dereferences
2189                 - A couple other fixes for which the reporter
2190                   was unsure, but which showed problems.
2191                 More details in bug #1961 comments.
2193 2012-09-12 [colin]      3.8.1cvs51
2195         * src/compose.c
2196         * src/mh.c
2197         * src/common/ssl.c
2198         * src/plugins/pgpcore/passphrase.c
2199                 Apply patches from bug #1961, "patches for
2200                 a couple of clang warnings":
2201                 - Check return codes
2202                 - Remove dead code
2204 2012-09-12 [colin]      3.8.1cvs50
2206         * claws-mail.pc.in
2207                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2208                 where the included menu.h could come from Ncurses.
2209                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2211 2012-09-11 [colin]      3.8.1cvs49
2213         * src/main.c
2214                 Fix race condition at start.
2216 2012-09-10 [colin]      3.8.1cvs48
2218         * src/main.c
2219                 Create lock socket as soon as possible, not after
2220                 a few things like caching all prefs.
2222 2012-09-09 [mones]      3.8.1cvs47
2224         * src/plugins/bogofilter/bogofilter.c
2225                 Add missing include
2227 2012-09-08 [colin]      3.8.1cvs46
2229         * AUTHORS
2230         * src/Makefile.am
2231         * src/action.c
2232         * src/addr_compl.c
2233         * src/addrbook.c
2234         * src/compose.c
2235         * src/compose.h
2236         * src/editaddress.c
2237         * src/filtering.c
2238         * src/folder.c
2239         * src/folder.h
2240         * src/folderview.h
2241         * src/headerview.h
2242         * src/imap_gtk.c
2243         * src/localfolder.c
2244         * src/main.c
2245         * src/mainwindow.c
2246         * src/mainwindow.h
2247         * src/matcher.c
2248         * src/matcher_parser_parse.y
2249         * src/messageview.c
2250         * src/messageview.h
2251         * src/mh.c
2252         * src/mh_gtk.c
2253         * src/mimeview.c
2254         * src/mimeview.h
2255         * src/noticeview.h
2256         * src/prefs_account.c
2257         * src/prefs_account.h
2258         * src/prefs_filtering.c
2259         * src/prefs_filtering_action.c
2260         * src/prefs_gtk.h
2261         * src/prefs_matcher.c
2262         * src/prefs_template.c
2263         * src/prefs_toolbar.c
2264         * src/privacy.c
2265         * src/procheader.h
2266         * src/procmime.c
2267         * src/procmime.h
2268         * src/procmsg.c
2269         * src/procmsg.h
2270         * src/proctypes.h
2271         * src/remotefolder.c
2272         * src/summaryview.c
2273         * src/summaryview.h
2274         * src/textview.c
2275         * src/textview.h
2276         * src/toolbar.c
2277         * src/uri_opener.c
2278         * src/viewtypes.h
2279         * src/common/defs.h
2280         * src/gtk/authors.h
2281         * src/gtk/description_window.c
2282         * src/plugins/trayicon/trayicon.c
2283                 Break circular dependencies in Claws' headers,
2284                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2286 2012-09-08 [colin]      3.8.1cvs45
2288         * src/textview.c
2289                 Fix shortcut getting
2291 2012-09-05 [colin]      3.8.1cvs44
2293         * src/matcher.c
2294         * src/matcher.h
2295         * src/prefs_matcher.c
2296                 Drop matcherprop_new_create, which is just a copy of
2297                 matcherprop_new, and staticalize what can be
2299 2012-09-05 [colin]      3.8.1cvs43
2301         * src/plugins/pgpcore/select-keys.c
2302                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2303                 based on primary UID rather than recipient e-mail"
2305 2012-08-29 [colin]      3.8.1cvs42
2307         * src/gtk/gtkaspell.c
2308                 Fix bug #2596, "Spell checker does not work properly"
2310 2012-08-29 [colin]      3.8.1cvs41
2312         * src/plugins/pgpcore/sgpgme.c
2313                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2314                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2316 2012-08-29 [colin]      3.8.1cvs40
2318         * src/mainwindow.c
2319         * src/messageview.c
2320         * src/mimeview.c
2321         * src/mimeview.h
2322         * src/summaryview.c
2323         * src/textview.c
2324         * src/gtk/menu.c
2325         * src/gtk/menu.h
2326                 Move the hardcoded mimeview shortcuts to standard menus.
2328 2012-08-27 [colin]      3.8.1cvs39
2330         * src/main.c
2331                 Fix double mainwindow presentation that confuses GNOME3
2332                 when some plugins fail to load (subsequent Claws windows
2333                 got no focus in that case)
2335 2012-08-27 [colin]      3.8.1cvs38
2337         * src/summaryview.c
2338                 Make Mark all read confirmation button more clear
2340 2012-08-27 [colin]      3.8.1cvs37
2342         * src/mainwindow.c
2343         * src/summaryview.c
2344                 Separate "Mark all read" from "Mark as read"
2345                 and "Ignore thread"
2347 2012-08-27 [wwp]        3.8.1cvs36
2349         * src/inc.c
2350         * src/procmsg.c
2351                 Remove session statistics debug statements (irrelevant in repo,
2352                 that's dev stuff).
2354 2012-08-24 [mones]      3.8.1cvs35
2356         * manual/advanced.xml
2357                 Keep alphabetic order of hidden options lost
2358                 and update Clawsker URL.
2359         * manual/de/advanced.xml
2360         * manual/fr/advanced.xml
2361                 Update Clawsker URL.
2362         * manual/es/advanced.xml
2363                 Sync with English version and update Clawsker URL.
2364         * manual/de/dist/html/Makefile.am
2365         * manual/es/dist/html/Makefile.am
2366         * manual/fr/dist/html/Makefile.am
2367         * manual/pl/dist/html/Makefile.am
2368         * manual/dist/html/Makefile.am
2369                 Fix bug 2723 'Missing encoding in generated html manual'
2371 2012-08-23 [colin]      3.8.1cvs34
2373         * src/mainwindow.c
2374                 Fix --offline asking if one wants to sync,
2375                 due to re-entering. Thanks <ebik@ucw.cz>.
2377 2012-08-16 [colin]      3.8.1cvs33
2379         * src/imap.c
2380                 Always clear the tags list when fetching a folder, or
2381                 Claws will never untag an untagged email. Patch by
2382                 Igor Mammedov <imammedo@redhat.com>
2384 2012-08-12 [colin]      3.8.1cvs32
2386         * src/compose.c
2387                 Exclude text/plain from the attachment thing
2389 2012-08-12 [colin]      3.8.1cvs31
2391         * src/messageview.c
2392                 Fix comparison, thanks to Michael Gmelin
2394 2012-08-12 [colin]      3.8.1cvs30
2396         * src/messageview.c
2397                 Only show HTML parts by default (if the pref
2398                 is set so) if the part disposition-type is
2399                 inline or unknown, but not attachment.
2400         * src/common/ssl.c
2401                 Remove useless hook that won't ever be used
2402                 on windows
2404 2012-08-12 [colin]      3.8.1cvs29
2406         * src/compose.c
2407                 Make sure text/* attachments are not made
2408                 inline, regardless of the compose mode.
2409                 Finishes fixing bug #2203 after auto-save
2410                 switches mode to COMPOSE_REEDIT. Thanks to
2411                 Michael Gmelin for finding this.
2413 2012-08-09 [colin]      3.8.1cvs28
2415         * src/prefs_filtering.c
2416                 Make treeView type-ahead case insensitive
2417                 Patch by Andreas Ronnquist
2419 2012-08-09 [colin]      3.8.1cvs27
2421         * src/gtk/sslcertwindow.c
2422                 Fix leak
2424 2012-08-09 [colin]      3.8.1cvs26
2426         * src/common/ssl.c
2427         * src/common/ssl_certificate.c
2428         * src/common/ssl_certificate.h
2429         * src/gtk/sslcertwindow.c
2430                 Fix bug 2718, "Failure to check peer hostname
2431                 when checking certificate"
2433 2012-08-05 [ticho]      3.8.1cvs25
2435         * src/compose.c
2436                 Avoid header combo box to get focus twice (first text within,
2437                 then combobox widget itself) when switching focus with TAB.
2439 2012-07-28 [ticho]      3.8.1cvs24
2441         * src/compose.c
2442                 Properly fix setting "transient for" for attachment properties
2443                 dialog when called via popup menu (since we're stealing focus
2444                 few lines before, we need to do it directly, not via
2445                 manage_window_*).
2447 2012-07-28 [ticho]      3.8.1cvs23
2449         * src/gtk/pluginwindow.c
2450         * src/gtk/prefswindow.c
2451                 Fixed setting "transient for" property for plugin load/unload
2452                 file dialog. Connected manage_window signals to prefswindow events.
2454 2012-07-27 [ticho]      3.8.1cvs22
2456         * src/summaryview.c
2457         * src/textview.c
2458                 Fixed setting "transient for" property for summaryview file
2459                 dialog and messageview's image save dialog.
2461 2012-07-27 [ticho]      3.8.1cvs21
2463         * src/crash.c
2464         * src/mimeview.c
2465                 Fix setting "transient for" property for file select dialogs
2466                 in crash report and mimeview.
2468 2012-07-27 [ticho]      3.8.1cvs20
2470         * src/compose.c
2471                 Fixed "transient for" property for file attach dialog when
2472                 called from Attachments list popup menu. Simplified menu item
2473                 sensitivities setting code logic for this menu.
2475 2012-07-25 [ticho]      3.8.1cvs19
2477         * manual/advanced.xml
2478                 Add the three hidden preferences related to colored display
2479                 of unified diffs to manual.
2481 2012-07-25 [ticho]      3.8.1cvs18
2483         * src/gtk/gtkaspell.c
2484                 Create "Change directory" submenu in a separate function, change
2485                 wording a bit, and make the submenu always available in a context
2486                 menu of body edit box in compose window.
2488 2012-07-25 [ticho]      3.8.1cvs17
2490         * src/gtk/prefswindow.c
2491                 Correctly set transient_for property for preferences window,
2492                 as well as for color picker dialogs. Fixes bug #2710.
2494 2012-07-25 [ticho]      3.8.1cvs16
2496         * src/gtk/quicksearch.c
2497                 Allow quicksearch syntax description window to be correctly
2498                 set transient for main window.
2500 2012-07-15 [wwp]        3.8.1cvs15
2502         * src/procmime.c
2503                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2505 2012-07-10 [paul]       3.8.1cvs14
2507         * src/procmime.c
2508                 forgot this in last commit
2510 2012-07-10 [paul]       3.8.1cvs13
2512         * src/messageview.c
2513         * src/common/defs.h
2514         * src/common/quoted-printable.c
2515         * src/common/quoted-printable.h
2516                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2517                 the bug: partial message text loss
2519 2012-07-10 [mones]      3.8.1cvs12
2521         * src/plugins/pgpcore/sgpgme.c
2522                 Fix bug 2689, 'segfault when trying to view info
2523                 about pgp/smime sign'
2525 2012-07-08 [ticho]      3.8.1cvs11
2527         * src/plugins/pgpcore/sgpgme.c
2528                 Consider marginal signature validity as untrusted. Suggested by
2529                 Jean-Benoist Leger (leger at crans.org).
2531 2012-07-08 [paul]       3.8.1cvs10
2533         * src/gtk/icon_legend.c
2534                 fix (reveal) hidden icon in gui and build warning
2536 2012-07-07 [paul]       3.8.1cvs9
2538         * src/plugins/pgpcore/prefs_gpg.c
2539                 fix build
2541 2012-07-07 [colin]      3.8.1cvs8
2543         * claws-features.h.in
2544         * src/codeconv.h
2545         * src/imap_gtk.h
2546         * src/inc.h
2547         * src/jpilot.h
2548         * src/messageview.h
2549         * src/msgcache.h
2550         * src/news_gtk.h
2551         * src/partial_download.h
2552         * src/pop.h
2553         * src/prefs_account.h
2554         * src/prefs_common.h
2555         * src/printing.h
2556         * src/procmime.h
2557         * src/procmsg.h
2558         * src/stock_pixmap.c
2559         * src/textview.h
2560         * src/common/defs.h
2561         * src/common/log.h
2562         * src/common/session.h
2563         * src/common/smtp.h
2564         * src/common/socket.h
2565         * src/common/ssl.h
2566         * src/common/ssl_certificate.h
2567         * src/common/timing.h
2568         * src/common/utils.h
2569         * src/gtk/gtkaspell.h
2570         * src/gtk/gtkutils.h
2571         * src/gtk/pluginwindow.h
2572         * src/gtk/spell_entry.h
2573         * src/gtk/sslcertwindow.h
2574                 Don't export config.h in public headers
2576 2012-07-07 [colin]      3.8.1cvs7
2578         * claws-features.h.in
2579         * configure.ac
2580         * Makefile.am
2581         * src/account.c
2582         * src/action.c
2583         * src/addr_compl.c
2584         * src/addrcustomattr.c
2585         * src/addrduplicates.c
2586         * src/addressadd.c
2587         * src/addressbook.c
2588         * src/addressbook_foldersel.c
2589         * src/addrgather.c
2590         * src/addrindex.c
2591         * src/alertpanel.c
2592         * src/autofaces.c
2593         * src/browseldap.c
2594         * src/codeconv.c
2595         * src/codeconv.h
2596         * src/compose.c
2597         * src/crash.c
2598         * src/customheader.c
2599         * src/displayheader.c
2600         * src/editaddress.c
2601         * src/editaddress_other_attributes_ldap.c
2602         * src/editbook.c
2603         * src/editgroup.c
2604         * src/editjpilot.c
2605         * src/editldap.c
2606         * src/editldap_basedn.c
2607         * src/edittags.c
2608         * src/editvcard.c
2609         * src/exphtmldlg.c
2610         * src/expldifdlg.c
2611         * src/export.c
2612         * src/exporthtml.c
2613         * src/exportldif.c
2614         * src/folder.c
2615         * src/folder_item_prefs.c
2616         * src/grouplistdialog.c
2617         * src/headerview.c
2618         * src/image_viewer.c
2619         * src/imap.c
2620         * src/imap_gtk.c
2621         * src/imap_gtk.h
2622         * src/import.c
2623         * src/importldif.c
2624         * src/importmutt.c
2625         * src/importpine.c
2626         * src/inc.c
2627         * src/inc.h
2628         * src/jpilot.c
2629         * src/jpilot.h
2630         * src/ldapctrl.c
2631         * src/ldaplocate.c
2632         * src/ldapquery.c
2633         * src/ldapserver.c
2634         * src/ldapupdate.c
2635         * src/ldaputil.c
2636         * src/main.c
2637         * src/manual.c
2638         * src/matcher.c
2639         * src/mbox.c
2640         * src/message_search.c
2641         * src/messageview.h
2642         * src/mh.c
2643         * src/mh_gtk.c
2644         * src/mimeview.c
2645         * src/msgcache.c
2646         * src/msgcache.h
2647         * src/news.c
2648         * src/news_gtk.c
2649         * src/news_gtk.h
2650         * src/noticeview.c
2651         * src/partial_download.c
2652         * src/partial_download.h
2653         * src/pop.c
2654         * src/pop.h
2655         * src/prefs_account.c
2656         * src/prefs_account.h
2657         * src/prefs_actions.c
2658         * src/prefs_common.c
2659         * src/prefs_common.h
2660         * src/prefs_compose_writing.c
2661         * src/prefs_customheader.c
2662         * src/prefs_display_header.c
2663         * src/prefs_ext_prog.c
2664         * src/prefs_filtering.c
2665         * src/prefs_filtering_action.c
2666         * src/prefs_folder_column.c
2667         * src/prefs_folder_item.c
2668         * src/prefs_fonts.c
2669         * src/prefs_gtk.c
2670         * src/prefs_image_viewer.c
2671         * src/prefs_logging.c
2672         * src/prefs_matcher.c
2673         * src/prefs_message.c
2674         * src/prefs_msg_colors.c
2675         * src/prefs_other.c
2676         * src/prefs_quote.c
2677         * src/prefs_receive.c
2678         * src/prefs_send.c
2679         * src/prefs_spelling.c
2680         * src/prefs_summaries.c
2681         * src/prefs_summary_column.c
2682         * src/prefs_summary_open.c
2683         * src/prefs_toolbar.c
2684         * src/prefs_wrapping.c
2685         * src/printing.c
2686         * src/printing.h
2687         * src/procheader.c
2688         * src/procmime.c
2689         * src/procmime.h
2690         * src/procmsg.h
2691         * src/quote_fmt.c
2692         * src/recv.c
2693         * src/send_message.c
2694         * src/setup.c
2695         * src/ssl_manager.c
2696         * src/statusbar.c
2697         * src/summary_search.c
2698         * src/textview.c
2699         * src/textview.h
2700         * src/toolbar.c
2701         * src/undo.c
2702         * src/unmime.c
2703         * src/uri_opener.c
2704         * src/wizard.c
2705         * src/common/claws.c
2706         * src/common/defs.h
2707         * src/common/hooks.c
2708         * src/common/log.c
2709         * src/common/log.h
2710         * src/common/plugin.c
2711         * src/common/prefs.c
2712         * src/common/session.c
2713         * src/common/session.h
2714         * src/common/smtp.c
2715         * src/common/smtp.h
2716         * src/common/socket.c
2717         * src/common/socket.h
2718         * src/common/ssl.c
2719         * src/common/ssl.h
2720         * src/common/ssl_certificate.c
2721         * src/common/ssl_certificate.h
2722         * src/common/string_match.c
2723         * src/common/tags.c
2724         * src/common/timing.h
2725         * src/common/utils.c
2726         * src/common/utils.h
2727         * src/etpan/etpan-thread-manager.c
2728         * src/etpan/imap-thread.c
2729         * src/etpan/nntp-thread.c
2730         * src/gtk/about.c
2731         * src/gtk/combobox.c
2732         * src/gtk/description_window.c
2733         * src/gtk/filesel.c
2734         * src/gtk/gtkaspell.c
2735         * src/gtk/gtkaspell.h
2736         * src/gtk/gtkshruler.c
2737         * src/gtk/gtkunit.c
2738         * src/gtk/gtkutils.c
2739         * src/gtk/gtkutils.h
2740         * src/gtk/gtkvscrollbutton.c
2741         * src/gtk/icon_legend.c
2742         * src/gtk/inputdialog.c
2743         * src/gtk/logwindow.c
2744         * src/gtk/menu.c
2745         * src/gtk/pluginwindow.c
2746         * src/gtk/pluginwindow.h
2747         * src/gtk/prefswindow.c
2748         * src/gtk/progressdialog.c
2749         * src/gtk/quicksearch.c
2750         * src/gtk/spell_entry.c
2751         * src/gtk/spell_entry.h
2752         * src/gtk/sslcertwindow.c
2753         * src/gtk/sslcertwindow.h
2754         * src/plugins/bogofilter/bogofilter.c
2755         * src/plugins/bogofilter/bogofilter_gtk.c
2756         * src/plugins/dillo_viewer/dillo_prefs.c
2757         * src/plugins/dillo_viewer/dillo_viewer.c
2758         * src/plugins/pgpcore/pgp_viewer.c
2759         * src/plugins/pgpcore/plugin.c
2760         * src/plugins/pgpcore/sgpgme.c
2761         * src/plugins/pgpinline/pgpinline.c
2762         * src/plugins/pgpinline/plugin.c
2763         * src/plugins/pgpmime/pgpmime.c
2764         * src/plugins/pgpmime/plugin.c
2765         * src/plugins/smime/plugin.c
2766         * src/plugins/smime/smime.c
2767         * src/plugins/spamassassin/libspamc.c
2768         * src/plugins/spamassassin/spamassassin.c
2769         * src/plugins/spamassassin/spamassassin_gtk.c
2770         * src/plugins/trayicon/trayicon.c
2771         * src/plugins/trayicon/trayicon_prefs.c
2772                 Specify Claws compile-time features in a specific header
2774 2012-07-06 [wwp]        3.8.1cvs6
2776         * src/main.c
2777         * src/gtk/about.c
2778                 Session statistics: format date following global prefs,
2779                 and fix stats output a little bit.
2781 2012-07-03 [mir]        3.8.1cvs5
2783         * src/procmime.c
2784             fix bug 2642, 'improve transfer encoding selection'.
2785             Patch provided by Christopher Zimmermann
2786             (madroach claws at gmerlin dot de)
2788 2012-07-03 [mir]        3.8.1cvs4
2790         * src/procmime.c
2791         * src/common/defs.h
2792             fix bug 2641, '7bit or 8bit encoded attachments can
2793             have lines longer than 998 characters'.
2794             Patch provided by Christopher Zimmermann
2795             (madroach claws at gmerlin dot de)
2798 2012-07-03 [mir]        3.8.1cvs3
2800         * src/procmime.c
2801         * src/common/defs.h
2802             fix bug 2641, '7bit or 8bit encoded attachments can
2803             have lines longer than 998 characters'.
2804             Patch provided by Christopher Zimmermann
2805             (madroach claws at gmerlin dot de)
2807 2012-07-03 [mir]        3.8.1cvs2
2809         * src/messageview.c
2810         * src/procmime.c
2811         * src/common/quoted-printable.c
2812         * src/common/quoted-printable.h
2813             fix bug 2640, 'improve quoted-printable encoding'
2814             Patch provided by madroach claws at gmerlin dot de
2816 2012-06-30 [paul]       3.8.1cvs1
2818         * Makefile.am
2819                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2821 2012-06-27 [paul]       3.8.1
2822         * NEWS
2823         * README
2824         * RELEASE_NOTES 
2825                 3.8.1 unleashed!
2826                 
2827 2012-06-27 [paul]       3.8.0cvs58
2829         * configure.ac
2830                 fix minimum required GTK+, which got mistakenly bumped
2831                 in 3.8.0cvs36
2833 2012-06-27 [paul]       3.8.0cvs57
2835         * configure.ac
2836         * po/cs.po
2837         * po/de.po
2838         * po/es.po
2839         * po/fr.po
2840         * po/hu.po
2841         * po/id_ID.po
2842         * po/lt.po
2843         * po/pt_BR.po
2844         * po/sk.po
2845         * po/sv.po
2846         * po/zh_CN.po
2847         * po/zh_TW.po
2848                 updated translations
2849         * src/gtk/authors.h
2850         * tools/claws.i18n.status.pl
2851                 updated based on currently active
2853 2012-06-25 [mir]        3.8.0cvs56
2855         * src/folder.c
2856             If a folder class returns <> 0 then the message has not
2857             been removed from the file system and therefore it should
2858             not be removed from the cache either.
2860 2012-06-20 [ticho]      3.8.0cvs55
2862         * src/mh.c
2863                 Fix for bug #1090 - Standard-folders appear again
2864                 after rescanning tree
2866 2012-06-20 [paul]       3.8.0cvs54
2868         * src/prefs_common.c
2869         * src/prefs_common.h
2870         * src/textview.c
2871         * src/textview.h
2872                 colourise attached patches.
2873                 Patch by Ticho
2875 2012-06-02 [wwp]        3.8.0cvs53
2877         * src/gtk/progressdialog.c
2878                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2879                 now hides (as well as pressing Esc) instead of doing nothing.
2881 2012-06-02 [wwp]        3.8.0cvs52
2883         * doc/man/claws-mail.1
2884         * src/main.c
2885         * src/main.h
2886         * src/inc.c
2887         * src/procmsg.c
2888         * src/gtk/about.c
2889                 Introduce a new feature: basic session statistics (from the about dialog
2890                 or the command-line).
2892 2012-06-02 [wwp]        3.8.0cvs51
2894         * src/compose.c
2895                 Fix bug 2620: shift+tab from subject field not working.
2897 2012-06-02 [wwp]        3.8.0cvs50
2899         * src/compose.c
2900         * src/mainwindow.c
2901         * src/messageview.c
2902                 Normalize capitalization of strings in UI.
2904 2012-05-30 [paul]       3.8.0cvs49
2906         * src/common/ssl.c
2907                 don't do TLS if not requested by user. fixes connecting to
2908                 servers which, for example, want SSL 3 only
2910 2012-05-27 [paul]       3.8.0cvs48
2912         * *
2913                 update copyright headers to 2012
2915 2012-05-27 [paul]       3.8.0cvs47
2917         * src/editldap.c
2918         * src/prefs_actions.c
2919         * src/gtk/about.c
2920                 fix some typos in strings, thanks to Thomas Bellmann
2922 2012-05-16 [paul]       3.8.0cvs46
2924         * src/prefs_filtering_action.c
2925                 fix disabled 'select...' button that never goes away
2926                 when using the new addr book
2927                 
2929 2012-05-16 [colin]      3.8.0cvs45
2931         * src/common/utils.c
2932                 And fix leak
2934 2012-05-16 [colin]      3.8.0cvs44
2936         * src/common/utils.c
2937                 Make remove_numbered_files much faster when there's
2938                 just one file to remove.
2940 2012-05-16 [paul]       3.8.0cvs43
2942         * src/matcher.c
2943                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2945 2012-05-16 [paul]       3.8.0cvs42
2947         * src/gtk/description_window.c
2948                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2950 2012-05-16 [paul]       3.8.0cvs41
2952         * src/common/ssl_certificate.c
2953                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2954                 Patch by Christian Hesse
2956 2012-05-11 [colin]      3.8.0cvs40
2958         * src/mimeview.c
2959         * src/common/utils.c
2960                 Fix bug 2659, 'E-mail attachments are handled
2961                 inconsistently'
2962                 Fix problems iterating the mime tree, and determine
2963                 whether a file is an email without To:
2965 2012-04-03 [colin]      3.8.0cvs39
2967         * src/Makefile.am
2968                 Fix build (damn whitespace-sensitive file format)
2970 2012-04-02 [colin]      3.8.0cvs38
2972         * src/Makefile.am
2973                 Fix incomplete make dist
2975 2012-04-02 [colin]      3.8.0cvs37
2977         * src/compose.c
2978                 Fix mistakenly removed function call
2980 2012-04-01 [colin]      3.8.0cvs36
2982         * configure.ac
2983         * src/.cvsignore
2984         * src/Makefile.am
2985         * src/addr_compl.c
2986         * src/addressadd.c
2987         * src/addressadd.h
2988         * src/addressbook-dbus.c
2989         * src/addressbook-dbus.h
2990         * src/addrgather.c
2991         * src/addrgather.h
2992         * src/addrharvest.c
2993         * src/addrharvest.h
2994         * src/claws-contacts.xml
2995         * src/compose.c
2996         * src/compose.h
2997         * src/filtering.c
2998         * src/headerview.c
2999         * src/main.c
3000         * src/mainwindow.c
3001         * src/messageview.c
3002         * src/prefs_common.c
3003         * src/prefs_filtering_action.c
3004         * src/prefs_matcher.c
3005         * src/summaryview.c
3006         * src/textview.c
3007         * src/toolbar.c
3008         * src/plugins/bogofilter/bogofilter_gtk.c
3009         * src/plugins/dillo_viewer/dillo_prefs.c
3010         * src/plugins/spamassassin/spamassassin_gtk.c
3011         * src/plugins/trayicon/trayicon.c
3012                 Import new addressbook code from the new-contacts branch
3014 2012-03-29 [paul]       3.8.0cvs35
3016         * AUTHORS
3017         * src/gtk/authors.h
3018         * src/gtk/quicksearch.c
3019                 add 'ha', short version of 'has_attachment' in quick search
3020                 Patch by Andreas Rönnquist
3022 2012-03-26 [mones]      3.8.0cvs34
3024         * src/common/plugin.c
3025                 Support 2 and 3-clause BSD licensed plugins
3027 2012-03-15 [pawel]      3.8.0cvs33
3029         * src/messageview.c
3030         * src/textview.c
3031                 - Make separate window info more accurate about
3032                 move to trash/deletion.
3033                 - Fix busy cursor
3035 2012-03-14 [pawel]      3.8.0cvs32
3037         * src/folder.c
3038         * src/messageview.c
3039         * src/messageview.h
3040         * src/procmsg.h
3041         * src/summaryview.c
3042         * src/textview.c
3043         * src/textview.h
3044                 Better fix for bug #2501
3045                 Instead of leaving blank window after message move or delete,
3046                 update separate view to next message in message list or
3047                 display info why view is blank. This was discussed
3048                 in bug #2621 comments.
3050 2012-03-11 [colin]      3.8.0cvs31
3052         * src/gtk/gtkcmctree.c
3053         * src/gtk/authors.h
3054         * AUTHORS
3055                 Fix focus rectangle on unfocused rows
3056                 Patch by Michael Shell
3058 2012-02-29 [colin]      3.8.0cvs30
3060         * src/gtk/gtkcmctree.c
3061                 Fix bug #2577, "Focus rectangle on folder list and message 
3062                 list headings doesn't get properly cleared when switching 
3063                 heading and horizontally scrolling list (underlines and 
3064                 vertical lines remain on screen)". Patch by Michael Shell
3066 2012-02-13 [pawel]      3.8.0cvs29
3068         * src/messageview.c
3069                 Fix crasher when double clicking on IMAP message and
3070                 MessageView is not shown introduced in cvs21
3071                 Patch by mones
3073 2012-02-10 [pawel]      3.8.0cvs28
3075         * src/filtering.c
3076                 Fix bug #2598 'Actions can move locked messages'
3078 2012-02-08 [pawel]      3.8.0cvs27
3080         * src/prefs_actions.c
3081         * src/prefs_actions.h
3082         * src/prefs_toolbar.c
3083         * src/prefs_toolbar.h
3084         * src/toolbar.c
3085         * src/toolbar.h
3086                 - Implement automatic removal of toolbar action buttons when
3087                   associated action is removed
3088                 - Don't allow creation of two actions with the same name,
3089                   before all executions/removals were performed on first action
3090                   with duplicated name in linked list which wasn't always
3091                   correct behaviour
3093 2012-02-05 [colin]      3.8.0cvs26
3095         * src/main.c
3096         * src/mainwindow.c
3097         * src/messageview.c
3098         * src/messageview.h
3099         * src/prefs_common.c
3100         * src/prefs_common.h
3101         * src/procmsg.c
3102         * src/procmsg.h
3103         * src/summaryview.c
3104         * src/summaryview.h
3105                 Add an history to navigate in mails
3107 2012-02-05 [colin]      3.8.0cvs25
3109         * src/procmime.c
3110                 Fix inverted comparison in list_find_custom.
3112 2012-02-03 [wwp]        3.8.0cvs24
3114         * src/gtk/progressdialog.c
3115         Make translators life easier: use View log instead of Show log
3116         (thanks, gusnan!).
3118 2012-02-02 [pawel]      3.8.0cvs23
3120         * src/folderview.c
3121                 Fix bug #2590 'Un-capitalize strings'
3122                 Patch by Christian Hesse
3124 2012-02-02 [pawel]      3.8.0cvs22
3126         * src/mainwindow.c
3127                 Fix bug #2595 
3128                 'Change expand behavior for message list / message view'
3129                 Patch by Christian Hesse
3131 2012-02-02 [pawel]      3.8.0cvs21
3133         * src/folder.c
3134         * src/messageview.c
3135         * src/messageview.h
3136         * src/procmsg.h
3137                 Fix bug #2501 'opened message blanks when moved to other folder'
3138                 Detect message move and update message window contents 
3139                 accordingly, if message is moved to trash close window
3141 2012-02-01 [pawel]      3.8.0cvs20
3143         * src/jpilot.c
3144         * src/mutt.c
3145         * src/pine.c
3146         * src/procmsg.c
3147         * src/vcard.c
3148         * src/gtk/sslcertwindow.c
3149                 More strncat boundary checks
3151 2012-01-31 [wwp]        3.8.0cvs19
3153         * src/gtk/gtkutils.c
3154         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3155         long line wrapping.
3157 2012-01-31 [wwp]        3.8.0cvs18
3159         * src/gtk/progressdialog.c
3160         * src/gtk/progressdialog.h
3161         * src/inc.c
3162         * src/send_message.c
3163         Add a button to the retrieve/send dialogs to
3164         open the network log.
3166 2012-01-25 [wwp]        3.8.0cvs17
3168         * src/addr_compl.c
3169         Remove debug statement.
3171 2012-01-20 [pawel]      3.8.0cvs16
3173         * src/addrbook.c
3174         * src/exportldif.c
3175                 Fix bug #2574 'Statement might be overflowing a
3176                 buffer in strncat'
3178 2012-01-20 [pawel]      3.8.0cvs15
3180         * src/mimeview.c
3181                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3183 2012-01-14 [colin]      3.8.0cvs14
3185         * commitHelper
3186                 Update tracker trigger url
3188 2012-01-10 [wwp]        3.8.0cvs13
3190         * src/mainwindow.c
3191         * src/mainwindow.h
3192         * src/toolbar.c
3193                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3194                 account) and of mainwindows's relevant entry when current account
3195                 is not able to retrieve (SMTP-only).
3197 2012-01-09 [colin]      3.8.0cvs12
3199         * src/summaryview.c
3200                 Fix bug 1924, 'Messages marked move to Trash appear 
3201                 identical to messages marked move to $FOLDER'
3203 2012-01-05 [colin]      3.8.0cvs11
3205         * src/main.c
3206                 Fix crasher infinite loop
3208 2012-01-03 [colin]      3.8.0cvs10
3210         * src/gtk/gtkcmctree.c
3211                 Revert previous patch, it's buggy on headers
3213 2012-01-03 [colin]      3.8.0cvs9
3215         * src/gtk/gtkcmctree.c
3216                 Fix bug #2566, 'wrapped Subject not bounded'
3218 2011-12-29 [pawel]      3.8.0cvs8
3220         * src/compose.c
3221         * src/compose.h
3222         * src/main.c
3223         * src/mimeview.c
3224                 Make forwarding selected attachment possible from
3225                 mimeview's context menu
3226                 Fixex bug #2047 'forward attachments'
3228 2011-12-28 [paul]       3.8.0cvs7
3230         * src/prefs_account.c
3231                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3233 2011-12-28 [colin]      3.8.0cvs6
3235         * src/mimeview.c
3236                 Fix fix
3238 2011-12-28 [colin]      3.8.0cvs5
3240         * src/mimeview.c
3241                 Fix GTK+2.16 build (w32)
3243 2011-12-18 [mir]        3.8.0cvs4
3245         * src/ldapctrl.c
3246             Fix bug in search criteria when doing a
3247             complete directory search using '*'
3249 2011-12-16 [mir]        3.8.0cvs3
3251         * src/Makefile.am
3252             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3254 2011-12-16 [wwp]        3.8.0cvs2
3256         * src/procmsg.c
3257         * src/stock_pixmap.c
3258         * src/stock_pixmap.h
3259         * src/summaryview.c
3260         * src/gtk/icon_legend.c
3261         * src/pixmaps/replied_and_forwarded.xpm
3262           Make replied and forwarded status flags non exclusive.
3263           Introduce a new message state (and relevant icon in message list)
3264           where both the replied and forwarded flags are set.
3266 2011-12-16 [paul]       3.8.0cvs1
3268         * tools/claws.i18n.status.pl
3269                 update id to id_ID
3271 2011-12-16 [paul]       3.8.0
3272         * NEWS
3273         * README
3274         * RELEASE_NOTES 
3275                 3.8.0 unleashed!                
3277 2011-12-16 [paul]       3.7.10cvs113
3279         * configure.ac
3280         * po/cs.po
3281         * po/es.po
3282         * po/fr.po
3283         * po/hu.po
3284         * po/id.po **REMOVED**
3285         * po/id_ID.po **ADDED**
3286         * po/pt_BR.po
3287         * po/ru.po
3288         * po/sk.po
3289         * po/uk.po
3290                 updates
3292 2011-12-09 [pawel]      3.7.10cvs112
3294         * src/summaryview.c
3295         * src/gtk/quicksearch.c
3296         * src/gtk/quicksearch.h
3297                 Invalidate quicksearch root folder when removed
3298                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3299                 having active search field'
3301 2011-12-08 [pawel]      3.7.10cvs111
3303         * src/mimeview.c
3304                 Better fix for cvs94
3306 2011-12-08 [wwp]        3.7.10cvs110
3308         * src/compose.c
3309         Make "From" widget set independant from recipient lists below,
3310         so that it doesn't scroll when several recipients headers
3311         are added and eventually are scrolling the view.
3312         Path by Christian Hesse <mail@earthworm.de>.
3313         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3314         address'.
3316 2011-12-02 [paul]       3.7.10cvs109
3318         * src/mainwindow.c
3319         * src/messageview.c
3320                 consistent label style
3322 2011-11-29 [wwp]        3.7.10cvs108
3324         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3325         More generated stuff to ignore.
3327 2011-11-29 [wwp]        3.7.10cvs107
3329         * src/prefs_folder_item.c
3330         Fix CLAWS_TIP_DECL (undefined).
3332 2011-11-28 [pawel]      3.7.10cvs106
3334         * src/addrbook.c
3335         * src/addrbook.h
3336         * src/addressbook.c
3337                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3338                 after removing the address book in the GUI'
3340 2011-11-26 [pawel]      3.7.10cvs105
3342         * src/folder.c
3343                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3345 2011-11-25 [colin]      3.7.10cvs104
3347         * src/imap_gtk.c
3348         * src/mh_gtk.c
3349                 Warning fixes
3351 2011-11-24 [pawel]      3.7.10cvs103
3353         * src/prefs_filtering.c
3354                 Complete cvs102, forgot to commit this
3356 2011-11-24 [pawel]      3.7.10cvs102
3358         * src/account.c
3359         * src/filtering.c
3360         * src/filtering.h
3361         * src/imap_gtk.c
3362         * src/mh_gtk.c
3363         * src/prefs_actions.c
3364         * src/prefs_actions.h
3365                 Implement actions updating on folder/account rename
3366                 This fixes bug #2543 'filter actions in actionsrc not
3367                 updated upon account renaming'
3369 2011-11-24 [wwp]        3.7.10cvs101
3371         * src/gtk/gtkcmctree.c
3372                 Remove irrelevant cairo directive (thanks to Hanno).
3374 2011-11-23 [wwp]        3.7.10cvs100
3376         * src/gtk/gtkcmctree.c
3377                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3378                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3379                 calculation.
3381 2011-11-22 [colin]      3.7.10cvs99
3383         * src/account.c
3384         * src/prefs_filtering.c
3385         * src/prefs_filtering.h
3386                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3387                 The existing functions should do the job as well
3388                 if not better, as they take into account the
3389                 separator.
3391 2011-11-21 [pawel]      3.7.10cvs98
3393         * src/prefs_account.c
3394                 Fix bug #2116 'Rip spaces off server names in account
3395                 configuration'
3396                 g_strstrip() domain names to be sure they are valid
3398 2011-11-21 [pawel]      3.7.10cvs97
3400         * src/account.c
3401         * src/prefs_filtering.c
3402         * src/prefs_filtering.h
3403                 Fix bug #2404 'matcherrc updates upon account renaming'
3404                 Fix bug #2406 'some part of accountrc not updated upon
3405                 account rename'
3406                 Renaming account cause changing of it's root folder prefix
3407                 from #<type>/<old_name> to #<type>/<new_name> so every
3408                 path directing to it must be altered. Fix paths in account
3409                 preferences, global processing and filtering rules, folder
3410                 processing rules upon rename
3412 2011-11-20 [pawel]      3.7.10cvs96
3414         * src/filtering.c
3415         * src/filtering.h
3416         * src/prefs_actions.c
3417                 Fix bug #1489 'Filter action mark_as_read inoperative
3418                 following move action'
3419                 Sort actions lists to have proper order of execution
3421 2011-11-20 [pawel]      3.7.10cvs95
3423         * src/prefs_actions.c
3424         * src/prefs_filtering.c
3425         * src/prefs_template.c
3426                 Fix bug #1870 'arrow scrolling in filters'
3427                 Allow arrow scrolling in dialogs with list view widgets
3428                 plus couple fixes of issues I found along the way
3430 2011-11-19 [pawel]      3.7.10cvs94
3432         * src/mimeview.c
3433                 Don't highlight icons on right-click, they are not
3434                 selected and other part is shown which is confusing
3436 2011-11-19 [mones]      3.7.10cvs93
3438         * manual/advanced.xml
3439                 Fix manual build
3441 2011-11-19 [mones]      3.7.10cvs92
3443         * manual/advanced.xml
3444         * manual/es/advanced.xml
3445                 Document undocumented hidden option 'zero_replacement_char'
3446                 Synchronize Spanish manual with English version
3448 2011-11-19 [pawel]      3.7.10cvs91
3450         * src/mainwindow.c
3451         * src/messageview.c
3452         * src/prefs_common.c
3453         * src/prefs_common.h
3454         * src/summaryview.c
3455         * src/textview.c
3456         * src/textview.h
3457                 Fix bug #2377 'Show All Headers - make change persistent
3458                 between sessions'
3460 2011-11-19 [pawel]      3.7.10cvs90
3462         * src/folder.c
3463         * src/folder.h
3464         * src/folder_item_prefs.c
3465         * src/folderview.c
3466         * src/mainwindow.c
3467         * src/mainwindow.h
3468         * src/summaryview.c
3469         * src/summaryview.h
3470         * src/gtk/authors.h
3471                 Fix bug #1563 'Folder view: show complete threads if they
3472                 contain unread messages'
3473                 Add option to show only threads with unread messages
3474                 initial patch by Paul Ollis, my small additions:
3475                 - when checking thread for unread finish on first unread
3476                 - make thread options unavailable when threading is off
3477                 - hide_unread_msgs and hide_unread_threads are mutually
3478                   exclusive options, set menus sensitivity accordingly
3479                 - set folder item icon type similiar to hide_unread_msgs
3481 2011-11-19 [colin]      3.7.10cvs89
3483         * src/procheader.c
3484                 Constness fix
3486 2011-11-18 [pawel]      3.7.10cvs88
3488         * src/compose.c
3489         * src/mainwindow.c
3490         * src/mimeview.c
3491         * src/mimeview.h
3492         * src/prefs_common.c
3493         * src/prefs_common.h
3494                 Fix bug #2408 'Some UI elements are not persistent
3495                 between sessions'
3496                 Remember size of main window, compose notebook, mimeview
3497                 tree widgets between claws-mail runs. Compose window
3498                 size saving was already done in cvs74
3500 2011-11-18 [mones]      3.7.10cvs87
3502         * src/compose.c
3503         * src/procheader.c
3504         * src/procheader.h
3505                 Fixes bug #2509, "manually added headers are lost unless
3506                 mail is sent inmediately"
3508 2011-11-17 [pawel]      3.7.10cvs86
3510         * src/mimeview.c
3511                 Fix crasher reported in bug #2543
3513 2011-11-13 [colin]      3.7.10cvs85
3515         * src/compose.c
3516                 Make compose windows printable
3518 2011-11-11 [colin]      3.7.10cvs84
3520         * configure.ac
3521                 Fix build on Fedora 16. -lm was probably pulled by something
3522                 else previously.
3524 2011-11-11 [pawel]      3.7.10cvs83
3526         * src/mainwindow.c
3527         * src/mimeview.c
3528         * src/mimeview.h
3529         * src/summaryview.c
3530                 Port MimeView to GtkTreeView
3532 2011-11-11 [colin]      3.7.10cvs82
3534         * src/prefs_common.c
3535                 Use %x (The preferred date representation for the current locale
3536                 without the time)
3538 2011-11-10 [paul]       3.7.10cvs81
3540         * src/prefs_common.c
3541                 use european date format as default
3543 2011-11-08 [pawel]      3.7.10cvs80
3545         * src/summaryview.c
3546                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3547                 Fix race condition - don't try to hide messageview while
3548                 being in the middle of message displaying routine.
3550 2011-11-08 [colin]      3.7.10cvs79
3552         * src/codeconv.c
3553                 Make sure we break line when we need to. Very probably
3554                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3555                 particular mail"
3557 2011-11-07 [pawel]      3.7.10cvs78
3559         * src/imap_gtk.c
3560                 Fix bug #2493 'Subscription pull down should be alphabetized'
3562 2011-11-07 [pawel]      3.7.10cvs77
3564         * src/mimeview.c
3565         * src/textview.c
3566         * src/textview.h
3567                 Make Home & End keys work in textview
3569 2011-11-06 [colin]      3.7.10cvs76
3571         * src/mainwindow.c
3572                 Oops, some unwanted undo got commited.
3574 2011-11-06 [colin]      3.7.10cvs75
3576         * src/mainwindow.c
3577                 Don't iconify/deiconify. Instead, just show nothing
3578                 before asked to.
3580 2011-11-06 [pawel]      3.7.10cvs74
3582         * src/compose.c
3583                 Fix compose window size saving / restoring
3585 2011-11-06 [pawel]      3.7.10cvs73
3587         * src/mimeview.c
3588         * src/messageview.c
3589                 Optimize message displaying, in some conditions parts were
3590                 displayed twice causing flickering. For example first html
3591                 source and then rendering output from html plugin of the
3592                 same part.
3594 2011-11-05 [wwp]        3.7.10cvs72
3596         * src/gtk/gtkaspell.c
3597                 Fix compilation where 'null' is undefined (use NULL instead).
3599 2011-11-05 [colin]      3.7.10cvs71
3601         * src/gtk/gtkaspell.c
3602                 No need to show a backtrace if gtkaspell is null
3604 2011-11-05 [pawel]      3.7.10cvs70
3606         * src/gtk/gtkaspell.c
3607                 Fix crasher when spellchecking is not enabled
3609 2011-11-02 [mones]      3.7.10cvs69
3611         * doc/man/claws-mail.1
3612                 fixed hyphens (patch from Debian packaging)
3613                 fixed header to follow man style closely 
3614                 documented new option --compose-from-file
3615                 removed INSTALLATION section, doesn't belong to manpage
3616                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3617                 expanded FILES section to include certs and autofaces dirs
3618                 expanded SEE ALSO section to include manual and plugins
3620 2011-11-01 [colin]      3.7.10cvs68
3622         * src/common/utils.c
3623                 Fix wrong debug stuff commited.
3625 2011-11-01 [colin]      3.7.10cvs67
3627         * src/compose.c
3628         * src/main.c
3629         * src/common/utils.c
3630         * src/gtk/gtkaspell.c
3631         * src/gtk/gtkaspell.h
3632                 Fix huge slowness induced by spellcheck "while typing"
3633                 during initial quote rewraps.
3635 2011-10-31 [pawel]      3.7.10cvs66
3637         * src/messageview.c
3638         * src/mimeview.c
3639         * src/mimeview.h
3640         * src/summaryview.c
3641                 Fix bug #2526 'When reading message in separate window,
3642                 n and p keys do not work'
3643                 - fix key event handling in messageview
3644                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3645                   and prev-part actions)
3646                 - instead add 'z' key for prev-part, we have 'a' key 
3647                   for next-part already
3649 2011-10-31 [colin]      3.7.10cvs65
3651         * src/common/defs.h
3652                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3654 2011-10-31 [pawel]      3.7.10cvs64
3656         * src/summaryview.c
3657         * src/gtk/gtkutils.c
3658                 Fix bug #2303 'Next unread message enables message view'
3659                 Don't show previously hidden message view in main window
3660                 when user reads messages in external window
3662 2011-10-31 [paul]       3.7.10cvs63
3664         * src/prefs_template.c
3665                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3666                 fit at 540 here, for those where they don't the dialogue can be made
3667                 larger by the user
3669 2011-10-31 [paul]       3.7.10cvs62
3671         * src/compose.c
3672                 revert 3.7.10cvs61, these entries _should_ be editable
3674 2011-10-30 [pawel]      3.7.10cvs61
3676         * src/compose.c
3677                 Those entries should not be editable
3679 2011-10-30 [pawel]      3.7.10cvs60
3681         * src/prefs_template.c
3682                 - Dialog needs more height to fit all widgets
3683                 - Clear template contents on delete
3685 2011-10-30 [pawel]      3.7.10cvs59
3687         * src/prefs_folder_item.c
3688                 Update summaryview after changing folder prefs when needed
3690 2011-10-30 [pawel]      3.7.10cvs58
3692         * src/mimeview.c
3693                 Remove key-press-event blocking, it only
3694                 emits GLib-GObject warnings
3696 2011-10-29 [colin]      3.7.10cvs57
3698         * src/addr_compl.c
3699                 Fix focus of completion window with gnome shell
3700                 Fixes bug #2525, "Address completion window does not get
3701                 keyboard focus"
3703 2011-10-29 [colin]      3.7.10cvs56
3705         * src/folderview.c
3706                 Fix flicker on recursive quicksearch
3708 2011-10-28 [colin]      3.7.10cvs55
3710         * src/alertpanel.c
3711         * src/mainwindow.c
3712                 Fix a bit the focus problem on Gnome shell
3714 2011-10-26 [mones]      3.7.10cvs54
3716         * src/compose.c
3717                 Add missing accelerator
3719 2011-10-25 [colin]      3.7.10cvs53
3721         * src/gtk/gtkcmclist.c
3722         * src/gtk/gtkcmctree.c
3723                 Fix colors, fix warnings
3725 2011-10-25 [colin]      3.7.10cvs52
3727         * src/gtk/gtkcmclist.c
3728         * src/gtk/gtkcmctree.c
3729                 Fix focus things.
3731 2011-10-25 [colin]      3.7.10cvs51
3733         * src/stock_pixmap.c
3734                 Fix build with gtk + 2.20
3736 2011-10-25 [colin]      3.7.10cvs50
3738         * src/compose.c
3739         * src/messageview.c
3740         * src/procmsg.c
3741         * src/procmsg.h
3742                 Fix locking when sending a single message
3744 2011-10-25 [colin]      3.7.10cvs49
3746         * src/gtk/colorlabel.c
3747                 GDK_ => GDK_KEY
3748         * src/gtk/gtkcmclist.c
3749                 Make row height closer to what it was
3751 2011-10-25 [colin]      3.7.10cvs48
3753         * src/stock_pixmap.c
3754                 Always use cairo to draw
3756 2011-10-25 [colin]      3.7.10cvs47
3758         * src/mimeview.c
3759                 Fix bug #2529, 'crash in mimeview_start_drag after
3760                 deleting message'. Patch by Ricardo
3762 2011-10-23 [colin]      3.7.10cvs46
3764         * src/gtk/gtkcmclist.c
3765         * src/gtk/gtkcmclist.h
3766         * src/gtk/gtkcmctree.c
3767                 Draw CMClist with cairo too.
3769 2011-10-23 [colin]      3.7.10cvs45
3771         * src/gtk/gtkcmclist.h
3772                 Fix build (this was not meant to be commited)
3774 2011-10-23 [colin]      3.7.10cvs44
3776         * src/addressadd.c
3777         * src/addressbook.c
3778         * src/addressbook_foldersel.c
3779         * src/editgroup.c
3780         * src/foldersel.c
3781         * src/folderview.c
3782         * src/grouplistdialog.c
3783         * src/prefs_common.c
3784         * src/prefs_common.h
3785         * src/summaryview.c
3786         * src/gtk/gtkcmclist.c
3787         * src/gtk/gtkcmclist.h
3788         * src/gtk/gtkcmctree.c
3789         * src/gtk/gtkcmctree.h
3790         * src/gtk/gtksctree.c
3791                 Refactor some tree stuff (lots of code duplication there)
3792                 and switch to cairo for tree rendering.
3794 2011-10-23 [holger]     3.7.10cvs43
3796         * src/filtering.c
3797                 Don't issue a warning for designed behaviour of the stop rule.
3798                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3800 2011-10-22 [colin]      3.7.10cvs42
3802         * src/printing.c
3803         * src/gtk/gtkshruler.c
3804         * src/gtk/gtkutils.h
3805                 Fix GTK+2.16 build
3807 2011-10-22 [colin]      3.7.10cvs41
3809         * src/account.c
3810         * src/addr_compl.c
3811         * src/addrgather.c
3812         * src/compose.c
3813         * src/editldap.c
3814         * src/expldifdlg.c
3815         * src/folderview.c
3816         * src/grouplistdialog.c
3817         * src/headerview.c
3818         * src/importldif.c
3819         * src/main.c
3820         * src/mainwindow.c
3821         * src/mimeview.c
3822         * src/noticeview.c
3823         * src/prefs_account.c
3824         * src/prefs_actions.c
3825         * src/prefs_ext_prog.c
3826         * src/prefs_filtering.c
3827         * src/prefs_folder_item.c
3828         * src/prefs_image_viewer.c
3829         * src/prefs_logging.c
3830         * src/prefs_msg_colors.c
3831         * src/prefs_other.c
3832         * src/prefs_send.c
3833         * src/prefs_spelling.c
3834         * src/prefs_summaries.c
3835         * src/prefs_template.c
3836         * src/printing.c
3837         * src/quote_fmt.c
3838         * src/send_message.c
3839         * src/statusbar.c
3840         * src/summary_search.c
3841         * src/summaryview.c
3842         * src/wizard.c
3843         * src/gtk/gtkcmclist.c
3844         * src/gtk/gtkcmctree.c
3845         * src/gtk/gtkcmoptionmenu.c
3846         * src/gtk/gtksctree.c
3847         * src/gtk/gtkutils.c
3848         * src/gtk/gtkutils.h
3849         * src/gtk/gtkvscrollbutton.c
3850         * src/gtk/inputdialog.c
3851         * src/gtk/pluginwindow.c
3852         * src/gtk/quicksearch.c
3853         * src/gtk/spell_entry.c
3854         * src/plugins/bogofilter/bogofilter_gtk.c
3855         * src/plugins/dillo_viewer/dillo_prefs.c
3856         * src/plugins/pgpcore/prefs_gpg.c
3857         * src/plugins/spamassassin/spamassassin_gtk.c
3858         * src/plugins/trayicon/trayicon.c
3859         * src/plugins/trayicon/trayicon_prefs.c
3860                 Remove all possible #if GTK_CHECK_VERSION() checks,
3861                 and make Claws build with GTK+2.16 (untested right
3862                 now), as the Gpg4Win project uses GTK+2.16 currently.
3864 2011-10-22 [colin]      3.7.10cvs40
3866         * src/gtk/gtkutils.h
3867         * configure.ac
3868                 Fix (hopefully) build with GTK+ 2.18.
3870 2011-10-20 [paul]       3.7.10cvs39
3872         * AUTHORS
3873         * src/ldif.c
3874         * src/gtk/authors.h
3875                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3876                 Patch by Bodo Graumann <mail@bodograumann.de>
3878 2011-10-20 [mones]      3.7.10cvs38
3880         * po/fr.po
3881         * src/common/defs.h
3882                 Fix references to old dotsrc mailing lists
3884 2011-10-19 [mones]      3.7.10cvs37
3886         * src/prefs_msg_colors.c
3887                 Fix Ok/Cancel buttons in color selector of preferences
3889 2011-10-17 [colin]      3.7.10cvs36
3891         * src/gtk/gtkshruler.c
3892                 (Probably) fix GTK+ <= 2.22
3894 2011-10-17 [colin]      3.7.10cvs35
3896         * src/gtk/gtkshruler.c
3897                 Fix GTK+2.22 build
3899 2011-10-17 [mones]      3.7.10cvs34
3901         * src/addrbook.c
3902         * src/exportldif.c
3903         * src/jpilot.c
3904         * src/mutt.c
3905         * src/pine.c
3906         * src/procmsg.c
3907         * src/vcard.c
3908                 Fix potential out-of-buffer writes
3910 2011-10-17 [mones]      3.7.10cvs33
3912         * src/main.c
3913                 Use just one g_print call per option; correct indentation
3915 2011-10-17 [colin]      3.7.10cvs32
3917         * src/compose.c
3918         * src/compose.h
3919         * src/gtk/Makefile.am
3920         * src/gtk/gtkshruler.c
3921         * src/gtk/gtkshruler.h
3922         * src/gtk/gtkunit.c
3923         * src/gtk/gtkunit.h
3924                 Reimplement ruler using the GTK widgets. Thanks
3925                 to Hanno for the initial patch.
3927 2011-10-17 [colin]      3.7.10cvs31
3929         * src/action.c
3930         * src/main.c
3931         * src/gtk/gtkutils.c
3932         * src/gtk/gtkutils.h
3933                 Undeprecate GIO/GdkCondition
3935 2011-10-16 [mones]      3.7.10cvs30
3937         * src/main.c
3938                 Add --compose-from-file option to open composition
3939                 window with the headers and body from a file; based
3940                 on Debian patch to fix http://bugs.debian.org/544868
3942 2011-10-15 [mones]      3.7.10cvs29
3944         * manual/advanced.xml
3945                 Document new summary_from_show hidden preference
3947 2011-10-15 [paul]       3.7.10cvs28
3949         * src/compose.c
3950                 compose_create_tags() - fix misplaced 'int i'
3951                 compose_entry_mark_default_to() - fix To field highlighting
3953 2011-10-09 [colin]      3.7.10cvs27
3955         * src/addr_compl.c
3956                 Fix address completion
3958 2011-10-07 [colin]      3.7.10cvs26
3960         * src/prefs_filtering_action.c
3961         * src/gtk/gtkutils.h
3962                 Fix build with GTK+2.20
3964 2011-10-07 [colin]      3.7.10cvs25
3966         * src/gtk/Makefile.am
3967         * src/gtk/gdkkeysyms-new.h
3968         * src/gtk/gtkutils.h
3969                 Copy the new GDK_KEY_* definitions for older GTKs
3971 2011-10-07 [colin]      3.7.10cvs24
3973         * configure.ac
3974                 Fix typos (thanks to Hanno)
3976 2011-10-07 [colin]      3.7.10cvs23
3978         * src/compose.c
3979         * src/gtk/gtkshruler.c
3980         * src/gtk/gtkshruler.h
3981                 Disable ruler starting from 2.24.
3983 2011-10-07 [colin]      3.7.10cvs22
3985         * configure.ac
3986         * src/messageview.c
3987         * src/gtk/Makefile.am
3988                 GTK2 build fix
3990 2011-10-07 [colin]      3.7.10cvs21
3992         * configure.ac
3993         * src/action.c
3994         * src/addr_compl.c
3995         * src/addrgather.c
3996         * src/compose.c
3997         * src/compose.h
3998         * src/editldap.c
3999         * src/mainwindow.c
4000         * src/message_search.c
4001         * src/mimeview.c
4002         * src/mimeview.h
4003         * src/prefs_account.c
4004         * src/prefs_compose_writing.c
4005         * src/prefs_filtering_action.c
4006         * src/prefs_folder_item.c
4007         * src/prefs_logging.c
4008         * src/prefs_matcher.c
4009         * src/prefs_message.c
4010         * src/prefs_other.c
4011         * src/prefs_receive.c
4012         * src/prefs_summaries.c
4013         * src/prefs_wrapping.c
4014         * src/printing.c
4015         * src/ssl_manager.c
4016         * src/statusbar.c
4017         * src/stock_pixmap.c
4018         * src/summary_search.c
4019         * src/textview.c
4020         * src/gtk/Makefile.am
4021         * src/gtk/colorlabel.c
4022         * src/gtk/gtkutils.c
4023         * src/gtk/gtkutils.h
4024         * src/gtk/logwindow.c
4025         * src/gtk/menu.c
4026         * src/gtk/menu.h
4027         * src/gtk/quicksearch.c
4028         * src/gtk/spell_entry.c
4029         * src/plugins/bogofilter/bogofilter_gtk.c
4030         * src/plugins/dillo_viewer/dillo_viewer.c
4031         * src/plugins/pgpcore/prefs_gpg.c
4032         * src/plugins/spamassassin/spamassassin_gtk.c
4033                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4034                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4035                 ported (especially GtkCMOptionMenu)
4037 2011-10-07 [colin]      3.7.10cvs20
4039         * src/account.c
4040         * src/action.c
4041         * src/addr_compl.c
4042         * src/addrcustomattr.c
4043         * src/addrduplicates.c
4044         * src/addressadd.c
4045         * src/addressbook.c
4046         * src/addressbook_foldersel.c
4047         * src/addrgather.c
4048         * src/alertpanel.c
4049         * src/browseldap.c
4050         * src/compose.c
4051         * src/editaddress.c
4052         * src/editaddress_other_attributes_ldap.c
4053         * src/editbook.c
4054         * src/editgroup.c
4055         * src/editjpilot.c
4056         * src/editldap.c
4057         * src/editldap_basedn.c
4058         * src/edittags.c
4059         * src/editvcard.c
4060         * src/exphtmldlg.c
4061         * src/expldifdlg.c
4062         * src/export.c
4063         * src/foldersel.c
4064         * src/folderview.c
4065         * src/grouplistdialog.c
4066         * src/import.c
4067         * src/importldif.c
4068         * src/importmutt.c
4069         * src/importpine.c
4070         * src/mainwindow.c
4071         * src/message_search.c
4072         * src/messageview.c
4073         * src/mimeview.c
4074         * src/prefs_actions.c
4075         * src/prefs_customheader.c
4076         * src/prefs_display_header.c
4077         * src/prefs_filtering.c
4078         * src/prefs_filtering_action.c
4079         * src/prefs_folder_column.c
4080         * src/prefs_matcher.c
4081         * src/prefs_msg_colors.c
4082         * src/prefs_other.c
4083         * src/prefs_summaries.c
4084         * src/prefs_summary_column.c
4085         * src/prefs_summary_open.c
4086         * src/prefs_template.c
4087         * src/prefs_toolbar.c
4088         * src/printing.c
4089         * src/sourcewindow.c
4090         * src/ssl_manager.c
4091         * src/summary_search.c
4092         * src/summaryview.c
4093         * src/textview.c
4094         * src/uri_opener.c
4095         * src/gtk/about.c
4096         * src/gtk/colorsel.c
4097         * src/gtk/combobox.c
4098         * src/gtk/description_window.c
4099         * src/gtk/foldersort.c
4100         * src/gtk/gtkaspell.c
4101         * src/gtk/gtkcmclist.c
4102         * src/gtk/gtkcmctree.c
4103         * src/gtk/gtkcmoptionmenu.c
4104         * src/gtk/gtkutils.c
4105         * src/gtk/icon_legend.c
4106         * src/gtk/inputdialog.c
4107         * src/gtk/logwindow.c
4108         * src/gtk/pluginwindow.c
4109         * src/gtk/prefswindow.c
4110         * src/gtk/quicksearch.c
4111         * src/plugins/pgpcore/passphrase.c
4112         * src/plugins/pgpcore/select-keys.c
4113                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4114                 to replace GDK_* by GDK_KEY_*.
4116 2011-10-07 [colin]      3.7.10cvs19
4118         * AUTHORS
4119         * src/account.c
4120         * src/action.c
4121         * src/addr_compl.c
4122         * src/addressbook.c
4123         * src/alertpanel.c
4124         * src/compose.c
4125         * src/edittags.c
4126         * src/folderview.c
4127         * src/grouplistdialog.c
4128         * src/image_viewer.c
4129         * src/mainwindow.c
4130         * src/mimeview.c
4131         * src/noticeview.c
4132         * src/prefs_filtering_action.c
4133         * src/prefs_folder_column.c
4134         * src/prefs_msg_colors.c
4135         * src/prefs_summary_column.c
4136         * src/prefs_toolbar.c
4137         * src/printing.c
4138         * src/stock_pixmap.c
4139         * src/summaryview.c
4140         * src/textview.c
4141         * src/undo.c
4142         * src/wizard.c
4143         * src/gtk/about.c
4144         * src/gtk/authors.h
4145         * src/gtk/colorlabel.c
4146         * src/gtk/colorsel.c
4147         * src/gtk/gtkcmclist.c
4148         * src/gtk/gtkcmctree.c
4149         * src/gtk/gtkcmoptionmenu.c
4150         * src/gtk/gtksctree.c
4151         * src/gtk/gtkutils.c
4152         * src/gtk/gtkvscrollbutton.c
4153         * src/gtk/inputdialog.c
4154         * src/gtk/logwindow.c
4155         * src/gtk/menu.c
4156         * src/gtk/prefswindow.c
4157         * src/gtk/progressdialog.c
4158         * src/plugins/pgpcore/passphrase.c
4159         * src/plugins/trayicon/trayicon.c
4160                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4161                 Patch by Hanno Thurow-Meyer, many thanks to him !
4163 2011-09-20 [colin]      3.7.10cvs18
4165         * src/common/ssl.c
4166                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4167                 gnutls 3.0.3'
4169 2011-09-18 [colin]      3.7.10cvs17
4171         * src/news.c
4172                 Fix segfault when connection fails
4174 2011-09-03 [colin]      3.7.10cvs16
4176         * src/common/ssl.c
4177                 Use NORMAL instead of EXPORT priorities.
4179 2011-09-02 [colin]      3.7.10cvs15
4181         * configure.ac
4182         * src/common/ssl.c
4183                 Linking against gcrypt explicitely in order to call
4184                 gcry_control() for mutex setup isn't necessary anymore
4185                 starting from gnuTLS 2.11.
4187 2011-08-31 [colin]      3.7.10cvs14
4189         * src/plugins/pgpinline/pgpinline.c
4190         * src/plugins/pgpmime/pgpmime.c
4191                 Fix bug #2431, "Major memory leak in PGP message handling".
4193 2011-08-31 [colin]      3.7.10cvs13
4195         * AUTHORS
4196         * src/gtk/authors.h
4197         * src/mainwindow.c
4198         * src/messageview.c
4199         * src/gtk/authors.h
4200                 Apply Steve Rader's patch from bug #2388, "Add 
4201                 message view scrolling menu items"
4203 2011-08-30 [colin]      3.7.10cvs12
4205         * src/gtk/prefswindow.c
4206                 Fix layout issues (i.e. on SSL page if changing account
4207                 type prior to visiting it).
4209 2011-08-30 [colin]      3.7.10cvs11
4211         * configure.ac
4212         * src/common/ssl.c
4213                 Don't use deprecated functions for GnuTLS priorities.
4214                 Require GnuTLS 2.2 that is the first version with the
4215                 new function.
4217 2011-08-30 [colin]      3.7.10cvs10
4219         * src/common/socket.c
4220         * src/common/ssl.c
4221                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4222                 communication", as per http://savannah.gnu.org/support/?107660
4224 2011-08-30 [colin]      3.7.10cvs9
4226         * src/etpan/imap-thread.c
4227         * src/etpan/nntp-thread.c
4228                 Remove dead openSSL code
4230 2011-08-30 [colin]      3.7.10cvs8
4232         * src/ssl_manager.c
4233         * src/common/ssl.c
4234         * src/common/ssl_certificate.c
4235         * src/common/ssl_certificate.h
4236         * src/etpan/imap-thread.c
4237         * src/etpan/nntp-thread.c
4238                 Fix bug #2127, "SSL cert check uses canonical name instead of
4239                 specified name"
4241 2011-08-29 [colin]      3.7.10cvs7
4243         * src/prefs_account.c
4244                 Fix X-Mailer option not appearing on IMAP
4246 2011-08-29 [colin]      3.7.10cvs6
4248         * src/plugins/pgpcore/Makefile.am
4249         * src/plugins/pgpinline/Makefile.am
4250         * src/plugins/pgpmime/Makefile.am
4251         * src/plugins/smime/Makefile.am
4252                 Windows build fix:
4253                 libtool: link: require no space between `-L' and `.'
4255 2011-08-29 [colin]      3.7.10cvs5
4257         * src/account.c
4258         * src/compose.c
4259         * src/prefs_account.c
4260         * src/prefs_account.h
4261                 Revert cvs4 which is rather illogical and instead
4262                 use Fabian's patch from bug #2471
4264 2011-08-29 [colin]      3.7.10cvs4
4266         * src/compose.c
4267                 Don't insert custom headers that have empty values.
4268                 Allows not inserting X-Mailer if it's set to nothing.
4269                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4271 2011-08-29 [colin]      3.7.10cvs3
4273         * src/image_viewer.c
4274         * src/textview.c
4275         * src/gtk/gtkutils.c
4276         * src/gtk/gtkutils.h
4277                 Handle EXIF orientation in images (both in textview's
4278                 preview and image viewer)
4280 2011-08-28 [paul]       3.7.10cvs2
4282         * src/prefs_common.c
4283         * src/prefs_common.h
4284         * src/summaryview.c
4285                 add new hidden option to control the display in the From
4286                 column in the Message List: 0 (default): show name,
4287                 1: show address, 2: show name + address
4289 2011-08-27 [paul]       3.7.10cvs1
4291         * po/POTFILES.in
4292         * src/common/ssl_certificate.c
4293         * src/etpan/imap-thread.c
4294         * src/etpan/nntp-thread.c
4295                 offer up some missing log_error() strings to translators
4297 2011-08-27 [paul]       3.7.10
4298         * NEWS
4299         * README
4300         * RELEASE_NOTES 
4301                 3.7.10 unleashed!               
4303 2011-08-27 [paul]       3.7.9cvs52
4305         * po/cs.po
4306         * po/fr.po
4307         * po/hu.po
4308         * po/lt.po
4309         * po/pt_BR.po
4310         * po/sk.po
4311                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4312                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4314 2011-08-27 [mones]      3.7.9cvs51
4316         * claws-mail.desktop
4317                 Include generic name and comment translations
4318                 Thanks to all the people on the translators ML!
4320 2011-08-23 [paul]       3.7.9cvs50
4322         * src/common/ssl.c
4323                 probable/possible fix/workaround for bug 2402,
4324                 'can't download message from pop3 server'
4326 2011-08-18 [paul]       3.7.9cvs49
4328         * manual/handling.xml
4329                 fix typos. thanks to vilpan
4331 2011-08-17 [paul]       3.7.9cvs48
4333         * tools/claws.i18n.status.pl
4334                 add Mindaugas Baranauskas (Lithuanian)
4336 2011-08-14 [mir]        3.7.9cvs47
4338         * src/news.c
4339         * src/etpan/nntp-thread.c
4340                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4341                 some minor contribution by me.
4343 2011-08-13 [mir]        3.7.9cvs46
4345         * src/etpan/nntp-thread.c
4346                 Fix bug when NNTP server sends authentication warning
4347                 as part of the connection session. Privously etpan would
4348                 bail out for any return code other than NEWSNNTP_NO_ERROR
4349                 but as early as the connection session a return code like
4350                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4351                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4352                 be considered as an error.
4354 2011-08-12 [paul]       3.7.9cvs45
4356         * src/mimeview.c
4357                 3.7.9cvs43 mistakenly dropped off the info
4358                 about the mime part from the tooltip
4360 2011-08-12 [wwp]        3.7.9cvs44
4362         * src/gtk/quicksearch.c
4363          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4365 2011-08-09 [paul]       3.7.9cvs43
4367         * src/mimeview.c
4368                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4370 2011-08-06 [paul]       3.7.9cvs42
4372         * src/compose.c
4373                 fix cursor placement in Forward template
4375 2011-08-06 [paul]       3.7.9cvs41
4377         * src/gtk/description_window.c
4378                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4380 2011-08-05 [holger]     3.7.9cvs40
4382         * claws-mail.desktop
4383                 Revert 3.7.9cvs35 for now, it may be problematic
4384                 (see bug #2450)
4386 2011-08-05 [paul]       3.7.9cvs39
4388         * src/mainwindow.c
4389         * src/messageview.c
4390                 use 'Collapse quotes' rather than 'Fold quotes' on
4391                 labels, for consistency
4392         * src/toolbar.c
4393                 use 'Receive mail from account' rather than 'on account'
4395 2011-07-30 [mir]        3.7.9cvs38
4397         * src/etpan/Makefile.am
4398         * src/plugins/pgpcore/Makefile.am
4399         * src/plugins/pgpmime/Makefile.am
4400         * src/plugins/smime/Makefile.am
4401                 Fix broken build on Debian Sid. enchant.h cannot be
4402                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4403                 present in Makefile.am. Apparently enchant.h in older
4404                 versions were placed in /usr/include which is always
4405                 scanned be default.
4407 2011-07-21 [mones]      3.7.9cvs37
4409         * src/common/plugin.c
4410         * src/common/plugin.h
4411                 Make licences allowed for plugins more explicit and also
4412                 accept dual (or more) licences when properly formatted.
4413                 Doesn't require any change on current plugins.
4415 2011-07-18 [mones]      3.7.9cvs36
4417         * manual/advanced.xml
4418                 Document briefly tags feature.
4419         * manual/glossary.xml
4420                 Fix definition to avoid confussion with tags.
4421         * manual/es/advanced.xml
4422         * manual/es/glossary.xml
4423                 Synchronize Spanish translation with the above.
4425 2011-07-07 [holger]     3.7.9cvs35
4427         * claws-mail.desktop
4428                 Add indicator stuff to the desktop file
4429                 Taken from bug #2450
4431 2011-07-06 [paul]       3.7.9cvs34
4433         * src/edittags.c
4434                 fix English usage
4436 2011-07-06 [mones]      3.7.9cvs33
4438         * src/edittags.c
4439                 Do not create an empty tag name row in panel and
4440                 warn user about using a non-reserved tag instead
4442 2011-07-05 [mones]      3.7.9cvs32
4444         * src/imap.c
4445         * src/common/tags.c
4446         * src/common/tags.h
4447         * src/etpan/imap-thread.c
4448                 Make constants for reserved tags and use them
4449                 Removed also duplicate comparison while at it
4451 2011-07-05 [paul]       3.7.9cvs31
4453         * src/compose.c
4454                 when using a Compose template, only place the cursor
4455                 in the body when the cursor symbol, %cursor (%X), is used
4457 2011-07-03 [paul]       3.7.9cvs30
4459         * src/main.c
4460                 do main_window_popup(mainwin); on plugin load error, or
4461                 else the warning dialogue and mainwindow stays minimised
4462                 and hidden
4464 2011-07-03 [paul]       3.7.9cvs29
4466         * src/wizard.c
4467                 fix bug 2462, 'Building without GnuTLS support leads to a
4468                 failure in wizard.c'
4470 2011-07-03 [paul]       3.7.9cvs28
4472         * src/mainwindow.c
4473         * src/mainwindow.h
4474         * src/summaryview.c
4475                 fix bug #2461, 'popup menu in message list displays
4476                 'move to trash' and 'delete''.
4477                 Add a new sensitivity condition 'M_NOT_TRASH' and
4478                 remove the broken workaround for right-click in summaryview.c.
4479                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4480                 News folder.
4482 2011-06-21 [paul]       3.7.9cvs27
4484         * src/mainwindow.c
4485                 revert 3.7.9cvs2, it does no good
4487 2011-06-18 [mir]        3.7.9cvs26
4489         * configure.ac
4490                 Fix autoconf warnings introduced in autoconf >= 2.64
4492 2011-06-05 [paul]       3.7.9cvs25
4494         * po/ca.po
4495         * po/cs.po
4496         * po/de.po
4497         * po/it.po
4498         * po/ja.po
4499         * po/pt_PT.po
4500         * po/sk.po
4501         * po/uk.po
4502                 fix strings where an informational message has been
4503                 wrongly entered into the translated string
4504         * src/toolbar.c
4505                 enable 'Trash' and 'Sender' to be translated based on
4506                 the context, e.g. as button text and as mail header
4507         * src/gtk/about.c
4508                 fix english in Info tab
4510 2011-05-25 [colin]      3.7.9cvs24
4512         * src/action.c
4513                 Fix bug #2439, "use bitwise operator for bitmask instead of
4514                 logical operator". Thanks to Nicolas Kaiser for the patch.
4516 2011-05-18 [colin]      3.7.9cvs23
4518         * src/news.c
4519                 Fix missing group selection before xover if the
4520                 connection was reset before.
4522 2011-05-12 [colin]      3.7.9cvs22
4524         * src/common/utils.c
4525                 Fix bug #2412, "Send account mail address in Message-ID
4526                 wrongly implemented". Patch by Fabian Keil.
4528 2011-05-12 [mones]      3.7.9cvs21
4530         * src/etpan/nntp-thread.c
4531                 Fix bug #2418 "NNTP authentication is broken"
4533 2011-05-09 [pawel]      3.7.9cvs20
4535         * src/mainwindow.c
4536         * src/prefs_folder_item.c
4537                 Small UI fixes
4539 2011-05-05 [colin]      3.7.9cvs19
4541         * src/imap.c
4542         * src/inc.c
4543         * src/news.c
4544         * src/send_message.c
4545                 Fix bug #2184, "Add account name information inside network log".
4546                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4547                 This stuff is too much copy-pasted.
4550 2011-04-30 [colin]      3.7.9cvs18
4552         * src/main.c
4553                 Fix bug #2414, 'Claws segfaults on startup with
4554                 notification plugin enabled". Thanks Christian
4555                 Faulhammer for the patch.
4557 2011-04-27 [colin]      3.7.9cvs17
4559         * src/codeconv.c
4560                 Make Windows' encoding CP1251 for ru_RU locale
4561                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4563 2011-04-24 [paul]       3.7.9cvs16
4565         * manual/claws-mail-manual.xml
4566         * manual/de/claws-mail-manual.xml
4567         * manual/es/claws-mail-manual.xml
4568         * manual/fr/claws-mail-manual.xml
4569         * manual/it/claws-mail-manual.xml
4570                 update copyright year
4572 2011-04-24 [paul]       3.7.9cvs15
4574         * src/summaryview.c
4575                 fix bug #2353, 'Right-clicking on spam in order to delete
4576                 it causes it to show in message window'
4578 2011-04-24 [paul]       3.7.9cvs14
4580         * src/mainwindow.c
4581         * src/gtk/foldersort.c
4582         * src/gtk/foldersort.h
4583                 fix labelling, 'change folder order' to 'change mailbox order'
4585 2011-04-23 [paul]       3.7.9cvs13
4587         * configure.ac
4588                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4589                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4590                 committed in 3.7.8cvs19 
4592 2011-04-11 [paul]       3.7.9cvs12
4594         * src/plugins/trayicon/trayicon.c
4595                 fix build bug: gtk_status_icon_set_title() is available
4596                 since gtk 2.18.x not 2.14.x
4598 2011-04-11 [paul]       3.7.9cvs11
4600         * po/hu.po
4601                 updated by Páder RezsÅ‘
4603 2011-04-10 [colin]      3.7.9cvs10
4605         * src/addr_compl.c
4606         * src/addressbook.c
4607         * src/compose.c
4608         * src/editaddress.c
4609         * src/editaddress_other_attributes_ldap.c
4610         * src/main.c
4611         * src/message_search.c
4612         * src/prefs_display_header.c
4613         * src/prefs_filtering_action.c
4614         * src/prefs_matcher.c
4615         * src/prefs_other.c
4616         * src/prefs_toolbar.c
4617         * src/summary_search.c
4618         * src/gtk/colorlabel.c
4619         * src/gtk/combobox.c
4620         * src/gtk/gtkcmoptionmenu.c
4621         * src/gtk/gtkshruler.c
4622         * src/gtk/gtkshruler.h
4623         * src/gtk/gtkutils.h
4624         * src/gtk/inputdialog.c
4625         * src/gtk/quicksearch.c
4626                 Revert the whole pile of crap introduced in
4627                 cvs9,8,7,4.
4629 2011-04-10 [colin]      3.7.9cvs9
4631         * src/compose.c
4632         * src/editaddress.c
4633         * src/editaddress_other_attributes_ldap.c
4634         * src/main.c
4635         * src/message_search.c
4636         * src/prefs_display_header.c
4637         * src/prefs_matcher.c
4638         * src/prefs_toolbar.c
4639         * src/summary_search.c
4640         * src/gtk/combobox.c
4641         * src/gtk/gtkutils.h
4642         * src/gtk/inputdialog.c
4643         * src/gtk/quicksearch.c
4644                 Finish fun with combo boxes. (hopefully)
4646 2011-04-10 [colin]      3.7.9cvs8
4648         * src/compose.c
4649         * src/prefs_filtering_action.c
4650         * src/gtk/combobox.c
4651         * src/gtk/gtkshruler.c
4652         * src/gtk/gtkshruler.h
4653                 More undeprecation. GTKSHRuler is #if'ed out. We can
4654                 still decide to maintain the old GtkRuler widget in-tree
4655                 if the lack of ruler in Compose window is too
4656                 annoying.
4658 2011-04-10 [colin]      3.7.9cvs7
4660         * src/addr_compl.c
4661         * src/addressbook.c
4662         * src/compose.c
4663         * src/editaddress_other_attributes_ldap.c
4664         * src/message_search.c
4665         * src/prefs_display_header.c
4666         * src/prefs_filtering_action.c
4667         * src/prefs_other.c
4668         * src/prefs_toolbar.c
4669         * src/summary_search.c
4670         * src/gtk/colorlabel.c
4671         * src/gtk/combobox.c
4672         * src/gtk/gtkcmoptionmenu.c
4673         * src/gtk/gtkutils.h
4674                 More comboboxtext undeprecation
4676 2011-04-10 [colin]      3.7.9cvs6
4678         * src/messageview.c
4679                 Fix it better.
4681 2011-04-10 [colin]      3.7.9cvs5
4683         * src/messageview.c
4684                 Fix age-old typo.
4686 2011-04-10 [colin]      3.7.9cvs4
4688         * src/compose.c
4689         * src/editaddress_other_attributes_ldap.c
4690         * src/message_search.c
4691         * src/prefs_display_header.c
4692         * src/prefs_filtering_action.c
4693         * src/prefs_other.c
4694         * src/prefs_toolbar.c
4695         * src/summary_search.c
4696         * src/gtk/combobox.c
4697         * src/gtk/gtkutils.h
4698                 gtk_combo_box_*_text() is deprecated, and
4699                 gtk_combo_box_text_*() is the new hotness.
4701 2011-04-10 [colin]      3.7.9cvs3
4703         * src/addr_compl.c
4704         * src/addressbook.c
4705         * src/browseldap.c
4706         * src/compose.c
4707         * src/folder.c
4708         * src/folderview.c
4709         * src/gtk/gtkvscrollbutton.c
4710         * src/gtk/gtkvscrollbutton.h
4711                 s/GtkFunction/GSourceFunc
4713 2011-04-10 [colin]      3.7.9cvs2
4715         * src/mainwindow.c
4716                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4717                 This is the patch from bug #2396, it should be innocuous even
4718                 if that's useless to do deiconify + present window...
4720 2011-04-09 [paul]       3.7.9cvs1
4722         * src/prefs_summaries.c
4723                 fix typo in string. (thanks, Brad!)
4725 2011-04-09 [paul]       3.7.9
4726         * NEWS
4727         * README
4728         * RELEASE_NOTES 
4729                 3.7.9 unleashed!        
4731 2011-04-09 [paul]       3.7.8cvs78
4733         * po/cs.po
4734         * po/es.po
4735         * po/fi.po
4736         * po/fr.po
4737         * po/lt.po
4738         * po/pt_BR.po
4739         * po/sk.po
4740         * po/uk.po
4741                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4742                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4743                 Slavko, and Yarema
4745 2011-04-09 [colin]      3.7.8cvs77
4747         * src/gtk/filesel.c
4748                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4749                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4750                 encoding filename. Hooray for stupid.
4752 2011-04-08 [colin]      3.7.8cvs76
4754         * src/action.c
4755                 Fix action Stop: if child does not react to SIGTERM, it'll
4756                 probably start behaving when it'll get a SIGKILL on the user's
4757                 second press on Stop.
4758                 Fixes bug #2237, "User action makes Claws unresponsive".
4760 2011-04-08 [colin]      3.7.8cvs75
4762         * src/account.c
4763         * src/folder.c
4764         * src/folder.h
4765         * src/folder_item_prefs.c
4766         * src/folder_item_prefs.h
4767         * src/prefs_account.c
4768                 Fix bug #2382, "folderitemrc not updated when account
4769                 name is changed". Indeed, this wasn't done.
4771 2011-04-08 [wwp]        3.7.8cvs74
4773         * src/procmime.c
4774         Add support for quoted values (*="value").
4775         This commonly fixes a trailing quote appearing to filenames
4776         sent by iphone Mail (not sure if it's culprit at all, though).
4778 2011-04-08 [colin]      3.7.8cvs73
4780         * src/gtk/filesel.c
4781                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4782                 caused by attachments with extended chars in the file name". Patch
4783                 derived from a patch bt Fabien Keil
4785 2011-04-05 [wwp]        3.7.8cvs72
4787         * src/compose.c
4788                 A debug string not to translate.
4790 2011-04-03 [colin]      3.7.8cvs71
4792         * src/common/utils.h
4793                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4794                 That's not the first bug-report where internal
4795                 debug-only backtrace() crashes on FreeBSD.
4797 2011-04-03 [colin]      3.7.8cvs70
4799         * src/compose.c
4800                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4801                 compose window".
4802                 Batch-mode compose windows (from filtering actions) shouldn't
4803                 try to access stuff after flushing events...
4805 2011-03-31 [paul]       3.7.8cvs69
4807         * INSTALL
4808                 update as gtk >= 2.10 now required
4809                 (because I'll never remember to do this later)
4811 2011-03-26 [paul]       3.7.8cvs68
4813         * src/messageview.c
4814                 fix separators in Go To menu
4816 2011-03-20 [colin]      3.7.8cvs67
4818         * configure.ac
4819                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4820                 when we'll have time to handle them
4822 2011-03-18 [paul]       3.7.8cvs66
4824         * src/textview.c
4825                 make user-facing message more accurate -
4826                 'Network Log' not 'View Log'
4828 2011-03-17 [wwp]        3.7.8cvs65
4830         * po/fr.po
4831                 Fix a typo around plural form, as reported by
4832                 Yannick Palanque.
4834 2011-03-15 [colin]      3.7.8cvs64
4836         * AUTHORS
4837         * src/gtk/authors.h
4838         * src/main.c
4839                 Fix bug #2381, "Support for NetworkManager 0.9".
4840                 Patch by Mikhail Efremov
4842 2011-03-04 [colin]      3.7.8cvs63
4844         * src/mimeview.c
4845         * src/mimeview.h
4846                 Fix segfault on Windows
4847         * src/exporthtml.c
4848         * src/common/utils.c
4849         * src/common/w32_unistd.c
4850         * src/common/w32lib.h
4851                 Rationalize use of time_r() funcs (pthread do define them)
4853 2011-03-02 [pawel]      3.7.8cvs62
4855         * src/wizard.c
4856                 Re-implement widgets aligning, switch from GtkSizeGroup
4857                 to GtkTable - this should fix disappearing labels
4859 2011-03-01 [pawel]      3.7.8cvs61
4861         * src/wizard.c
4862                 Wizard GUI cleanups. Make it look and behave more
4863                 like account preferences.
4865 2011-02-23 [colin]      3.7.8cvs60
4867         * src/common/Makefile.am
4868                 Fix make dist
4870 2011-02-23 [colin]      3.7.8cvs59
4872         * src/Makefile.am
4873         * src/main.c
4874         * src/common/Makefile.am
4875         * src/common/plugin.c
4876         * src/common/valgrind.h
4877                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4878                 Use valgrind's own header.
4880 2011-02-22 [colin]      3.7.8cvs58
4882         * src/prefs_account.c
4883                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4884                 signed message" upon new installation. This is disturbing when PGP
4885                 plugins are loaded by default.
4887 2011-02-16 [paul]       3.7.8cvs57
4889         * src/*
4890                 update copyright headers throughout
4892 2011-02-16 [paul]       3.7.8cvs56
4894         * src/summaryview.c
4895                 use gettext plural form for "item selected"/"items selected"
4897 2011-02-13 [colin]      3.7.8cvs55
4899         * src/mimeview.c
4900         * src/mimeview.h
4901                 Fix bug #2361, "Claws crashes after PGP Check in separate
4902                 msg view". Don't let the cancel thread lie around after
4903                 the verification ended.
4905 2011-02-13 [paul]       3.7.8cvs54
4907         * po/lt.po
4908                 updated by Mindaugas Baranauskas
4910 2011-02-11 [mones]      3.7.8cvs53
4912         * manual/es/advanced.xml
4913                 Sync with English manual
4914         * src/imap.c
4915                 Fix remaining mismatched alloc/free from cppcheck
4917 2011-02-10 [pawel]      3.7.8cvs52
4919         * src/ldapupdate.c
4920                 Fix memleaks
4922 2011-02-10 [pawel]      3.7.8cvs51
4924         * src/prefs_toolbar.c
4925                 - set menus sensitivity in item type combo depending on
4926                   availability of actions / plugin hooks
4927                 - style fixes, spaces instead of tabs mostly
4929 2011-02-10 [paul]       3.7.8cvs50
4931         * src/prefs_account.c
4932                 move the 'send acc mail addr in msg-id" option to
4933                 the send page
4935 2011-02-10 [paul]       3.7.8cvs49
4937         * src/prefs_account.c
4938                 move the 'expunge immediately' option to a more
4939                 suitable page
4941 2011-02-05 [pawel]      3.7.8cvs48
4943         * manual/advanced.xml
4944                 Document new hidden pref
4945         * src/folder.c
4946                 Dont treat mimeparts referenced by others as
4947                 real attachments
4948         * src/mimeview.c
4949         * src/prefs_common.c
4950         * src/prefs_common.h
4951                 Add ability to hide inline attachments referenced
4952                 by other mimeparts in MimeView. To enable this
4953                 feature set show_inline_attachments=0 in your clawsrc
4955 2011-01-25 [colin]      3.7.8cvs47
4957         * src/matcher.c
4958                 Fix matcher body parsing: decode mails with our
4959                 MIME parser. This speeds up body search a bit as
4960                 binary attachments are not searched anymore, slows
4961                 down a bit full message searches, but not awfully.
4962         * src/summary_search.c
4963                 Use matcher API to search, in all cases (advanced search or
4964                 not). Also, fix little logic bugs related to combos history
4965         * src/common/utils.c
4966         * src/common/utils.h
4967         * src/procmime.c
4968         * src/procmime.h
4969                 Remove dead code, export functions needed by matcher.c
4971 2011-01-25 [colin]      3.7.8cvs46
4973         * src/compose.c
4974         * src/prefs_common.c
4975         * src/common/md5.c
4976         * src/common/ssl_certificate.c
4977                 Fix mismatched alloc/free (thanks to cppcheck)
4979 2011-01-25 [colin]      3.7.8cvs45
4981         * src/pop.c
4982                 Fix leak on error path
4984 2011-01-23 [mones]      3.7.8cvs44
4986         * manual/es/advanced.xml
4987                 Sync with English manual
4989 2011-01-23 [paul]       3.7.8cvs43
4991         * src/gtk/about.c
4992                 it's 2011, update copyright line
4994 2011-01-23 [paul]       3.7.8cvs42
4996         * manual/advanced.xml
4997         * src/prefs_common.c
4998         * src/prefs_common.h
4999         * src/textview.c
5000                 fix bug #2350, 'Make displaying localized date/time in
5001                 message view optional'.
5002                 This introduces a new hidden option (why do more?),
5003                 'msgview_date_format', which defaults to OFF, maintaining
5004                 the current and expected behaviour.
5006 2011-01-21 [colin]      3.7.8cvs41
5008         * src/procmime.c
5009                 Fix bug #2050, Clawsmail sends return receipt every seconds
5010                 We forgot to close the file when parsing 
5011                 disposition-notification fields, which made unlinking of the
5012                 corresponding emails in tempfolder/processing impossible in
5013                 Windows. Causing them to be re-fetched every time.
5015 2011-01-21 [colin]      3.7.8cvs40
5017         * claws-mail.desktop
5018                 Fix again bug #2346: We should have a %u parameter.
5020 2011-01-21 [colin]      3.7.8cvs39
5022         * src/plugins/spamassassin/spamassassin.c
5023                 Fix sa-learn when offline (its command line parsing is
5024                 space-dependant). Patch by Wolfgang Lorenz
5026 2011-01-19 [pawel]      3.7.8cvs38
5028         * claws-mail.desktop
5029                 Fix Bug 2346 'Please register x-handler-scheme
5030                  in .desktop file' patch by Laurent Bigonville
5031                 While I'm here update things to current
5032                 standards, fix desktop-file-validate warnings/errors
5034 2011-01-18 [colin]      3.7.8cvs37
5036         * src/common/smtp.c
5037                 Fix logic on SMTP AUTH: If the selected method isn't
5038                 available, say so instead of supposing it'll work.
5039                 Fixes bug #2039, 'SMTP AUTHENTICATION'
5041 2011-01-15 [pawel]      3.7.8cvs36
5043         * src/prefs_folder_item.c
5044                 Rework subject regexp simplify gui a bit, this give us better
5045                 options page layout (window with min width was too short to 
5046                 show all contents and thigs were unwieldy) and better preview
5047                 of regexp working/not working
5049 2011-01-14 [pawel]      3.7.8cvs35
5051         * src/textview.c
5052                 strncpy2() NULLify strings just fine, no need to be
5053                 extra "clever"
5055 2011-01-14 [pawel]      3.7.8cvs34
5057         * src/textview.c
5058                 Fix Bug #2165 'The date not localized in the message view'
5059                 Display Date header in messageview in the same way as in
5060                 summaryview by respecting date format set in preferences.
5062 2011-01-06 [pawel]      3.7.8cvs33
5064         * src/prefs_account.c
5065         * src/prefs_folder_item.c
5066         * src/prefs_quote.c
5067         * src/quote_fmt.c
5068                 Make quote templates widgets more compact
5070 2011-01-06 [pawel]      3.7.8cvs32
5072         * src/plugins/trayicon/trayicon.c
5073                 - fix logic bug which caused icon to be
5074                   always set no-mail status on plugin load
5075                 - force icon hide on plugin_done(), without
5076                   it empty space(?!) is left in tray under KDE3 and KDE4
5078 2011-01-06 [colin]      3.7.8cvs31
5080         * src/addrharvest.c
5081         * src/codeconv.c
5082         * src/codeconv.h
5083         * src/compose.c
5084         * src/news.c
5085         * src/procheader.c
5086         * src/procmime.c
5087         * src/unmime.c
5088         * src/unmime.h
5089                 Unmime headers differently whether they're addresses or not:
5090                 It's useless to quote things containing commas if it's in
5091                 subject, for example. (introduced in 3.7.8cvs26)
5093 2011-01-06 [colin]      3.7.8cvs30
5095         * src/gtk/gtkaspell.c
5096                 Complete previous patch
5097         * src/messageview.c
5098         * src/plugins/pgpinline/pgpinline.c
5099                 Coding style
5101 2011-01-06 [paul]       3.7.8cvs29
5103         * AUTHORS
5104         * configure.ac
5105         * po/lt.po
5106         * src/gtk/authors.h
5107                 add Lithuanian translation (approx. 65% complete)
5108                 submitted by Mindaugas Baranauskas
5110 2011-01-06 [pawel]      3.7.8cvs28
5112         * src/export.c
5113         * src/import.c
5114         * src/messageview.c
5115         * src/prefs_actions.c
5116         * src/procmime.c
5117         * src/gtk/gtkaspell.c
5118         * src/plugins/pgpinline/pgpinline.c
5119         * src/plugins/pgpmime/pgpmime.c
5120         * src/plugins/smime/smime.c
5121                 Fix memory/file descriptors leaks
5123 2011-01-06 [paul]       3.7.8cvs27
5125         * src/plugins/pgpcore/sgpgme.c
5126                 fix bug #2322, 'GPG Full info: showing subkey
5127                 ID instead of primary key fingerprint'
5128                 Patch by Sébastien Bigaret.
5130 2011-01-03 [colin]      3.7.8cvs26
5132         * src/unmime.c
5133                 Better quote-checking when unmim-ing headers
5134                 that may have comas.
5136 2011-01-03 [colin]      3.7.8cvs25
5138         * src/unmime.c
5139                 Fix bug #2299, "Incorrect handling of quoted printable coma
5140                 in headers". As this is really painful to fix by switching
5141                 the whole stuff to a list of headers tokens, we workaround
5142                 the problem by adding quotes around the encoded-word (making
5143                 it a quoted-string which continuity is already handled).
5145 2011-01-03 [colin]      3.7.8cvs24
5147         * src/procheader.c
5148                 Remove dead code
5150 2010-12-23 [colin]      3.7.8cvs23
5152         * src/compose.c
5153                 Finish fixing bug #2203: When forwarding (inline) and there
5154                 are some text/* parts with no name, set them a name and
5155                 set their disposition to attachment, so that recipients with
5156                 MUAs preferring HTML parts don't show them by default.
5158 2010-12-22 [paul]       3.7.8cvs22
5160         * src/compose.h
5161                 fix missing file in 3.7.8cvs20
5163 2010-12-22 [colin]      3.7.8cvs21
5165         * src/folderview.c
5166         * src/folderview.h
5167                 Implement a nicer scroll when drag and dropping
5169 2010-12-22 [colin]      3.7.8cvs20
5171         * src/compose.c
5172                 Store charset if available when attaching text/* parts
5173                 Fixes bug #2203, 'Problems in forwarding multipart/
5174                 alternative messages with HTML part'
5176 2010-12-22 [colin]      3.7.8cvs19
5178         * src/textview.c
5179                 Fix wrong free
5181 2010-12-21 [colin]      3.7.8cvs18
5183         * src/inc.c
5184         * src/send_message.c
5185         * src/common/session.c
5186         * src/common/session.h
5187                 Differentiate between running sessions and connected
5188                 sessions. Fixes bug #2332, "Crash when hitting cancel
5189                 on the SMTP status window"
5191 2010-12-21 [colin]      3.7.8cvs17
5193         * src/etpan/etpan-thread-manager.c
5194                 Dead code removal
5196 2010-12-21 [colin]      3.7.8cvs16
5198         * src/textview.c
5199                 Check whether we should continue loading the
5200                 current textview after inserting a possibly
5201                 big image.
5203 2010-12-20 [colin]      3.7.8cvs15
5205         * src/addrcindex.c
5206         * src/addrcindex.h
5207                 Removed. Dead code since ages!
5208         * src/addr_compl.c
5209         * src/gtk/gtkcmclist.c
5210         * src/gtk/gtkcmctree.c
5211         * src/gtk/gtksctree.c
5212                 undefine *_DISABLE_DEPRECATED in the files that
5213                 use deprecated interfaces. Implicit declarations
5214                 can lead to crashes as prototypes are unknown, as
5215                 evidenced by bug #2315.
5217 2010-12-20 [colin]      3.7.8cvs14
5219         * src/compose.c
5220                 Don't flush events when adding an header entry. This
5221                 can mess up the keypresses in the previous header.
5222                 Instead, make the scroll happen later (doing it on the
5223                 spot without flushing events doesn't work as the new
5224                 requisitions aren't set yet).
5226 2010-12-20 [colin]      3.7.8cvs13
5228         * src/mainwindow.c
5229                 Don't iconify at start on w32. This un-iconifies in the
5230                 background.
5232 2010-12-20 [colin]      3.7.8cvs12
5234         * src/common/base64.c
5235                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5236                 Patch by pochini at shiny.it
5238 2010-12-19 [colin]      3.7.8cvs11
5240         * src/ldapserver.c
5241                 Better debug.
5243 2010-12-18 [colin]      3.7.8cvs10
5245         * src/compose.c
5246                 Fix bug #2148, "Attachment content-transfer-encoding 
5247                 incorrectly set when signing emails". The RFC 2045
5248                 states that message/* and multipart/* encoding must
5249                 be either 7-bit, 8-bit or binary.
5251 2010-12-18 [mones]      3.7.8cvs9
5253         * src/ldaputil.c
5254                 Fix crash when searching or adding a LDAP server
5256 2010-12-17 [colin]      3.7.8cvs8
5258         * configure.ac
5259         * src/editldap.c
5260         * src/ldapquery.c
5261         * src/ldapserver.c
5262         * src/ldapupdate.c
5263         * src/ldaputil.c
5264         * src/ldaputil.h
5265                 Better error logging. Disable LDAP SSL/TLS on
5266                 Windows, it's crashy/non-worky.
5268 2010-12-17 [colin]      3.7.8cvs7
5270         * src/folder.c
5271                 Fix bug #2325, "messages remains in folder cache after moving
5272                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5274 2010-12-17 [colin]      3.7.8cvs6
5276         * src/addressadd.c
5277         * src/addressbook.c
5278         * src/addrindex.c
5279         * src/ldapquery.c
5280         * src/ldapquery.h
5281         * src/ldapserver.c
5282         * src/ldapserver.h
5283         * src/ldapupdate.c
5284         * src/ldaputil.c
5285         * src/ldaputil.h
5286                 Windows build fixes (w32 LDAP completely untested!)
5288 2010-12-16 [colin]      3.7.8cvs5
5290         * src/addrindex.c
5291         * src/editldap.c
5292         * src/ldapctrl.c
5293         * src/ldapquery.c
5294         * src/ldapserver.c
5295         * src/ldapserver.h
5296         * src/ldapupdate.c
5297         * src/ldaputil.c
5298                 Try to rationalize a bit LDAP connections
5300 2010-12-16 [colin]      3.7.8cvs4
5302         * src/prefs_spelling.c
5303         * src/common/defs.h
5304                 Add a button to get dictionaries (win32)
5306 2010-12-16 [colin]      3.7.8cvs3
5308         * src/prefs_matcher.c
5309                 Fix bug #2279, "crash when clicking 'define' in filter
5310                 configuring". Thanks to Theodor Ciobanu for the hint at
5311                 the problem.
5313 2010-12-14 [colin]      3.7.8cvs2
5315         * src/gtk/gtkaspell.c
5316                 Add missing guard for sys/wait.h
5318 2010-12-05 [colin]      3.7.8cvs1
5320         * tools/make.themes.project
5321                 Seems wget has changed naming of targets downloaded.
5322                 Fix it by always providing our own name.
5323                 [Pushing mones' patch again after messing with CVSROOT]
5325 2010-12-04 [paul]       3.7.8
5326         * NEWS
5327         * README
5328         * RELEASE_NOTES 
5329                 3.7.8 unleashed!
5331 2010-12-03 [paul]       3.7.7cvs11
5333         * configure.ac
5334         * manual/xml2pdf ** REMOVED **
5335         * manual/dist/pdf/Makefile.am
5336         * manual/es/dist/pdf/Makefile.am
5337         * manual/fr/dist/pdf/Makefile.am
5338         * manual/pl/dist/pdf/Makefile.am
5339                 simplify check for tools needed for manual building,
5340                 remove xml2pdf and use docbook2pdf instead
5342 2010-12-03 [mir]        3.7.7cvs10
5344         * configure.ac
5345                 Fix bug so that configure option --disable-manual
5346                 actually disable building the manuals
5348 2010-12-01 [pawel]      3.7.7cvs9
5350         * src/crash.c
5351                 One more GTK+ 2.22 build fix
5353 2010-11-30 [colin]      3.7.7cvs8
5355         * src/action.c
5356                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5357                 Introduced in 3.7.6cvs57. In fact the error has been there
5358                 since ages, and only new thing is the verification of the
5359                 various functions return code. Let the stuff work as it
5360                 does, as it seems to do the right thing since ages.
5362 2010-11-28 [colin]      3.7.7cvs7
5364         * src/gtk/quicksearch.c
5365                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5366                 the same messages twice'. Patch by Sebastien Bigaret
5368 2010-11-25 [paul]       3.7.7cvs6
5370         * src/prefs_common.c
5371                 make "gtk_can_change_accels" FALSE by default.
5372                 fixes bug #2309, 'Shortcuts should not be modifiable
5373                 by default' (RFE)
5375 2010-11-24 [mones]      3.7.7cvs5
5377         * src/mainwindow.c
5378                 Add missing shortcuts for marking as spam and ham
5379                 Fixes Debian bug #599547
5381 2010-11-22 [colin]      3.7.7cvs4
5383         * src/compose.c
5384                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5385                 five patches were needed to fix a corner case
5386                 is a good indicator that is was bound to break
5387                 something.
5389 2010-11-21 [colin]      3.7.7cvs3
5391         * src/plugins/pgpcore/claws.def
5392                 Win32 build fix
5394 2010-11-20 [wwp]        3.7.7cvs2
5396         * src/main.c
5397           Fix either a typo or an irrelevant iff word there.
5398           IMO type and recursive possible values should be changed to
5399           smth simple and neat here, and help strings be really
5400           translatable.
5402 2010-11-20 [colin]      3.7.7cvs1
5404         * AUTHORS
5405                 Damn, forgot to commit this file twice.
5407 2010-11-19 [paul]       3.7.7
5408         * NEWS
5409         * README
5410         * RELEASE_NOTES 
5411                 3.7.7 unleashed!
5413 2010-11-19 [paul]       3.7.6cvs66
5415         * po/ca.po
5416         * po/cs.po
5417         * po/de.po
5418         * po/es.po
5419         * po/fi.po
5420         * po/fr.po
5421         * po/hu.po
5422         * po/id.po
5423         * po/pt_BR.po
5424         * po/sk.po
5425         * po/uk.po
5426                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5427                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5428                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5430 2010-11-17 [colin]      3.7.6cvs65
5432         * src/common/utils.c
5433                 Separate email address from timestamp with a dot.
5434                 Fix coding style.
5436 2010-11-17 [colin]      3.7.6cvs64
5438         * src/common/utils.c
5439                 Fix multiple @ in generated message-ids.
5440                 That's not allowed in RFC 2822.
5442 2010-11-16 [mones]      3.7.6cvs63
5444         * manual/es/advanced.xml
5445                 Synchronise with English version
5447 2010-11-04 [wwp]        3.7.6cvs62
5449         * src/filtering.c
5450                 Fix bug 2293, "filtering: simplify expression", as simplifying
5451                 this expression doesn't make it less easy to understand and we
5452                 gain few cycles by making the logical expression more simple
5453                 by applying. Patch by Nicolas Kaiser.
5455 2010-11-03 [colin]      3.7.6cvs61
5457         * src/addrindex.c
5458                 Fix bug 2294, "addrindex.c: address index conversion always
5459                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5461 2010-11-02 [wwp]        3.7.6cvs60
5463         * src/action.c
5464         * src/statusbar.c
5465         * src/toolbar.c
5466                 Enlarge the progress bar (main window) a bit when compiling
5467                 for UMPCs like maemo: this solves truncated text that might
5468                 appear in the progress bar while processing messages.
5469                 Also use a more compact string format when displaying
5470                 progress like 'number/total', still for UMPCs, this fixes
5471                 a previous inconsistency with these format strings where
5472                 no space around the / were used sometimes.
5474 2010-10-26 [ticho]      3.7.6cvs59
5476         * src/news.c
5477                 Recreate NNTP session if server port setting has changed. Fixes
5478                 bug #2092.
5480 2010-10-26 [colin]      3.7.6cvs58
5482         * src/imap_gtk.c
5483         * src/mh_gtk.c
5484                 Fix copy-paste error, thanks to David Relson
5485                 for spotting it.
5487 2010-10-18 [colin]      3.7.6cvs57
5489         * src/action.c
5490         * src/addrharvest.c
5491         * src/alertpanel.c
5492         * src/filtering.c
5493         * src/jpilot.c
5494         * src/prefs_themes.c
5495         * src/procmime.c
5496         * src/textview.c
5497         * src/gtk/gtkutils.c
5498         * src/gtk/quicksearch.c
5499         * src/gtk/quicksearch.h
5500         * src/plugins/pgpcore/passphrase.c
5501         * src/plugins/spamassassin/libspamc.c
5502                 Fix warnings
5504 2010-10-17 [colin]      3.7.6cvs56
5506         * src/prefs_themes.c
5507         * src/gtk/gtkaspell.c
5508         * src/gtk/gtkutils.c
5509         * src/gtk/gtkutils.h
5510         * src/gtk/inputdialog.c
5511         * src/gtk/progressdialog.c
5512                 Undeprecate a few things
5514 2010-10-17 [colin]      3.7.6cvs55
5516         * src/main.c
5517         * src/gtk/authors.h
5518         * src/gtk/quicksearch.c
5519         * src/gtk/quicksearch.h
5520                 Add ability to search from the command-line.
5521                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5522                 Patch by Sebastien Bigarret.
5524 2010-10-04 [mones]      3.7.6cvs54
5526         * manual/dist/pdf/Makefile.am
5527                 Fix build of English PDF manual
5528                 (sh: Can't open ../../../xml2pdf)
5530 2010-10-03 [colin]      3.7.6cvs53
5532         * src/folder.c
5533         * src/folder.h
5534         * src/imap.c
5535         * src/mh.c
5536         * src/procmsg.c
5537                 Get rid of GRelation which were, mostly, used as
5538                 GHashTables. Probably fixes bug #2277, 'Segfault when
5539                 loading inbox for the first time'
5541 2010-10-03 [mir]        3.7.6cvs52
5543         * manual/de/dist/html/Makefile.am
5544         * manual/de/dist/pdf/Makefile.am
5545         * manual/de/dist/ps/Makefile.am
5546         * manual/de/dist/txt/Makefile.am
5547         * manual/dist/html/Makefile.am
5548         * manual/dist/pdf/Makefile.am
5549         * manual/dist/ps/Makefile.am
5550         * manual/dist/txt/Makefile.am
5551         * manual/es/dist/html/Makefile.am
5552         * manual/es/dist/pdf/Makefile.am
5553         * manual/es/dist/ps/Makefile.am
5554         * manual/es/dist/txt/Makefile.am
5555         * manual/fr/dist/html/Makefile.am
5556         * manual/fr/dist/pdf/Makefile.am
5557         * manual/fr/dist/ps/Makefile.am
5558         * manual/fr/dist/txt/Makefile.am
5559         * manual/pl/dist/html/Makefile.am
5560         * manual/pl/dist/pdf/Makefile.am
5561         * manual/pl/dist/ps/Makefile.am
5562         * manual/pl/dist/txt/Makefile.am
5563             Missing Makefile.am's for 3.7.6cvs49
5566 2010-10-03 [colin]      3.7.6cvs51
5568         * po/POTFILES.in
5569                 Fix build
5571 2010-10-02 [mir]        3.7.6cvs50
5573         * manual/de/dist/html/Makefile.am
5574         * manual/de/dist/pdf/Makefile.am
5575         * manual/de/dist/ps/Makefile.am
5576         * manual/de/dist/txt/Makefile.am
5577         * manual/dist/html/Makefile.am
5578         * manual/dist/pdf/Makefile.am
5579         * manual/dist/ps/Makefile.am
5580         * manual/dist/txt/Makefile.am
5581         * manual/es/dist/html/Makefile.am
5582         * manual/es/dist/pdf/Makefile.am
5583         * manual/es/dist/ps/Makefile.am
5584         * manual/es/dist/txt/Makefile.am
5585         * manual/fr/dist/html/Makefile.am
5586         * manual/fr/dist/pdf/Makefile.am
5587         * manual/fr/dist/ps/Makefile.am
5588         * manual/fr/dist/txt/Makefile.am
5589         * manual/pl/dist/html/Makefile.am
5590         * manual/pl/dist/pdf/Makefile.am
5591         * manual/pl/dist/ps/Makefile.am
5592         * manual/pl/dist/txt/Makefile.am
5593             Part 2 of last commit which broke due to a permission error
5594             Avoid claws trying to build manuals if the required
5595             tools are not present.
5597 2010-10-02 [mir]        3.7.6cvs49
5599         * configure.ac
5600         * manual/de/dist/html/Makefile.am
5601         * manual/de/dist/pdf/Makefile.am
5602         * manual/de/dist/ps/Makefile.am
5603         * manual/de/dist/txt/Makefile.am
5604         * manual/dist/html/Makefile.am
5605         * manual/dist/pdf/Makefile.am
5606         * manual/dist/ps/Makefile.am
5607         * manual/dist/txt/Makefile.am
5608         * manual/es/dist/html/Makefile.am
5609         * manual/es/dist/pdf/Makefile.am
5610         * manual/es/dist/ps/Makefile.am
5611         * manual/es/dist/txt/Makefile.am
5612         * manual/fr/dist/html/Makefile.am
5613         * manual/fr/dist/pdf/Makefile.am
5614         * manual/fr/dist/ps/Makefile.am
5615         * manual/fr/dist/txt/Makefile.am
5616         * manual/pl/dist/html/Makefile.am
5617         * manual/pl/dist/pdf/Makefile.am
5618         * manual/pl/dist/ps/Makefile.am
5619         * manual/pl/dist/txt/Makefile.am
5620             1) Downgrade autoconf requirements to 2.59 to allow
5621             building on oldest supported Linux distributions.
5622             2) Only try to build manuals if the needed software
5623             is present.
5625 2010-10-02 [colin]      3.7.6cvs48
5627         * src/plugins/trayicon/trayicon.c
5628                 And fix theme updating.
5630 2010-10-02 [colin]      3.7.6cvs47
5632         * src/plugins/trayicon/trayicon.c
5633                 Got burnt by wrong indentation!
5635 2010-10-02 [colin]      3.7.6cvs46
5637         * configure.ac
5638                 Forgot to remove the directory from top-level
5640 2010-10-02 [colin]      3.7.6cvs45
5642         * src/plugins/trayicon/Makefile.am
5643         * src/plugins/trayicon/trayicon.c
5644         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5645         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5646         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5647         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5648         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5649         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5650         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5651         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5652         * src/plugins/trayicon/libeggtrayicon/xembed.h
5653                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5654                 instead (which can be done safely now that we 
5655                 require GTK+ 2.10).
5657 2010-10-02 [colin]      3.7.6cvs44
5659         * src/action.c
5660         * src/addr_compl.c
5661         * src/addressbook.c
5662         * src/addrgather.c
5663         * src/alertpanel.c
5664         * src/editaddress.c
5665         * src/editaddress_other_attributes_ldap.c
5666         * src/editgroup.c
5667         * src/folderview.c
5668         * src/grouplistdialog.c
5669         * src/headerview.c
5670         * src/image_viewer.c
5671         * src/importldif.c
5672         * src/main.c
5673         * src/mainwindow.c
5674         * src/message_search.c
5675         * src/mimeview.c
5676         * src/prefs_themes.c
5677         * src/summary_search.c
5678         * src/summaryview.c
5679         * src/toolbar.c
5680         * src/etpan/imap-thread.c
5681         * src/gtk/authors.h
5682         * src/gtk/gtkcmclist.c
5683         * src/gtk/gtkcmoptionmenu.c
5684         * src/gtk/gtkutils.c
5685         * src/gtk/gtkutils.h
5686         * src/gtk/gtkvscrollbutton.c
5687         * src/plugins/pgpcore/select-keys.c
5688         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5689                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5690                 Fixes bug #2276, 'Compile in maintainer mode
5691                 fails on GTK+ 2.22'.
5693 2010-10-02 [colin]      3.7.6cvs43
5695         * configure.ac
5696                 It's now time to remove the temporary enable-openssl
5697                 option that was used when we removed OpenSSL. See 
5698                 bug #2276 comment #14.
5700 2010-09-30 [wwp]        3.7.6cvs42
5702         * src/prefs_account.c
5703         * src/prefs_filtering_action.c
5704         * src/prefs_matcher.c
5705                         Fix bug #2274, wrong color label index range
5706                         used w/ gtk_cmoption_menu (behaviour change
5707                         has been introduced w/ 3.5.0cvs49 apparently),
5708                         now it must be 1..N so let's use colorlabel value
5709                         (0..N) + 1.
5710                         
5712 2010-09-20 [pawel]      3.7.6cvs41
5714         * src/compose.c
5715         * src/mainwindow.c
5716         * src/summaryview.c
5717                 revert last patch
5719 2010-09-19 [pawel]      3.7.6cvs40
5721         * src/compose.c
5722         * src/mainwindow.c
5723         * src/summaryview.c
5724                 Set ML menus sensitivity accordingly to
5725                 possibility of reply to ML
5727 2010-09-19 [colin]      3.7.6cvs39
5729         * src/compose.c
5730                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5731                 to newsgroups, and NNTP accounts *can* send email. We 
5732                 should not force an email account when replying to_ml or
5733                 anything...
5735 2010-09-19 [colin]      3.7.6cvs38
5737         * src/compose.c
5738                 Revert previous commit (which breaks Reply to newsgroups)
5740 2010-09-17 [pawel]      3.7.6cvs37
5742         * src/compose.c
5743                 Respect reply_account_autosel when changing compose
5744                 account to email one while replying to NNTP post
5746 2010-09-17 [wwp]        3.7.6cvs36
5748         * doc/man/claws-mail.1
5749         Update --compose documentation in `man claws-mail`.
5751 2010-09-12 [pawel]      3.7.6cvs35
5753         * src/compose.c
5754                 Add forgotten bit to previous commit,
5755                 select email account when replying to ML
5757 2010-09-12 [pawel]      3.7.6cvs34
5759         * src/compose.c
5760                 Fix bug #2247 "nntp reply-to-all broken?"
5761                 Make reply-to-all and reply-to-ml work as expected in
5762                 mailing list through NNTP case
5764 2010-09-11 [pawel]      3.7.6cvs33
5766         * src/mainwindow.c
5767         * src/summaryview.c
5768         * src/toolbar.c
5769                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5770                 fixes build with GTK+ < 2.18
5772 2010-09-10 [pawel]      3.7.6cvs32
5774         * src/mainwindow.c
5775         * src/summaryview.c
5776         * src/toolbar.c
5777                 Make Tab key switch between FolderView, MsgView and
5778                 SummaryView only, other widgets have/can have their own
5779                 keybindings anyway
5781 2010-08-25 [colin]      3.7.6cvs31
5783         * src/procmime.c
5784         * AUTHORS
5785         * src/gtk/authors.h
5786         * src/common/base64.c
5787         * src/common/base64.h
5788                 Fix bug #2245, "base64 decoding fails with line breaks"
5789                 Patch by Yotam Medini
5791 2010-08-25 [colin]      3.7.6cvs30
5793         * src/main.c
5794                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5796 2010-08-23 [pawel]      3.7.6cvs29
5798         * src/inc.c
5799         * src/send_message.c
5800         * src/statusbar.c
5801         * src/toolbar.c
5802                 Hide progressbar on statusbar when not needed
5804 2010-08-17 [colin]      3.7.6cvs28
5806         * src/main.c
5807                 Fix previous patch (our own tmp dir is inside
5808                 our rc dir)
5810 2010-08-16 [colin]      3.7.6cvs27
5812         * src/main.c
5813                 Use temp dir to store logs in Windows. Avoids doing
5814                 get_rc_dir() early, which prevents set_rc_dir()
5815                 working correctly.
5817 2010-07-31 [holger]     3.7.6cvs26
5819         * src/gtk/gtkshruler.c
5820                 Yet more GdkGC to Cairo porting
5822 2010-07-30 [holger]     3.7.6cvs25
5824         * src/stock_pixmap.c
5825                 More GdkGC to Cairo porting
5827 2010-07-30 [holger]     3.7.6cvs24
5829         * src/gtk/colorlabel.c
5830                 One GdkGC usage less
5832 2010-07-29 [holger]     3.7.6cvs23
5834         * src/printing.c
5835                 Replace some gdk drawing with cairo, as the former
5836                 is going towards deprecation.
5838 2010-07-25 [colin]      3.7.6cvs22
5840         * src/common/utils.c
5841                 And now for a real fix. g_list_remove() doesn't, of
5842                 course, free the data. But we have to have a solid
5843                 pointer to it in order to free it ourselves instead
5844                 of relying on the old freed list pointer.
5845                 Maybe that's the last patch on the subject now ? :)
5847 2010-07-25 [colin]      3.7.6cvs21
5849         * src/common/utils.c
5850                 Remove stupid and extraneous g_free() of elements
5851                 which have just been freed by g_list_remove(). (see
5852                 GList documentation). I don't know how it worked before
5854 2010-07-25 [colin]      3.7.6cvs20
5856         * src/common/utils.c
5857                 Reverse free/use with more logical and safe
5858                 use/free. Thanks to Michael Rasmussen !
5860 2010-07-24 [colin]      3.7.6cvs19
5862         * src/gtk/quicksearch.c
5863                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5864                 'freeze when using quick search'
5866 2010-07-11 [iwkse]      3.7.6cvs18
5868         * src/gtk/quicksearch.c
5869                 Add SMALL_LAYOUT to quicksearch_relayout
5871 2010-07-10 [iwkse]      3.7.6cvs17
5873         * src/mainwindow.h
5874                         Remove forgotten variable from
5875                         the last bugfix #2224
5877 2010-07-10 [colin]      3.7.6cvs16
5879         * src/mainwindow.c
5880         * src/gtk/quicksearch.c
5881                 Clean fix for bug #2224: don't mess with GTK settings when
5882                 handling the layout ourselves is enough
5884 2010-07-09 [iwkse]      3.7.6cvs15
5886         * src/mainwindow.h
5887         * src/mainwindow.c
5888                         Better fix for Bug #2224
5890 2010-07-09 [iwkse]      3.7.6cvs14
5892         * src/mainwindow.c
5893                         Bug #2224
5894                         Always use stock icons on buttons
5896 2010-07-08 [colin]      3.7.6cvs13
5898         * src/gtk/filesel.c
5899                 Fix bug 2223, 'Compilation fails with GTK+
5900                 2.21.3'. Thanks to Jan Psota !
5902 2010-06-29 [pawel]      3.7.6cvs12
5904         * src/compose.c
5905                 Revert 3.7.5cvs41, it breaks templates that use %X
5907 2010-06-23 [wwp]        3.7.6cvs11
5909         * src/gtk/colorlabel.c
5910                 Silent up a warning by avoiding possible confusion
5911                 in logical expression evaluation, thanks to TuxCM.
5913 2010-06-21 [iwkse]      3.7.6cvs10
5915         * src/gtk/quicksearch.c
5916                 Do not add into quicksearch history
5917                 matching rules with bad syntax
5919 2010-05-26 [holger]     3.7.6cvs9
5921         * src/summaryview.c
5922         * src/summaryview.h
5923                 Add function to select rows given a list of messages,
5924                 complementary to summary_get_selected_msg_list()
5926 2010-05-22 [mir]        3.7.6cvs8
5928         * src/ldapctrl.c
5929                 Fix bug 2208. Encode encrypted password to qouted
5930                 printable to avoid making invalid XML. Encoding
5931                 will be activated the first time the password is
5932                 changed.
5934 2010-05-22 [paul]       3.7.6cvs7
5936         * manual/advanced.xml
5937         * src/compose.c
5938         * src/prefs_common.c
5939         * src/prefs_common.h
5940                 after using the compose margin for several days
5941                 I wanted the old style back - add a new hidden
5942                 pref 'show_compose_margin' to restore the old
5943                 behaviour (defaults to FALSE)
5945 2010-05-14 [paul]       3.7.6cvs6
5947         * src/compose.c
5948                 add a margin to the compose window text that matches
5949                 the margin in textview
5951 2010-05-14 [colin]      3.7.6cvs5
5953         * src/gtk/sslcertwindow.c
5954                 Fix dangling pointer. Thanks to Michael R!
5956 2010-05-14 [colin]      3.7.6cvs4
5958         * src/gtk/sslcertwindow.c
5959                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5960                 expired but certificate check is skipped' and maybe
5961                 bug 2200, 'SSL is not working with POP3'
5963 2010-05-14 [colin]      3.7.6cvs3
5965         * src/plugins/pgpinline/pgpinline.c
5966                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5968 2010-05-04 [iwkse]      3.7.6cvs2
5970         * src/prefs_message.c
5971                         Get a generic name as 'Quotation' for
5972                         the frame
5974 2010-05-04 [iwkse]      3.7.6cvs1
5976         * src/prefs_message.c
5977         * src/prefs_common.h
5978         * src/prefs_common.c
5979         * src/textview.c
5980                         Fix #2188
5981                         Option for collapsing via double-click
5983 2010-05-01 [paul]       3.7.6
5984         * NEWS
5985         * README
5986         * RELEASE_NOTES 
5987                 3.7.6 unleashed!
5989 2010-05-01 [paul]       3.7.5cvs55
5991         * tools/claws.i18n.status.pl
5992                 add Ukrainian stat
5994 2010-05-01 [paul]       3.7.5cvs54
5996         * src/gtk/authors.h
5997                 add YUP, new Ukrainian translator
5999 2010-04-30 [paul]       3.7.5cvs53
6001         * configure.ac
6002         * po/uk.po
6003                 add Ukrainian translation, submitted by YUP
6004         * po/cs.po
6005         * po/de.po
6006         * po/fi.po
6007         * po/hu.po
6008         * po/nl.po
6009         * po/pt_BR.po
6010         * po/pt_PT.po
6011         * po/sk.po
6012                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
6013                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
6014                 Tiago Faria, and Slavko
6016 2010-04-26 [wwp]        3.7.5cvs52
6018         * po/fr.po
6019                 Fix capitalization.
6021 2010-04-26 [mones]      3.7.5cvs51
6023         * po/es.po
6024                 Updated for release
6026 2010-04-22 [pawel]      3.7.5cvs50
6028         * src/addressbook.c
6029                 fix compile warning
6030         * src/vcard.c
6031                 first NULL check pointer, then use it
6033 2010-04-22 [colin]      3.7.5cvs49
6035         * src/imap.c
6036                 Fix error message when session isn't established
6037         * po/fr.po
6038                 Update translation and fix a typo in it
6040 2010-04-15 [pawel]      3.7.5cvs48
6042         * src/prefs_account.c
6043                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
6044                                 the port isn't configured properly'
6045                 When using SSL/TLS tunneling automatically use default
6046                 ports for encrypted connections: smtps, pop3s, imaps, nntps
6048 2010-04-15 [pawel]      3.7.5cvs47
6050         * src/action.c
6051                 Fix crasher in actions using '%f' argument
6052                 on multiple files with external scripts which
6053                 don't return any output.
6055 2010-04-14 [colin]      3.7.5cvs46
6057         * src/mainwindow.c
6058                 Fix hand cursor after error symbol appears
6060 2010-04-12 [colin]      3.7.5cvs45
6062         * configure.ac
6063                 Fix bug 2162, 'configure check for libetpan 
6064                 fails with libetpan 1.0'
6067 2010-04-09 [mones]      3.7.5cvs44
6069         * manual/de/glossary.xml
6070                 Fix encoding to match main document's
6071                 Also fixes make dist with Debian's openjade
6073 2010-03-29 [pawel]      3.7.5cvs43
6075         * src/matcher_parser.h
6076         * src/matcher_parser_parse.y
6077         * src/gtk/quicksearch.c
6078                 Disable matcher warnings when populating quicksearch
6079                 completion lists on startup
6081 2010-03-27 [colin]      3.7.5cvs42
6083         * src/gtk/quicksearch.c
6084                 Fix double-free later in code. Optimize
6085                 list creation
6087 2010-03-27 [pawel]      3.7.5cvs41
6089         * src/compose.c
6090                 Make sure that quote ends with new line char
6092 2010-03-26 [pawel]      3.7.5cvs40
6094         * src/compose.c
6095         * src/compose.h
6096         * src/textview.c
6097                 Fix Bug 1928 Add "reply to this address" pop menu 
6098                              on Message View
6099                 - Set composing account to email one when creating/replying
6100                   from NNTP folder by clicking link or choosing option
6101                   from popup menu
6102                 - Factorize code
6104 2010-03-25 [paul]       3.7.5cvs39
6106         * src/gtk/gtkcmclist.c
6107                 Fix build with GTK+ 2.20
6109 2010-03-24 [pawel]      3.7.5cvs38
6111         * src/addr_compl.c
6112         * src/compose.c
6113         * src/folderview.c
6114         * src/grouplistdialog.c
6115         * src/headerview.c
6116         * src/mainwindow.c
6117         * src/mimeview.c
6118         * src/prefs_account.c
6119         * src/gtk/gtkcmclist.c
6120         * src/gtk/gtkcmctree.c
6121         * src/gtk/gtkcmoptionmenu.c
6122         * src/gtk/gtksctree.c
6123         * src/gtk/gtkshruler.c
6124         * src/gtk/gtkutils.c
6125         * src/gtk/gtkutils.h
6126         * src/gtk/gtkvscrollbutton.c
6127         * src/gtk/inputdialog.c
6128         * src/gtk/spell_entry.c
6129         * src/plugins/trayicon/trayicon.c
6130         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6131         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6132         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6133                 Fix build with GTK+ 2.19
6135 2010-03-23 [pawel]      3.7.5cvs37
6137         * src/mainwindow.c
6138         * src/mimeview.c
6139                 Respect view->show_col_headers option
6140         * src/gtk/gtkcmctree.c
6141                 Fix GtkCmcTree column width calculation when it has
6142                 auto_resize set and new node is added
6144 2010-03-22 [pawel]      3.7.5cvs36
6146         * src/grouplistdialog.c
6147         * src/prefs_common.c
6148         * src/prefs_common.h
6149                 - remember newsgroups list dialog size
6150                 - respect use_dotted_lines hidden pref
6151                 - respect use_stripes_everywhere hidden pref
6153 2010-03-21 [pawel]      3.7.5cvs35
6155         * src/addrgather.c
6156                 Remove superfluous gtk_widget_show_all()
6157         * src/mimeview.c
6158                 Add forgotten colon
6159         * src/common/utils.c
6160                 Return correct type
6162 2010-03-21 [pawel]      3.7.5cvs34
6164         * src/main.c
6165         * src/gtk/quicksearch.c
6166         * src/gtk/quicksearch.h
6167                 Implement separate search phrase completion for
6168                 normal/extended quicksearch
6170 2010-03-11 [paul]       3.7.5cvs33
6172         * po/zh_CN.po
6173                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6174                 submitted by Yuwei Yu
6176 2010-03-09 [colin]      3.7.5cvs32
6178         * manual/de/glossary.xml
6179                 Fix build
6181 2010-03-02 [colin]      3.7.5cvs31
6183         * manual/de/glossary.xml
6184                 Sort alphabetically. Done by Volker Ribbert.
6186 2010-03-02 [mones]      3.7.5cvs30
6188         * README
6189                 Fix mailing list archives location
6190                 Remove currently unavailable CVS webview
6192 2010-03-01 [iwkse]      3.7.5cvs29
6194         * src/common/plugin.c
6195                         Other indentation issues
6197 2010-03-01 [iwkse]      3.7.5cvs28
6199         * src/common/plugin.c
6200                         Fix indentation of the previous commit
6202 2010-03-01 [iwkse]      3.7.5cvs27
6204         * src/common/plugin.h
6205         * src/common/plugin.c
6206                         Add API for getting a loaded Plugin from the
6207                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6208                         Thanks to Colin, Michael
6210 2010-02-27 [colin]      3.7.5cvs26
6212         * configure.ac
6213         * AUTHORS
6214         * src/gtk/authors.h
6215         * manual/Makefile.am
6216         * manual/de/Makefile.am
6217         * manual/de/account.xml
6218         * manual/de/ack.xml
6219         * manual/de/addrbook.xml
6220         * manual/de/advanced.xml
6221         * manual/de/claws-mail-manual.xml
6222         * manual/de/faq.xml
6223         * manual/de/glossary.xml
6224         * manual/de/gpl.xml
6225         * manual/de/handling.xml
6226         * manual/de/intro.xml
6227         * manual/de/keyboard.xml
6228         * manual/de/plugins.xml
6229         * manual/de/starting.xml
6230         * manual/de/dist/.cvsignore
6231         * manual/de/dist/Makefile.am
6232         * manual/de/dist/html/.cvsignore
6233         * manual/de/dist/html/Makefile.am
6234         * manual/de/dist/pdf/.cvsignore
6235         * manual/de/dist/pdf/Makefile.am
6236         * manual/de/dist/ps/.cvsignore
6237         * manual/de/dist/ps/Makefile.am
6238         * manual/de/dist/txt/.cvsignore
6239         * manual/de/dist/txt/Makefile.am
6240                 Add the german translation of the manual, done by
6241                 Volker Ribbert <thoraki@arcor.de>.
6243 2010-02-27 [holger]     3.7.5cvs25
6245         * src/prefs_toolbar.c
6246                 Don't make toolbar item description for
6247                 plugin registered items editable
6249 2010-02-26 [colin]      3.7.5cvs24
6251         * src/toolbar.c
6252                 Don't translate empty description
6254 2010-02-22 [colin]      3.7.5cvs23
6256         * src/compose.c
6257                 Don't make In-Reply-To visible when reediting
6258                 a draft or sent mail.
6260 2010-02-20 [colin]      3.7.5cvs22
6262         * src/imap.c
6263         * src/imap.h
6264         * src/main.c
6265         * src/mainwindow.c
6266         * src/etpan/imap-thread.c
6267         * src/etpan/imap-thread.h
6268         * src/etpan/nntp-thread.c
6269         * src/etpan/nntp-thread.h
6270                 When going offline from NetworkManager, just
6271                 delete IMAP connections. That'll avoid timeouts
6272                 when coming back online in certain cases when
6273                 the TCP socket will have timed out.
6275 2010-02-20 [holger]     3.7.5cvs21
6277         * .cvsignore
6278                 More files to ignore
6280 2010-02-17 [ticho]      3.7.5cvs20
6282         * src/summaryview.c
6283         * src/summaryview.h
6284         * src/toolbar.c
6285                 Revert 3.7.5cvs19.
6287 2010-02-16 [ticho]      3.7.5cvs19
6289         * src/summaryview.c
6290         * src/summaryview.h
6291         * src/toolbar.c
6292                 Removed unused argument from summary_open_row().
6294 2010-02-10 [pawel]      3.7.5cvs18
6296         * src/compose.c
6297                 - fix headers filtering when prefs_common.trans_hdr is on
6298                 - fix headers setting when changing composing account 
6299                 - plug memleak
6300         * src/prefs_template.c
6301                 Re-add template's name for translation
6303 2010-02-10 [colin]      3.7.5cvs17
6305         * src/prefs_matcher.c
6306                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6307                 Condition>Define>Header>Name combo box'. Patch by
6308                 Francois Cami
6310 2010-02-10 [colin]      3.7.5cvs16
6312         * src/codeconv.c
6313         * src/codeconv.h
6314         * src/compose.c
6315         * src/mainwindow.c
6316         * src/messageview.c
6317         * src/prefs_send.c
6318         * src/procmime.c
6319         * src/textview.c
6320                 Add the GB18030 Chinese charset, which is a superset
6321                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6323 2010-02-09 [holger]     3.7.5cvs15
6325         * configure.ac
6326                 GTK+ 2.10 related cleanup
6328 2010-02-09 [pawel]      3.7.5cvs14
6330         * src/prefs_account.c
6331         * src/prefs_folder_item.c
6332         * src/prefs_template.c
6333         * src/quote_fmt.c
6334                 Respect prefs_common.trans_hdr in couple more places to avoid
6335                 confusion with translated/non-translated header names
6337 2010-02-09 [colin]      3.7.5cvs13
6339         * po/POTFILES.in
6340                 Fix make dist
6342 2010-02-09 [colin]      3.7.5cvs12
6344         * src/mimeview.c
6345                 And fix 2.10 build :)
6347 2010-02-09 [colin]      3.7.5cvs11
6349         * configure.ac
6350                 Bump up GTK+ requirement to 2.10
6351         * src/Makefile.am
6352         * src/compose.c
6353         * src/crash.c
6354         * src/foldersel.c
6355         * src/main.c
6356         * src/mainwindow.c
6357         * src/messageview.c
6358         * src/messageview.h
6359         * src/prefs_actions.c
6360         * src/prefs_common.c
6361         * src/prefs_common.h
6362         * src/prefs_ext_prog.c
6363         * src/prefs_filtering_action.c
6364         * src/prefs_fonts.c
6365         * src/prefs_image_viewer.c
6366         * src/prefs_matcher.c
6367         * src/prefs_msg_colors.c
6368         * src/prefs_summaries.c
6369         * src/prefs_template.c
6370         * src/printing.c
6371         * src/printing.h
6372         * src/quote_fmt.c
6373         * src/summaryview.c
6374         * src/textview.c
6375         * src/gtk/Makefile.am
6376         * src/gtk/about.c
6377         * src/gtk/gtkcmclist.c
6378         * src/gtk/gtkcmctree.c
6379         * src/gtk/gtkutils.c
6380         * src/gtk/quicksearch.c
6381                 Remove all compile-time conditionals depending on
6382                 GTK+ < 2.10
6383         * src/gedit-print.c
6384         * src/gedit-print.h
6385         * src/gtk/gtksourceprintjob.c
6386         * src/gtk/gtksourceprintjob.h
6387                 Remove libgnomeprint-based printing system (and
6388                 command-line-based printing system) as GTK+ 2.10
6389                 ships with print support.
6391 2010-02-08 [mir]        3.7.5cvs10
6393         * src/compose.c
6394             Avoid displaying Bcc headers in message sent
6395             to NNTP servers. Thanks to Henning Mersch.
6398 2010-02-08 [pawel]      3.7.5cvs9
6400         * src/mimeview.c
6401                 Make tooltips less cryptic
6402         * src/gtk/description_window.c
6403                 Improve window size calculation
6405 2010-02-08 [pawel]      3.7.5cvs8
6407         * src/compose.c
6408         * src/compose.h
6409         * src/common/utils.c
6410         * src/common/utils.h
6411         * src/gtk/authors.h
6412                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6413                 Patch by Laurent Bigonville with slight modifications
6415 2010-02-03 [pawel]      3.7.5cvs7
6417         * m4/.cvsignore
6418                 Add some libtool files to ignore
6420 2010-02-03 [pawel]      3.7.5cvs6
6422         * src/plugins/trayicon/trayicon.c
6423                 Save and then restore focus when closing/minimizing to tray
6425 2010-02-03 [mir]        3.7.5cvs5
6427         * src/addrindex.c
6428         * src/editldap.c
6429         * src/ldapctrl.c
6430         * src/ldapctrl.h
6431         * src/ldapquery.c
6432         * src/ldapupdate.c
6433             Save LDAP password encrypted. See bug 2113.
6436 2010-02-03 [colin]      3.7.5cvs4
6438         * src/privacy.c
6439                 Fix again decoding of encrypted parts. The
6440                 reverting of the patch was wrong, as the
6441                 double-decoding was fixed in smime itself.
6442                 Thanks to Matthias Drochner again...
6444 2010-02-02 [colin]      3.7.5cvs3
6446         * src/plugins/smime/smime.c
6447         * src/privacy.c
6448                 Revert 3.7.4cvs2 and make a better patch for bug
6449                 2059 and 2076. Patch by Matthias Drochner
6451 2010-01-31 [pawel]      3.7.5cvs2
6453         * src/gtk/authors.h
6454                 Fix hungarian translator's name
6456 2010-01-31 [pawel]      3.7.5cvs1
6458         * src/messageview.c
6459         * src/mimeview.c
6460                 Fix Bug 2107 - Arrow keys don't work in message view window
6462 2010-01-31 [paul]       3.7.5
6464         * NEWS
6465         * README
6466         * RELEASE_NOTES 
6467                 3.7.5 released!
6469 2010-01-23 [pawel]      3.7.4cvs10
6471         * src/addressbook.c
6472                 Fix button sensitivity in compose mode
6474 2010-01-23 [pawel]      3.7.4cvs9
6476         * commitHelper
6477         * tools/kdeservicemenu/install.sh
6478         * tools/make.themes.project
6479         * tools/nautilus2claws-mail.sh
6480         * tools/popfile-link.sh
6481         * tools/textviewer.sh
6482                 Not all systems have bash installed in /bin, use env(1) to find
6483                 it`s location
6485 2010-01-22 [pawel]      3.7.4cvs8
6487         * src/prefs_account.c
6488         * src/prefs_filtering.c
6489         * src/prefs_send.c
6490         * src/gtk/colorlabel.c
6491                 Add some separators in combos
6493 2010-01-22 [pawel]      3.7.4cvs7
6495         * autogen.sh
6496                 --disable-aspell -> --disable-enchant
6497         * configure.ac
6498                 Fix options spacing in configure --help
6499         * src/wizard.c
6500                 Make wizard's window centered on the screen
6502 2010-01-19 [holger]     3.7.4cvs6
6504         * src/folder.c
6505         * src/folder.h
6506                 Introduce folder_get_item_from_identifier().
6507                 In contrast to folder_find_item_from_identifier(), this
6508                 function recursively creates the FolderItems in the id path.
6509                 Useful for programmatically creating folders (e.g. by plugins)
6511 2010-01-17 [pawel]      3.7.4cvs5
6513         * src/gtk/authors.h
6514                 Fix my lastname
6516 2010-01-16 [colin]      3.7.4cvs4
6518         * src/plugins/pgpcore/sgpgme.c
6519                 Probably fix bug 2098, 'claws-mails crashes frequently 
6520                 with pgpcore'. Fix double-free.
6522 2010-01-16 [holger]     3.7.4cvs3
6524         * src/prefs_toolbar.h
6525                 Forgotten header
6527 2010-01-15 [colin]      3.7.4cvs2
6529         * src/privacy.c
6530                 Decode mimeinfo before decrypting it. Probably
6531                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6532                 with S/MIME encryption' and bug 2076 'having 
6533                 worked 2 times properly CLAWS ceased to 
6534                 decrypt incoming PGP mails -displays base64 
6535                 instead - sucks completely'
6536                 Let's hope complete suckage ends here!
6537                 Thanks to Matthias Drochner.
6539 2010-01-08 [paul]       3.7.4cvs1
6541         * tools/claws.i18n.status.pl
6542                 fix typos
6544 2010-01-08 [paul]       3.7.4
6546         * NEWS
6547         * README
6548         * RELEASE_NOTES 
6549                 3.7.4 released!
6551 2010-01-08 [paul]       3.7.3cvs57
6553         * po/ca.po
6554         * po/cs.po
6555         * po/de.po
6556         * po/fi.po
6557         * po/hu.po
6558         * po/id.po
6559         * po/ja.po
6560         * po/nl.po
6561         * po/pt_BR.po
6562         * po/pt_PT.po
6563         * po/ru.po
6564         * po/sk.po
6565                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6566                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6567                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6568                 Slavko
6570 2010-01-08 [paul]       3.7.3cvs56
6572         * src/common/utils.c
6573                 fix bug 2089, 'URLs ending with an underscore ('_')
6574                 are not correctly parsed'. thanks to Johan
6576 2010-01-05 [colin]      3.7.3cvs55
6578         * po/fr.po
6579                 Update french translation
6581 2010-01-04 [mones]      3.7.3cvs54
6583         * po/es.po
6584                 Update Spanish translation
6586 2010-01-04 [mones]      3.7.3cvs53
6588         * manual/plugins.xml
6589                 Some format
6590         * manual/es/claws-mail-manual.xml
6591         * manual/es/intro.xml
6592         * manual/es/plugins.xml
6593                 Synchronise with English version
6595 2010-01-03 [paul]       3.7.3cvs52
6597         * ChangeLog
6598                 fix format
6599         * src/gtk/authors.h
6600                 update TEAM_LIST, fix encoding
6602 2010-01-03 [mir]        3.7.3cvs51
6604         * src/compose.c
6605                 When composing to a NNTP list TO: will always be preset
6606                 to the NNTP list unless user has chosen some other default
6607                 in which case we will handle this the normal way. Therefore
6608                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6610 2010-01-01 [paul]       3.7.3cvs50
6612         * src/gtk/about.c
6613                 bump copyright year whilst it's in mind
6615 2009-12-31 [paul]       3.7.3cvs49
6617         * manual/claws-mail-manual.xml
6618         * manual/intro.xml
6619         * manual/plugins.xml
6620                 fix links so that they make sense in the context of the
6621                 text version of the manual
6623 2009-12-31 [paul]       3.7.3cvs48
6625         * manual/intro.xml
6626         * manual/plugins.xml
6627                 updates, improvements, corrections, additions
6629 2009-12-29 [pawel]      3.7.3cvs47
6631         * src/prefs_filtering_action.c
6632                 Fix Bug 2082 'Wrong color rectangle position when replacing
6633                 "color" processing rule'
6635 2009-12-29 [colin]      3.7.3cvs46
6637         * src/compose.c
6638                 Fix bug 2074, 'Remember sending account 
6639                 for sent messages'
6641 2009-12-20 [holger]     3.7.3cvs45
6643         * src/compose.c
6644                 Delay CREATED_HOOKLIST invokation until
6645                 after the modifications to the compose window
6646                 are done, to allow hooks to further modify the
6647                 window without getting overridden again
6649 2009-12-20 [holger]     3.7.3cvs44
6651         * src/prefs_toolbar.h
6652                 Fix last commit
6654 2009-12-20 [holger]     3.7.3cvs43
6656         * src/prefs_toolbar.c
6657         * src/prefs_toolbar.h
6658         * src/toolbar.c
6659                 Pass window struct to caller
6661 2009-12-20 [holger]     3.7.3cvs42
6663         * src/compose.c
6664         * src/compose.h
6665                 Add hooklist after creation of a compose window
6667 2009-12-19 [holger]     3.7.3cvs41
6669         * src/prefs_toolbar.c
6670         * src/prefs_toolbar.h
6671         * src/toolbar.c
6672                 Allow plugins to choose to which toolbar they want
6673                 to add actions (main window, compose window, or message view)
6675 2009-12-19 [paul]       3.7.3cvs40
6677         * src/statusbar.c
6678                 fix statusbar in GTK+ 2.19.1
6680 2009-12-10 [pawel]      3.7.3cvs39
6682         * src/compose.c
6683                 Better fix for cvs28 regression
6685 2009-12-10 [iwkse]      3.7.3cvs38
6687         * src/compose.c
6688             Fix some indentation
6690 2009-12-10 [iwkse]      3.7.3cvs37
6692         * src/compose.c
6693             Add missing checks for gtkaspell: avoid
6694             crashing in some cases when Enchant is 
6695             enabled but the spell checker is disabled 
6696             in preferences.
6698 2009-12-09 [colin]      3.7.3cvs36
6700         * src/compose.c
6701                 Fix leak and unchecked accesses.
6703 2009-12-09 [mir]        3.7.3cvs35
6705         * src/compose.c
6706         Fix Bug 2072 "template at folder properties is not working"
6707         introduced in cvs24.
6709 2009-12-08 [pawel]      3.7.3cvs34
6711         * src/compose.c
6712                 When 'Reply All' remove current compose address from
6713                 Cc/Bcc list - fix for regression introduced in cvs28
6715 2009-12-05 [pawel]      3.7.3cvs33
6717         * src/messageview.c
6718                 Fix memory management, duh!
6720 2009-12-04 [pawel]      3.7.3cvs32
6722         * src/messageview.c
6723                 Use case insensitive comparison in search for
6724                 duplicate urls
6725         * src/uri_opener.c
6726                 Refresh scrollbars on every window open
6728 2009-12-04 [pawel]      3.7.3cvs31
6730         * src/compose.c
6731                 Highlight misspelled words when applying template and
6732                 check_while_typing option is on
6734 2009-12-03 [pawel]      3.7.3cvs30
6736         * src/compose.c
6737                 Highlight misspelled words in text inserted from file(s)
6738                 or pasted to message body when check_while_typing
6739                 options is on
6741 2009-12-02 [pawel]      3.7.3cvs29
6743         * src/compose.c
6744                 Revert first part of previous commit
6746 2009-12-02 [pawel]      3.7.3cvs28
6748         * src/compose.c
6749                 Fix Bug 2055 "duplicate mailing list reply if
6750                 List-Post + Reply-To present"
6751                 - Ignore Reply-To if answering to ML
6752                 - Improve parsing of List-Post header
6754 2009-12-02 [pawel]      3.7.3cvs27
6756         * src/compose.c
6757         * src/compose.h
6758                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6759                 email had user in "From" and "CC"
6760                 Don't allow duplicate addresses in compose window headers
6762 2009-12-02 [mones]      3.7.3cvs26
6764         * manual/intro.xml
6765         * manual/es/intro.xml
6766         * manual/fr/intro.xml
6767         * manual/it/intro.xml
6768         * manual/pl/intro.xml
6769                 Make URL to point current site
6771 2009-12-01 [holger]     3.7.3cvs25
6773         * src/summaryview.c
6774         * src/summaryview.h
6775                 Introduce new drag type "claws-mail/msg-path-list" for
6776                 drag'n'drop of a message selection from the summaryview
6777                 into other applications. The drag data gets set to the
6778                 folder-item-id followed by message ids, separated by newlines.
6779                 This enables other applications to back-link to Claws Mail
6780                 via a "claws-mail --select" call after they received a drop.
6782 2009-11-30 [mir]        3.7.3cvs24
6784         * src/compose.c
6785            Place cursor in compose window according to provided input
6786            If to: is present place cursor in subject field and if both
6787            to: and subject: is present place cursor in body. If body: is
6788            present insert a new line after text and place cursor there.
6790 2009-11-27 [mones]      3.7.3cvs23
6792         * src/gtk/quicksearch.c
6793                 Allow viewing longer expressions if there's space
6795 2009-11-25 [holger]     3.7.3cvs22
6797         * Makefile.am
6798         * src/common/Makefile.am
6799         * src/common/utils.c
6800         * src/common/utils.h
6801                 Add a function to query the
6802                 filepath of the .desktop file
6804 2009-11-25 [colin]      3.7.3cvs21
6806         * src/imap.c
6807                 Fix bug 2063, 'glib assertion in GRelation use in 
6808                 imap.c'
6810 2009-11-24 [pawel]      3.7.3cvs20
6812         * src/common/utils.c
6813                 Fix Bug 2053 'Inconsistent application of Coloration 
6814                 of Message text'
6815                 Don't allow '<' character between quotation marks
6817 2009-11-21 [holger]     3.7.3cvs19
6819         * src/printing.c
6820                 Modify cairo clip handling in preview windows,
6821                 to prevent print preview windows from being blank
6822                 with GTK+ 2.18. Follow recommendation of the GTK+
6823                 documentation (section "Migrating to client side windows")
6824                 and create a new cairo context for each expose event.
6826 2009-11-19 [pawel]      3.7.3cvs18
6828         * Makefile.am
6829                 complete 3.7.3cvs15 so install is DESTDIR safe
6830                 remove icons with changed names on uninstall
6832 2009-11-18 [pawel]      3.7.3cvs17
6834         * src/news_gtk.c
6835                 remove unneeded and code-duplicating function
6837 2009-11-18 [pawel]      3.7.3cvs16
6839         * src/news_gtk.c
6840                 Fix Bug 2057 'Claws mail does not keep renamed names
6841                 of nntp-subscribed groups'
6842                 Check for already subscribed group using item->path for group
6843                 comparision as folders item->path != item->name may be truth 
6844                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6846 2009-11-17 [pawel]      3.7.3cvs15
6848         * Makefile.am
6849                 Fix Bug 2049 'some icons not copied?'
6850                 Install additional 64x64 and 128x128 icons
6852 2009-11-17 [holger]     3.7.3cvs14
6854         * src/prefs_toolbar.c
6855         * src/prefs_toolbar.h
6856         * src/toolbar.c
6857         * src/toolbar.h
6858                 Allow plugins to register toolbar items
6860 2009-11-11 [pawel]      3.7.3cvs13
6862         * src/addressbook.c
6863         * src/compose.c
6864         * src/compose.h
6865         * src/filtering.c
6866                 Fix Bug 1867 Changing account does not change BCC address
6867                 Set account specific headers when changing account
6868                 in compose window.
6870 2009-11-07 [colin]      3.7.3cvs12
6872         * src/gtk/prefswindow.c
6873                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6874                 Patch by Pawel
6876 2009-11-07 [colin]      3.7.3cvs11
6878         * src/gtk/spell_entry.c
6879                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6880                 Patch by Pawel Pekala
6882 2009-10-27 [colin]      3.7.3cvs10
6884         * src/folder.c
6885                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6886                 Don't try to check whether the folder is up-to-date if
6887                 the folder class doesn't implement set_mtime, as we don't
6888                 care in this case. This code exists since a long time, but
6889                 the bug was triggered by more scanning of queue folders 
6890                 since recently (when we added \Deleted handling).
6892 2009-10-27 [colin]      3.7.3cvs9
6894         * src/mainwindow.c
6895                 Try to fix registering as default client
6896                 on windows 7
6898 2009-10-21 [wwp]        3.7.3cvs8
6900         * src/common/utils.c
6901                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6903 2009-10-21 [wwp]        3.7.3cvs7
6905         * src/common/utils.c
6906                 Don't core dump when attempting to insert a non-existing
6907                 file using a mailto: uri (g_error does core dump).
6909 2009-10-20 [colin]      3.7.3cvs6
6911         * src/common/utils.c
6912                 Don't g_error on normal warnings...
6914 2009-10-20 [colin]      3.7.3cvs5
6916         * src/plugins/pgpcore/sgpgme.c
6917                 Fix bug 1996, 'S/MIME key not selected'
6918                 Check for S/MIME certs too
6920 2009-10-20 [colin]      3.7.3cvs4
6922         * src/common/w32lib.h
6923                 Fix win32 build on latest mingw32
6925 2009-10-20 [colin]      3.7.3cvs3
6927         * src/exportldif.c
6928         * src/ldif.c
6929         * src/ldif.h
6930                 Fix LDIF export. Patch by Michael Rasmussen
6932 2009-10-18 [paul]       3.7.3cvs2
6934         * tools/claws.i18n.status.pl
6935                 increase the value of $transolddays since we're relasing less
6936                 often now.
6937                 rework the en_GB.po hack so that en_GB is always 100% translated
6938                 and recently updated
6940 2009-10-17 [paul]       3.7.3cvs1
6942         * src/prefs_account.c
6943         * src/prefs_compose_writing.c
6944         * src/prefs_receive.c
6945         * src/prefs_summaries.c
6946         * src/prefs_wrapping.c
6947                 reword a few labels. (this incorporates everything
6948                 that seemed worthwhile from bug 2020)
6949         * src/prefs_customheader.c
6950                 use a 'Browse' button instead of button with
6951                 label 'From file...'
6953 2009-10-12 [colin]
6955         * CVS repository change
6957 2009-10-09 [paul[       3.7.3
6959         version 3.7.3 unleashed!!
6961 2009-10-07 [paul]       3.7.2cvs49
6963         * src/folderview.c
6964         * src/folderview.h
6965         * src/mainwindow.c
6966                 fix  Bug 1994 -  Changing colors required restart.
6967                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6968                 more accurate folderview_reinit_fonts()
6970 2009-10-07 [paul]       3.7.2cvs48
6972         * src/addrgather.c
6973         * src/prefs_common.c
6974         * src/prefs_common.h
6975                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6976                 patch by Pawel Pekala
6978 2009-10-07 [paul]       3.7.2cvs47
6980         * po/cs.po
6981         * po/de.po
6982         * po/hu.po
6983         * po/id.po
6984         * po/ja.po
6985         * po/pt_BR.po
6986                 updated by David Vachulka, Stephan Sachse and Marc Arens,
6987                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
6988                 Goncalves Guimaraes
6990 2009-10-06 [colin]      3.7.2cvs46
6992         * po/fr.po
6993                 French translation update
6995 2009-10-05 [paul]       3.7.2cvs45
6997         * src/printing.c
6998                 enable Page Size and Orientation in the print dialog,
6999                 GTK+ >= 2.18.x only. Patch by Mark__T
7001 2009-10-05 [paul]       3.7.2cvs44
7003         * src/prefs_summaries.c
7004                 fix label, startup --> start-up, to match other uses of the
7005                 term
7007 2009-10-05 [paul]       3.7.2cvs43
7009         * po/pl.po
7010                 updated by Emilian Nowak
7012 2009-10-03 [colin]      3.7.2cvs42
7014         * src/mimeview.c
7015         * src/noticeview.c
7016         * src/gtk/gtkcmclist.c
7017         * src/gtk/gtkvscrollbutton.c
7018         * src/gtk/logwindow.c
7019                 GTK+ 2.18 fixes:
7020                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
7021                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
7022                 Fix warning at start
7024 2009-09-28 [colin]      3.7.2cvs41
7026         * src/matcher.c
7027         * src/mimeview.c
7028         * src/prefs_folder_item.c
7029                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
7031 2009-09-28 [colin]      3.7.2cvs40
7033         * src/prefs_summaries.c
7034         * src/gtk/sslcertwindow.c
7035                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
7036                 shows up garbled in GUI'. Patch by Pawel Pekala
7038 2009-09-24 [iwkse]      3.7.2cvs39
7040         * configure.ac
7041             That's only for statistics, of course :)
7043 2009-09-24 [iwkse]      3.7.2cvs38
7045         * configure.ac
7046             ...
7048 2009-09-24 [iwkse]      3.7.2cvs37
7050         * configure.ac
7051             Revert unwanted change
7053 2009-09-24 [iwkse]      3.7.2cvs36
7055         * src/action.c
7056             Fix issue with filtering actions and 
7057             parsed parameters
7059 2009-09-20 [mones]      3.7.2cvs35
7061         * tools/convert_mbox.pl
7062                 Add -R flag to support recursive conversions
7063                 of arbitrary Evolution mail folders, based on
7064                 bash script by Daniel Dickinson (fixes debian 
7065                 bug #461435) 
7066         * tools/popfile-link.sh
7067                 Set required shell for script (fixes debian 
7068                 bug #530057)
7070 2009-09-16 [colin]      3.7.2cvs34
7072         * src/main.c
7073                 Go grab files in /etc/skel if they exist
7074                 at first startup 
7076 2009-09-15 [colin]      3.7.2cvs33
7078         * src/procmime.c
7079                 Complete 3.7.1cvs42: only output directly to
7080                 final file if we get NULL byes at the start.
7081                 Still fixes saving UTF16 files, but also
7082                 fixes displaying Base64 parts with decoding
7083                 errors (parts without errors get displayed)
7085 2009-09-14 [colin]      3.7.2cvs32
7087         * src/matcher.c
7088         * src/matcher.h
7089         * src/matcher_parser_parse.y
7090         * src/prefs_matcher.c
7091                 Add 'has_attachment' and 'signed' matcher
7092                 expressions. Patch by Aleksei Miheev, fixes
7093                 bug 1997. 
7095 2009-09-14 [colin]      3.7.2cvs31
7097         * src/common/utils.c
7098                 Add "Re :" prefix from french Yahoo mail.
7099                 Patch by Didier Barvaux, fixes bug 1999
7101 2009-09-10 [mones]      3.7.2cvs30
7103         * manual/plugins.xml
7104                 Fix sites supported by SpamReport
7105         * manual/es/plugins.xml
7106                 Synchronise Spanish manual
7108 2009-09-07 [holger]     3.7.2cvs29
7110         * Makefile.am
7111                 Also update the icon cache on uninstall.
7112                 This prevents possible problems when Claws Mail was
7113                 uninstalled and installed again into a different location,
7114                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7115                 and the blog post linked therein
7117 2009-09-07 [paul]       3.7.2cvs28
7119         * src/prefs_toolbar.c
7120                 when updating the main toolbar icons just update
7121                 the main toolbar (and consequently fix a bug where
7122                 folderview icons would disappear)
7124 2009-08-30 [holger]     3.7.2cvs27
7126         * src/compose.c
7127                 Do case-insensitive comparison against
7128                 header names when extracting recipients
7129                 from composed mails
7131 2009-08-23 [colin]      3.7.2cvs26
7133         * src/mbox.c
7134                 Probably fix RH bug 512024, " folder.c:3543 
7135                 Condition msglist != NULL failed"
7137 2009-08-23 [colin]      3.7.2cvs25
7139         * src/prefs_compose_writing.c
7140                 Make the maximum size warning bigger. Patch
7141                 by Didier Barvaux on bug 1986.
7143 2009-08-21 [colin]      3.7.2cvs24
7145         * src/compose.c
7146                 Previous commit: move the function into compose_insert_file
7147                 so that it's also used on drag-n-drop
7149 2009-08-21 [colin]      3.7.2cvs23
7151         * src/compose.c
7152                 Fix scrolling when adding an header
7154 2009-08-21 [colin]      3.7.2cvs22
7156         * src/compose.c
7157         * src/prefs_common.c
7158         * src/prefs_common.h
7159         * src/prefs_compose_writing.c
7160         * src/common/utils.c
7161                 Fix bug 1986, "New feature: warn user when inserting 
7162                 a large file in the message body". Patch by Didier
7163                 Barvaux
7165 2009-08-21 [colin]      3.7.2cvs21
7167         * AUTHORS
7168         * src/gtk/authors.h
7169         * src/common/utils.c
7170                 Fix bug 1984: Add R�f. : reply prefix (french 
7171                 Lotus Notes); patch by Didier Barvaux
7173 2009-08-21 [colin]      3.7.2cvs20
7175         * src/codeconv.c
7176         * src/codeconv.h
7177                 Fix bug 1969, 'Bad guess for outgoing encoding'
7178                 Make sure the specific converters (japanese in
7179                 this case) can return success/error in strict
7180                 mode, instead of silently failing back to 
7181                 strncpy
7183 2009-08-20 [holger]     3.7.2cvs19
7185         * src/compose.c
7186         * src/compose.h
7187                 Make it possible for code outside
7188                 compose (e.g. plugins) to attach files
7190 2009-08-20 [colin]      3.7.2cvs18
7192         * src/main.c
7193                 Fix crash when accessing IMAP soon
7195 2009-08-18 [colin]      3.7.2cvs17
7197         * src/ldapquery.c
7198                 Maybe fix crash on non-existent LDAP server
7200 2009-08-04 [colin]      3.7.2cvs16
7202         * src/toolbar.c
7203                 Fix toolbar's spacing that breaks dark
7204                 themes (patch from http://blogs.igalia.com/aperez/
7205                 2009/07/making-claws-mail-look-better/)
7207 2009-07-28 [colin]      3.7.2cvs15
7209         * src/account.c
7210         * src/addrcustomattr.c
7211         * src/addressadd.c
7212         * src/addressbook_foldersel.c
7213         * src/addrgather.c
7214         * src/browseldap.c
7215         * src/compose.c
7216         * src/editbook.c
7217         * src/editgroup.c
7218         * src/editjpilot.c
7219         * src/editldap.c
7220         * src/editldap_basedn.c
7221         * src/edittags.c
7222         * src/editvcard.c
7223         * src/exphtmldlg.c
7224         * src/expldifdlg.c
7225         * src/export.c
7226         * src/foldersel.c
7227         * src/import.c
7228         * src/importldif.c
7229         * src/importmutt.c
7230         * src/importpine.c
7231         * src/prefs_actions.c
7232         * src/prefs_customheader.c
7233         * src/prefs_display_header.c
7234         * src/prefs_filtering.c
7235         * src/prefs_folder_column.c
7236         * src/prefs_matcher.c
7237         * src/prefs_summary_column.c
7238         * src/prefs_summary_open.c
7239         * src/prefs_template.c
7240         * src/textview.c
7241         * src/uri_opener.c
7242                 Fix bug 1950, 'Program freeze up during folder selection'
7243                 Don't leave hidden windows modal
7245 2009-07-28 [colin]      3.7.2cvs14
7247         * src/ldapquery.c
7248                 Fix bug 1957, 'LDAP errs out after searching too 
7249                 many search bases'
7251 2009-07-28 [colin]      3.7.2cvs13
7253         * src/summaryview.c
7254                 Fix bug 1966, '"Collapse all threads" slower than 
7255                 "Expand all threads"'
7257 2009-07-28 [colin]      3.7.2cvs12
7259         * src/common/session.c
7260                 Fix bug 1967, 'Claws gets stuck after accepting 
7261                 a certificate warning dialog'
7263 2009-07-19 [paul]       3.7.2cvs11
7265         * manual/plugins.xml
7266                 a few small changes to the English
7268 2009-07-18 [mones]      3.7.2cvs10
7270         * manual/plugins.xml
7271                 Add new bsfilter and fancy plugins to the docs
7272                 and a note about dealing with plugins of the same class
7273         * src/prefs_account.c
7274                 Fix extra space at the end typo
7276 2009-07-16 [colin]      3.7.2cvs9
7278         * src/summaryview.c
7279                 Fix wrong return without unlocking; thanks
7280                 to mupuf_
7282 2009-07-14 [colin]      3.7.2cvs8
7284         * src/imap.c
7285                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7287 2009-07-10 [colin]      3.7.2cvs7
7289         * src/plugins/pgpcore/plugin.def
7290         * src/common/utils.h
7291                 Fix windows port
7293 2009-07-10 [colin]      3.7.2cvs6
7295         * src/prefs_display_header.c
7296                 Fix bug 1951, 'C-Mail dumps core when editing 
7297                 displayed headers'. Patch by Alexey Rusakov
7299 2009-07-10 [colin]      3.7.2cvs5
7301         * src/folderview.c
7302                 Fix bug 1952, 'Deleted mails in Queue folder 
7303                 highlight it'.
7305 2009-07-09 [colin]      3.7.2cvs4
7307         * src/gtk/spell_entry.c
7308                 Fix bug 1949, 'Spell checker doesn't recognise 
7309                 certain word in Subject header, but does in 
7310                 message body'. Patch by Pawel Pekala.
7312 2009-07-09 [paul]       3.7.2cvs3
7314         * configure.ac
7315                 use pkgconfig to check for the minimum required
7316                 version of GnuTLS
7318 2009-07-06 [colin]      3.7.2cvs2
7320         * src/prefs_customheader.c
7321                 Fix build failure
7323 2009-07-04 [paul]       3.7.2cvs1
7325         * tools/claws.i18n.status.pl
7326                 updated
7328 2009-07-03 [paul]       3.7.2
7330         * NEWS
7331         * README
7332         * RELEASE_NOTES 
7333                 3.7.2 released!
7335 2009-07-03 [paul]       3.7.1cvs85
7337         * AUTHORS
7338         * configure.ac
7339         * po/pt_PT.po
7340         * po/sk.po
7341         * src/gtk/authors.h
7342                 added new translations by Tiago Faria and Slavko
7343         * po/bg.po
7344         * po/cs.po
7345         * po/de.po
7346         * po/es.po
7347         * po/fi.po
7348         * po/fr.po
7349         * po/hu.po
7350         * po/id.po
7351         * po/it.po
7352         * po/ja.po
7353         * po/pt_BR.po
7354         * po/ru.po
7355                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7356                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7357                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7358                 Goncalves Guimaraes, Aleksei Miheev
7360 2009-07-01 [colin]      3.7.1cvs84
7362         * src/prefs_common.c
7363                 Fix bug 1940, 'Doesn't open links in 
7364                 user's default browser'. Turn the preference
7365                 to TRUE by default; that will only change the
7366                 behaviour for new users.
7368 2009-06-29 [colin]      3.7.1cvs83
7370         * src/filtering.c
7371         * src/filtering.h
7372         * src/prefs_filtering_action.c
7373                 Fix bug 1935, 'problems with very long filtering actions':
7374                 Use a dynamic buffer in action to string, and a bigger
7375                 buffer in string to action
7377 2009-06-29 [colin]      3.7.1cvs82
7379         * src/matcher_parser_lex.l
7380                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7382 2009-06-29 [colin]      3.7.1cvs81
7384         * src/addressbook.c
7385                 Fix warnings
7386         * src/editgroup.c
7387                 Fix crash (out-of-bounds tree column)
7388         * src/gtk/gtkcmctree.c
7389         * src/gtk/gtksctree.c
7390                 Prevent using an out-of-bounds tree column
7392 2009-06-29 [colin]      3.7.1cvs80
7394         * src/ldapupdate.c
7395         * src/ldif.c
7396                 Leak fixes; patch by Pawel Pekala.
7398 2009-06-26 [colin]      3.7.1cvs79
7400         * src/summaryview.c
7401                 Sort by msgnum if dates are equal
7403 2009-06-24 [paul]       3.7.1cvs78
7405         * src/summaryview.c
7406                 make some (forgotten) strings translatable
7408 2009-06-19 [colin]      3.7.1cvs77
7410         * src/summaryview.c
7411                 Fix menu sensitiveness
7413 2009-06-18 [colin]      3.7.1cvs76
7415         * configure.ac
7416         * src/plugins/pgpcore/sgpgme.c
7417         * src/plugins/pgpcore/sgpgme.h
7418         * src/plugins/pgpmime/mypgpcore.def
7419         * src/plugins/pgpmime/pgpmime.c
7420         * src/plugins/smime/mypgpcore.def
7421         * src/plugins/smime/smime.c
7422                 Use largefile support (and stop using our old GPGME
7423                 hack on gpgme_data_seek/rewind)
7424                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7425                 should soon know :)
7427 2009-06-13 [colin]      3.7.1cvs75
7429         * src/gtk/spell_entry.c
7430                 Fix assertion. We can put a NULL gtkaspell to
7431                 an entry; it just means it won't be spell-checked.
7433 2009-06-12 [mones]      3.7.1cvs74
7435         * src/compose.c
7436         * src/messageview.c
7437         * src/prefs_account.c
7438         * src/prefs_account.h
7439         * src/common/utils.c
7440         * src/common/utils.h
7441                 Added preference to use account address in generated
7442                 Message-Id. Fixes Debian bug #531052
7444 2009-06-12 [colin]      3.7.1cvs73
7446         * src/common/ssl.c
7447                 Better fix, API-compatible with libgnutls13
7449 2009-06-12 [colin]      3.7.1cvs72
7451         * src/common/ssl.c
7452                 Use compatibility mode in GnuTLS, and avoid problems with 
7453                 servers that don't comply 100% with the spec, but still
7454                 exist.
7456 2009-06-06 [iwkse]      3.7.1cvs71
7458         * src/compose.c
7459                 Ops..revert a mix with another patch
7461 2009-06-06 [iwkse]      3.7.1cvs70
7463         * src/compose.c
7464                 A better fix for the previous commit's issue
7466 2009-06-06 [iwkse]      3.7.1cvs69
7468         * src/compose.c
7469                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7470                 event is sent to the Attach property window
7472 2009-06-05 [colin]      3.7.1cvs68
7474         * src/compose.c
7475                 Fix build on GTK+ 2.6
7477 2009-06-03 [mones]      3.7.1cvs67
7479         * tools/make.themes.project
7480                 Oops! fix header, sorry Paul ;-)
7482 2009-06-03 [mones]      3.7.1cvs66
7484         * tools/make.themes.project
7485                 Add support for PNG themes and other
7486                 fixes i don't remember now... :)
7488 2009-06-02 [colin]      3.7.1cvs65
7490         * src/compose.c
7491         * src/prefs_template.c
7492         * src/quote_fmt.c
7493                 Fix error messages in templates, and fix their
7494                 checking
7496 2009-05-22 [colin]      3.7.1cvs64
7498         * src/compose.c
7499                 And remove hbox too
7501 2009-05-22 [colin]      3.7.1cvs63
7503         * src/compose.c
7504                 Fix phantom button behind entry when
7505                 changing fields via Tools/Reply mode.
7507 2009-05-22 [colin]      3.7.1cvs62
7509         * src/compose.c
7510                 Fix icon size
7512 2009-05-21 [mones]      3.7.1cvs61
7514         * src/compose.c
7515         * src/compose.h
7516                 Add button to empty header lines with one click
7518 2009-05-21 [paul]       3.7.1cvs60
7520         * src/mainwindow.c
7521         * src/mainwindow.h
7522         * src/plugins/trayicon/trayicon.c
7523                 when quitting from the trayicon, honour
7524                 prefs_common.clean_on_exit
7526 2009-05-21 [paul]       3.7.1cvs59
7528         * src/gtk/Makefile.am
7529                 remove duplicate entry
7530                 thanks to Charles A Edwards
7532 2009-05-19 [paul]       3.7.1cvs58
7534         * src/send_message.c
7535                 clear progressbar in the statusbar on 'Cancel'
7537 2009-05-16 [colin]      3.7.1cvs57
7539         * AUTHORS
7540         * src/gtk/authors.h
7541                 Add Fabian
7543 2009-05-16 [colin]      3.7.1cvs56
7545         * src/msgcache.c
7546                 Remove msgnum>0 condition for removing messages
7547                 from caches. There's no such condition on add.
7548                 Fixes bug 1913, 'Allow to remove phantom 
7549                 messages from the cache'; patch by Fabian
7550                 Keil <fk at fabiankeil.de>
7552 2009-05-12 [holger]     3.7.1cvs55
7554         * src/messageview.c
7555         * src/messageview.h
7556                 Introduce hook after showing of the message view
7558 2009-05-11 [colin]      3.7.1cvs54
7560         * src/compose.c
7561                 Fix bug 1872, 'A: Cc: CCi: selector should 
7562                 default on same as preceding contact'
7564 2009-05-10 [holger]     3.7.1cvs53
7566         * src/addr_compl.c
7567         * src/addr_compl.h
7568                 Add a hook to make it possible for plugins to
7569                 modify the address completion list
7571 2009-05-06 [paul]       3.7.1cvs52
7573         * src/folder.c
7574         * src/mimeview.c
7575                 fix bug 1915, 'Mails signed with smime.p7s
7576                 display both signed and attachment icon.'
7578 2009-05-05 [colin]      3.7.1cvs51
7580         * src/common/utils.c
7581                 Fix patch :)
7583 2009-05-05 [colin]      3.7.1cvs50
7585         * src/common/utils.c
7586                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7587                 different mountpoint than tempdir'
7589 2009-05-04 [colin]      3.7.1cvs49
7591         * src/msgcache.c
7592                 Probably fix bug 1914, 'Crash reading
7593                 corrupted tags file'
7595 2009-04-26 [paul]       3.7.1cvs48
7597         * configure.ac
7598         * src/gtk/gtkaspell.h
7599                 fix bug 1904, 'build mechanism looks for
7600                 'enchant.h' in a wrong place'
7602 2009-04-25 [paul]       3.7.1cvs47
7604         * src/printing.c
7605                 gah! fix coding style!
7607 2009-04-25 [paul]       3.7.1cvs46
7609         * src/printing.c
7610         * src/toolbar.c
7611                 if building with GTK+ >= 2.16 use
7612                 gtk_orientable_set_orientation() instead of now
7613                 deprecated gtk_toolbar_set_orientation()
7615 2009-04-24 [colin]      3.7.1cvs45
7617         * src/compose.c
7618                 Ask before sending if an attached file has
7619                 disappeared.
7621 2009-04-19 [paul]       3.7.1cvs44
7623         * src/prefs_common.c
7624         * src/prefs_common.h
7625         * src/gtk/about.c
7626                 save About window size.
7627                 patch by Pawel Pekala
7629 2009-04-12 [paul]       3.7.1cvs43
7631         * tools/csv2addressbook.pl
7632                 add extra CSV fields that are now appended
7633                 by thunderbird (version 2.0.0.21)
7635 2009-04-08 [colin]      3.7.1cvs42
7637         * src/procmime.c
7638                 fix saving (but not displaying) of UTF-16
7639                 files
7641 2009-04-08 [colin]      3.7.1cvs41
7643         * src/gtk/manage_window.c
7644                 Disable transient windows on win32 - seems to
7645                 fix most focusing issues
7647 2009-04-05 [colin]      3.7.1cvs40
7649         * src/procmsg.c
7650                 Don't ask whether we want to send deleted mails in queue
7651                 folders; also, don't send deleted mails when flushing
7652                 queues
7654 2009-04-04 [paul]       3.7.1cvs39
7656         * AUTHORS
7657         * configure.ac
7658         * po/id.po
7659         * src/gtk/authors.h
7660         * tools/claws.i18n.status.pl
7661                 add new Indonesian translation, by
7662                 MSulchan Darmawan
7664 2009-04-03 [paul]       3.7.1cvs38
7666         * AUTHORS
7667         * src/gtk/authors.h
7668                 credit due
7670 2009-04-03 [colin]      3.7.1cvs37
7672         * src/compose.c
7673         * src/textview.c
7674                 Fix bug 1891, 'Add support for gopher:// links'
7675                 Patch by Jacob Head <clawsmail at jacob-head.com>
7676                 Let's go back to the roots! 
7678 2009-04-03 [paul]       3.7.1cvs36
7680         * m4/Makefile.am
7681                 complete cvs35
7683 2009-04-03 [paul]       3.7.1cvs35
7685         * configure.ac
7686                 add AC_CONFIG_MACRO_DIR([m4])
7687                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7688         * m4/aclocal-include.m4
7689                 removed this now unneeded file
7691 2009-04-02 [colin]      3.7.1cvs34
7693         * src/common/utils.h
7694                 Fix previous (thanks to Marcus :)
7696 2009-04-02 [colin]      3.7.1cvs33
7698         * src/common/utils.h
7699         * src/etpan/etpan-thread-manager.c
7700                 pipe() was a macro from GLib on win32 until
7701                 glib 2.13.2. It's undefined after that.
7702                 Thanks to Marcus Brinkmann for the heads-up!
7704 2009-03-31 [colin]      3.7.1cvs32
7706         * src/folder_item_prefs.c
7707                 Copy folder settings with prefs
7709 2009-03-31 [colin]      3.7.1cvs31
7711         * src/prefs_account.c
7712                 Don't use un-sensitive checkboxes in Privacy tab
7713                 when privacy system in None (makes unchecking 
7714                 painful when no privacy plugin is loaded)
7716 2009-03-30 [colin]      3.7.1cvs30
7718         * src/folder.c
7719         * src/folder.h
7720         * src/imap.c
7721         * src/mainwindow.c
7722         * src/mainwindow.h
7723         * src/prefs_account.c
7724         * src/prefs_account.h
7725         * src/summaryview.c
7726         * src/summaryview.h
7727                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7728                 Add an option on the Receive page of IMAP account preferences:
7729                 "Move deleted mails to trash and expunge immediately". This
7730                 option defaults to TRUE to avoid changing the existing behaviour.
7731                 Setting it to FALSE prevents automatic expunging. 
7732                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7733                 (View/Hide deleted message being a per-folder setting, and behaving,
7734                 like View/Hide read messages).
7736 2009-03-30 [colin]      3.7.1cvs29
7738         * src/imap.c
7739                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7740                 ask for IMAP password when using GSSAPI auth
7742 2009-03-27 [colin]      3.7.1cvs28
7744         * src/folder.c
7745                 Fix cvs14, make sure we mark non-existent caches dirty
7746                 (or they never get written)
7748 2009-03-27 [colin]      3.7.1cvs27
7750         * src/imap.c
7751                 Fix tag update when all tags are removed 
7752                 from another client
7754 2009-03-25 [colin]      3.7.1cvs26
7756         * configure.ac
7757                 Fix configure.ac, thanks to Pawel
7759 2009-03-25 [colin]      3.7.1cvs25
7761         * src/news.c
7762         * src/etpan/nntp-thread.c
7763                 Fix header fetching (NG/To/Cc). Fixes 
7764                 bug 1883, 'Message processing fails to 
7765                 act on Newsgroups: field'
7767 2009-03-23 [colin]      3.7.1cvs24
7769         * src/textview.c
7770                 Fix internal headers visible in queue/sent
7772 2009-03-23 [colin]      3.7.1cvs23
7774         * configure.ac
7775                 Fix check for RC (resource compiler) used
7776                 on win32 (AC_LIBTOOL_RC used to call it 
7777                 implicitely but stopped)
7779 2009-03-19 [colin]      3.7.1cvs22
7781         * src/toolbar.c
7782                 Put spam button in default toolbar even if
7783                 bogofilter and spamassassin are not built.
7784                 Other anti-spam plugin could exist! :)
7785         * src/common/utils.c
7786                 Fix exit status fetch on win32
7788 2009-03-18 [paul]       3.7.1cvs21
7790         * src/gtk/spell_entry.c
7791                 fix "[BUG] Wrong word replaced in 'Subject:'
7792                 when spell-checking correction used"
7793                 Patch by Pawel Pekala
7795 2009-03-17 [colin]      3.7.1cvs20
7797         * src/common/utils.c
7798                 Fix win32 build (from cvs12)
7800 2009-03-17 [colin]      3.7.1cvs19
7802         * src/compose.c
7803                 Fix bug 1735, 'Change To: and Newsgroups: 
7804                 recipient field according account type'
7805                 Patch by Pawel
7807 2009-03-17 [colin]      3.7.1cvs18
7809         * src/msgcache.c
7810         * src/prefs_common.c
7811         * src/prefs_common.h
7812         * src/prefs_other.c
7813         * src/common/prefs.c
7814                 Add preference for fsyncing metadata
7816 2009-03-16 [paul]       3.7.1cvs17
7818         * src/prefs_customheader.c
7819                 add forgotten #if HAVE_LIBCOMPFACE
7821 2009-03-16 [paul]       3.7.1cvs16
7823         * src/prefs_customheader.c
7824                 put the (X-)Face preview image below the up/down
7825                 buttons so they don't jump around.
7826                 make the list reorderable by drag'n'drop
7828 2009-03-16 [colin]      3.7.1cvs15
7830         * src/prefs_customheader.c
7831                 Add a (X-)Face preview. Patch by iwkse.
7833 2009-03-16 [colin]      3.7.1cvs14
7835         * src/compose.c
7836         * src/folder.c
7837         * src/folder.h
7838         * src/msgcache.c
7839         * src/common/prefs.c
7840                 Add fsync calls to make sure we don't
7841                 lose data on system crashes. (to do:
7842                 add a pref to allow people choosing raw
7843                 speed)
7845 2009-03-15 [colin]      3.7.1cvs13
7847         * src/gtk/gtkaspell.c
7848                 Fix empty menu when there are no
7849                 suggestions (using the Spelling menu)
7851 2009-03-14 [colin]      3.7.1cvs12
7853         * src/common/utils.c
7854                 Win32: fix subject prefix length
7856 2009-03-11 [mones]      3.7.1cvs11
7858         * po/es.po
7859                 fix encoding declared in header
7860                 update translation now we're at it
7862 2009-03-10 [colin]      3.7.1cvs10
7864         * src/messageview.c
7865                 Fix "wrong mime" message printed out multiple
7866                 times
7868 2009-03-10 [colin]      3.7.1cvs9
7870         * src/prefs_folder_item.c
7871                 Fix build
7873 2009-03-09 [paul]       3.7.1cvs8
7875         * src/prefs_folder_item.c
7876         * src/send_message.c
7877                 fixes to english text
7879 2009-03-08 [paul]       3.7.1cvs7
7881         * po/ja.po
7882                 correct errors in header
7884 2009-03-08 [paul]       3.7.1cvs6
7886         * AUTHORS
7887         * configure.ac
7888         * po/ja.po
7889         * src/gtk/authors.h
7890         * tools/claws.i18n.status.pl
7891                 add Japanese translation, submitted by kazken3
7893 2009-03-07 [colin]      3.7.1cvs5
7895         * src/messageview.c
7896                 Don't let the invalid MIME warning hide
7897                 other noticeview (Partial receive or 
7898                 return receipt).
7900 2009-03-07 [colin]      3.7.1cvs4
7902         * src/procmime.c
7903                 Fix build
7905 2009-03-07 [colin]      3.7.1cvs3
7907         * src/messageview.c
7908         * src/procmime.c
7909         * src/procmime.h
7910                 Handle mimeparts that lack an end boundary.
7911                 They're invalid but it's too annoying for
7912                 normal users to fix.
7914 2009-03-06 [wwp]        3.7.1cvs2
7916         * src/compose.c
7917         * src/folder_item_prefs.c
7918         * src/folder_item_prefs.h
7919         * src/prefs_folder_item.c
7920                 Add per-folder default cc, bcc and reply-to.
7922 2009-03-06 [colin]      3.7.1cvs1
7924         * src/gedit-print.c
7925         * src/gtk/gtksourceprintjob.c
7926                 Fix build with old print interface
7928 2009-03-06 [paul]       3.7.1
7930         * NEWS
7931         * README
7932         * RELEASE_NOTES 
7933                 3.7.1 released!
7935 2009-03-06 [paul]       3.7.0cvs78
7937         * po/cs.po
7938         * po/de.po
7939         * po/fi.po
7940         * po/fr.po
7941         * po/hu.po
7942         * po/nl.po
7943         * po/pt_BR.po
7944         * po/sv.po
7945         * po/zh_CN.po
7946                 updated by David Vachulka, Stephan Sachse, Flammie
7947                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7948                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7949                 and Ralph Young
7951 2009-03-03 [colin]      3.7.0cvs77
7953         * src/prefs_filtering.c
7954                 Win32: Fix bug 1865, 'IMAP account name changes 
7955                 are not followed at filter actions'
7957 2009-03-02 [colin]      3.7.0cvs76
7959         * src/imap.c
7960                 Fix Launchpad bug 335571: 'claws-mail crashed 
7961                 with SIGSEGV in strlen() while deleting 
7962                 large amount of e-mails on IMAP account
7964 2009-02-27 [mones]      3.7.0cvs75
7966         * manual/es/account.xml
7967         * manual/es/ack.xml
7968         * manual/es/addrbook.xml
7969         * manual/es/advanced.xml
7970         * manual/es/claws-mail-manual.xml
7971         * manual/es/faq.xml
7972         * manual/es/glossary.xml
7973         * manual/es/gpl.xml
7974         * manual/es/handling.xml
7975         * manual/es/intro.xml
7976         * manual/es/keyboard.xml
7977         * manual/es/plugins.xml
7978         * manual/es/starting.xml
7979                 Sync with English version, fix some typos
7980                 Changed encoding to UTF-8
7981         * po/es.po
7982                 Update for release, changed encoding to UTF-8
7984 2009-02-24 [colin]      3.7.0cvs74
7986         * src/printing.c
7987                 Don't print separation line if there
7988                 are no headers
7990 2009-02-23 [cleroy]     3.7.0cvs73
7992         * src/account.c
7993         * src/action.c
7994         * src/addr_compl.c
7995         * src/addrbook.c
7996         * src/addrcache.c
7997         * src/addrcindex.c
7998         * src/addrclip.c
7999         * src/addrduplicates.c
8000         * src/addressadd.c
8001         * src/addressbook.c
8002         * src/addressbook_foldersel.c
8003         * src/addrharvest.c
8004         * src/addrindex.c
8005         * src/addritem.c
8006         * src/addrquery.c
8007         * src/addrselect.c
8008         * src/codeconv.c
8009         * src/compose.c
8010         * src/customheader.c
8011         * src/editaddress.c
8012         * src/editaddress_other_attributes_ldap.c
8013         * src/editgroup.c
8014         * src/editldap.c
8015         * src/enriched.c
8016         * src/exporthtml.c
8017         * src/exportldif.c
8018         * src/filtering.c
8019         * src/folder.c
8020         * src/foldersel.c
8021         * src/folderutils.c
8022         * src/folderview.c
8023         * src/gedit-print.c
8024         * src/html.c
8025         * src/imap.c
8026         * src/imap_gtk.c
8027         * src/inc.c
8028         * src/jpilot.c
8029         * src/ldapctrl.c
8030         * src/ldapquery.c
8031         * src/ldapserver.c
8032         * src/ldapupdate.c
8033         * src/ldif.c
8034         * src/localfolder.c
8035         * src/main.c
8036         * src/mainwindow.c
8037         * src/matcher.c
8038         * src/mbox.c
8039         * src/messageview.c
8040         * src/mh.c
8041         * src/mh_gtk.c
8042         * src/mimeview.c
8043         * src/msgcache.c
8044         * src/mutt.c
8045         * src/news.c
8046         * src/news_gtk.c
8047         * src/noticeview.c
8048         * src/pine.c
8049         * src/pop.c
8050         * src/prefs_account.c
8051         * src/prefs_actions.c
8052         * src/prefs_common.c
8053         * src/prefs_filtering.c
8054         * src/prefs_filtering_action.c
8055         * src/prefs_folder_column.c
8056         * src/prefs_folder_item.c
8057         * src/prefs_gtk.c
8058         * src/prefs_matcher.c
8059         * src/prefs_quote.c
8060         * src/prefs_send.c
8061         * src/prefs_summaries.c
8062         * src/prefs_summary_column.c
8063         * src/prefs_template.c
8064         * src/prefs_themes.c
8065         * src/prefs_toolbar.c
8066         * src/printing.c
8067         * src/privacy.c
8068         * src/procheader.c
8069         * src/procmime.c
8070         * src/procmsg.c
8071         * src/quote_fmt.c
8072         * src/remotefolder.c
8073         * src/send_message.c
8074         * src/sourcewindow.c
8075         * src/statusbar.c
8076         * src/stock_pixmap.c
8077         * src/summary_search.c
8078         * src/summaryview.c
8079         * src/textview.c
8080         * src/toolbar.c
8081         * src/undo.c
8082         * src/uri_opener.c
8083         * src/vcard.c
8084         * src/common/base64.c
8085         * src/common/claws.c
8086         * src/common/hooks.c
8087         * src/common/plugin.c
8088         * src/common/prefs.c
8089         * src/common/session.c
8090         * src/common/smtp.c
8091         * src/common/socket.c
8092         * src/common/string_match.c
8093         * src/common/stringtable.c
8094         * src/common/utils.c
8095         * src/common/utils.h
8096         * src/common/xml.c
8097         * src/common/xmlprops.c
8098         * src/gtk/colorlabel.c
8099         * src/gtk/combobox.c
8100         * src/gtk/foldersort.c
8101         * src/gtk/gtkaspell.c
8102         * src/gtk/gtkcmclist.c
8103         * src/gtk/gtkcmctree.c
8104         * src/gtk/gtkcmoptionmenu.c
8105         * src/gtk/gtksctree.c
8106         * src/gtk/gtkshruler.c
8107         * src/gtk/gtksourceprintjob.c
8108         * src/gtk/gtkutils.c
8109         * src/gtk/gtkvscrollbutton.c
8110         * src/gtk/logwindow.c
8111         * src/gtk/menu.c
8112         * src/gtk/pluginwindow.c
8113         * src/gtk/prefswindow.c
8114         * src/gtk/quicksearch.c
8115         * src/gtk/spell_entry.c
8116         * src/plugins/pgpcore/select-keys.c
8117         * src/plugins/pgpinline/pgpinline.c
8118         * src/plugins/pgpmime/pgpmime.c
8119         * src/plugins/smime/smime.c
8120         * src/plugins/spamassassin/spamassassin_gtk.c
8121                 Mass commit changing g_return_* to cm_return_*
8122                 and making these more interesting
8124 2009-02-23 [colin]      3.7.0cvs72
8126         * src/imap.c
8127                 Always initialise error code to no error
8129 2009-02-23 [colin]      3.7.0cvs71
8131         * src/imap.c
8132                 Fix separator substitution
8134 2009-02-23 [colin]      3.7.0cvs70
8136         * src/stock_pixmap.c
8137         * src/gtk/colorlabel.c
8138                 don't use g_return on normal checks
8140 2009-02-22 [colin]      3.7.0cvs69
8142         * src/addressbook.c
8143         * src/procmime.c
8144                 More fixes
8146 2009-02-22 [colin]      3.7.0cvs68
8148         * src/addrduplicates.c
8149         * src/addressbook.c
8150         * src/addrharvest.c
8151         * src/codeconv.c
8152         * src/compose.c
8153         * src/filtering.c
8154         * src/folder.c
8155         * src/imap.c
8156         * src/imap_gtk.c
8157         * src/importldif.c
8158         * src/jpilot.c
8159         * src/mainwindow.c
8160         * src/matcher.c
8161         * src/mbox.c
8162         * src/messageview.c
8163         * src/mh_gtk.c
8164         * src/prefs_common.c
8165         * src/prefs_filtering.c
8166         * src/prefs_gtk.c
8167         * src/printing.c
8168         * src/privacy.c
8169         * src/procmime.c
8170         * src/procmsg.c
8171         * src/summaryview.c
8172         * src/textview.c
8173         * src/undo.c
8174         * src/wizard.c
8175         * src/common/md5.c
8176         * src/common/socket.c
8177         * src/common/template.c
8178         * src/etpan/imap-thread.c
8179         * src/gtk/gtkaspell.c
8180         * src/gtk/gtkcmctree.c
8181         * src/gtk/gtksctree.c
8182         * src/gtk/inputdialog.c
8183         * src/plugins/pgpcore/sgpgme.c
8184         * src/plugins/pgpmime/pgpmime.c
8185         * src/plugins/smime/smime.c
8186         * src/plugins/spamassassin/spamassassin.c
8187                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8188                 uninitialised accesses
8190 2009-02-17 [colin]      3.7.0cvs67
8192         * src/compose.c
8193                 Disable controls during queuing
8195 2009-02-15 [colin]      3.7.0cvs66
8197         * src/privacy.c
8198         * src/plugins/pgpcore/select-keys.c
8199         * src/plugins/pgpcore/sgpgme.c
8200                 Disable use of disabled keys
8202 2009-02-15 [colin]      3.7.0cvs65
8204         * src/folderview.c
8205         * src/summaryview.c
8206                 Fix font updating after changing 
8207                 prefs_common.derive_from_normal_font
8209 2009-02-12 [paul]       3.7.0cvs64
8211         * src/addressitem.h
8212         * src/export.h
8213         * src/headerview.c
8214         * src/headerview.h
8215         * src/common/version.h.in
8216         * src/gtk/about.h
8217         * src/gtk/menu.c
8218         * src/gtk/menu.h
8219                 more copyright header fixes
8221 2009-02-12 [paul]       3.7.0cvs63
8223         * src/gtk/progressdialog.c
8224         * src/gtk/progressdialog.h
8225                 fix copyright header
8227 2009-02-12 [paul]       3.7.0cvs62
8229         * src/gtk/spell_entry.c
8230         * src/gtk/spell_entry.h
8231                 better, more standard copyright header
8233 2009-02-12 [paul]       3.7.0cvs61
8235         * src/gtk/spell_entry.c
8236         * src/gtk/spell_entry.h
8237                 changes to copyright header
8239 2009-02-12 [paul]       3.7.0cvs60
8241         * src/gtk/spell_entry.c
8242         * src/gtk/spell_entry.h
8243                 fix broken build
8245 2009-02-11 [colin]      3.7.0cvs59
8247         * src/gtk/spell_entry.c
8248         * src/gtk/spell_entry.h
8249                 Forgot to add files
8251 2009-02-11 [colin]      3.7.0cvs58
8253         * src/compose.c
8254         * src/gtk/Makefile.am
8255         * src/gtk/gtkaspell.c
8256         * src/gtk/gtkaspell.h
8257                 Add spellcheck to subject. Patch by
8258                 Pawel.
8260 2009-02-10 [holger]     3.7.0cvs57
8262         * src/printing.c
8263         * src/common/defs.h
8264                 Move filename define for printing page setup cache to defs.h
8266 2009-02-08 [mones]      3.7.0cvs56
8268         * src/matcher.h
8269                 Fix build for bison 2.4.1
8271 2009-02-06 [holger]     3.7.0cvs55
8273         * src/prefs_common.c
8274         * src/prefs_common.h
8275         * src/printing.c
8276                 Fix restoring of custom page setups for printing by
8277                 temporarily caching the settings.
8278                 This is a workaround for Gnome Bug #39018, and fixes
8279                 Claws Mail Bug #1840.
8281 2009-02-06 [colin]      3.7.0cvs54
8283         * src/mainwindow.c
8284                 Fix hardcoded Shift-Q quits. Fixes
8285                 bug 1838, 'Claws-Mail sometimes quits 
8286                 when attempting to type a capital Q'
8288 2009-01-31 [paul]       3.7.0cvs53
8290         * src/compose.c
8291                 revert 3.7.0cvs49, until there is time to find out
8292                 why it causes a nasty crash!
8294 2009-01-31 [paul]       3.7.0cvs52
8296         * src/mainwindow.c
8297                 1 string that was forgotten for translation
8299 2009-01-31 [paul]       3.7.0cvs51
8301         * src/messageview.c
8302                 2 strings that were forgotten for translation
8304 2009-01-31 [paul]       3.7.0cvs50
8306         * src/gtk/prefswindow.c
8307                 build prefs tree in a slightly smarter way -
8308                 fix bug where if path[0] had same name as
8309                 path[1], (like in the de translation), path[1]
8310                 was lost and not shown in the window
8312 2009-01-31 [paul]       3.7.0cvs49
8314         * src/compose.c
8315                 fix bug 1836, 'Quoted text still blue after
8316                 removal of quote-character'
8317                 comment out some debug_print's that needlessly
8318                 slow things down
8319         * src/undo.c
8320                 comment out a debug_print that needlessly slows
8321                 things down
8323 2009-01-31 [paul]       3.7.0cvs48
8325         * src/summaryview.c
8326                 fix bug 1834, '"semi"-selection when collapsing thread'
8328 2009-01-31 [paul]       3.7.0cvs47
8330         * src/prefs_compose_writing.c
8331         * src/prefs_message.c
8332                 move 'quote_chars' pref to where it should be
8334 2009-01-30 [paul]       3.7.0cvs46
8336         * src/summaryview.c
8337                 fix updating of popup menu sensitivity
8339 2009-01-28 [paul]       3.7.0cvs45
8341         * tools/filter_conv_new.pl
8342                 move 'move' and 'delete' to end of @actions
8343                 so that they are always final actions in the
8344                 generated filtering rule
8346 2009-01-27 [paul]       3.7.0cvs44
8348         * src/messageview.c
8349                 always select text/calendar mimepart if suitable
8350                 plugin (i.e. vCalendar) is available
8352 2009-01-27 [paul]       3.7.0cvs43
8354         * src/folder.c
8355                 fix crash when right-clicking in summaryview when
8356                 processing is active
8358 2009-01-22 [colin]      3.7.0cvs42
8360         * src/compose.c
8361         * src/privacy.c
8362         * src/privacy.h
8363                 When replying to signed/encrypted mail and the
8364                 preference to sign/encrypt in this case is set,
8365                 choose the original mail's privacy system (if
8366                 available).
8368 2009-01-21 [colin]      3.7.0cvs41
8370         * src/addressbook.h
8371                 Fix warning (on-the-fly theming of
8372                 addressbook isn't complete yet)
8374 2009-01-21 [colin]      3.7.0cvs40
8376         * src/account.c
8377         * src/addressbook.c
8378                 Win32: Fix window placement
8380 2009-01-21 [paul]       3.7.0cvs39
8382         * src/inc.c
8383                 update timeout log msg
8385 2009-01-17 [colin]      3.7.0cvs38
8387         * src/main.c
8388         * src/mbox.c
8389         * src/common/md5.c
8390         * src/common/utils.c
8391         * src/etpan/imap-thread.c
8392                 Fix g_open calls (which don't ignore mode)
8394 2009-01-17 [colin]      3.7.0cvs37
8396         * src/addressbook.c
8397         * src/compose.c
8398         * src/foldersel.c
8399         * src/main.c
8400         * src/mainwindow.c
8401         * src/mbox.c
8402         * src/common/md5.c
8403         * src/common/ssl_certificate.c
8404         * src/common/tags.c
8405         * src/common/utils.c
8406         * src/etpan/imap-thread.c
8407         * src/plugins/bogofilter/bogofilter.c
8408         * src/plugins/pgpinline/pgpinline.c
8409         * src/plugins/smime/smime.c
8410                 Probably fix bug 1825, 'Unable to fetch messages from 
8411                 IMAP folders named with non-ASCII string'
8412                 Change remaining occurences of fopen and open with
8413                 g_fopen and g_open
8415 2009-01-17 [paul]       3.7.0cvs36
8417         * manual/faq.xml
8418                 update an old, outdated piece of info
8420 2009-01-17 [paul]       3.7.0cvs35
8422         * src/prefs_folder_item.c
8423                 fix bug where saving Folder Properties of a
8424                 sub-folder of outbox, queue, draft or trash
8425                 would change its parent's folder type to normal
8427 2009-01-12 [mones]      3.7.0cvs34
8429         * po/es.po
8430                 Updated translation
8432 2009-01-12 [wwp]        3.7.0cvs33
8434         * tools/fix_date.sh
8435         * tools/popfile-link.sh
8436         * tools/textviewer.sh
8437                 Fix bashisms and other portability glitches (thanks to
8438                 Steven M. Bellovin).
8440 2009-01-11 [paul]       3.7.0cvs32
8442         * src/addrindex.c
8443                 clean up some build warnings
8445 2009-01-11 [colin]      3.7.0cvs31
8447         * src/addrindex.c
8448                 Revert part of patch 3.7.0cvs29 
8449                 This function is used when jpilot
8450                 support is disabled
8452 2009-01-11 [colin]      3.7.0cvs30
8454         * src/folder.c
8455                 folder_find_child_item_by_name():
8456                 actually use name, not path's basename
8458 2009-01-11 [paul]       3.7.0cvs29
8460         * src/addrclip.c
8461         * src/addrindex.c
8462         * src/addritem.c
8463         * src/foldersel.h
8464         * src/folderview.c
8465         * src/prefs_folder_item.c
8466                 clean up some build warnings
8468 2009-01-11 [paul]       3.7.0cvs28
8470         * src/gtk/about.c
8471                 don't even mention printing support, assume its
8472                 presence, unless building with GTK+ < 2.10.0
8474 2009-01-10 [colin]      3.7.0cvs27
8476         * src/codeconv.c
8477                 Fix bug 1811, '[mime] Crash when there's no 
8478                 room for filename's start on the same line'
8479                 When the mimetype of the attachment is very 
8480                 long, there's no room at all to start the 
8481                 name=... parameter on the same line. This
8482                 caused an infinite loop as 0 characters of
8483                 the filename could be appended.
8484                 In such cases, insert linebreak before the
8485                 name parameter.
8487 2009-01-09 [colin]      3.7.0cvs26
8489         * src/compose.c
8490         * src/mainwindow.c
8491         * src/common/utils.c
8492                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8493                 Compose Window does not attach'
8495 2009-01-09 [colin]      3.7.0cvs25
8497         * src/foldersel.c
8498                 Fix bug 1817, 'Changing Themes does not 
8499                 update the pixmaps in "Select folder" 
8500                 dialog box'
8502 2009-01-09 [colin]      3.7.0cvs24
8504         * src/main.c
8505                 Win32: Fix bug 1816, 'Attaching files with 
8506                 command-line generates error after attaching'
8508 2009-01-09 [paul]       3.7.0cvs23
8510         * src/gtk/about.c
8511                 forgot this '2009' in last commit
8513 2009-01-09 [paul]       3.7.0cvs22
8515         * src/*/*.[c,h]
8516                 it's 2009!
8517                 update copyright headers
8519 2009-01-09 [paul]       3.7.0cvs21
8521         * doc/man/claws-mail.1
8522                 update Team list
8524 2009-01-09 [colin]      3.7.0cvs20
8526         * src/messageview.c
8527                 Fix bug 1814, 'Windows' WM badly places 
8528                 message view'
8530 2009-01-09 [colin]      3.7.0cvs19
8532         * src/prefs_themes.c
8533         * src/stock_pixmap.c
8534         * src/stock_pixmap.h
8535         * src/common/utils.c
8536         * src/common/utils.h
8537                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8539 2009-01-08 [colin]      3.7.0cvs18
8541         * src/mimeview.c
8542                 Win32: Fix bug 1810, 'Pressing 'o' key 
8543                 crashes CM'
8545 2009-01-07 [colin]      3.7.0cvs17
8547         * src/html.c
8548                 Fix bug 1432, '&amp; not escaped in links (HTML 
8549                 rendered as text)'
8551 2009-01-06 [colin]      3.7.0cvs16
8553         * src/plugins/pgpcore/select-keys.c
8554                 Warn translators the usual way about
8555                 accels
8557 2009-01-06 [colin]      3.7.0cvs15
8559         * src/mainwindow.c
8560                 Fix synchronisation dialog that shouldn't
8561                 appear when network goes down (Network
8562                 Manager)
8563         * src/mimeview.c
8564         * src/textview.c
8565                 Fix save as when attach_save_dir isn't set
8566                 fixes bug 1804, 'attach_save_directory does 
8567                 not default to $HOME'
8568         * src/plugins/pgpcore/select-keys.c
8569                 Add mnemonics to buttons - warn translators!
8571 2009-01-06 [wwp]        3.7.0cvs14
8573         * src/common/utils.c
8574                 Fix cvs13, thanks to Colin.
8576 2009-01-06 [wwp]        3.7.0cvs13
8578         * src/common/utils.c
8579                 Better support for Spanish Outlook replies (RES).
8581 2009-01-02 [colin]      3.7.0cvs12
8583         * src/folderview.c
8584                 Fix (+) sign after collapsed folder names that 
8585                 have quicksearch-matching children.
8586                 Fixes bug 1506, 'Recursive search in collapsed 
8587                 folders'
8589 2009-01-02 [colin]      3.7.0cvs11
8591         * src/stock_pixmap.c
8592         * src/stock_pixmap.h
8593                 Remove now-unused stock_pixmap_gdk
8595 2009-01-02 [colin]      3.7.0cvs10
8597         * src/gtk/gtkutils.c
8598         * src/pixmaps/claws-mail_icon.xpm
8599                 Use pixbuf for app icon, and make the app icon
8600                 a bit nicer
8602 2009-01-02 [colin]      3.7.0cvs9
8604         * src/uri_opener.c
8605                 Show both link title and URI if possible
8607 2009-01-02 [colin]      3.7.0cvs8
8609         * src/addressadd.c
8610         * src/addressbook.c
8611         * src/addressbook_foldersel.c
8612         * src/addressitem.h
8613         * src/folderview.c
8614         * src/grouplistdialog.c
8615         * src/importldif.c
8616         * src/mimeview.c
8617         * src/summaryview.c
8618         * src/gtk/gtkcmclist.c
8619         * src/gtk/gtkcmclist.h
8620         * src/gtk/gtkcmctree.c
8621         * src/gtk/gtkcmctree.h
8622         * src/gtk/gtksctree.c
8623         * src/gtk/gtksctree.h
8624                 Implement pixbuf rendering in tree widgets
8625                 instead of pixmaps
8626         * src/plugins/trayicon/trayicon.c
8627         * src/noticeview.c
8628         * src/prefs_themes.c
8629                 Use pixbuf rendering here too
8631 2008-12-30 [paul]       3.7.0cvs7
8633         * src/textview.c
8634                 no need to prematurely trim the uri in the statusbar
8636 2008-12-29 [paul]       3.7.0cvs6
8638         * src/procmsg.c
8639                 prefer List-Id header to X-* headers when creating
8640                 filter rule automatically
8642 2008-12-28 [colin]      3.7.0cvs5
8644         * src/compose.c
8645                 Set minimum height to 440 instead of 480
8647 2008-12-22 [colin]      3.7.0cvs4
8649         * src/compose.c
8650                 Fix bug 1799, '"Discard message" deletes manually 
8651                 saved draft'. Switch rmode to REEDIT after 
8652                 manually saving.
8654 2008-12-21 [paul]       3.7.0cvs3
8656         * tools/claws.i18n.status.pl
8657                 updates
8659 2008-12-21 [paul]       3.7.0cvs2
8661         * AUTHORS
8662         * src/gtk/authors.h
8663                 (more) updates
8665 2008-12-21 [paul]       3.7.0cvs1
8667         * AUTHORS
8668         * src/gtk/authors.h
8669                 updates
8671 2008-12-19 [paul]       3.7.0
8673         * NEWS
8674         * README
8675         * RELEASE_NOTES 
8676                 3.7.0 released!
8678 2008-12-19 [paul]       3.6.1cvs80
8680         * configure.ac
8681                 remove unmaintained sk and sr from ALL_LINGUAS
8682                 add newly maintained cs to ALL_LINGUAS
8683         * po/bg.po
8684         * po/ca.po
8685         * po/cs.po
8686         * po/de.po
8687         * po/fi.po
8688         * po/hu.po
8689         * po/nl.po
8690         * po/pt_BR.po
8691         * po/ru.po
8692         * po/sv.po
8693                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8694                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8695                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8696                 Persson Fink
8698 2008-12-16 [colin]      3.6.1cvs79
8700         * src/plugins/pgpcore/sgpgme.c
8701                 Fix warning
8703 2008-12-15 [colin]      3.6.1cvs78
8705         * src/compose.c
8706         * src/privacy.c
8707         * src/privacy.h
8708         * src/plugins/pgpcore/sgpgme.c
8709         * src/plugins/pgpcore/sgpgme.h
8710         * src/plugins/pgpinline/pgpinline.c
8711         * src/plugins/pgpmime/pgpmime.c
8712         * src/plugins/smime/smime.c
8713                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8714                 email address" doesn't work'. Use custom from address
8715                 if set
8717 2008-12-15 [colin]      3.6.1cvs77
8719         * src/common/utils.c
8720                 Fix bug 1746, 'Makes a mailto link from several 
8721                 paragraphs'
8723 2008-12-15 [paul]       3.6.1cvs76
8725         * m4/spamassassin.m4
8726                 fix warnings thrown up by autoconf-2.63
8728 2008-12-13 [colin]      3.6.1cvs75
8730         * Makefile.am
8731         * src/Makefile.am
8732         * src/common/ssl.c
8733         * src/common/utils.c
8734         * src/common/utils.h
8735         * tools/Makefile.am
8736                 Finish previous patch
8738 2008-12-13 [colin]      3.6.1cvs74
8740         * tools/Makefile.am
8741                 Only install certs on windows
8743 2008-12-13 [colin]      3.6.1cvs73
8745         * tools/Makefile.am
8746         * tools/ca-certificates.crt
8747         * src/common/Makefile.am
8748         * src/common/ssl.c
8749                 First try to ship SSL certificates in Windows
8750                 build
8752 2008-12-12 [colin]      3.6.1cvs72
8754         * configure.ac
8755         * src/plugins/pgpinline/claws.def
8756                 Windows build fixes
8758 2008-12-12 [paul]       3.6.1cvs71
8760         * src/imap.c
8761         * src/mh.c
8762         * src/partial_download.c
8763         * src/textview.c
8764         * src/common/claws.c
8765         * src/common/prefs.c
8766         * src/common/utils.c
8767                 win32: fix unlinking, renaming and bug with
8768                 non-ascii username
8769                 Patch by Colin
8771 2008-12-11 [colin]      3.6.1cvs70
8773         * po/fr.po
8774         * manual/fr/advanced.xml
8775                 Update french translations
8777 2008-12-10 [colin]      3.6.1cvs69
8779         * manual/faq.xml
8780                 Correct bug submission guidelines
8782 2008-12-10 [colin]      3.6.1cvs68
8784         * src/plugins/pgpcore/pgp_viewer.c
8785                 Fix bug 1736, 'Key import does not work'
8786                 Kill the correct pid (and not the parent
8787                 shell), and increase the timeout a bit.
8789 2008-12-09 [paul]       3.6.1cvs67
8791         * src/messageview.c
8792                 ensure that any stray noticeview buttons are hidden,
8793                 as clicking them causes segfaults!
8795 2008-12-09 [colin]      3.6.1cvs66
8797         * src/compose.c
8798         * src/compose.h
8799         * src/folder_item_prefs.h
8800         * src/prefs_common.c
8801         * src/prefs_common.h
8802         * src/common/defs.h
8803                 Fix bug 1792, '"Save Message to" should 
8804                 retain list of recently selected folders'
8805                 Also, make Enchant-related prefs stick
8806                 even if the build doesn't enable enchant
8808 2008-12-09 [paul]       3.6.1cvs65
8810         * src/messageview.c
8811                 fix bug 1787, 'Prevent automatic PGP inline
8812                 decryption attempts' use the noticeview to display
8813                 decryption failure messages instead of the irritating
8814                 popup dialog
8816 2008-12-09 [colin]      3.6.1cvs64
8818         * src/prefs_filtering.c
8819                 Fix bug 1789, 'filtering account selection 
8820                 (regression)'. Filtering on sending-only
8821                 accounts can be a little useful when using
8822                 filtering via Tools menu.
8824 2008-12-07 [paul]       3.6.1cvs63
8826         * src/prefs_actions.c
8827                 don't auto-select first entry (same as other
8828                 similar dialogs)
8829         * src/gtk/pluginwindow.c
8830                 these parents don't have children so don't look
8831                 for them
8833 2008-12-07 [paul]       3.6.1cvs62
8835         * src/prefs_account.c
8836         * src/gtk/pluginwindow.c
8837         * src/gtk/prefswindow.c
8838         * src/gtk/prefswindow.h
8839                 auto-select first page
8841 2008-12-05 [colin]      3.6.1cvs61
8843         * src/codeconv.c
8844         * src/procmime.c
8845                 Fix bug 1788, 'CM crashes re-encoding 
8846                 encoded parameters' (introduced in cvs40)
8848 2008-12-05 [paul]       3.6.1cvs60
8850         * src/prefs_common.h
8851                 remove gpg prefs that are no longer needed here
8853 2008-12-03 [colin]      3.6.1cvs59
8855         * src/msgcache.c
8856                 Speed up cache reading (about 10% gain)
8857         * src/summaryview.c
8858         * src/gtk/gtksctree.c
8859                 Speed up expand/collapse all threads
8860                 (about 95% gain)
8862 2008-12-03 [paul]       3.6.1cvs58
8864         * configure.ac
8865                 eradicate gcc4's signedness warnings
8866                 fix building with gnuTLS on (Open)Solaris
8868 2008-12-01 [colin]      3.6.1cvs57
8870         * src/gtk/gtkcmclist.c
8871                 Fix column headers
8873 2008-12-01 [colin]      3.6.1cvs56
8875         * src/plugins/pgpinline/pgpinline.c
8876                 Fix bug 1779, 'PGP Inline badly handles 
8877                 multipart'. Properly dump the current part
8878                 instead of running around with scissors
8880 2008-11-30 [paul]       3.6.1cvs55
8882         * manual/advanced.xml
8883         * manual/plugins.xml
8884         * src/prefs_toolbar.c
8885                 remove the verb from the page title and
8886                 update references in the manual
8888 2008-11-30 [paul]       3.6.1cvs54
8890         * src/prefs_other.c
8891                 move Other/ page to Other/Miscellaneous
8892         * src/gtk/prefswindow.c
8893                 make parent page unselectable
8895 2008-11-29 [paul]       3.6.1cvs53
8897         * README
8898                 add the new 'primary_paste_unselects' hidden
8899                 option, add missing 'log_[...]_color' options,
8900                 and reformat the text
8901         * manual/advanced.xml
8902                 add the new 'primary_paste_unselects' hidden
8903                 option, add missing 'log_[...]_color' options
8905 2008-11-28 [colin]      3.6.1cvs52
8907         * src/mimeview.c
8908                 Fix leak
8910 2008-11-28 [colin]      3.6.1cvs51
8912         * po/fr.po
8913                 Update translation
8915 2008-11-28 [colin]      3.6.1cvs50
8917         * src/mainwindow.c
8918                 Fix account selection in Mailing list
8919                 menu
8921 2008-11-28 [paul]       3.6.1cvs49
8923         * po/Makefile.in.in
8924                 automatically remove obsolete strings
8926 2008-11-28 [colin]      3.6.1cvs48
8928         * src/plugins/pgpcore/sgpgme.c
8929                 Fix error message when key isn't available.
8931 2008-11-27 [colin]      3.6.1cvs47
8933         * src/filtering.c
8934         * src/matcher.c
8935                 Fix a little leak
8937 2008-11-26 [colin]      3.6.1cvs46
8939         * src/common/ssl.c
8940                 Fix new warning
8942 2008-11-26 [colin]      3.6.1cvs45
8944         * src/plugins/pgpcore/select-keys.c
8945         * src/plugins/pgpcore/sgpgme.c
8946                 Fix bug 1591, 'S/MIME: better key 
8947                 handling/selection dialog'
8948                 Really ignore revoked/expired keys
8950 2008-11-26 [colin]      3.6.1cvs44
8952         * src/main.c
8953         * src/common/claws.c
8954         * src/common/ssl.c
8955                 Make sure libgcrypt's threading is initialised
8956                 before gnutls. See also old bug 1539.
8958 2008-11-26 [colin]      3.6.1cvs43
8960         * src/imap.c
8961         * src/news.c
8962         * src/etpan/imap-thread.c
8963                 Fix possible crashes due to clist_begin()
8964                 not checking for NULLs (it should!)
8966 2008-11-25 [colin]      3.6.1cvs42
8968         * src/procmime.c
8969                 Fix line length in MIME parameters
8971 2008-11-22 [paul]       3.6.1cvs41
8973         * src/compose.c
8974                 grab Return key press in attachments Properties
8975                 dialog
8977 2008-11-21 [colin]      3.6.1cvs40
8979         * src/compose.c
8980         * src/procmime.c
8981                 Fix bug 1776, 'use encoded name parameters 
8982                 for attachments instead of ascii'.
8983                 Break the RFC 2047 by using B-encoded 
8984                 filename parameter, like everyone does,
8985                 following advice from the RFC author.
8987 2008-11-21 [colin]      3.6.1cvs39
8989         * src/common/socket.c
8990                 Rehandshake if server asks to
8992 2008-11-21 [colin]      3.6.1cvs38
8994         * src/mimeview.h
8995         * src/toolbar.h
8996         * src/common/session.h
8997         * src/common/smtp.h
8998                 Move conditional-compilation members to
8999                 end of structs
9001 2008-11-19 [wwp]        3.6.1cvs37
9003         * src/prefs_actions.c
9004                 Fixed wrong behaviour when pressing Escape (was not cancelling
9005                 the action).
9007 2008-11-19 [wwp]        3.6.1cvs36
9009         * src/compose.c
9010         * src/matcher.c
9011         * src/messageview.c
9012         * src/mimeview.c
9013         * src/prefs_actions.c
9014         * src/prefs_filtering_action.c
9015         * src/procmsg.c
9016         * src/summaryview.c
9017         * src/textview.c
9018         * src/common/utils.c
9019                 Replace occurrences of "command line" with "command-line" everywhere.
9020                 Enforce code style (mostly indentation) in prefs_actions.c.
9022 2008-11-19 [colin]      3.6.1cvs35
9024         * src/compose.c
9025         * src/prefs_common.c
9026         * src/prefs_common.h
9027                 Add primary_paste_unselects hidden preference
9028                 to change how middle-click pasting changes
9029                 the selection and insert point; defaults to
9030                 pre-3.6.1cvs31
9032 2008-11-19 [colin]      3.6.1cvs34
9034         * src/folderview.c
9035                 Always give focus to summaryview, even if
9036                 the folder is empty, in small screen layout.
9037                 Allows to go back to folderlist using the
9038                 keyboard.
9040 2008-11-18 [colin]      3.6.1cvs33
9042         * src/mainwindow.h
9043                 Put back conditional at the end of struct
9045 2008-11-18 [colin]      3.6.1cvs32
9047         * src/procmime.c
9048         * src/common/w32_reg.c
9049                 Fix crash on win32 when browsing to a
9050                 directory
9052 2008-11-15 [colin]      3.6.1cvs31
9054         * src/compose.c
9055                 After a mid-click paste, deselect selection
9056                 and go to end of paste.
9058 2008-11-15 [colin]      3.6.1cvs30
9060         * src/compose.c
9061                 Auto-save draft after external editor quits
9063 2008-11-15 [colin]      3.6.1cvs29
9065         * src/plugins/pgpcore/sgpgme.c
9066                 Fix wrong error display, thanks to
9067                 Charles A. Edwards
9069 2008-11-14 [colin]      3.6.1cvs28
9071         * src/prefs_actions.c
9072                 Comment out bogus (IMO) warning
9074 2008-11-14 [colin]      3.6.1cvs27
9076         * src/mainwindow.c
9077         * src/summaryview.c
9078         * src/summaryview.h
9079         * src/gtk/menu.c
9080         * src/gtk/menu.h
9081                 Share summaryview's context menu actions with
9082                 the equivalent menu items of the main menu;
9083                 this allows to share accelerators and de-
9084                 duplicate code.
9086 2008-11-14 [colin]      3.6.1cvs26
9088         * src/plugins/pgpcore/sgpgme.c
9089                 Fix bug 1768, 'claws-mail crashes while 
9090                 checking smime bad signature'
9092 2008-11-13 [colin]      3.6.1cvs25
9094         * src/account.c
9095         * src/filtering.c
9096                 Fix redefinition of PREFSBUFSIZE
9098 2008-11-13 [wwp]        3.6.1cvs24
9100         * tools/popfile-link.sh
9101                 Add support for reusing existing POPFile session ID.
9103 2008-11-12 [colin]      3.6.1cvs23
9105         * src/prefs_gtk.h
9106                 Fix bug 1771, 'Folder template gets 
9107                 truncated when exiting the application'
9108                 Use a 32k buffer for string preferences
9110 2008-11-11 [colin]      3.6.1cvs22
9112         * src/summaryview.c
9113                 Fix "display sender using addressbook" when
9114                 prefs_common.swap_from is in use. Patch by
9115                 H. Merijn Brand
9117 2008-11-11 [colin]      3.6.1cvs21
9119         * src/autofaces.c
9120         * src/common/md5.c
9121         * src/common/md5.h
9122                 Make a few functions static
9124 2008-11-07 [colin]      3.6.1cvs20
9126         * src/mainwindow.c
9127         * src/summaryview.c
9128                 Fix crash when rebuilding colorlabel
9129                 menu
9130         * src/addrgather.c
9131         * src/editldap.c
9132         * src/prefs_account.c
9133         * src/prefs_compose_writing.c
9134         * src/prefs_logging.c
9135         * src/prefs_message.c
9136         * src/prefs_other.c
9137         * src/prefs_receive.c
9138         * src/prefs_summaries.c
9139         * src/prefs_wrapping.c
9140         * src/plugins/bogofilter/bogofilter_gtk.c
9141         * src/plugins/pgpcore/prefs_gpg.c
9142         * src/plugins/spamassassin/spamassassin_gtk.c
9143                 Fix deprecated use of page_size in 
9144                 gtkspinbutton adjustments
9146 2008-11-06 [mones]      3.6.1cvs19
9148         * src/mainwindow.c
9149                 Fix missing "About" in Help menu
9150         * tools/claws.i18n.status.pl
9151                 Fix header
9153 2008-11-05 [colin]      3.6.1cvs18
9155         * src/action.c
9156         * src/main.c
9157         * src/mainwindow.c
9158         * src/common/socket.c
9159         * src/common/socket.h
9160         * src/gtk/gtkutils.c
9161         * src/gtk/gtkutils.h
9162                 w32: Implement single launch (lock
9163                 socket); always put debug log to
9164                 the rc_dir; fix Start menu update
9165                 after registering as default Mail 
9166                 app
9168 2008-11-05 [colin]      3.6.1cvs17
9170         * src/mainwindow.c
9171                 Setting the Mail start menu item in HKCU 
9172                 confuses the Internet Options dialog. Do 
9173                 it in HKLM as this dialog does.
9175 2008-11-04 [colin]      3.6.1cvs16
9177         * src/common/w32_reg.c
9178                 Fix off-by-one
9180 2008-11-04 [colin]      3.6.1cvs15
9182         * src/procmime.c
9183                 w32: Fix getting content-type 
9184         * src/mimeview.c
9185         * src/prefs_common.c
9186         * src/prefs_common.h
9187         * src/prefs_ext_prog.c
9188         * src/textview.c
9189                 w32: better integration (use the
9190                 standard file associations instead
9191                 of our platform-unadapted open
9192                 dialog)
9193         * src/mainwindow.c
9194         * src/common/utils.c
9195         * src/common/w32_reg.c
9196         * src/common/w32lib.h
9197                 w32: better integration (allow 
9198                 setting Claws as default MUA)
9200 2008-11-01 [colin]      3.6.1cvs14
9202         * src/codeconv.c
9203                 Fix wrongly converted non-ascii characters
9204                 when locale's charset is US-ASCII (strict-mode
9205                 was failing in this case)
9207 2008-10-30 [colin]      3.6.1cvs13
9209         * src/mimeview.c
9210         * src/mimeview.h
9211         * src/textview.c
9212         * src/textview.h
9213                 Use one UI Manager per mimeview, instead of
9214                 the global one -- else user_data pointer gets
9215                 broken if opening and closing another message-
9216                 view, then using right-click on a mimeview's 
9217                 mimepart. Probably fixes bug 1711, 'Save-as
9218                 attachment crashes'
9220 2008-10-24 [paul]       3.6.1cvs12
9222         * tools/Makefile.am
9223         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9224         * tools/kdeservicemenu/install.sh
9225                 another, possibly the final?, attempt on getting this
9226                 sorted for kde4
9228 2008-10-24 [paul]       3.6.1cvs11
9230         * tools/kdeservicemenu/install.sh
9231                 fix servicemenu installation directory on kde4
9233 2008-10-24 [paul]       3.6.1cvs10
9235         * tools/kdeservicemenu/README
9236         * tools/kdeservicemenu/install.sh
9237                 add support for kde4 in addition to kde3.
9238                 a rework involving checking for kde4-config, then
9239                 kde-config, finally prompting the user for the
9240                 location of either if they cannot be found
9241                 
9243 2008-10-18 [paul]       3.6.1cvs9
9245         * tools/claws.i18n.status.pl
9246                 updated with latest translator info.
9247                 only print for languages defined in %langname
9249 2008-10-17 [paul]       3.6.1cvs8
9251         * src/plugins/pgpcore/sgpgme.c
9252                 when listing the uid's, show the uid validity
9254 2008-10-16 [paul]       3.6.1cvs7
9256         * INSTALL
9257                 updated
9259 2008-10-13 [wwp]        3.6.1cvs6
9261         * po/fr.po
9262                 Updated French translation.
9264 2008-10-11 [colin]      3.6.1cvs5
9266         * src/gtk/authors.h
9267                 Fix bug 1756, "Outdated translators list in About 
9268                 dialogue". Patch by Aleksei Miheev.
9270 2008-10-11 [colin]      3.6.1cvs4
9272         * src/account.c
9273         * src/imap.c
9274         * src/inc.c
9275         * src/main.c
9276         * src/mainwindow.c
9277         * src/news.c
9278         * src/pop.c
9279         * src/pop.h
9280         * src/prefs_account.c
9281         * src/send_message.c
9282         * src/send_message.h
9283         * src/ssl_manager.c
9284         * src/ssl_manager.h
9285         * src/wizard.c
9286         * src/common/claws.c
9287         * src/common/defs.h
9288         * src/common/session.c
9289         * src/common/session.h
9290         * src/common/smtp.c
9291         * src/common/smtp.h
9292         * src/common/socket.c
9293         * src/common/socket.h
9294         * src/common/ssl.c
9295         * src/common/ssl.h
9296         * src/common/ssl_certificate.c
9297         * src/common/ssl_certificate.h
9298         * src/gtk/about.c
9299         * src/gtk/sslcertwindow.c
9300         * src/gtk/sslcertwindow.h
9301                 Remove OpenSSL code
9303 2008-10-11 [colin]      3.6.1cvs3
9305         * src/common/ssl_certificate.c
9306                 Make local function static
9308 2008-10-10 [colin]      3.6.1cvs2
9310         * src/common/ssl.h
9311         * src/common/ssl_certificate.c
9312         * src/gtk/sslcertwindow.c
9313                 Add offline certificate verification,
9314                 thanks to Nikos Mavrogiannopoulos for the
9315                 hints
9317 2008-10-10 [colin]      3.6.1cvs1
9319         * src/common/ssl_certificate.c
9320         * src/gtk/sslcertwindow.c
9321                 Fix warnings
9323 2008-10-10 [paul]       3.6.1
9325         * m4/spamassassin.m4
9326                 remove openssl dross
9328         * NEWS
9329         * README
9330         * RELEASE_NOTES 
9331                 3.6.1 released!
9333 2008-10-10 [colin]      3.6.0cvs25
9335         * src/common/ssl.c
9336                 Tell libetpan it doesn't need to init
9337                 GnuTLS
9339 2008-10-10 [colin]      3.6.0cvs24
9341         * claws-mail.pc.in
9342                 Remove references to openssl
9344 2008-10-09 [colin]      3.6.0cvs23
9346         * configure.ac
9347                 Fix message
9349 2008-10-09 [colin]      3.6.0cvs22
9351         * configure.ac
9352                 Error out when building against openssl
9354 2008-10-09 [colin]      3.6.0cvs21
9356         * configure.ac
9357         * COPYING
9358         * src/crash.c
9359         * src/main.c
9360         * src/gtk/about.c
9361                 Disable OpenSSL due to requirement of
9362                 OpenSSL exception. Code not removed yet,
9363                 just in case, but disabled.
9365 2008-10-09 [colin]      3.6.0cvs20
9367         * configure.ac
9368         * src/Makefile.am
9369         * src/crash.c
9370         * src/gedit-print.c
9371         * src/gedit-print.h
9372         * src/main.c
9373         * src/mainwindow.c
9374         * src/messageview.c
9375         * src/prefs_ext_prog.c
9376         * src/prefs_fonts.c
9377         * src/prefs_image_viewer.c
9378         * src/printing.c
9379         * src/printing.h
9380         * src/summaryview.c
9381         * src/gtk/Makefile.am
9382         * src/gtk/about.c
9383         * src/gtk/gtksourceprintjob.c
9384         * src/gtk/gtksourceprintjob.h
9385                 Revert previous patch. It'd be better to remove
9386                 OpenSSL instead, as GnuTLS works as well.
9388 2008-10-09 [colin]      3.6.0cvs19
9390         * configure.ac
9391         * src/Makefile.am
9392         * src/crash.c
9393         * src/gedit-print.c
9394         * src/gedit-print.h
9395         * src/main.c
9396         * src/mainwindow.c
9397         * src/messageview.c
9398         * src/prefs_ext_prog.c
9399         * src/prefs_fonts.c
9400         * src/prefs_image_viewer.c
9401         * src/printing.c
9402         * src/printing.h
9403         * src/summaryview.c
9404         * src/gtk/Makefile.am
9405         * src/gtk/about.c
9406         * src/gtk/gtksourceprintjob.c
9407         * src/gtk/gtksourceprintjob.h
9408                 Remove the libgnomeprint interface (deprecated,
9409                 and fixes Debian's #501570, 'Copyright confusion')
9411 2008-10-09 [colin]      3.6.0cvs18
9413         * configure.ac
9414                 Require libetpan 0.57 (important fixes)
9416 2008-10-08 [paul]       3.6.0cvs17
9418         * src/prefs_filtering_action.c
9419         * src/prefs_matcher.c
9420                 enable re-ordering of the filtering/processing
9421                 condition and actions lists by drag'n'drop
9423 2008-10-08 [colin]      3.6.0cvs16
9425         * src/addressbook.c
9426                 Fix wrong menu title
9428 2008-10-07 [colin]      3.6.0cvs15
9430         * src/imap.c
9431                 After thinking, revert this. It's only a minor
9432                 annoyance to GSSAPI users, and I can't test this
9433                 right now. Postponed until after next good release.
9435 2008-10-07 [colin]      3.6.0cvs14
9437         * src/imap.c
9438                 Don't ask for a password when using GSSAPI
9440 2008-10-07 [colin]      3.6.0cvs13
9442         * src/mainwindow.c
9443                 Fix build with GTK+ < 2.14
9445 2008-10-07 [colin]      3.6.0cvs12
9447         * src/mainwindow.c
9448         * src/mainwindow.h
9449         * src/prefs_common.c
9450         * src/prefs_common.h
9451         * src/summaryview.c
9452         * src/gtk/colorlabel.c
9453                 Fix bug 1749, 'Shortcut keys for color labels 
9454                 not changeable'
9455                 Make fullscreen a setting remembered between
9456                 sessions
9458 2008-10-07 [colin]      3.6.0cvs11
9460         * src/prefs_other.c
9461                 Fix bug 1747, 'Wanderlust keybindings no longer 
9462                 working (regression)'
9464 2008-10-07 [colin]      3.6.0cvs10
9466         * src/mainwindow.c
9467                 Make fullscreen a real menu item
9469 2008-10-07 [colin]      3.6.0cvs9
9471         * src/mainwindow.c
9472                 Make sure we won't save size when
9473                 fullscreening
9475 2008-10-06 [colin]      3.6.0cvs8
9477         * src/mainwindow.c
9478         * src/mainwindow.h
9479                 Handle fullscreen via F11. Patch by
9480                 Michael Rasmussen
9482 2008-10-06 [colin]      3.6.0cvs7
9484         * src/common/ssl.c
9485                 Fix return value when setting client cert
9487 2008-10-04 [colin]      3.6.0cvs6
9489         * src/mimeview.c
9490                 Fix bug 1742, 'Attachment list contents not 
9491                 visible/scrollable'
9493 2008-10-04 [paul]       3.6.0cvs5
9495         * src/mainwindow.c
9496                 fix failure of Hide toolbar option on restart
9498 2008-10-04 [colin]      3.6.0cvs4
9500         * src/addressbook.c
9501         * src/compose.c
9502         * src/mainwindow.c
9503         * src/messageview.c
9504         * src/summaryview.c
9505                 Maemo: Fix bug 1737, Crashes upon opening
9507 2008-10-04 [paul]       3.6.0cvs3
9509         * po/pt_BR.po
9510                 submitted (just a little late) by Frederico
9511                 Goncalves Guimaraes
9513 2008-10-03 [wwp]        3.6.0cvs2
9515         * po/fr.po
9516                 Many fixes, mostly in menus and accelerators.
9518 2008-10-03 [colin]      3.6.0cvs1
9520         * src/gtk/filesel.c
9521                 Allow network mounts with new GTKs: they're
9522                 available via FUSE mounts and we don't need
9523                 GVFS.
9525 2008-10-03 [paul]       3.6.0
9527         * NEWS
9528         * README
9529         * RELEASE_NOTES 
9530                 3.6.0 released!
9532 2008-10-03 [paul]       3.5.0cvs145
9534         * configure.ac
9535         * po/bg.po
9536         * po/nl.po
9537         * po/ru.po
9538         * po/sv.po
9539                 new translations. added by Yasen Pramatarov,
9540                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9541         * po/ca.po
9542         * po/de.po
9543         * po/fi.po
9544         * po/fr.po
9545         * po/hu.po
9546         * po/it.po
9547         * po/pl.po
9548         * po/zh_CN.po
9549                 updated translations. submitted by Miquel Oliete,
9550                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9551                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9553 2008-10-02 [colin]      3.5.0cvs144
9555         * src/common/session.c
9556                 Fix crash when connection fails on windows
9558 2008-10-01 [colin]      3.5.0cvs143
9560         * src/imap.c
9561                 Real fix for FS-unsafe chars on win32
9563 2008-10-01 [colin]      3.5.0cvs142
9565         * src/imap.c
9566                 Encode prohibited filenames on win32
9568 2008-09-30 [mones]      3.5.0cvs141
9570         * src/ldapctrl.c
9571         * src/main.c
9572         * src/prefs_themes.c
9573         * src/printing.c
9574                 Fix output of some debug messages
9576 2008-09-30 [colin]      3.5.0cvs140
9578         * src/addrbook.c
9579         * src/addrharvest.c
9580         * src/compose.c
9581         * src/jpilot.c
9582         * src/mh.c
9583         * src/prefs_themes.c
9584         * src/procheader.c
9585         * src/procmime.c
9586         * src/summaryview.c
9587         * src/common/utils.c
9588         * src/gtk/sslcertwindow.c
9589                 Win32: Fix time usage; use g_stat
9591 2008-09-29 [colin]      3.5.0cvs139
9593         * src/common/utils.c
9594                 Fix case-sensitive match of subject
9595                 prefixes on win32
9597 2008-09-29 [colin]      3.5.0cvs138
9599         * src/folder_item_prefs.c
9600         * src/folder_item_prefs.h
9601         * src/matcher.c
9602         * src/prefs_folder_item.c
9603         * src/prefs_matcher.c
9604         * src/summaryview.c
9605         * src/common/string_match.c
9606         * src/common/utils.c
9607                 Fix a huge leak (dozens of megs per folder
9608                 change) on Windows: disable regexps 
9610 2008-09-28 [paul]       3.5.0cvs137
9612         * po/en_GB.po
9613                 updated
9615 2008-09-27 [colin]      3.5.0cvs136
9617         * src/account.c
9618         * src/account.h
9619                 Add accessor for cur_account
9621 2008-09-27 [colin]      3.5.0cvs135
9623         * src/imap.c
9624                 Fix crash when error happen on session establishment
9626 2008-09-26 [mones]      3.5.0cvs134
9628         * po/es.po
9629                 Updated for release
9631 2008-09-26 [colin]      3.5.0cvs133
9633         * src/plugins/pgpcore/claws.def
9634                 Fix symbol
9636 2008-09-26 [colin]      3.5.0cvs132
9638         * src/prefs_common.c
9639         * src/prefs_common.h
9640         * src/plugins/pgpcore/pgp_viewer.c
9641                 Add an accessor to prefs_common for plugins
9642                 (Win32 fix)
9644 2008-09-25 [colin]      3.5.0cvs131
9646         * src/main.c
9647                 Fix bug 1725, 'useless lines in clawsrc'
9648         * src/plugins/smime/mypgpcore.def
9649                 Add a missing symbol
9651 2008-09-25 [paul]       3.5.0cvs130
9653         * src/plugins/smime/mypgpcore.def
9654         * src/plugins/smime/plugin.def
9655         * src/plugins/smime/version.rc
9656                 add these windows-specific files
9657                 (Thanks to Colin)
9659 2008-09-25 [colin]      3.5.0cvs129
9661         * src/main.c
9662                 Load standard plugins only on first run
9664 2008-09-25 [colin]      3.5.0cvs128
9666         * src/codeconv.c
9667                 Fix build...
9669 2008-09-24 [colin]      3.5.0cvs127
9671         * src/codeconv.c
9672                 Add nb_NO's charset (iso-8859-1)
9674 2008-09-24 [colin]      3.5.0cvs126
9676         * src/common/utils.c
9677                 Fix get_mail_base_dir() on windows
9678                 (was synced from main ages ago)
9680 2008-09-24 [colin]      3.5.0cvs125
9682         * src/main.c
9683         * src/wizard.c
9684                 Integrate better with Windows' style
9686 2008-09-23 [paul]       3.5.0cvs124
9688         * src/compose.c
9689         * src/mainwindow.c
9690         * src/messageview.c
9691                 offer these strings to translators too 
9693 2008-09-23 [colin]      3.5.0cvs123
9695         * configure.ac
9696                 Add a --disable-dbus flag in case we want
9697                 no DBUS even if headers are available (like
9698                 for building gpg4win)
9699         * src/filtering.c
9700         * src/mainwindow.c
9701         * src/prefs_logging.c
9702         * src/common/utils.c
9703         * src/plugins/pgpcore/sgpgme.c
9704         * src/plugins/smime/claws.def
9705                 Windows fixes:
9706                 - disable filtering log (it's crashy for
9707                   some reason)
9708                 - fix gmtime_r when time is -1 (before 01/01/70)
9709                 - add symbols for smime
9711 2008-09-22 [colin]      3.5.0cvs122
9713         * src/common/utils.c
9714         * src/account.c
9715                 Remove raw printf
9716         * src/compose.c
9717                 Fix cursor position after changing account
9718         * src/imap.c
9719         * src/mimeview.c
9720         * src/news.c
9721                 Fix absolute path detection 
9723 2008-09-21 [colin]      3.5.0cvs121
9725         * src/gtk/gtkaspell.c
9726                 Don't try to use empty dictionaries
9728 2008-09-20 [colin]      3.5.0cvs120
9730         * po/POTFILES.in
9731                 Add the new files to the translations
9733 2008-09-20 [colin]      3.5.0cvs119
9735         * configure.ac
9736         * src/plugins/Makefile.am
9737         * src/plugins/smime/Makefile.am
9738         * src/plugins/smime/plugin.c
9739         * src/plugins/smime/smime.c
9740         * src/plugins/smime/smime.deps
9741         * src/plugins/smime/smime.h
9742                 Include S/Mime plugin in the main plugins
9743                 Will ease the Gpg4win team's work
9745 2008-09-20 [colin]      3.5.0cvs118
9747         * src/autofaces.c
9748         * src/compose.c
9749         * src/ldapquery.c
9750         * src/main.c
9751         * src/news.c
9752         * src/common/socket.c
9753         * src/gtk/gtkutils.c
9754         * src/plugins/pgpcore/claws.def
9755                 Windows: more fixes, thanks to wwp and
9756                 Marcus Brinkmann
9758 2008-09-20 [colin]      3.5.0cvs117
9760         * src/imap.c
9761                 Tell on which server errors happened
9763 2008-09-20 [colin]      3.5.0cvs116
9765         * src/etpan/etpan-thread-manager.c
9766         * src/etpan/imap-thread.c
9767         * src/etpan/nntp-thread.c
9768                 Windows: Fix hang on IMAP/NNTP
9770 2008-09-20 [colin]      3.5.0cvs115
9772         * src/common/utils.c
9773                 Fix bug 1723, "Buffer overflow crash caused by 
9774                 preview in 'Date format help' dialog box"
9775                 Also, optimise fast_strftime a bit :)
9777 2008-09-18 [colin]      3.5.0cvs114
9779         * src/procmime.c
9780         * src/textview.c
9781                 Check for NULLs before str* functions
9783 2008-09-18 [colin]      3.5.0cvs113
9785         * src/messageview.c
9786         * src/procmime.c
9787         * src/textview.c
9788                 Handle html parts in multipart/related
9789                 Decode ISO-8859-1 as Windows-1252 (the former
9790                 is a subset of the latter) in order to 
9791                 workaround Outlook mails misencoding
9792         * src/gtk/logwindow.c
9793         * src/gtk/logwindow.h
9794                 Clear mainwindow's error pixmap when the
9795                 error scrolls out of the log
9797 2008-09-17 [colin]      3.5.0cvs112
9799         * src/image_viewer.c
9800                 Fix image loading (multiple childs added to 
9801                 scrolledwindow, break of the resize functionality)
9802         * src/account.c
9803         * src/prefs_folder_item.c
9804         * src/prefs_spelling.c
9805         * src/gtk/gtkaspell.c
9806                 Better fix problems with dictionaries updates
9808 2008-09-17 [colin]      3.5.0cvs111
9810         * src/common/utils.c
9811                 Fix double-opening (fixes multiple signatures when
9812                 using signify)
9814 2008-09-16 [colin]      3.5.0cvs110
9816         * src/prefs_account.c
9817         * src/prefs_folder_item.c
9818         * src/prefs_spelling.c
9819         * src/gtk/gtkaspell.c
9820                 Better stripping of aspell dictionaries names
9822 2008-09-16 [colin]
9824         * 3.6.0-rc1 released
9826 2008-09-16 [colin]      3.5.0cvs109
9828         * src/account.c
9829         * src/inc.c
9830         * src/mainwindow.c
9831         * src/prefs_account.h
9832         * src/prefs_other.c
9833         * src/send_message.c
9834         * src/gtk/inputdialog.c
9835                 Don't add a pref to allow remembering passwords
9836                 (Just not checking the checkbox is enough)
9838 2008-09-16 [colin]      3.5.0cvs108
9840         * configure.ac
9841                 Require libetpan 0.56 as 0.55 is crashy
9842         * src/messageview.c
9843                 Fix english
9844         * src/gtk/inputdialog.c
9845         * src/gtk/inputdialog.h
9846                 Fix warnings
9848 2008-09-16 [wwp]        3.5.0cvs107
9850         * src/compose.c
9851                 Complete 3.5.0cvs106 by removing a function that got
9852                 moved to account.[ch].
9854 2008-09-16 [wwp]        3.5.0cvs106
9856         * src/account.c
9857         * src/account.h
9858         * src/compose.c
9859         * src/quote_fmt.c
9860         * src/quote_fmt_lex.l
9861         * src/quote_fmt_parse.y
9862                 Add account signature (path and value string) manipulation
9863                 keywords to the template processor. It's now possible in
9864                 all templates to insert the account signature to an
9865                 arbitrary location or to pass it to a external script for
9866                 further editing.
9869 2008-09-16 [mones]      3.5.0cvs105
9871         * src/imap.c
9872         * src/inc.c
9873         * src/mainwindow.c
9874         * src/mainwindow.h
9875         * src/news.c
9876         * src/prefs_account.h
9877         * src/prefs_common.c
9878         * src/prefs_common.h
9879         * src/prefs_other.c
9880         * src/send_message.c
9881         * src/gtk/inputdialog.c
9882         * src/gtk/inputdialog.h
9883                 Implement session passwords: unsaved passwords for receiving
9884                 or sending of accounts can be remembered while running to 
9885                 avoid repetitive typing.
9886                 As keeping passwords in memory is unsafe a new preference 
9887                 in Other page is added to activate or not such capability.
9889 2008-09-14 [colin]      3.5.0cvs104
9891         * src/codeconv.c
9892         * src/codeconv.h
9893                 Make conv_iconv_strdup static
9895 2008-09-12 [colin]      3.5.0cvs103
9897         * claws-mail.pc.in
9898         * src/Makefile.am
9899         * src/compose.c
9900         * src/compose.h
9901         * src/crash.c
9902         * src/folder_item_prefs.c
9903         * src/folder_item_prefs.h
9904         * src/main.c
9905         * src/prefs_account.c
9906         * src/prefs_common.c
9907         * src/prefs_common.h
9908         * src/prefs_folder_item.c
9909         * src/prefs_spelling.c
9910         * src/prefs_template.c
9911         * src/quote_fmt.h
9912         * src/quote_fmt_parse.y
9913         * src/toolbar.c
9914         * src/toolbar.h
9915         * src/gtk/Makefile.am
9916         * src/gtk/about.c
9917         * src/gtk/filesel.c
9918         * src/gtk/gtkaspell.c
9919         * src/gtk/gtkaspell.h
9920         * src/plugins/bogofilter/Makefile.am
9921         * src/plugins/dillo_viewer/Makefile.am
9922         * src/plugins/spamassassin/Makefile.am
9923         * src/plugins/trayicon/Makefile.am
9924                 Switch spellchecker to Enchant
9926 2008-09-12 [paul]       3.5.0cvs102
9928         * tools/README
9929         * tools/csv2addressbook.pl
9930                 add support for Fox Mail
9932 2008-09-12 [paul]       3.5.0cvs101
9934         * src/compose.c
9935         * src/prefs_wrapping.c
9936                 changes to English
9938 2008-09-12 [paul]       3.5.0cvs100
9940         * configure.ac
9941                 revert cvs99's libenchant commit error
9943 2008-09-12 [colin]      3.5.0cvs99
9945         * src/inc.c
9946                 Only go to inbox if there are new mails
9947                 (and fetch was manual)
9949 2008-09-10 [colin]      3.5.0cvs98
9951         * src/inc.c
9952         * src/summaryview.c
9953         * src/common/session.c
9954                 Use g_timeout_add_seconds instead of g_timeout_add
9955                 on glib >= 2.14 when we don't need precision on the 
9956                 delay. This helps reducing power consumption:
9957                 http://mjg59.livejournal.com/74651.html
9959 2008-09-10 [colin]      3.5.0cvs97
9961         * src/compose.c
9962                 Don't save window size and position when
9963                 compose is hidden (filtering action)
9965 2008-09-09 [colin]      3.5.0cvs96
9967         * src/action.h
9968         * src/addr_compl.c
9969         * src/addressadd.c
9970         * src/addressbook.h
9971         * src/addressbook_foldersel.c
9972         * src/addressitem.h
9973         * src/addrgather.c
9974         * src/alertpanel.c
9975         * src/browseldap.c
9976         * src/editaddress.c
9977         * src/editaddress_other_attributes_ldap.h
9978         * src/editbook.c
9979         * src/editjpilot.c
9980         * src/editldap.c
9981         * src/editldap_basedn.c
9982         * src/editvcard.c
9983         * src/exphtmldlg.c
9984         * src/expldifdlg.c
9985         * src/export.c
9986         * src/foldersel.c
9987         * src/foldersel.h
9988         * src/gedit-print.c
9989         * src/gedit-print.h
9990         * src/grouplistdialog.c
9991         * src/headerview.c
9992         * src/headerview.h
9993         * src/image_viewer.c
9994         * src/import.c
9995         * src/importldif.c
9996         * src/importmutt.c
9997         * src/importpine.c
9998         * src/inc.c
9999         * src/main.c
10000         * src/main.h
10001         * src/messageview.c
10002         * src/messageview.h
10003         * src/noticeview.c
10004         * src/prefs_actions.c
10005         * src/prefs_filtering.c
10006         * src/prefs_folder_column.c
10007         * src/prefs_gtk.h
10008         * src/prefs_summary_column.c
10009         * src/prefs_toolbar.c
10010         * src/send_message.c
10011         * src/setup.c
10012         * src/sourcewindow.c
10013         * src/sourcewindow.h
10014         * src/ssl_manager.c
10015         * src/statusbar.c
10016         * src/statusbar.h
10017         * src/stock_pixmap.c
10018         * src/stock_pixmap.h
10019         * src/summaryview.c
10020         * src/textview.c
10021         * src/textview.h
10022         * src/undo.h
10023         * src/uri_opener.c
10024         * src/wizard.c
10025         * src/wizard.h
10026         * src/common/ssl.h
10027         * src/common/utils.c
10028         * src/gtk/about.c
10029         * src/gtk/colorlabel.c
10030         * src/gtk/colorlabel.h
10031         * src/gtk/combobox.h
10032         * src/gtk/description_window.c
10033         * src/gtk/filesel.c
10034         * src/gtk/gtkaspell.c
10035         * src/gtk/gtkaspell.h
10036         * src/gtk/gtkcmclist.c
10037         * src/gtk/gtkcmclist.h
10038         * src/gtk/gtkcmctree.c
10039         * src/gtk/gtkcmctree.h
10040         * src/gtk/gtkcmoptionmenu.h
10041         * src/gtk/gtksctree.c
10042         * src/gtk/gtksctree.h
10043         * src/gtk/gtkshruler.c
10044         * src/gtk/gtkshruler.h
10045         * src/gtk/gtksourceprintjob.c
10046         * src/gtk/gtksourceprintjob.h
10047         * src/gtk/gtkutils.c
10048         * src/gtk/gtkutils.h
10049         * src/gtk/gtkvscrollbutton.c
10050         * src/gtk/gtkvscrollbutton.h
10051         * src/gtk/icon_legend.c
10052         * src/gtk/inputdialog.c
10053         * src/gtk/logwindow.c
10054         * src/gtk/logwindow.h
10055         * src/gtk/manage_window.c
10056         * src/gtk/manage_window.h
10057         * src/gtk/menu.c
10058         * src/gtk/prefswindow.c
10059         * src/gtk/progressdialog.c
10060         * src/gtk/progressdialog.h
10061         * src/plugins/bogofilter/bogofilter_gtk.c
10062         * src/plugins/pgpcore/passphrase.c
10063         * src/plugins/spamassassin/spamassassin_gtk.c
10064         * src/plugins/trayicon/trayicon.c
10065         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10066         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10067         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10068         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10069         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10070                 Complete GTK+ 2.14 undeprecation
10071                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
10073 2008-09-09 [colin]      3.5.0cvs95
10075         * src/gtk/gtkcmclist.h
10076                 Fix build on GTK+ 2.14
10078 2008-09-08 [colin]      3.5.0cvs94
10080         * src/noticeview.c
10081         * src/noticeview.h
10082                 Remove GtkSignalFunc
10084 2008-09-07 [colin]      3.5.0cvs93
10086         * src/addressadd.c
10087         * src/addressbook_foldersel.c
10088         * src/gtk/gtkcmclist.c
10089         * src/gtk/gtkcmclist.h
10090         * src/gtk/gtkcmctree.c
10091         * src/gtk/gtkcmctree.h
10092         * src/gtk/gtksctree.c
10093         * src/gtk/prefswindow.c
10094         * src/gtk/prefswindow.h
10095                 Use GDestroyNotify instead of GtkDestroyNotify
10096                 (deprecated in GTK+ 2.14)
10098 2008-09-07 [colin]      3.5.0cvs92
10100         * src/textview.c
10101                 Fix bug 1712, 'invalid "Phishing attempt warning" 
10102                 when linked text ends with spaces'
10104 2008-09-05 [colin]      3.5.0cvs91
10106         * src/procmime.c
10107                 Maybe fix bug 1711, 'Save-as attachment crashes'
10108                 Possibly wrong free() due to pointer shifting
10110 2008-09-05 [colin]      3.5.0cvs90
10112         * src/compose.c
10113                 Fix bug 1710, 'User misreads "Discard Message" 
10114                 as "Discard Changes"'. Propose to save or discard
10115                 only the latest changes when closing an existing
10116                 draft. Autosave may still have saved parts of the
10117                 edit session.
10119 2008-09-04 [colin]      3.5.0cvs89
10121         * src/summaryview.c
10122                 Fix bug 1707, 'Segfault when sorting on non-visible column'
10124 2008-09-01 [colin]      3.5.0cvs88
10126         * src/imap.c
10127         * src/summaryview.c
10128         * src/common/tags.c
10129         * src/etpan/imap-thread.c
10130         * src/etpan/imap-thread.h
10131                 Store spam flag on IMAP (Junk/NonJunk, as 
10132                 ThunderBird does - this is nonstandard)
10134 2008-08-31 [wwp]        3.5.0cvs87
10136         * ChangeLog
10137                 Fix globish edition^Wediting.
10139 2008-08-31 [wwp]        3.5.0cvs86
10141         * src/addressbook.c
10142                 Don't break nickname editing for non-LDAP books (nickname
10143                 value was overwritten when editing existing contact, this
10144                 came from 3.0.2cvs109).
10146 2008-08-30 [colin]      3.5.0cvs85
10148         * src/mainwindow.c
10149         * src/summaryview.c
10150                 Fix "Apply tags..." key shortcut
10152 2008-08-29 [iwkse]      3.5.0cvs84
10154         * src/summaryview.c
10155                         Bit of clean:)
10157 2008-08-29 [iwkse]      3.5.0cvs83
10159         * src/summaryview.c
10160                         Disable "Move to trash" action if
10161                         we are in a trash-like folder.
10162                         Thanks to colinl
10164 2008-08-29 [paul]       3.5.0cvs82
10166         * configure.ac
10167                 bump up libetpan version requirement since
10168                 0.55 is released now
10170 2008-08-28 [wwp]        3.5.0cvs81
10172         * src/account.c
10173         * src/pop.c
10174         * src/prefs_account.c
10175         * src/prefs_account.h
10176                 Add finer granularity to the POP3's remove-after delay (now in
10177                 hours in addition to in days), patch by Paul Rolland.
10179 2008-08-28 [wwp]        3.5.0cvs80
10181         * src/gtk/combobox.c
10182                 Fix a typo in a comment.
10184 2008-08-28 [iwkse]      3.5.0cvs79
10186         * src/account.c
10187         * src/prefs_actions.c
10188         * src/prefs_filtering.c
10189         * src/prefs_template.c
10190                         Add search feature to the account, 
10191                         template and action dialog.
10192                         It's turned on selecting one row
10193                         of the list and typing some random
10194                         letter. Thanks to wwp, colinl
10196 2008-08-28 [colin]      3.5.0cvs78
10198         * src/Makefile.am
10199         * src/account.c
10200         * src/compose.c
10201         * src/prefs_account.c
10202         * src/prefs_account.h
10203         * src/privacy.c
10204         * src/privacy.h
10205         * src/procmime.c
10206         * src/stock_pixmap.c
10207         * src/stock_pixmap.h
10208         * src/summaryview.c
10209         * src/pixmaps/key_gpg_signed.xpm
10210                 Fix bug 1412, "Sign reply, if mail was signed"
10211                 Add an account preference to sign replies to signed mails
10213 2008-08-28 [iwkse]      3.5.0cvs77
10215         * src/prefs_filtering.c
10216                 Making the search more useful,
10217                 jumping directly to the relative rule.
10219 2008-08-27 [colin]      3.5.0cvs76
10221         * src/main.c
10222                 Add a bit of info
10224 2008-08-27 [colin]      3.5.0cvs75
10226         * src/gtk/gtkcmctree.c
10227                 Fix a few ifdefs
10229 2008-08-26 [colin]      3.5.0cvs74
10231         * src/gtk/gtkcmctree.c
10232                 Fix missing inits on old glib
10234 2008-08-26 [wwp]        3.5.0cvs73
10236         * src/common/utils.c
10237                 Added 'Fwd' to the list of known common subject prefixes.
10239 2008-08-25 [iwkse]      3.5.0cvs72
10241         * src/image_viewer.c
10242                 Add animated gif support to the
10243                 message preview.
10245 2008-08-25 [colin]      3.5.0cvs71
10247         * src/gtk/gtkcmctree.c
10248                 Make sure work isn't null
10250 2008-08-24 [colin]      3.5.0cvs70
10252         * src/common/ssl.c
10253                 Fix typo on SSL_CERT_DIR
10255 2008-08-23 [holger]     3.5.0cvs69
10257         * src/printing.c
10258                 Fix bug 1699 'Separator line mis-placed when
10259                 printing some e-mails'. The number of header lines
10260                 was not correctly calculated when Pango inserts
10261                 linebreaks
10263 2008-08-23 [colin]      3.5.0cvs68
10265         * src/mainwindow.c
10266                 Fix the account selector button; thanks
10267                 to wwp
10269 2008-08-21 [colin]      3.5.0cvs67
10271         * src/compose.c
10272         * src/compose.h
10273                 Add a compose preference for auto-indent
10274         * src/mainwindow.c
10275         * src/summaryview.c
10276                 Make colorlabel accels a bit less hacky
10278 2008-08-21 [colin]      3.5.0cvs66
10280         * src/compose.c
10281         * src/prefs_common.c
10282         * src/prefs_common.h
10283         * src/prefs_wrapping.c
10284                 Add a preference for autoindent; fix no_join tag
10285                 being applied to whole lines instead of just \n when
10286                 creating a line 
10288 2008-08-21 [colin]      3.5.0cvs65
10290         * src/compose.c
10291                 Add support for auto-indentation
10293 2008-08-19 [colin]      3.5.0cvs64
10295         * src/compose.c
10296                 Save Autowrap status in drafts/queued mails
10298 2008-08-19 [colin]      3.5.0cvs63
10300         * src/mainwindow.c
10301                 Fix a comment (in reality, test commit on
10302                 the new CVS server)
10304 2008-08-17 [colin]      3.5.0cvs62
10306         * src/prefs_actions.c
10307         * src/procmime.c
10308         * src/wizard.c
10309         * src/common/socket.h
10310         * src/gtk/gtkcmctree.c
10311                 Fix warnings
10313 2008-08-16 [colin]      3.5.0cvs61
10315         * src/editaddress_other_attributes_ldap.h
10316                 Add 'l' field (localityName)
10318 2008-08-16 [colin]      3.5.0cvs60
10320         * src/mainwindow.c
10321         * src/gtk/gtkcmclist.c
10322         * src/gtk/gtkcmclist.h
10323         * src/gtk/gtkcmctree.c
10324         * src/gtk/gtksctree.c
10325         * src/gtk/gtkutils.c
10326         * src/gtk/gtkvscrollbutton.c
10327                 Fix Maemo build (OS2007)
10329 2008-08-14 [colin]      3.5.0cvs59
10331         * src/folder.c
10332                 Don't crash if parent is null when creating
10333                 a folder
10334         * src/gtk/pluginwindow.c
10335                 Don't crash on race when closing window while
10336                 a plugin is loading and does gtk_iterations
10338 2008-08-13 [colin]      3.5.0cvs58
10340         * src/messageview.c
10341         * src/messageview.h
10342         * src/mimeview.c
10343                 Fix bug 1696, 'Viewing binary attachements 
10344                 as text over 1 MB' (various buglets)
10346 2008-08-10 [colin]      3.5.0cvs57
10348         * src/summaryview.c
10349         * src/gtk/gtkcmclist.c
10350                 Continue fixing GTK < 2.12 build, thanks to
10351                 Michael Hugues
10353 2008-08-10 [colin]      3.5.0cvs56
10355         * src/gtk/gtksctree.c
10356                 Fix build on GTK < 2.12
10358 2008-08-09 [colin]      3.5.0cvs55
10360         * src/mainwindow.c
10361                 Fix untranslatable strings, thanks to
10362                 Stephan Sachse
10364 2008-08-07 [colin]      3.5.0cvs54
10366         * src/compose.c
10367         * src/editaddress.c
10368         * src/folderview.c
10369         * src/mainwindow.c
10370         * src/message_search.c
10371         * src/mimeview.c
10372         * src/noticeview.c
10373         * src/prefs_account.c
10374         * src/prefs_common.c
10375         * src/prefs_customheader.c
10376         * src/prefs_ext_prog.c
10377         * src/prefs_filtering_action.c
10378         * src/prefs_gtk.c
10379         * src/prefs_logging.c
10380         * src/prefs_matcher.c
10381         * src/prefs_msg_colors.c
10382         * src/procmime.c
10383         * src/summary_search.c
10384         * src/summaryview.c
10385         * src/toolbar.c
10386         * src/gtk/colorsel.c
10387         * src/gtk/gtkaspell.c
10388         * src/gtk/gtkutils.c
10389         * src/gtk/gtkutils.h
10390         * src/gtk/inputdialog.c
10391         * src/gtk/pluginwindow.c
10392         * src/gtk/quicksearch.c
10393         * src/plugins/bogofilter/bogofilter_gtk.c
10394         * src/plugins/dillo_viewer/dillo_prefs.c
10395         * src/plugins/spamassassin/spamassassin_gtk.c
10396                 - Fix Ctrl-Space shortcut
10397                 - Fix mime-parsing bug in procmime (cvs52)
10398                 - Fix double-free in procmime (cvs52)
10399                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10400                 - Fix Goto menu in mainwindow
10402 2008-08-07 [mones]      3.5.0cvs53
10404         * po/es.po
10405                 Updated translation (lots of changes!)
10406         * src/compose.c
10407                 Add missing accelerator key
10408         * src/mainwindow.c
10409                 Restored 'v' key function (thanks Colin!)
10411 2008-08-06 [colin]      3.5.0cvs52
10413         * src/addrbook.c
10414         * src/addrcindex.c
10415         * src/addrduplicates.c
10416         * src/addrharvest.c
10417         * src/enriched.c
10418         * src/html.c
10419         * src/ldif.c
10420         * src/mimeview.c
10421         * src/mutt.c
10422         * src/pine.c
10423         * src/procmime.c
10424         * src/vcard.c
10425         * src/wizard.c
10426                 Fix my use of g_utf8_strdown (it returns
10427                 a newly allocated string and doesn't
10428                 change the parameter)
10430 2008-08-06 [colin]      3.5.0cvs51
10432         * src/compose.c
10433                 Fix bug 1690, 'Copy/Paste in edit window may 
10434                 break Undo'; middle-click pastes aren't 
10435                 REPLACE_INSERT but just INSERT. 
10436                 Also, fix privacy menu selection
10438 2008-08-05 [colin]      3.5.0cvs50
10440         * src/action.c
10441         * src/addr_compl.c
10442         * src/addrbook.c
10443         * src/addrcindex.c
10444         * src/addrduplicates.c
10445         * src/addrharvest.c
10446         * src/enriched.c
10447         * src/html.c
10448         * src/ldif.c
10449         * src/main.c
10450         * src/mimeview.c
10451         * src/mutt.c
10452         * src/pine.c
10453         * src/procmime.c
10454         * src/vcard.c
10455         * src/wizard.c
10456         * src/common/socket.c
10457         * src/gtk/gtkutils.c
10458         * src/gtk/gtkutils.h
10459         * src/gtk/menu.c
10460         * src/plugins/spamassassin/spamassassin.c
10461                 More undeprecation (Glib)
10463 2008-08-05 [colin]      3.5.0cvs49
10465         * src/prefs_account.c
10466         * src/prefs_filtering_action.c
10467         * src/prefs_matcher.c
10468         * src/gtk/Makefile.am
10469         * src/gtk/claws-marshal.list
10470         * src/gtk/colorlabel.c
10471         * src/gtk/colorsel.c
10472         * src/gtk/foldersort.c
10473         * src/gtk/gtkaspell.c
10474         * src/gtk/gtkcmclist.c
10475         * src/gtk/gtkcmclist.h
10476         * src/gtk/gtkcmctree.c
10477         * src/gtk/gtkcmctree.h
10478         * src/gtk/gtkcmoptionmenu.c
10479         * src/gtk/gtkcmoptionmenu.h
10480         * src/gtk/gtksctree.c
10481         * src/gtk/gtksctree.h
10482         * src/gtk/gtkutils.c
10483         * src/gtk/gtkutils.h
10484         * src/gtk/gtkvscrollbutton.c
10485         * src/gtk/menu.c
10486         * src/gtk/menu.h
10487         * src/gtk/quicksearch.c
10488         * src/plugins/dillo_viewer/dillo_viewer.c
10489         * src/plugins/pgpcore/select-keys.c
10490                 Try to finish yesterday's commit
10492 2008-08-04 [colin]      3.5.0cvs48
10494         * src/addressadd.c
10495         * src/addressbook.c
10496         * src/addressbook_foldersel.c
10497         * src/addressitem.h
10498         * src/addrgather.c
10499         * src/browseldap.c
10500         * src/compose.c
10501         * src/compose.h
10502         * src/editaddress.c
10503         * src/editaddress_other_attributes_ldap.c
10504         * src/editgroup.c
10505         * src/editldap_basedn.c
10506         * src/folderview.c
10507         * src/folderview.h
10508         * src/grouplistdialog.c
10509         * src/image_viewer.c
10510         * src/imap_gtk.c
10511         * src/importldif.c
10512         * src/main.c
10513         * src/mainwindow.c
10514         * src/message_search.c
10515         * src/mh_gtk.c
10516         * src/mimeview.c
10517         * src/mimeview.h
10518         * src/news_gtk.c
10519         * src/noticeview.h
10520         * src/prefs_account.c
10521         * src/prefs_filtering_action.c
10522         * src/prefs_matcher.c
10523         * src/prefs_msg_colors.c
10524         * src/prefs_summaries.c
10525         * src/statusbar.c
10526         * src/stock_pixmap.c
10527         * src/summary_search.c
10528         * src/summaryview.c
10529         * src/summaryview.h
10530         * src/textview.c
10531         * src/toolbar.h
10532         * src/gtk/Makefile.am
10533         * src/gtk/claws-marshal.list
10534         * src/gtk/colorsel.c
10535         * src/gtk/foldersort.c
10536         * src/gtk/gtkaspell.c
10537         * src/gtk/gtkcmclist.c
10538         * src/gtk/gtkcmclist.h
10539         * src/gtk/gtkcmctree.c
10540         * src/gtk/gtkcmctree.h
10541         * src/gtk/gtksctree.c
10542         * src/gtk/gtksctree.h
10543         * src/gtk/gtkutils.c
10544         * src/gtk/gtkutils.h
10545         * src/gtk/gtkvscrollbutton.c
10546         * src/gtk/menu.c
10547         * src/gtk/menu.h
10548         * src/gtk/quicksearch.c
10549         * src/plugins/dillo_viewer/dillo_viewer.c
10550         * src/plugins/pgpcore/select-keys.c
10551                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10552                 Undeprecate their implementation (GtkArg, GtkType, ...)
10553                 Undeprecate a few other things here and there
10554                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10555                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10556                 still have work to do
10558 2008-08-04 [colin]      3.5.0cvs47
10560         * src/compose.c
10561         * src/compose.h
10562         * src/toolbar.h
10563         * src/textview.c
10564         * src/stock_pixmap.c
10565         * src/statusbar.c
10566         * src/noticeview.h
10567         * src/mimeview.h
10568         * src/mainwindow.c
10569         * src/image_viewer.c
10570         * src/gtk/gtkaspell.c
10571         * src/gtk/gtkvscrollbutton.c
10572         * src/plugins/dillo_viewer/dillo_viewer.c
10573                 Undeprecate more things
10575 2008-08-02 [colin]      3.5.0cvs46
10577         * src/mainwindow.c
10578                 Fix toggle menu activation state
10579                 (thanks to cvs45 ;)
10581 2008-08-02 [paul]       3.5.0cvs45
10583         * src/mainwindow.c
10584                 fix sensitivity of
10585                 /View/Show or hide/Message View
10587 2008-08-01 [paul]       3.5.0cvs44
10589         * src/common/utils.c
10590         * src/plugins/pgpcore/claws.def
10591         * src/plugins/pgpinline/claws.def
10592                 fix compilation problems on mingw32,
10593                 (bug 1688) Patch by Marcus Brinkmann
10595 2008-08-01 [colin]      3.5.0cvs43
10597         * src/gtk/gtkutils.c
10598         * src/gtk/gtkvscrollbutton.c
10599                 Oups, fix build
10601 2008-08-01 [colin]      3.5.0cvs42
10603         * src/compose.c
10604         * src/foldersel.c
10605         * src/mainwindow.c
10606         * src/prefs_account.c
10607         * src/prefs_folder_item.c
10608         * src/prefs_quote.c
10609         * src/summaryview.c
10610         * src/gtk/gtkaspell.c
10611         * src/gtk/gtkutils.c
10612         * src/gtk/gtkvscrollbutton.c
10613                 Replace a few deprecated function calls
10615 2008-08-01 [paul]       3.5.0cvs41
10617         * src/action.c
10618                 fix crash that occurs because of recent GtkUIManager
10619                 changes. Thanks to Colin
10621 2008-07-31 [colin]      3.5.0cvs40
10623         * src/addressbook.c
10624         * src/compose.c
10625         * src/mainwindow.c
10626         * src/messageview.c
10627                 Some Maemo fixes
10628         * src/gtk/menu.c
10629         * src/gtk/menu.h
10630                 Remove deprecated helper funcs
10632 2008-07-30 [colin]      3.5.0cvs39
10634         * src/folderview.c
10635         * src/folderview.h
10636         * src/imap_gtk.c
10637         * src/mh_gtk.c
10638         * src/news_gtk.c
10639                 Move the folderview popup menu to GtkUIManager
10641 2008-07-29 [colin]      3.5.0cvs38
10643         * src/account.c
10644         * src/account.h
10645         * src/action.c
10646         * src/action.h
10647         * src/addressitem.h
10648         * src/compose.c
10649         * src/edittags.c
10650         * src/mainwindow.c
10651         * src/mainwindow.h
10652         * src/mimeview.c
10653         * src/summaryview.c
10654         * src/gtk/menu.c
10655         * src/gtk/menu.h
10656                 Switch the main menu to GtkUIManager
10657                 Warning fixes
10659 2008-07-29 [colin]      3.5.0cvs37
10661         * src/news.c
10662                 Fix bug 1684, 'view news messages with large 
10663                 attachements segfaults'
10665 2008-07-29 [colin]      3.5.0cvs36
10667         * src/action.c
10668         * src/action.h
10669         * src/addressbook.c
10670         * src/addressitem.h
10671         * src/compose.c
10672         * src/compose.h
10673         * src/messageview.c
10674         * src/messageview.h
10675         * src/summaryview.c
10676         * src/gtk/menu.c
10677         * src/gtk/menu.h
10678                 More switches to GtkUIManager
10680 2008-07-26 [colin]      3.5.0cvs35
10682         * src/gtk/menu.c
10683         * src/gtk/menu.h
10684                 Fix prototype
10686 2008-07-25 [colin]      3.5.0cvs34
10688         * src/addrcustomattr.c
10689         * src/addressbook.c
10690         * src/compose.c
10691         * src/editaddress.c
10692         * src/editaddress_other_attributes_ldap.h
10693         * src/edittags.c
10694         * src/mainwindow.c
10695         * src/mimeview.c
10696         * src/prefs_actions.c
10697         * src/prefs_filtering.c
10698         * src/prefs_template.c
10699         * src/summaryview.c
10700         * src/textview.c
10701         * src/textview.h
10702         * src/toolbar.c
10703         * src/gtk/about.c
10704         * src/gtk/menu.c
10705         * src/gtk/menu.h
10706         * src/plugins/trayicon/trayicon.c
10707                 More changes from GtkItemFactory to GtkUIManager
10709 2008-07-25 [colin]      3.5.0cvs33
10711         * src/gtk/menu.h
10712                 Add a macro to remove menu items
10713                 Make the gui_manager variable useless
10715 2008-07-24 [colin]      3.5.0cvs32
10717         * src/mimeview.c
10718                 Fix a gtk warning on clear
10719         * src/mainwindow.c
10720         * src/summaryview.c
10721         * src/summaryview.h
10722                 Switch the message list popup menu to
10723                 GtkUIManager
10725 2008-07-23 [colin]      3.5.0cvs31
10727         * src/plugins/pgpcore/pgp_viewer.c
10728         * src/plugins/pgpcore/sgpgme.c
10729                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10730                 Patch by Thomas Wiegner <wiegner@gmx.de>
10732 2008-07-20 [paul]       3.5.0cvs30
10734         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10735                 remove redundant GTK version check
10737 2008-07-20 [ticho]      3.5.0cvs29
10739         * src/folderview.c
10740         * src/imap_gtk.c
10741         * src/news_gtk.c
10742                 Moved sensitivity setting for "Download messages" for IMAP and
10743                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10744                 respectively for better code readability.
10745                 Fixed indentation in news' set_sensitivity().
10747 2008-07-20 [paul]       3.5.0cvs28
10749         * src/addrgather.c
10750                 remove more redundant code following cvs27
10752 2008-07-20 [paul]       3.5.0cvs27
10754         * src/addrgather.c
10755                 remove now redundant code
10756         * src/mainwindow.c
10757         * src/mainwindow.h
10758                 fix bug 1673, 'Tools/Harvest adresses is
10759                 grayed out if folder is empty'
10761 2008-07-19 [ticho]      3.5.0cvs26
10763         * src/edittags.c
10764         * src/main.c
10765         * src/mimeview.c
10766         * src/mimeview.h
10767         * src/gtk/gtkutils.c
10768         * src/gtk/gtkutils.h
10769         * src/gtk/menu.c
10770         * src/gtk/menu.h
10771                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10772                 instead of deprecated GtkItemFactory.
10774 2008-07-19 [colin]      3.5.0cvs25
10776         * src/account.c
10777         * src/addrgather.c
10778         * src/compose.c
10779         * src/editldap.c
10780         * src/expldifdlg.c
10781         * src/importldif.c
10782         * src/main.c
10783         * src/mainwindow.c
10784         * src/mimeview.c
10785         * src/noticeview.c
10786         * src/prefs_account.c
10787         * src/prefs_actions.c
10788         * src/prefs_ext_prog.c
10789         * src/prefs_filtering.c
10790         * src/prefs_folder_item.c
10791         * src/prefs_image_viewer.c
10792         * src/prefs_logging.c
10793         * src/prefs_msg_colors.c
10794         * src/prefs_other.c
10795         * src/prefs_send.c
10796         * src/prefs_spelling.c
10797         * src/prefs_summaries.c
10798         * src/prefs_template.c
10799         * src/printing.c
10800         * src/quote_fmt.c
10801         * src/summary_search.c
10802         * src/summaryview.c
10803         * src/toolbar.c
10804         * src/wizard.c
10805         * src/common/Makefile.am
10806         * src/gtk/gtksctree.c
10807         * src/gtk/gtkutils.h
10808         * src/gtk/pluginwindow.c
10809         * src/gtk/quicksearch.c
10810         * src/plugins/bogofilter/bogofilter_gtk.c
10811         * src/plugins/dillo_viewer/dillo_prefs.c
10812         * src/plugins/pgpcore/prefs_gpg.c
10813         * src/plugins/spamassassin/spamassassin_gtk.c
10814         * src/plugins/trayicon/trayicon.c
10815         * src/plugins/trayicon/trayicon_prefs.c
10816                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10817                 or greater). Use the old deprecated one on GTK+ < 2.12.
10818                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10819                 of time!
10821 2008-07-16 [colin]      3.5.0cvs24
10823         * src/mainwindow.c
10824                 Fix folderview's scrolbar when starting minimised
10825                 to tray, and popping up the mainwindow by calling
10826                 claws-mail from the command line
10828 2008-07-08 [colin]      3.5.0cvs23
10830         * src/compose.c
10831                 Possibly fix po-headers appearing on empty
10832                 templates
10834 2008-07-08 [colin]      3.5.0cvs22
10836         * src/folderview.c
10837         * src/summaryview.c
10838                 Finish the always_open tristate patch, by Jonathan
10839                 Corbet.
10841 2008-07-07 [paul]       3.5.0cvs21
10843         * src/mainwindow.c
10844                 fix typo (missing ")
10846 2008-07-07 [paul]       3.5.0cvs20
10848         * src/mainwindow.c
10849                 fit the menu style a bit better
10851 2008-07-07 [colin]      3.5.0cvs19
10853         * src/prefs_themes.c
10854                 Make upgrading themes easier
10856 2008-07-07 [colin]      3.5.0cvs18
10858         * src/mainwindow.c
10859         * src/prefs_toolbar.c
10860         * src/stock_pixmap.c
10861                 Finish fixing bug 1609, 'Icon issues'
10863 2008-07-07 [colin]      3.5.0cvs17
10865         * src/prefs_common.c
10866                 Fix the default value
10868 2008-07-07 [colin]      3.5.0cvs16
10870         * src/prefs_summaries.c
10871                 Revert my fix to the string, the correct term
10872                 is indeed Message View
10874 2008-07-07 [colin]      3.5.0cvs15
10876         * AUTHORS
10877         * src/gtk/authors.h
10878         * src/prefs_common.c
10879         * src/prefs_common.h
10880         * src/prefs_summaries.c
10881         * src/summaryview.c
10882         * src/gtk/authors.h
10883                 Change "Always open message when selected" to
10884                 a tristate (Never/Always/When preview is visible)
10885                 Patch by Jonathan Corbet <corbet@lwn.net>.
10887 2008-07-06 [paul]       3.5.0cvs14
10889         * src/addrgather.c
10890                 improve the layout of the dialogue
10891                 improve the English
10892                 add tooltips
10893                 fix some of the nasty coding style
10894         * src/mainwindow.c
10895                 improve the English
10896                 add some missing mnemonics
10898 2008-07-05 [paul]       3.5.0cvs13
10900         * src/mainwindow.c
10901         * src/mainwindow.h
10902                 fix bug 1398, '"Change current account" is
10903                 available even when there's only one account'
10904         * src/plugins/pgpcore/prefs_gpg.c
10905                 put back a needed include, removed in error
10907 2008-07-05 [colin]      3.5.0cvs12
10909         * src/mainwindow.c
10910                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10912 2008-07-05 [colin]      3.5.0cvs11
10914         * src/news.c
10915         * src/news_gtk.c
10916                 Provide ability to rename newsgroups. Closes
10917                 bug 1444, 'Add GUI option for renaming 
10918                 newsgroups'. Patch by Pawel Pekala
10920 2008-07-05 [colin]      3.5.0cvs10
10922         * src/plugins/pgpcore/passphrase.c
10923         * src/plugins/pgpcore/prefs_gpg.c
10924         * src/plugins/pgpcore/select-keys.c
10925                 Simplify GTK includes (with the advantage
10926                 of compiling against GTK+2.13); patch by
10927                 Charles A Edwards
10929 2008-07-05 [colin]      3.5.0cvs9
10931         * src/wizard.c
10932                 Add SSL client certificates
10934 2008-07-05 [colin]      3.5.0cvs8
10936         * src/prefs_account.c
10937         * src/common/session.h
10938                 Fix warnings
10939         * src/common/ssl.c
10940                 Add one path for certs
10942 2008-07-05 [colin]      3.5.0cvs7
10944         * src/prefs_account.c
10945                 Fix no-ssl build
10947 2008-07-04 [colin]      3.5.0cvs6
10949         * src/common/ssl.c
10950         * src/common/ssl.h
10951         * src/common/ssl_certificate.c
10952                 Workaround distro bugs and fix certificate checking
10953                 with OpenSSL
10955 2008-07-04 [colin]      3.5.0cvs5
10957         * src/filtering.c
10958         * src/common/ssl_certificate.c
10959         * src/common/ssl_certificate.h
10960         * src/etpan/imap-thread.c
10961         * src/etpan/nntp-thread.c
10962                 Fix some leaks, thanks to Martin Zwickel
10963                 Rename gnutls functions that do the same
10964                 as OpenSSL ones, to avoid symbol clashing
10965                 when Claws is built against GnuTLS and
10966                 libetpan against OpenSSL
10968 2008-07-04 [paul]       3.5.0cvs4
10970         * src/prefs_account.c
10971                 remove 1 forgotten '.'
10973 2008-07-04 [paul]       3.5.0cvs3
10975         * src/prefs_account.c
10976                 layout/engrish fixes to the 'Client
10977                 certificates' frame
10979 2008-07-03 [colin]      3.5.0cvs2
10981         * src/imap.c
10982         * src/news.c
10983         * src/pop.c
10984         * src/prefs_account.c
10985         * src/prefs_account.h
10986         * src/prefs_common.c
10987         * src/send_message.c
10988         * src/common/session.c
10989         * src/common/session.h
10990         * src/common/smtp.c
10991         * src/common/smtp.h
10992         * src/common/socket.h
10993         * src/common/ssl.c
10994         * src/common/ssl.h
10995         * src/common/ssl_certificate.c
10996         * src/common/ssl_certificate.h
10997         * src/etpan/imap-thread.c
10998         * src/etpan/nntp-thread.c
10999         * src/gtk/inputdialog.c
11000                 Add support for SSL client certificates (either PEM files
11001                 with certificate and private key, either PKCS12 files)
11003 2008-06-28 [colin]      3.5.0cvs1
11005         * src/foldersel.c
11006                 Fix compilation with older GTKs
11008 2008-06-27 [paul]       3.5.0
11010         * NEWS
11011         * README
11012         * RELEASE_NOTES 
11013                 3.5.0 released
11015 2008-06-27 [paul]       3.4.0cvs116
11017         * src/gtk/authors.h
11018                 complete cvs115
11020 2008-06-27 [paul]       3.4.0cvs115
11022         * configure.ac
11023         * src/gtk/authors.h
11024                 no longer build unmaintained translations
11026 2008-06-27 [paul]       3.4.0cvs114
11028         * po/de.po
11029         * po/fi.po
11030         * po/pt_BR.po
11031                 updated by Stephan Sachse, Flammie Pirinen, and
11032                 Frederico Goncalves Guimaraes
11034 2008-06-26 [wwp]        3.4.0cvs113
11036         * manual/fr/advanced.xml
11037                 Update French version of the manual (AutoFaces documentation).
11039 2008-06-26 [wwp]        3.4.0cvs112
11041         * manual/fr/advanced.xml
11042         * manual/fr/plugins.xml
11043                 Updated French version of the manual (completed
11044                 hidden options list, added note about Clawsker
11045                 and new mail archiver plugin).
11047 2008-06-25 [colin]      3.4.0cvs111
11049         * src/gtk/gtkaspell.c
11050                 Fix non-UTF8 in the replace with dialog
11051         * src/prefs_actions.c
11052                 Fix possible crasher
11053                 Patches by Pawel
11055 2008-06-24 [mones]      3.4.0cvs110
11057         * src/autofaces.c
11058                 Fix non-warning message, downgraded to debug info
11060 2008-06-24 [colin]      3.4.0cvs109
11062         * src/summaryview.c
11063                 Fix bug 1650, Message line too small after 
11064                 changing columns in "three columns" layout
11066 2008-06-24 [colin]      3.4.0cvs108
11068         * src/messageview.c
11069                 Fix Spam button sensitivity in newsgroups
11071 2008-06-23 [wwp]        3.4.0cvs107
11073         * po/fr.po
11074                 Updated French translation.
11076 2008-06-23 [mones]      3.4.0cvs106
11078         * po/es.po
11079                 Updated translation for release
11081 2008-06-22 [mones]      3.4.0cvs105
11083         * manual/es/plugins.xml
11084                 Synced new entry for Mail Archiver plugin
11086 2008-06-22 [colin]      3.4.0cvs104
11088         * src/compose.c
11089                 Fix initial cursor position
11091 2008-06-21 [paul]       3.4.0cvs103
11093         * manual/plugins.xml
11094                 add an entry for the new Mail Archiver plugin
11096 2008-06-21 [paul]       3.4.0cvs102
11098         * src/gtk/about.c
11099                 we're in 'string freeze', put back the
11100                 < > symbols for now
11102 2008-06-21 [paul]       3.4.0cvs101
11104         * manual/advanced.xml
11105         * manual/es/advanced.xml
11106                 fix build warning: <emphasis> cannot be contained
11107                 within <filename>
11108         * src/gtk/about.c
11109                 fix non-clickable link on License page and drop
11110                 the containing < > symbols to match other links
11112 2008-06-20 [mones]      3.4.0cvs100
11114         * manual/advanced.xml
11115                 Added autofaces documentation, note about clawsker in hidden
11116                 preferences, minor markup fix. Thanks Paul for proofreading
11117         * manual/es/advanced.xml
11118                 Synchronised Spanish manual
11120 2008-06-16 [colin]      3.4.0cvs99
11122         * src/compose.c
11123                 Fix cursor placing on signature change
11125 2008-06-16 [paul]       3.4.0cvs98
11127         * src/imap_gtk.c
11128         * src/mh_gtk.c
11129         * src/gtk/inputdialog.c
11130                 really fussy coding style fixes
11132 2008-06-16 [paul]       3.4.0cvs97
11134         * src/Makefile.am
11135                 keep the alphabetical order
11137 2008-06-13 [mones]      3.4.0cvs96
11139         * src/autofaces.c
11140                 Fix crasher ;-)
11141         * src/prefs_filtering_action.c
11142                 Fixed cosmetic bug, processing also displays "Filtering"
11144 2008-06-13 [mones]      3.4.0cvs95
11146         * src/Makefile.am
11147         * src/autofaces.c       ** NEW FILE **  
11148         * src/autofaces.h       ** NEW FILE **
11149         * src/compose.c
11150                 Allow setting Faces and X-Faces globally and per-account
11151                 from configuration files under ~/.claws-mail/autofaces
11153 2008-06-13 [holger]     3.4.0cvs94
11155         * .cvsignore
11156                 More files to ignore
11157         * src/gtk/inputdialog.c
11158         * src/gtk/inputdialog.h
11159                 Make input dialog more generic so that a checkbox
11160                 with custom text can be used in addition to the
11161                 "remember this" checkbox
11162         * src/imap_gtk.c
11163         * src/mh_gtk.c
11164         * src/prefs_common.c
11165         * src/prefs_common.h
11166                 Allow new folders to inherit the properties of the
11167                 parent folder during folder creation
11169 2008-06-13 [wwp]        3.4.0cvs93
11171         * src/addressbook.c
11172                 a better fix for this string, won't break up translations,
11173                 and is conform to other similar ones.
11175 2008-06-13 [wwp]        3.4.0cvs92
11177         * src/addrduplicates.c
11178         * src/addressadd.c
11179         * src/addressbook.c
11180         * src/addressbook_foldersel.c
11181         * src/editgroup.c
11182                 use tree decorations everywhere AB folders are used (AB tree pane,
11183                     add address to AB, select AB folder, edit group, custom attr, find dup
11184                     results), in order to match global style
11185                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11186                     double clicking on groups in tree pane does open the group edit dialog
11187                     double clicking on other items in tree pane does expand/collapse
11188                 fix a missing space in AB's delete-folder dialog
11189                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11191         * src/foldersel.c
11192                 make foldersel dialog show dotted lines according to global (hidden) prefs
11194 2008-06-12 [colin]      3.4.0cvs91
11196         * src/compose.c
11197         * src/compose.h
11198                 Fix bug 1635, 'Last character of message is truncated 
11199                 when changing accounts w/ sigs'
11200         * src/folderview.c
11201                 Fix bug 1636, 'Can't select "properties" on "folders 
11202                 only" folders'
11204 2008-06-11 [colin]      3.4.0cvs90
11206         * src/folder.c
11207                 Maybe fix bug 1623, 'exits with segfault when 
11208                 logging in to certain imap-servers'
11210 2008-06-10 [mones]      3.4.0cvs89
11212         * AUTHORS
11213         * tools/Makefile.am
11214         * tools/README
11215         * tools/convert_mbox.sh
11216                 Undo cvs86 and cvs87, it really should be a patch to 
11217                 convert_mbox.pl
11219 2008-06-10 [wwp]        3.4.0cvs88
11221         * po/fr.po
11222                 Updated French translation.
11224 2008-06-10 [mones]      3.4.0cvs87
11226         * tools/Makefile.am
11227                 Oops, forgot to add previous script for distribution
11229 2008-06-10 [mones]      3.4.0cvs86
11231         * AUTHORS
11232         * tools/README
11233         * tools/convert_mbox.sh
11234                 Added script to convert Evolution mail folders contributed
11235                 by Daniel Dickinson <cshore@fionavar.ca>
11236                 Fixes debian bug 461435
11238 2008-06-09 [colin]      3.4.0cvs85
11240         * src/main.c
11241                 Integrate AWN information bubble if dbus is
11242                 available
11243         * src/folder.c
11244                 Fix crash when calling scan_required() on 
11245                 folder classes that don't implement them
11246         * src/common/session.c
11247                 Fix a little typo
11249 2008-06-09 [colin]      3.4.0cvs84
11251         * src/main.c
11252                 Fix bug 1447, 'If user tries to close while starting 
11253                 up, it will not close ever.'
11255 2008-06-09 [colin]      3.4.0cvs83
11257         * src/filtering.c
11258                 Fix bug 1628, 'Claws Mail crashes when 
11259                 filtering selected messages'
11261 2008-06-04 [colin]      3.4.0cvs82
11263         * src/messageview.c
11264                 Complete handling of html parts in multipart/alternative
11265                 mails
11267 2008-06-03 [paul]       3.4.0cvs81
11269         * src/prefs_message.c
11270                 make always the english good
11272 2008-06-03 [colin]      3.4.0cvs80
11274         * src/mainwindow.c
11275         * src/mainwindow.h
11276                 Fix bug 1624, '[PATCH] Quick search should be 
11277                 disabled for folder view'; based on a patch by
11278                 Michael Terry
11280 2008-06-03 [iwkse]      3.4.0cvs79
11282         * src/addressbook.c
11283                 Fix little gui bug on button sensitivity
11284         * src/messageview.c
11285         * src/prefs_common.c
11286         * src/prefs_common.h
11287         * src/prefs_message.c
11288                 Allow by default to show html in multipart/alternative
11290 2008-06-02 [colin]      3.4.0cvs78
11292         * src/prefs_actions.c
11293                 GUI rework, patch by Pawel 
11295 2008-06-02 [colin]      3.4.0cvs77
11297         * src/quote_fmt.c
11298                 Fix sensitivity/alignment, patch from
11299                 Pawel
11301 2008-05-31 [colin]      3.4.0cvs76
11303         * src/imap.c
11304                 Fix login issue introduced in cvs75.
11306 2008-05-31 [colin]      3.4.0cvs75
11308         * src/imap.c
11309                 Fix more possible double-frees. Also, fix the root cause
11310                 of these double-frees by just noting the Session is to
11311                 be destroyed instead of destroying it in flight
11313 2008-05-29 [paul]       3.4.0cvs74
11315         * manual/keyboard.xml
11316                 'Makes' these entries like the others
11318 2008-05-29 [colin]      3.4.0cvs73
11320         * src/procmsg.h
11321                 Include utils.h in case we
11322                 need to pull goffset definition
11324 2008-05-29 [colin]      3.4.0cvs72
11326         * src/common/utils.h
11327                 Workaround a stupid Glib issue, where
11328                 goffset happens to be undefined. 
11330 2008-05-28 [colin]      3.4.0cvs71
11332         * src/compose.c
11333         * src/compose.h
11334         * src/grouplistdialog.c
11335         * src/image_viewer.c
11336         * src/imap.c
11337         * src/inc.c
11338         * src/main.c
11339         * src/matcher.c
11340         * src/messageview.c
11341         * src/mimeview.c
11342         * src/prefs_themes.c
11343         * src/procmsg.h
11344         * src/summaryview.c
11345         * src/summaryview.h
11346         * src/textview.c
11347         * src/common/smtp.c
11348         * src/common/utils.c
11349         * src/common/utils.h
11350                 Use goffset instead of off_t for MsgInfo's size
11351                 Allows using MsgInfo structure from plugins
11352                 compiled with largefile support
11354 2008-05-26 [colin]      3.4.0cvs70
11356         * src/mainwindow.c
11357         * src/mainwindow.h
11358                 Define THEME_CHANGED_HOOKLIST and invoke
11359                 it on theme change
11360         * src/plugins/trayicon/trayicon.c
11361                 Listen to THEME_CHANGED_HOOKLIST and
11362                 update accordingly
11364 2008-05-26 [paul]       3.4.0cvs69
11366         * src/mimeview.c
11367                 plug a leak in mimeview_save_all()
11369 2008-05-24 [colin]      3.4.0cvs68
11371         * src/common/utils.h
11372                 Fix wrong define on old glibs
11374 2008-05-24 [paul]       3.4.0cvs67
11376         * src/Makefile.am
11377         * src/stock_pixmap.c
11378         * src/stock_pixmap.h
11379         * src/toolbar.c
11380         * src/pixmaps/cancel.xpm
11381         * src/pixmaps/close.xpm
11382                 add a specific icon for A_CANCEL_INC (addresses
11383                 point 1 of bug 1609 'Icon issues')
11384                 replace close.xpm with an icon of the standard
11385                 24x24 size
11387 2008-05-24 [paul]       3.4.0cvs66
11389         * src/pixmaps/insert_file.xpm
11390                 replaced
11392 2008-05-23 [paul]       3.4.0cvs65
11394         * src/common/md5.c
11395         * src/common/md5.h
11396                 add the possibility to check md5 on binary files,
11397                 thanks to Colin
11399 2008-05-23 [colin]      3.4.0cvs64
11401         * src/mainwindow.c
11402         * src/summaryview.c
11403                 Fix bug 1610, 'claws crash after opening/closing 
11404                 preferences and window update'
11406 2008-05-22 [colin]      3.4.0cvs63
11408         * src/prefs_filtering_action.c
11409         * src/gtk/combobox.c
11410         * src/gtk/combobox.h
11411                 Fix reselecting of Tags actions in
11412                 filtering actions dialog
11414 2008-05-22 [colin]      3.4.0cvs62
11416         * src/Makefile.am
11417         * src/prefs_toolbar.c
11418         * src/stock_pixmap.c
11419         * src/stock_pixmap.h
11420         * src/toolbar.c
11421         * src/pixmaps/delete_btn.xpm
11422         * src/pixmaps/insert_file.xpm
11423         * src/pixmaps/mail_reply_to_list.xpm
11424                 Fix more of bug 1609:
11425                 - Add a Delete button icon
11426                 - Add a Reply to list button icon
11427                 - Fix Insert file button icon
11428                 Artwork by Ciprian Popovici.
11430 2008-05-21 [colin]      3.4.0cvs61
11432         * src/common/utils.c
11433                 Fix a little leak
11435 2008-05-21 [wwp]        3.4.0cvs60
11437         * src/prefs_filtering.c
11438                 Don't show SMTP-only accounts in accounts list, as they are
11439                 irrelevant for filtering incoming messages.
11441 2008-05-21 [colin]      3.4.0cvs59
11443         * src/mainwindow.c
11444                 Don't put SMTP-only accounts in receive menus
11446 2008-05-21 [colin]      3.4.0cvs58
11448         * src/imap.c
11449                 Fix cvs56 (brain fart)
11451 2008-05-21 [colin]      3.4.0cvs57
11453         * src/common/utils.c
11454                 Fix bug 1615, 'hang on FIFO when the other end's not 
11455                 opened'
11457 2008-05-21 [colin]      3.4.0cvs56
11459         * src/imap.c
11460                 Fix a warning
11462 2008-05-19 [colin]      3.4.0cvs55
11464         * src/plugins/pgpcore/sgpgme.c
11465                 Maybe fix debian bug 481856, 'Segmentation fault 
11466                 when verifying a GPG signature'. Although it 
11467                 looks like a race condition...
11469 2008-05-19 [colin]      3.4.0cvs54
11471         * src/prefs_filtering_action.c
11472         * src/prefs_matcher.c
11473         * src/common/tags.c
11474         * src/common/tags.h
11475         * src/gtk/combobox.c
11476         * src/gtk/combobox.h
11477                 Patch by Pawel: disabled Tags menus in filtering dialogs
11479 2008-05-19 [colin]      3.4.0cvs53
11481         * src/prefs_account.c
11482                 GUI patch by Pawel: align ports entries
11484 2008-05-19 [colin]      3.4.0cvs52
11486         * src/mainwindow.c
11487                 Fix bug 1616, 'strange question while emptying trash'
11489 2008-05-18 [colin]      3.4.0cvs51
11491         * src/common/plugin.c
11492         * src/etpan/imap-thread.c
11493         * src/etpan/nntp-thread.c
11494         * src/gtk/gtksctree.c
11495                 Fix bug 1613, 'Various memory leaks'; 
11496                 based on a patch by Didier Barvaux.
11498 2008-05-18 [colin]      3.4.0cvs50
11500         * src/mimeview.c
11501         * src/privacy.h
11502         * src/toolbar.c
11503         * src/toolbar.h
11504         * src/plugins/pgpcore/sgpgme.c
11505                 Fix more parts of bug 1609:
11506                 - Make use of specific Expired privacy icon
11507                 - Use CLOSE instead of NOTICE_ERROR for cancel
11508                   receiving
11509                 - Allow a Preferences button in the main toolbar
11511 2008-05-18 [colin]      3.4.0cvs49
11513         * src/stock_pixmap.c
11514                 Fix bug with non-updating icons after theme change:
11515                 If fetching pixbuf for a given icon after a theme
11516                 change, the next pixmap fetch would return the old
11517                 cached one, as the theme change was forgotten at 
11518                 this time. (and vice-versa). This was mostly 
11519                 visible on open folder icons
11521 2008-05-17 [colin]      3.4.0cvs48
11523         * src/prefs_summaries.c
11524         * src/summaryview.c
11525                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11526                 options'. Patch by Pawel
11528 2008-05-16 [colin]      3.4.0cvs47
11530         * src/imap.c
11531                 Fix another possible crash (on fatal errors
11532                 at login, like stream error).
11534 2008-05-16 [paul]       3.4.0cvs46
11536         * tools/thunderbird-filters-convertor.pl
11537                 fix a typo
11538                 fix reading a tb rule that contains something
11539                 like that: \"Sender\"
11541 2008-05-16 [paul]       3.4.0cvs45
11543         * tools/README
11544         * tools/csv2addressbook.pl
11545                 add support for gmail exported csv address book
11547 2008-05-16 [colin]      3.4.0cvs44
11549         * configure.ac
11550         * src/ldapupdate.c
11551                 Fix ldap deprecated calls. Patch by
11552                 Michael Rasmussen
11554 2008-05-16 [paul]       3.4.0cvs43
11556         * manual/de/account.xml
11557         * manual/it/account.xml
11558         * manual/it/ack.xml
11559         * manual/it/addrbook.xml
11560         * manual/it/claws-mail-manual.xml
11561         * manual/it/gpl.xml
11562         * manual/it/intro.xml
11563         * manual/it/starting.xml
11564                 add pages towards German and Italian manuals.
11565                 (just for storage, they are not built yet, due
11566                 to being incomplete.) submitted by Speckmade
11567                 <Speckmade@gmx.net> and Salvatore De Paolis
11568                 <iwkse@claws-mail.org>
11570 2008-05-16 [colin]      3.4.0cvs42
11572         * src/gtk/sslcertwindow.c
11573                 Fix SHA1 fingerprint with GnuTLS
11575 2008-05-15 [colin]      3.4.0cvs41
11577         * src/gtk/sslcertwindow.c
11578                 Print SHA1 fingerprint too
11580 2008-05-15 [colin]      3.4.0cvs40
11582         * src/imap.c
11583                 Fix certificate port on TLS. It was 
11584                 previously always 0.
11585                 **IMPORTANT INFORMATION**: this will trigger 
11586                 one wrong "New certificate" warning at the 
11587                 first connection with this fix, if using STARTTLS
11588                 on IMAP.
11589         * src/gtk/sslcertwindow.c
11590                 Make labels selectable
11592 2008-05-15 [colin]      3.4.0cvs39
11594         * src/imap.c
11595                 Fix double free when STARTTLS fails (for
11596                 example due to refusing the certificate)
11598 2008-05-15 [paul]       3.4.0cvs38
11600         * manual/advanced.xml
11601                 fix typo
11603 2008-05-15 [paul]       3.4.0cvs37
11605         * manual/advanced.xml
11606         * src/prefs_send.c
11607                 make outgoing_fallback_to_ascii a hidden pref
11609 2008-05-14 [colin]      3.4.0cvs36
11611         * src/main.c
11612         * src/mainwindow.c
11613         * src/mainwindow.h
11614                 Make it possible to cancel quit when Claws
11615                 ask whether to empty trash.
11617 2008-05-14 [colin]      3.4.0cvs35
11619         * src/compose.c
11620         * src/prefs_common.c
11621         * src/prefs_common.h
11622         * src/prefs_send.c
11623                 Add a preference to be able to specify an
11624                 outgoing charset/encoding but still fallback
11625                 to 7bit US-ASCII when possible (default TRUE,
11626                 same behavior as pre-cvs34)
11628 2008-05-14 [colin]      3.4.0cvs34
11630         * src/compose.c
11631                 Always use the specified encoding and charset if it is
11632                 specified, even if the mail is ASCII.
11634 2008-05-13 [paul]       3.4.0cvs33
11636         * src/ldapupdate.c
11637                 fix the build warnings the easy way for now
11639 2008-05-13 [colin]      3.4.0cvs32
11641         * src/prefs_themes.c
11642                 Count .png files as icons too (fixes part
11643                 of bug 1609, 'Icon issues')
11645 2008-05-13 [wwp]        3.4.0cvs31
11647         * src/addressbook_foldersel.c
11648                 Fix wrong check (completes 3.4.0.cvs30).
11650 2008-05-12 [wwp]        3.4.0cvs30
11652         * src/addressbook.c
11653         * src/addressbook_foldersel.c
11654         * src/filtering.c
11655         * src/matcher.c
11656         * src/prefs_matcher.c
11657         * src/plugins/bogofilter/bogofilter.c
11658         * src/plugins/bogofilter/bogofilter_gtk.c
11659         * src/plugins/dillo_viewer/dillo_prefs.c
11660         * src/plugins/spamassassin/spamassassin.c
11661         * src/plugins/spamassassin/spamassassin_gtk.c
11662                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11663                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11664                 translated string "Any" in plugins (whitelisting) and
11665                 UTF8 comparisons.
11667 2008-05-07 [colin]      3.4.0cvs29
11669         * configure.ac
11670                 Fix --enable-maemo (assume --enable-generic-umpc)
11672 2008-05-07 [colin]      3.4.0cvs28
11674         * configure.ac
11675         * src/account.c
11676         * src/addr_compl.c
11677         * src/compose.c
11678         * src/editaddress.c
11679         * src/folderview.c
11680         * src/mainwindow.c
11681         * src/messageview.c
11682         * src/mimeview.c
11683         * src/prefs_account.c
11684         * src/prefs_common.c
11685         * src/prefs_display_header.c
11686         * src/prefs_filtering.c
11687         * src/prefs_summaries.c
11688         * src/prefs_template.c
11689         * src/prefs_toolbar.c
11690         * src/stock_pixmap.c
11691         * src/summaryview.c
11692         * src/summaryview.h
11693         * src/textview.c
11694         * src/toolbar.c
11695         * src/gtk/about.c
11696         * src/gtk/gtksctree.c
11697         * src/gtk/menu.c
11698         * src/gtk/prefswindow.c
11699         * src/gtk/sslcertwindow.c
11700                 Separate generic UMPC code (layouts, ...) from 
11701                 MAEMO code (Hildon, ...)
11703 2008-05-06 [paul]       3.4.0cvs27
11705         * tools/claws.i18n.status.pl
11706                 add he.po
11708 2008-05-06 [colin]      3.4.0cvs26
11710         * src/common/utils.c
11711                 Maybe fix crash on FreeBSD
11713 2008-05-05 [colin]      3.4.0cvs25
11715         * src/messageview.c
11716                 Fix bug 1602, 'Crash when sending return receipt for
11717                 messages with no subject'
11719 2008-05-05 [colin]      3.4.0cvs24
11721         * src/mimeview.c
11722                 Don't overwrite temporary files with same
11723                 name when drag and dropping. Fixes bug 1599,
11724                 'attach multiple files with the same name from 
11725                 one mail to another'
11727 2008-05-04 [paul]       3.4.0cvs23
11729         * src/compose.c
11730         * src/prefs_common.c
11731                 fix bug 1587 'can not replay with quote'
11733 2008-05-03 [colin]      3.4.0cvs22
11735         * po/de.po
11736                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11738 2008-05-03 [colin]      3.4.0cvs21
11740         * src/toolbar.c
11741                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11742                 icon isn't grayed although ineffective'
11744 2008-05-02 [wwp]        3.4.0cvs20
11746         * po/fr.po
11747                 Fix translation.
11749         * src/prefs_folder_item.c
11750                 Add missing notice in folder properties (templates) when
11751                 folder is a root node.
11753 2008-04-30 [colin]      3.4.0cvs19
11755         * src/prefs_toolbar.c
11756                 Add Trash and Delete icons to the icon chooser
11758 2008-04-30 [colin]      3.4.0cvs18
11760         * src/compose.c
11761                 Remove "Delete entire line" which was a noop
11762                 and should be the same as "Delete line" :)
11764 2008-04-30 [colin]      3.4.0cvs17
11766         * src/compose.c
11767                 Fix 'Delete line' and 'Delete to end of line'
11768                 on the last line. Patch by <seelenhirt@gmx.net>
11770 2008-04-28 [colin]      3.4.0cvs16
11772         * src/folder.c
11773                 Fix bug 1589, 'tagsdb file not removed when
11774                 folder deleted'.
11775         * src/common/utils.c
11776                 Make sure claws_unlink accepts NULL arg.
11778 2008-04-25 [colin]      3.4.0cvs15
11780         * src/common/ssl.c
11781                 Fix/simplify previous commit
11783 2008-04-25 [colin]      3.4.0cvs14
11785         * src/addrindex.h
11786         * src/common/ssl_certificate.c
11787                 Patch by Marcus: Fix Win32 build
11788         * src/common/ssl.c
11789                 Fix build with GnuTLS/no pthread, thanks
11790                 to Marcus
11792 2008-04-25 [colin]      3.4.0cvs13
11794         * src/summaryview.c
11795                 Fix bug 1586, '3-pane vertical layout now and then 
11796                 still shows sender column'
11798 2008-04-25 [colin]      3.4.0cvs12
11800         * src/Makefile.am
11801         * src/w32-logo.ico
11802         * src/w32-resource.rc
11803                 Patch from Marcus Brinkmann to set an icon on w32.
11805 2008-04-24 [colin]      3.4.0cvs11
11807         * src/inc.c
11808         * src/inc.h
11809                 Trace inc locks
11810         * src/ldif.c
11811         * src/ldif.h
11812                 Fix bug 1581, 'Bad File Format during Import LDIF':
11813                 Use dynamically allocated buffers; also, allow 
11814                 importing contacts with no email address
11816 2008-04-24 [colin]      3.4.0cvs10
11818         * src/prefs_common.c
11819                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11821 2008-04-23 [colin]      3.4.0cvs9
11823         * src/compose.c
11824         * src/prefs_folder_item.c
11825         * src/prefs_template.c
11826         * src/quote_fmt.c
11827                 Fix bug 1576: Fix unescaping of templates when testing them
11828                 I think it breaks nothing. (wwp, you're welcome to double-check)
11830 2008-04-23 [paul]       3.4.0cvs8
11832         * manual/advanced.xml
11833                 add info about the "two_line_vertical" hidden
11834                 pref
11836 2008-04-22 [paul]       3.4.0cvs7
11838         * src/prefs_common.c
11839         * src/prefs_common.h
11840         * src/summaryview.c
11841                 make the 2-line view in summaryview when in three
11842                 columns mode configurable. hidden pref: "two_line_vertical"
11844 2008-04-22 [colin]      3.4.0cvs6
11846         * src/inc.c
11847                 Fix missing inc_unlock()
11848         * src/prefs_matcher.c
11849         * src/send_message.c
11850                 Fix my last commit
11852 2008-04-22 [colin]      3.4.0cvs5
11854         * src/etpan/imap-thread.c
11855                 Use g_(un)setenv instead of (un)setenv which
11856                 doesn't exist on IRIX 6.5
11858 2008-04-22 [colin]      3.4.0cvs4
11860         * src/inc.c
11861         * src/prefs_common.c
11862         * src/send_message.c
11863                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11864                 Set the default timeout to 75 seconds
11866 2008-04-20 [colin]      3.4.0cvs3
11868         * src/pixmaps/tray_newmail.offline.xpm
11869         * src/pixmaps/tray_newmail.xpm
11870         * src/pixmaps/tray_newmarkedmail.offline.xpm
11871         * src/pixmaps/tray_newmarkedmail.xpm
11872         * src/pixmaps/tray_nomail.offline.xpm
11873         * src/pixmaps/tray_nomail.xpm
11874         * src/pixmaps/tray_unreadmail.offline.xpm
11875         * src/pixmaps/tray_unreadmail.xpm
11876         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11877         * src/pixmaps/tray_unreadmarkedmail.xpm
11878                 Make the tray icons a bit nicer. Would be
11879                 nice to get really nice icons from someone
11880                 who's good at Gimp :)
11882 2008-04-18 [colin]      3.4.0cvs2
11884         * src/common/log.c
11885                 Forgot one g_unlink
11887 lease complete the changelog entry below
11888 2008-04-18 [colin]      3.4.0cvs1
11890         * src/addrduplicates.c
11891         * src/addressbook.c
11892         * src/compose.c
11893         * src/crash.c
11894         * src/editaddress.c
11895         * src/folder.c
11896         * src/image_viewer.c
11897         * src/imap.c
11898         * src/inc.c
11899         * src/main.c
11900         * src/mbox.c
11901         * src/messageview.c
11902         * src/mh.c
11903         * src/msgcache.c
11904         * src/news.c
11905         * src/partial_download.c
11906         * src/pop.c
11907         * src/prefs_common.c
11908         * src/prefs_common.h
11909         * src/prefs_other.c
11910         * src/prefs_themes.c
11911         * src/procheader.c
11912         * src/procmime.c
11913         * src/procmsg.c
11914         * src/textview.c
11915         * src/wizard.c
11916         * src/common/prefs.c
11917         * src/common/ssl_certificate.c
11918         * src/common/template.c
11919         * src/common/utils.c
11920         * src/common/utils.h
11921         * src/etpan/imap-thread.c
11922         * src/plugins/dillo_viewer/dillo_viewer.c
11923         * src/plugins/pgpcore/sgpgme.c
11924         * src/plugins/pgpinline/pgpinline.c
11925                 Add an option to shred temporary files and messages
11926                 instead of just removing them. Slows deletions down!
11928 2008-04-18 [paul]       3.4.0
11930         * NEWS
11931         * README
11932         * RELEASE_NOTES 
11933                 3.4.0 released
11936 2008-04-18 [paul]       3.3.1cvs61
11938         * po/de.po
11939         * po/fi.po
11940         * po/it.po
11941         * po/pt_BR.po
11942                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11943                 and Frederico Goncalves Guimaraes
11944         * po/es.po
11945                 updated on the last minute by a lazy Ricardo Mones
11947 2008-04-18 [colin]      3.3.1cvs60
11949         * po/fr.po
11950                 Update translation (Fabien Vantard)
11952 2008-04-17 [colin]      3.3.1cvs59
11954         * src/imap.c
11955                 Fix debian bug 474712, 'claws seg faults when IMAP 
11956                 connection breaks after an IMAP protocol error 
11957                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11958         * src/summaryview.c
11959                 Fix a little leak
11961 2008-04-17 [colin]      3.3.1cvs58
11963         * src/common/log.c
11964                 Fix log size getting out of control (claws-mail
11965                 getting SIGXFSZ): rotate if every 10MB
11967 2008-04-10 [paul]       3.3.1cvs57
11969         * src/prefs_other.c
11970                 improvements to english usage
11972 2008-04-10 [paul]       3.3.1cvs56
11974         * src/prefs_receive.c
11975                 add an accurate description
11977 2008-04-08 [colin]      3.3.1cvs55
11979         * src/undo.c
11980                 Probably fix corruption, introduced in cvs53
11982 2008-04-04 [iwkse]      3.3.1cvs54
11984         * src/undo.c
11985                 undo should works properly again
11987 2008-04-04 [iwkse]      3.3.1cvs53
11989         * src/undo.c
11990                 Fix a segfault but breaks undo
11991                 on a specific case (eg. double paste with
11992                 middle-mouse button)
11994 2008-04-04 [iwkse]      3.3.1cvs52
11996         * src/prefs_filtering.c
11997                 Fix previous Tab mess
11999 2008-04-03 [iwkse]      3.3.1cvs51
12001         * src/prefs_filtering.c
12002                 Add search in filtering rules list
12004 2008-04-02 [colin]      3.3.1cvs50
12006         * src/main.c
12007                 Revert part of the previous patch: we do
12008                 want to parse ~/.claws-mail/gtkrc-2.0 if it
12009                 exists
12011 2008-04-02 [colin]      3.3.1cvs49
12013         * src/main.c
12014                 Fix bug 1562, 'Claws-Mail does not completely 
12015                 respect settings in GTK2_RC_FILES environment'
12016                 Remove manual parsing of .gtkrc-2.0 and 
12017                 .gtk/gtkrc-2.0. GTK does it itself these days.
12019 2008-04-01 [colin]      3.3.1cvs48
12021         * src/imap_gtk.c
12022                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
12023                 ticking "Show only subscribed"'
12025 2008-03-31 [colin]      3.3.1cvs47
12027         * src/folder.c
12028                 Fix bug 1553, 'File lock not respected'
12029                 Regression due to the implementation of
12030                 deletion batching
12032 2008-03-31 [colin]      3.3.1cvs46
12034         * src/mainwindow.c
12035                 Fix tags menu update, thanks to Paul
12037 2008-03-29 [wwp]        3.3.1cvs45
12039         * src/prefs_account.c
12040         * src/prefs_common.c
12041         * src/prefs_folder_item.c
12042         * src/prefs_quote.c
12043         * src/quote_fmt.c
12044         * src/quote_fmt.h
12045                 Fix compose template formats (in global preferences)
12046                 being translated under specific conditions.
12047                 Add a button to restore factory defaults for current
12048                 language.
12050 2008-03-27 [colin]      3.3.1cvs44
12052         * src/common/prefs.c
12053         * src/common/xmlprops.c
12054                 Fix RedHat bug 431735, 'segfault if /home is full' 
12055                 (when starting): Fix double fclose() in prefs.c
12056                 and potentially xmlprops.c
12058 2008-03-27 [colin]      3.3.1cvs43
12060         * src/addressbook.c
12061                 Fix bug 1559, 'Claws Mail crashed deleting all 
12062                 common contacts'
12064 2008-03-27 [wwp]        3.3.1cvs42
12066         * src/addressbook.c
12067                 Fix 3.3.0cvs41.
12069 2008-03-27 [wwp]        3.3.1cvs41
12071         * src/addressbook.c
12072                 Prevent list flickering when deleting addresses.
12074 2008-03-26 [colin]      3.3.1cvs40
12076         * src/imap.c
12077                 Clean up session disconnection. Possibly
12078                 fix Ubuntu bug #204290
12080 2008-03-26 [colin]      3.3.1cvs39
12082         * src/textview.c
12083                 Fix bug 1555: current folder wasn't used when
12084                 right-clicking on an email address
12086 2008-03-25 [colin]      3.3.1cvs38
12088         * src/plugins/bogofilter/bogofilter.c
12089         * src/plugins/bogofilter/bogofilter.h
12090         * src/plugins/bogofilter/bogofilter_gtk.c
12091                 Add a "learn from whitelist" preference
12092                 Whitelist Unsure mails too.
12094 2008-03-24 [paul]       3.3.1cvs37
12096         * src/prefs_account.c
12097                 If no MH mailbox and no account exists, when
12098                 creating a POP/Local account, just create and
12099                 use the default one instead of bailing with a
12100                 "Mailbox doesn't exist" error
12102 2008-03-21 [colin]      3.3.1cvs36
12104         * src/procmime.c
12105                 strstrip mime subtype
12107 2008-03-21 [paul]       3.3.1cvs35
12109         * manual/advanced.xml
12110                 correct and update the info about Actions
12112 2008-03-20 [colin]      3.3.1cvs34
12114         * src/messageview.c
12115         * src/messageview.h
12116         * src/textview.c
12117                 Show at max 1MB of text, add a noticeview to
12118                 show everything optionally.
12120 2008-03-20 [colin]      3.3.1cvs33
12122         * src/stock_pixmap.c
12123                 Add support for png themes
12125 2008-03-19 [wwp]        3.3.1cvs32
12127         * src/procheader.c
12128                 Sanity check.
12130 2008-03-18 [colin]      3.3.1cvs31
12132         * src/common/utils.c
12133         * src/common/utils.h
12134                 Handle size_t instead of off_t in to_human_readable
12136 2008-03-18 [colin]      3.3.1cvs30
12138         * src/imap.c
12139                 Remove raw printf
12141 2008-03-16 [colin]      3.3.1cvs29
12143         * src/summaryview.c
12144                 Fix build on GTK < 2.12
12146 2008-03-16 [colin]      3.3.1cvs28
12148         * src/mainwindow.c
12149                 Refresh non-list widget when switching
12150                 messageview
12152 2008-03-16 [colin]      3.3.1cvs27
12154         * manual/faq.xml
12155                 Revert cvs25: This wasn't a typo :) :
12156                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12159 2008-03-16 [colin]      3.3.1cvs26
12161         * src/summaryview.c
12162         * src/gtk/gtksctree.c
12163         * src/gtk/gtksctree.h
12164                 Implement 2-lines items in Summaryview when in 
12165                 three columns mode
12167 2008-03-16 [paul]       3.3.1cvs25
12169         * manual/faq.xml
12170                 fix typo
12172 2008-03-14 [colin]      3.3.1cvs24
12174         * src/prefs_filtering_action.c
12175                 Fix buglet on setting recipient when
12176                 reediting forward rules.
12178 2008-03-12 [colin]      3.3.1cvs23
12180         * src/summaryview.c
12181                 Fix a new unused variable warning
12182         * src/plugins/trayicon/trayicon.c
12183                 Fix folderview's scrollbar at startup
12184                 if starting hidden
12186 2008-03-12 [colin]      3.3.1cvs22
12188         * src/folderview.c
12189         * src/summaryview.c
12190                 Use item_opened at the beginning of showing
12191                 a folder instead of the end. Fixes flicker.
12193 2008-03-12 [paul]       3.3.1cvs21
12195         * src/folder.c
12196         * src/folder.h
12197         * src/mainwindow.c
12198         * src/procmsg.c
12199         * src/summaryview.c
12200         * src/plugins/trayicon/trayicon.c
12201                 add tooltip with extended folder stats
12203 2008-03-10 [colin]      3.3.1cvs20
12205         * src/common/xml.c
12206                 Handle comments
12208 2008-03-07 [colin]      3.3.1cvs19
12210         * src/mainwindow.c
12211                 Fix blinking of the taskbar entry
12213 2008-03-07 [colin]      3.3.1cvs18
12215         * src/mainwindow.c
12216                 MAEMO: Fix bug 1494, 'Trayicon 
12217                 plugin breaks UI...'
12219 2008-03-07 [paul]       3.3.1cvs17
12221         * src/gtk/authors.h
12222                 reflect reality a bit more closely
12224 2008-03-06 [colin]      3.3.1cvs16
12226         * src/mainwindow.c
12227         * src/mainwindow.h
12228         * src/summaryview.c
12229         * src/summaryview.h
12230         * src/toolbar.c
12231                 Integrate things better wrt the new
12232                 summaryview extensibility.
12234 2008-03-06 [wwp]        3.3.1cvs15
12236         * src/quote_fmt.c
12237                 Fix some gcc warnings.
12239 2008-03-06 [wwp]        3.3.1cvs14
12241         * src/prefs_account.c
12242         * src/prefs_folder_item.c
12243         * src/prefs_gtk.c
12244         * src/prefs_template.c
12245         * src/gtk/prefswindow.c
12246         * src/gtk/prefswindow.h
12247                 prefs_templates: fix missing unregistering of addr_completion widgets
12248                 and and ending of addr_completion service.
12249                 prefs_folder_item: fix missing registering/unregistering of widgets,
12250                 and rework the way add_completion service is started and stopped.
12251                 Plus few prefswindow API changes (opening).
12253 2008-03-06 [wwp]        3.3.1cvs13
12255         * src/folder_item_prefs.c
12256         * src/prefs_template.c
12257         * src/prefs_template.h
12258         * src/quote_fmt.c
12259         * src/common/template.c
12260                 Complete 3.3.1cvs12, thanks to Colin.
12262 2008-03-06 [wwp]        3.3.1cvs12
12264         * src/compose.c
12265         * src/folder_item_prefs.c
12266         * src/folder_item_prefs.h
12267         * src/prefs_account.c
12268         * src/prefs_folder_item.c
12269         * src/prefs_quote.c
12270         * src/prefs_template.c
12271         * src/quote_fmt.c
12272         * src/quote_fmt.h
12273         * src/common/template.c
12274         * src/common/template.h
12275                 Global and per-folder templates can now override the from name (this
12276                 doesn't change the account being used).
12277                 Examples:
12278                  "My other name" <%account_email> (just changes the name)
12279                  my.faked.email@address.org (overrides the address too)
12281 2008-03-05 [colin]      3.3.1cvs11
12283         * src/summaryview.c
12284         * src/summaryview.h
12285                 Replace that hbox with a notebook
12287 2008-03-05 [colin]      3.3.1cvs10
12289         * src/folder.h
12290         * src/folderview.c
12291                 Add klass functions for notification of folder
12292                 opening/closing via the GUI
12293         * src/summaryview.c
12294         * src/summaryview.h
12295                 Add a specific container for the scrolledwin
12297 2008-03-05 [colin]      3.3.1cvs9
12299         * src/folder.h
12300         * src/folderview.c
12301                 Add klass functions for notification of folder 
12302                 opening/closing via the GUI
12303         * src/summaryview.c
12304         * src/summaryview.h
12305                 Add a specific container for the scrolledwin
12307 2008-03-02 [colin]      3.3.1cvs8
12309         * src/messageview.c
12310                 MAEMO: Fix bug 1541, 'Deleting message from within 
12311                 read window displays next message then closes.'
12313 2008-03-02 [colin]      3.3.1cvs7
12315         * src/main.c
12316                 Probably fix bug 1539, 'Program crashes':
12317                 Setup Gcrypt's thread functions when built
12318                 with GnuTLS
12320 2008-03-01 [colin]      3.3.1cvs6
12322         * src/folder.c
12323         * src/imap_gtk.c
12324                 Get rid of stale folders with no account
12326 2008-02-28 [colin]      3.3.1cvs5
12328         * src/compose.c
12329                 Fix bug 1534, 'Segmentation fault when doing 
12330                 some draft saving and then throwing away'
12331         * src/imap.c
12332                 Fix bug 1533, 'Claws is unable to mark messages 
12333                 as "read" in IMAP shared folders'
12334         * src/etpan/imap-thread.c
12335                 Fix bug 1515, 'large messages crash claws when 
12336                 syncing for offline mode'. This is rather a
12337                 workaround, and mails > 64MB will still be
12338                 problematic if there's less than 64MB available
12339                 on the dataroot volume.
12340         * src/messageview.c
12341                 MAEMO: Add information when fetching big messages
12343 2008-02-26 [colin]      3.3.1cvs4
12345         * src/imap.c
12346                 fix bug 1532, '"login refused" message insufficiently 
12347                 detailed'
12349 2008-02-26 [paul]       3.3.1cvs3
12351         * INSTALL
12352         * README
12353                 remove mentions of ClamAV and a few other
12354                 old bits of information
12356 2008-02-23 [colin]      3.3.1cvs2
12358         * src/main.c
12359                 Fix log output (missing \n)
12361 2008-02-23 [colin]      3.3.1cvs1
12363         * configure.ac
12364                 Bump version number for stable release
12366 2008-02-23 [paul]       3.3.0cvs21
12368         * po/he.po
12369                 updated by Ofer
12371 2008-02-21 [colin]      3.3.0cvs20
12373         * src/matcher.c
12374                 Fix bug 1527, 'filtering is case sensitive when it 
12375                 shouldn't be'
12377 2008-02-20 [colin]      3.3.0cvs19
12379         * src/main.c
12380                 Fix file attachments from older Thunar
12382 2008-02-19 [colin]      3.3.0cvs18
12384         * manual/plugins.xml
12385         * manual/es/plugins.xml
12386         * manual/fr/plugins.xml
12387         * manual/pl/plugins.xml
12388                 Remove Clamav
12390 2008-02-19 [paul]       3.3.0cvs17
12392         * tools/README
12393         * tools/csv2addressbook.pl
12394                 add support for Kmail/Kaddressbook
12396 2008-02-18 [colin]      3.3.0cvs16
12398         * src/imap.c
12399                 Unset folder's session before creating a
12400                 new one
12401         * src/main.c
12402         * src/prefs_common.c
12403         * src/prefs_common.h
12404         * manual/advanced.xml
12405                 Add an hidden use_networkmanager pref, to
12406                 disable NetworkManager handling. Also,
12407                 consider UNKNOWN state to be CONNECTED.
12409 2008-02-18 [wwp]        3.3.0cvs15
12411         * src/matcher.c
12412                 Fix Engrish and make 'not' more visible in filtering debug logs.
12414 2008-02-15 [colin]      3.3.0cvs14
12416         * src/matcher.c
12417                 Revert cvs10 for now, it breaks the feature
12419 2008-02-15 [colin]      3.3.0cvs13
12421         * src/main.c
12422                 Always focus folder tree at startup
12423         * src/compose.c
12424                 Fix bug 1521, 'Cannot close compose window after 
12425                 replying to a non-existent news message'
12427 2008-02-13 [colin]      3.3.0cvs12
12429         * src/folderview.c
12430                 Fix important warnings
12432 2008-02-12 [colin]      3.3.0cvs11
12434         * src/imap.c
12435         * src/etpan/imap-thread.c
12436         * src/etpan/imap-thread.h
12437                 Fix handling of $Forwarded flag on Exchange:
12438                 check for the existence or creatability of a
12439                 flag before using it.
12441 2008-02-12 [colin]      3.3.0cvs10
12443         * src/matcher.c
12444                 Optimise matching on Found in addressbook if
12445                 the matched header is in cache (From, etc)
12447 2008-02-12 [colin]      3.3.0cvs9
12449         * src/folderview.c
12450                 Fix crashy stuff when changing displayed
12451                 columns
12453 2008-02-12 [wwp]        3.3.0cvs8
12455         * src/folder.h
12456                 Remove duplicate func declaration and restore the one
12457                 a missing one.
12459 2008-02-12 [wwp]        3.3.0cvs7
12461         * src/compose.c
12462         * src/export.c
12463         * src/folder.c
12464         * src/folder.h
12465         * src/foldersel.c
12466         * src/foldersel.h
12467         * src/imap_gtk.c
12468         * src/import.c
12469         * src/mainwindow.c
12470         * src/messageview.c
12471         * src/mh_gtk.c
12472         * src/prefs_account.c
12473         * src/prefs_filtering_action.c
12474         * src/summaryview.c
12475         * src/plugins/bogofilter/bogofilter_gtk.c
12476         * src/plugins/spamassassin/spamassassin_gtk.c
12477                 Allow moving/copying folders to root folders when using
12478                 the folder selection dialog (it was not possible to
12479                 maemo users to reparent a subfolder to a root folder
12480                 at all).
12482 2008-02-12 [fabien]     3.3.0cvs6
12484         * po/fr.po
12485                 a few days late for i18n fr update. Sorry.
12487 2008-02-11 [colin]      3.3.0cvs5
12489         * src/main.c
12490                 Implement support for future /dev/mem_notify.
12491                 This Linux kernel feature will allow applications
12492                 to be notified that memory has to be freed
12493                 before getting OOM-killed. For more information:
12494                 http://lwn.net/Articles/267013/
12496 2008-02-10 [paul]       3.3.0cvs4
12498         * src/Makefile.am
12499         * src/mimeview.c
12500         * src/prefs_toolbar.c
12501         * src/stock_pixmap.c
12502         * src/stock_pixmap.h
12503         * src/pixmaps/mime_text_patch.xpm
12504                 add an icon for attached patches
12506 2008-02-09 [paul]       3.3.0cvs3
12508         * src/gtk/about.c
12509                 bump the (c) year
12511 2008-02-09 [wwp]        3.3.0cvs2
12513         * src/main.c
12514                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12516 2008-02-08 [colin]      3.3.0cvs1
12518         * src/common/utils.c
12519                 Forbid attaching anything containing "../" or ".ssh/"
12520                 from mailto: URI
12522 2008-02-08 [paul]       3.3.0
12524         * NEWS
12525         * README
12526         * RELEASE_NOTES 
12527                 3.3.0 released
12529 2008-02-08 [paul]       3.2.0cvs77
12531         * AUTHORS
12532                 updated with new translators
12533         * configure.ac
12534                 added he to ALL_LINGUAS
12535         * po/cs.po
12536         * po/de.po
12537         * po/es.po
12538         * po/fi.po
12539         * po/hu.po
12540         * po/it.po
12541         * po/pt_BR.po
12542         * po/zh_CN.po
12543                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12544                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12545                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12546                 and Ralph Young
12547         * po/he.po
12548                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12549         * src/gtk/about.c
12550                 updated with new translators and bumped (c) year
12551         * src/gtk/authors.h
12552                 updated with new translators
12554 2008-02-05 [colin]      3.2.0cvs76
12556         * src/messageview.c
12557         * src/mimeview.c
12558         * src/mimeview.h
12559                 Special case text/calendar parts: if there's one in
12560                 the mail, and a plugin handling text/calendar is
12561                 loaded, show that part. That'll avoid rendering 
12562                 meetings as plain text, which just looks broken to
12563                 many users.
12565 2008-02-04 [colin]      3.2.0cvs75
12567         * src/mainwindow.c
12568                 Maemo: Fix LED handling on OS 2008
12570 2008-02-01 [colin]      3.2.0cvs74
12572         * src/compose.c
12573                 Possibly fix the annoying and hard-to reproduce bug
12574                 where lines 
12575                 are
12576                 rewrapped
12577                 like
12578                 that.
12580 2008-02-01 [paul]       3.2.0cvs73
12582         * src/common/utils.c
12583                 fix bug 1502, 'Plus signs are stripped from
12584                 email addresses when calling from command line'
12585                 Thanks to Colin
12587 2008-01-31 [colin]      3.2.0cvs72
12589         * src/exphtmldlg.c
12590         * src/mimeview.c
12591         * src/summaryview.c
12592                 Fix building of URIs from filenames
12594 2008-01-31 [wwp]        3.2.0cvs71
12596         * src/main.c
12597                 Fixes debug output of compiled-in features list
12598                 (completes 3.2.0cvs60).
12600 2008-01-31 [colin]      3.2.0cvs70
12602         * configure.ac
12603         * po/POTFILES.in
12604         * src/compose.c
12605         * src/plugins/Makefile.am
12606         * src/plugins/clamav/.cvsignore
12607         * src/plugins/clamav/Makefile.am
12608         * src/plugins/clamav/README
12609         * src/plugins/clamav/clamav_plugin.c
12610         * src/plugins/clamav/clamav_plugin.h
12611         * src/plugins/clamav/clamav_plugin_gtk.c
12612         * src/plugins/clamav/clamav_plugin_gtk.deps
12613                 Remove the Clamav plugin from the core
12615 2008-01-28 [wwp]        3.2.0cvs69
12617         * src/compose.c
12618         * src/prefs_template.c
12619         * src/prefs_template.h
12620         * src/quote_fmt.c
12621         * src/quote_fmt.h
12622         * src/quote_fmt_lex.l
12623         * src/quote_fmt_parse.y
12624                 Fix for bug #1493: count lines (\n chars) according to the way
12625                 format body is passed (i.e. \-escaped or not).
12627 2008-01-27 [paul]       3.2.0cvs68
12629         * po/en_GB.po
12630                 updated
12631         * src/prefs_actions.c
12632         * src/prefs_filtering.c
12633         * src/prefs_folder_item.c
12634         * src/prefs_template.c
12635         * src/gtk/about.c
12636                 some minor changes to the English
12638 2008-01-24 [colin]      3.2.0cvs67
12640         * src/etpan/imap-thread.c
12641         * src/etpan/nntp-thread.c
12642                 Fix bug 1348, 'Hang ups at exit time with 
12643                 pgp plugin since 3.0.2'
12645 2008-01-23 [colin]      3.2.0cvs66
12647         * src/toolbar.c
12648                 Fix translation of something that shouldn't be
12650 2008-01-23 [colin]      3.2.0cvs65
12652         * src/procmime.c
12653                 Fix bug 1486, 'Re: Incorrect content when replying'
12654                 Revert to full scan if short scan found only 0-length
12655                 text parts
12657 2008-01-23 [paul]       3.2.0cvs64
12659         * src/prefs_folder_item.c
12660                 fix bug 1485, 'selecting a folder's default
12661                 account if name contains '&''
12663 2008-01-23 [colin]      3.2.0cvs63
12665         * src/folder.c
12666         * src/folder.h
12667         * src/main.c
12668         * src/mainwindow.c
12669                 Fix bug 1480, 'should be able to display mail file
12670                 from command line'. Let 'claws-mail --select' accept
12671                 absolute paths in addition to folder identifiers.
12673 2008-01-22 [wwp]        3.2.0cvs62
12675         * src/account.c
12676         * src/account.h
12677         * src/compose.c
12678         * src/messageview.c
12679         * src/summaryview.c
12680         * src/common/utils.c
12681         * src/common/utils.h
12682                 Allow from=address in mailto sequence:
12683                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12684                   The 'from' will try to select the first account matching in accounts list,
12685                   otherwise will use the usual account selection mechanism but override with
12686                   this 'from' address.
12687                 Allow mailto with NNTP accounts
12688                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12689                   is the default one or if a NNTP account address is used with 'from'.
12690                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12691                   default account but the complete mailto sequence was put in To.
12693 2008-01-22 [wwp]        3.2.0cvs61
12695         * doc/man/claws-mail.1
12696                 Updated the man page: status of few features, command-line
12697                 usage (--version-full) and completed list of config files
12698                 and dirs.
12700 2008-01-22 [wwp]        3.2.0cvs60
12702         * src/main.c
12703                 Added --version-full to display version and compiled-in
12704                 features list (for later use by Clawsker for instance).
12706 2008-01-22 [holger]     3.2.0cvs59
12708         * src/addrduplicates.c
12709                 Fix scrolling in addressbook duplicate
12710                 finder result dialog
12712 2008-01-21 [colin]      3.2.0cvs58
12714         * src/summaryview.c
12715                 Fix bug 1457, 'sorting messages on, say, from, 
12716                 should subsort on previous sort choice'. Subsort
12717                 by date when sort is Subject, From, To, Tags.
12719 2008-01-21 [colin]      3.2.0cvs57
12721         * AUTHORS
12722         * src/matcher.c
12723         * src/mimeview.c
12724         * src/common/ssl.c
12725         * src/gtk/authors.h
12726                 Fix bug 1478, 'Wrong pthread_create calls all 
12727                 over the place'. Patch by Christian Cornelssen
12729 2008-01-20 [colin]      3.2.0cvs56
12731         * src/imap.c
12732         * src/etpan/imap-thread.c
12733         * src/etpan/imap-thread.h
12734                 Fix bug 1468, 'Use IMAP keyword to 
12735                 store "forwarded" flag'
12737 2008-01-20 [colin]      3.2.0cvs55
12739         * src/folderutils.c
12740                 Make list operations faster
12742 2008-01-20 [colin]      3.2.0cvs54
12744         * src/mainwindow.c
12745                 Fix bug 1353, 'on startup with small screen 
12746                 layout, keyboard input gets lost'
12748 2008-01-20 [colin]      3.2.0cvs53
12750         * src/textview.c
12751                 Complete 3.2.0cvs49, and fixes bug 1477, 
12752                 'Claws Mail crashes when view PGP-encrypted 
12753                 message'
12755 2008-01-20 [colin]      3.2.0cvs52
12757         * src/compose.c
12758                 Fix privacy menu update when replying to
12759                 encrypted mail and no default privacy 
12760                 system is set
12762 2008-01-19 [colin]      3.2.0cvs51
12764         * src/filtering.c
12765         * src/procmsg.h
12766         * src/plugins/bogofilter/bogofilter.c
12767         * src/plugins/clamav/clamav_plugin.c
12768         * src/plugins/spamassassin/spamassassin.c
12769                 Batch filtering deletions too (and save 4 bytes
12770                 per MsgInfo in the process :)
12772 2008-01-19 [colin]      3.2.0cvs50
12774         * src/folder.c
12775                 Make cache update after copies much faster
12776                 on IMAP
12778 2008-01-19 [colin]      3.2.0cvs49
12780         * src/textview.c
12781                 Check g_fopen() success
12783 2008-01-17 [wwp]        3.2.0cvs48
12785         * manual/faq.xml
12786         * manual/es/faq.xml
12787         * manual/fr/faq.xml
12788         * manual/pl/faq.xml
12789                 Sylpheed? No idea what this means.
12791 2008-01-17 [colin]      3.2.0cvs47
12793         * src/gtk/gtksctree.c
12794                 Make dnd threshold higher on Maemo
12796 2008-01-16 [colin]      3.2.0cvs46
12798         * src/common/passcrypt.c
12799                 Fix build on FreeBSD, thanks to Pawel
12801 2008-01-15 [colin]      3.2.0cvs45
12803         * src/compose.c
12804                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12805                 spell check of actuall word'
12806         * src/summaryview.c
12807                 Temporarily disable immediate execution when learning
12808                 spam *only* if the summaryview isn't locked
12810 2008-01-15 [wwp]        3.2.0cvs44
12812         * src/prefs_filtering.c
12813                 Fix filtering prefs layout (Maemo port), moving page up/down
12814                 from buttons to context menu.
12816 2008-01-15 [colin]      3.2.0cvs43
12818         * src/compose.c
12819                 Fix bug 1465, 'First line in new message does not mark URLs'
12821 2008-01-15 [colin]      3.2.0cvs42
12823         * src/common/passcrypt.c
12824                 Fix bug 1461, 'several components #define 
12825                 _XOPEN_SOURCE improperly'
12827 2008-01-15 [colin]      3.2.0cvs41
12829         * src/summaryview.c
12830                 Fix bug 1469, 'Column width adjustments on message 
12831                 lists do not save'
12833 2008-01-14 [holger]     3.2.0cvs40
12835         * configure.ac
12836                 Add tests for dbus, dbus glib bindings,
12837                 and NetworkManager. All is optional. Add new
12838                 --(en|dis)able-networkmanager-support switch.
12839         * src/Makefile.am
12840         * src/imap.c
12841         * src/inc.c
12842         * src/main.c
12843         * src/main.h
12844         * src/mainwindow.c
12845         * src/gtk/about.c
12846                 Add optional NetworkManager support, so Claws Mail
12847                 can try to do the right thing when the network connection
12848                 status changes. NetworkManager support is active by
12849                 default if above requirements were met.
12851 2008-01-12 [colin]      3.2.0cvs39
12853         * src/summaryview.c
12854                 Advertise the click-on-reply feature in the tooltip
12856 2008-01-12 [colin]      3.2.0cvs38
12858         * src/Makefile.am
12859         * src/stock_pixmap.c
12860         * src/stock_pixmap.h
12861         * src/pixmaps/tray_newmail.offline.xpm
12862         * src/pixmaps/tray_newmail.xpm
12863         * src/pixmaps/tray_newmarkedmail.offline.xpm
12864         * src/pixmaps/tray_newmarkedmail.xpm
12865         * src/pixmaps/tray_nomail.offline.xpm
12866         * src/pixmaps/tray_nomail.xpm
12867         * src/pixmaps/tray_unreadmail.offline.xpm
12868         * src/pixmaps/tray_unreadmail.xpm
12869         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12870         * src/pixmaps/tray_unreadmarkedmail.xpm
12871         * src/plugins/trayicon/Makefile.am
12872         * src/plugins/trayicon/newmail.offline.xpm
12873         * src/plugins/trayicon/newmail.xpm
12874         * src/plugins/trayicon/newmarkedmail.offline.xpm
12875         * src/plugins/trayicon/newmarkedmail.xpm
12876         * src/plugins/trayicon/nomail.offline.xpm
12877         * src/plugins/trayicon/nomail.xpm
12878         * src/plugins/trayicon/trayicon.c
12879         * src/plugins/trayicon/unreadmail.offline.xpm
12880         * src/plugins/trayicon/unreadmail.xpm
12881         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12882         * src/plugins/trayicon/unreadmarkedmail.xpm
12883                 Make the Trayicon plugin icons themable
12885 2008-01-12 [wwp]        3.2.0cvs37
12887         * src/prefs_display_header.c
12888                 Fix extra leading hyphen visible in the display
12889                 header configuration combo list (maemo).
12891 2008-01-11 [colin]      3.2.0cvs36
12893         * src/imap.c
12894                 Set timeout to 1 before disconnecting all -
12895                 for when one switches to offline and has 
12896                 no network anymore
12897         * src/messageview.c
12898                 Fix bug 1454, 'error message shows parts and 
12899                 signature of previous messages'
12900         * src/prefs_common.c
12901                 Maemo: Hide Send dialog by default
12903 2008-01-10 [colin]      3.2.0cvs35
12905         * src/action.c
12906         * src/editldap.c
12907         * src/prefs_account.c
12908         * src/wizard.c
12909         * src/gtk/inputdialog.c
12910         * src/plugins/pgpcore/passphrase.c
12911                 Maemo: Fix bug 1455, 'Password enters leading letter 
12912                 incorrectly as uppercase'
12914 2008-01-09 [colin]      3.2.0cvs34
12916         * po/pl.po
12917                 Fix bug 1446, 'SC crashes frequently when staying 
12918                 in background'. Format string error in Polish 
12919                 translation
12920         * src/gtk/description_window.c
12921         * src/prefs_template.c
12922                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12923                 patch by Pawel
12924         * src/wizard.c
12925                 Maemo: Fix build
12927 2008-01-08 [colin]      3.2.0cvs33
12929         * src/main.c
12930                 Maemo: connect HW status change signal for shutdown
12931         * src/mainwindow.c
12932                 Maemo: Fix hardware space key
12933         * src/wizard.c
12934                 Maemo: name mmc1 and 2 a better name
12936 2008-01-08 [wwp]        3.2.0cvs32
12938         * src/folder.c
12939         * src/folder_item_prefs.c
12940         * src/folder_item_prefs.h
12941         * src/prefs_folder_item.c
12942                 It's now possible to disable processing rules when
12943                 entering a folder (this adds a new option to the
12944                 folder properties dialog).
12946 2008-01-08 [wwp]        3.2.0cvs31
12948         * src/common/utils.c
12949                 Mailto: now supports 'insert' (stands for 'insert file'), this
12950                 adds the ability to create a new message from the command-line,
12951                 with body set from an existing file contents.
12953 2008-01-08 [colin]      3.2.0cvs30
12955         * src/summaryview.c
12956                 Maybe fix bug 1452, 'crash while drag'n'droping 
12957                 emails to an IMAP folder'
12959 2008-01-07 [wwp]        3.2.0cvs29
12961         * src/prefs_filtering.c
12962                 Static-alize a function, thanks to Colin.
12964 2008-01-07 [colin]      3.2.0cvs28
12966         * src/folderview.c
12967                 Fix scrolling to bottom when drag and dropping
12968         * src/summaryview.c
12969                 Fix bug 1445, 'Display sender using addressbook: fails 
12970                 when From: isn't an email address'
12972 2008-01-07 [wwp]        3.2.0cvs27
12974         * src/prefs_actions.c
12975         * src/prefs_filtering.c
12976         * src/prefs_template.c
12977                 Add tooltips to most buttons in the templates, actions and
12978                 filtering/processing dialogs.
12980 2008-01-07 [wwp]        3.2.0cvs26
12982         * src/prefs_filtering.c
12983                  - add a clear button to clear dialog input fields
12984                  - add page up and page down buttons to move selected rule up and down
12985                  - in rules list popup-menu: added Delete, Delete all and Duplicate
12986                  - popup-menu items are greyed out either if the list is empty (not counting the
12987                    (New) row or if there is no selected item
12988                  - clear store when closing dialog
12990         * src/prefs_actions.c
12991                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12992                    clear button, popup-menu
12993                  - clear store when closing dialog
12995         * src/prefs_template.c
12996                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12997                    clear button, popup-menu 
12999         * src/addrcustomattr.c
13000                  - renamed popup-menu item Clear list to Delete all
13001                  - grey out popup-menu items is there is no selected item or if list is empty
13002                  - clear store when closing dialog
13004         * src/edittags.c
13005                  - added popup-menu item Delete all
13006                  - grey out popup-menu items is there is no selected item or if list is empty
13007                  - clear store when closing dialog
13009 2008-01-06 [wwp]        3.2.0cvs25
13011         * src/addressadd.c
13012                 One more layout fix by Pawel (completes 3.2.0cvs24).
13014 2008-01-05 [colin]      3.2.0cvs24
13016         * src/addressadd.c
13017                 Little GUI fixes, patch by Pawel
13019 2007-12-29 [wwp]        3.2.0cvs23
13021         * src/compose.c
13022                 Fix for bug #1443, and strip possible whitespaces around
13023                 custom header names.
13025 2007-12-29 [mones]      3.2.0cvs22
13027         * po/es.po
13028                 Updated translation, corrected a term based 
13029                 on suggestion from Israel Saeta P�rez,
13030                 reverted awful X-Mailer translation
13031         * src/procmime.c
13032                 Complete cvs20 for FreeBSD, patch by Pawel
13034 2007-12-29 [colin]      3.2.0cvs21
13036         * src/textview.c
13037                 Fix bug 1442, 'Tags are repeated in 
13038                 encapsulated messages'
13040 2007-12-28 [colin]      3.2.0cvs20
13042         * src/procmime.c
13043                 Fix path to mime/globs. Patch by Marten King.
13045 2007-12-27 [colin]      3.2.0cvs19
13047         * src/plugins/pgpcore/Makefile.am
13048         * src/plugins/pgpinline/Makefile.am
13049         * src/plugins/pgpmime/Makefile.am
13050                 Add missing flags to build pgp plugins on maemo
13052 2007-12-27 [colin]      3.2.0cvs18
13054         * src/mainwindow.c
13055                 Maximise before showing to avoid probable flickering
13056                 on slow computers.
13058 2007-12-27 [colin]      3.2.0cvs17
13060         * src/main.c
13061         * src/mainwindow.c
13062         * src/prefs_common.c
13063         * src/prefs_common.h
13064                 Fix bug 1439, 'Claws Mail does not remember window size 
13065                 state when restarted'. Save maximised state and force
13066                 maximisation at startup if applicable.
13068 2007-12-23 [paul]       3.2.0cvs16
13070         * src/prefs_matcher.c
13071                 fix bug 1436, 'Filter condition dialog doesn't
13072                 load header name from current rules'
13074 2007-12-22 [paul]       3.2.0cvs15
13076         * src/compose.c
13077                 fix bug 1435, 'Reply doesn't take into account
13078                 reply-to field'
13080 2007-12-21 [paul]       3.2.0cvs14
13082         * src/common/ssl_certificate.c
13083                 fix FreeBSD build with IPV6 support 
13085 2007-12-20 [colin]      3.2.0cvs13
13087         * src/imap.c
13088                 Fix error handling
13090 2007-12-20 [colin]      3.2.0cvs12
13092         * src/imap.c
13093         * src/imap.h
13094         * src/prefs_account.c
13095                 Add DIGEST-MD5 support for IMAP authentication
13097 2007-12-19 [mones]      3.2.0cvs11
13099         * doc/man/claws-mail.1
13100                 Better ordering of sections, updated options
13101         * po/es.po
13102                 Updated strings
13104 2007-12-19 [paul]       3.2.0cvs10
13106         * src/prefs_account.c
13107                 use a spinbutton instead of an entry for
13108                 "POP authentication timeout" also
13110 2007-12-19 [colin]      3.2.0cvs9
13112         * src/prefs_filtering_action.c
13113         * src/prefs_matcher.c
13114         * src/gtk/description_window.c
13115                 Destroy info windows with their parents
13116                 Patch by Pawel
13118 2007-12-19 [colin]      3.2.0cvs8
13120         * src/prefs_account.c
13121                 Use spinbuttons instead of entries where needed
13122                 Patch by Pawel
13124 2007-12-18 [paul]       3.2.0cvs7
13126         * src/prefs_matcher.c
13127                 add missing i18n for a few strings
13128                 Patch by Stephan Sachse
13130 2007-12-18 [paul]       3.2.0cvs6
13132         * src/prefs_logging.c
13133                 use 'disk' instead of 'disc'
13135 2007-12-18 [paul]       3.2.0cvs5
13137         * po/en_GB.po
13138                 updated
13139         * src/addrcustomattr.c
13140         * src/editaddress.c
13141                 fixes to the ingleesh
13142         * src/prefs_filtering_action.c
13143                 fix copyright header
13144                 fix untranslated strings
13145         * src/prefs_filtering_action.h
13146                 fix copyright header
13148 2007-12-18 [wwp]        3.2.0cvs4
13150         * src/folderview.c
13151         * src/headerview.c
13152         * src/prefs_common.c
13153         * src/prefs_common.h
13154         * src/prefs_fonts.c
13155         * src/summaryview.c
13156         * src/textview.c
13157         * src/wizard.c
13158         * src/common/defs.h
13159         * src/gtk/gtkutils.c
13160                 Added prefs to set custom small and bold fonts
13161                 (might matter on some desktops, according to
13162                 DPI and font settings).
13164 2007-12-18 [colin]      3.2.0cvs3
13166         * src/prefs_logging.c
13167                 Rework GUI, patch by Pawel
13169 2007-12-18 [colin]      3.2.0cvs2
13171         * src/prefs_filtering_action.c
13172                 Rework GUI, patch by Pawel
13174 2007-12-18 [colin]      3.2.0cvs1
13176         * src/editaddress.c
13177                 Fix build on old GCC
13178                 Fix inverted buttons
13180 2007-12-17 [paul]       3.2.0
13182         * NEWS
13183         * README
13184         * RELEASE_NOTES 
13185                 3.2.0 released
13187 2007-12-17 [paul]       3.1.0cvs79
13189         * po/de.po
13190         * po/fr.po
13191         * po/hu.po
13192         * po/it.po
13193         * po/pt_BR.po
13194                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13195                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13197 2007-12-17 [mones]      3.1.0cvs78
13199         * po/es.po
13200                 Updated Spanish translation for 3.2.0 release
13202 2007-12-16 [colin]      3.1.0cvs77
13204         * src/addrcustomattr.c
13205                 Fix translations, patch by Fabien
13207 2007-12-15 [paul]       3.1.0cvs76
13209         * src/folderview.c
13210                 fix compiler warning
13212 2007-12-14 [colin]      3.1.0cvs75
13214         * src/folderview.c
13215                 Simplify logic
13217 2007-12-12 [wwp]        3.1.0cvs74
13219         * AUTHORS
13220         * src/gtk/authors.h
13221                 Added Marius Glauser to the hall of fame.
13223 2007-12-12 [wwp]        3.1.0cvs73
13225         * src/gtk/gtkutils.c
13226                 Improve the way we show results of searches
13227                 in message bodies: selected text now get centered
13228                 vertically in the message window.
13229                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13231 2007-12-10 [colin]      3.1.0cvs72
13233         * src/folder.c
13234                 Don't crash when setting batch mode on no folder
13236 2007-12-10 [colin]      3.1.0cvs71
13238         * src/common/utils.c
13239                 Fix potential buffer overrun (thanks to
13240                 Hiroyuki)
13242 2007-12-08 [paul]       3.1.0cvs70
13244         * src/prefs_receive.c
13245                 small change to the English
13247 2007-12-08 [colin]      3.1.0cvs69
13249         * src/vcard.c
13250                 Fix warnings
13252 2007-12-07 [colin]      3.1.0cvs68
13254         * src/mainwindow.c
13255         * src/summaryview.c
13256         * src/summaryview.h
13257                 Free simplify_subject_preg at exit
13259 2007-12-07 [colin]      3.1.0cvs67
13261         * src/main.c
13262         * src/summaryview.c
13263         * src/common/utils.c
13264         * src/common/utils.h
13265                 We have to free reused regexps from time to
13266                 time, or they get huge
13268 2007-12-07 [colin]      3.1.0cvs66
13270         * src/vcard.c
13271                 Fix QP decoding (and UTF8)
13273 2007-12-07 [colin]      3.1.0cvs65
13275         * src/addrcustomattr.c
13276                 Update list of default custom attributes
13277                 now (will be needed for a feature patch
13278                 post 3.2.0)
13280 2007-12-07 [colin]      3.1.0cvs64
13282         * src/folder.c
13283                 Batch on destination folder when copying - fixes
13284                 slowness when moving unread mails to trash on IMAP
13286 2007-12-06 [colin]      3.1.0cvs63
13288         * src/common/w32_time.c
13289         * src/common/w32lib.h
13290         * src/etpan/etpan-thread-manager.c
13291         * src/etpan/imap-thread.c
13292         * src/etpan/nntp-thread.c
13293         * src/gtk/Makefile.am
13294                 Fix win32 build with libetpan. Thanks to
13295                 Marcus Brinkmann.
13297 2007-12-06 [colin]      3.1.0cvs62
13299         * src/account.c
13300         * src/imap.c
13301         * src/prefs_account.c
13302         * src/prefs_account.h
13303         * src/etpan/imap-thread.c
13304         * src/etpan/imap-thread.h
13305                 Disable connection via command line on WIN32
13306                 Disable mmap use on WIN32 - use normal strings
13307         * src/addressbook.c
13308         * src/addressbook.h
13309         * src/addressbook_foldersel.c
13310         * src/addressbook_foldersel.h
13311         * src/prefs_filtering_action.c
13312         * src/prefs_matcher.c
13313         * src/plugins/bogofilter/bogofilter_gtk.c
13314         * src/plugins/dillo_viewer/dillo_prefs.c
13315         * src/plugins/spamassassin/spamassassin_gtk.c
13316                 Fix leak, rework function logics to be more
13317                 natural - thanks to Holger
13318         * src/common/utils.c
13319                 Fix warnings
13321 2007-12-06 [colin]      3.1.0cvs61
13323         * src/news.c
13324         * src/common/utils.c
13325         * src/common/utils.h
13326                 Fix posting, and fix UTF-8 being sent when encoding
13327                 is 8bit
13329 2007-12-05 [colin]      3.1.0cvs60
13331         * src/news.c
13332                 Fix debian bug #453157, 'Fails to post usenet
13333                 articles after NNTP connection has been 
13334                 interrupted". Fix return value to prevent deletion
13335                 on failure, and issue MODE READER in case posting
13336                 fails at first.
13338 2007-12-05 [colin]      3.1.0cvs59
13340         * src/messageview.c
13341         * src/uri_opener.c
13342                 Improvements to the List URIs dialog
13343                 Patch by Pawel
13345 2007-12-05 [colin]      3.1.0cvs58
13347         * src/prefs_other.c
13348         * src/gtk/gtksctree.h
13349                 Fix warnings
13351 2007-12-04 [colin]      3.1.0cvs57
13353         * src/etpan/imap-thread.c
13354                 Fix bug 1378, 'Claws exits on IMAP alert message'
13355                 Don't do GTK calls directly from Etpan thread
13357 2007-12-04 [colin]      3.1.0cvs56
13359         * src/folderview.c
13360         * src/gtk/gtksctree.c
13361                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13362                 Make all the left of column zero an hotspot for
13363                 expanding.
13365 2007-12-04 [colin]      3.1.0cvs55
13367         * src/mainwindow.c
13368         * src/mainwindow.h
13369         * src/prefs_common.c
13370         * src/prefs_common.h
13371         * src/prefs_receive.c
13372                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13374 2007-12-04 [wwp]        3.1.0cvs54
13376         * src/prefs_other.c
13377                 Fix for bug #1419.
13379 2007-12-04 [holger]     3.1.0cvs53
13381         * src/addrduplicates.c
13382         * src/addrduplicates.h
13383                 Export addressbook entry deletion
13385 2007-12-04 [colin]      3.1.0cvs52
13387         * tools/Makefile.am
13388         * tools/README.sylprint
13389         * tools/sylprint.pl
13390         * tools/sylprint.rc
13391                 Fix debian bug #454089 (symlink attack in TMP directory)
13392                 http://secwatch.org/advisories/1019661/ :
13393                 Remove the buggy script, which was unmaintained anyway
13394         * src/news.c
13395         * src/procmsg.c
13396                 Store things in our private tmp directory.
13398 2007-12-03 [colin]      3.1.0cvs51
13400         * src/folder.c
13401         * src/folder.h
13402         * src/folderview.c
13403         * src/imap.c
13404         * src/mainwindow.c
13405                 Fix update problem when getting remote tags
13406         * src/prefs_matcher.c
13407                 Rework GUI to make it better. Patch by Pawel
13408                 Pekala
13410 2007-12-03 [colin]      3.1.0cvs50
13412         * src/etpan/imap-thread.c
13413         * src/etpan/nntp-thread.c
13414                 Fix bug 1417, 'Network log doesn't reveal 
13415                 enough NNTP errors'
13417 2007-12-02 [iwkse]      3.1.0cvs49
13419         * src/plugins/dillo_viewer/dillo_prefs.c
13420                         Insert dillo under the Plugins menu
13422 2007-12-01 [paul]       3.1.0cvs48
13424         * src/html.c
13425                 add these variant forms
13426                 Thanks to Colin
13428 2007-12-01 [paul]       3.1.0cvs47
13430         * src/matcher.c
13431                 fix a typo
13433 2007-12-01 [paul]       3.1.0cvs46
13435         * po/POTFILES.in
13436                 add the new addrcustomattr.c file
13438 2007-11-29 [colin]      3.1.0cvs45
13440         * src/common/ssl_certificate.c
13441                 Use the more modern getaddrinfo instead of 
13442                 gethostbyname when possible
13444 2007-11-28 [colin]      3.1.0cvs44
13446         * src/summaryview.c
13447                 Maybe fix bug 1410 and other crash reports
13448                 in summaryview since cvs38.
13450 2007-11-28 [wwp]        3.1.0cvs43
13452         * src/prefs_summary_open.c
13453                 Guard against an empty list of actions to perform
13454                 when opening a folder (or migration defaults could
13455                 be introduced, confusing).
13457 2007-11-28 [colin]      3.1.0cvs42
13459         * src/folderview.c
13460                 Fix mark all read from folder's contextual menu
13462 2007-11-27 [colin]      3.1.0cvs41
13464         * src/imap.c
13465         * src/imap.h
13466         * src/imap_gtk.c
13467         * src/prefs_account.c
13468         * src/etpan/imap-thread.c
13469                 A few fixes to the IMAP flags handling: Optimisations,
13470                 two crashers, mention that Bandwitdh-efficient mode
13471                 prevents tag fetching.
13472                 Fix M-UTF7 in subscription dialog.
13474 2007-11-27 [colin]      3.1.0cvs40
13476         * src/folder.c
13477         * src/mbox.c
13478         * src/summaryview.c
13479                 Make filtering faster on flags change: Batch original 
13480                 folderitem, where we'll do flags/tags changes.
13482 2007-11-27 [colin]      3.1.0cvs39
13484         * src/filtering.c
13485                 Fix bug 1407, 'After a copy action, further rules apply 
13486                 to both original and copy'
13488 2007-11-27 [colin]      3.1.0cvs38
13490         * src/edittags.c
13491         * src/summaryview.c
13492                 Fixes races when doing a long operation and user
13493                 asks for another one (Mark all read/unread on a 
13494                 big folder on IMAP for example)
13496 2007-11-27 [wwp]        3.1.0cvs37
13498         * src/addressbook.c
13499         * src/prefs_common.c
13500                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13501                 and 3.1.0cvs35 (addressbook.c).
13503 2007-11-27 [holger]     3.1.0cvs36
13505         * src/printing.c
13506                 Add a line separating header and body
13507                 in the printout
13509 2007-11-27 [wwp]        3.1.0cvs35
13511         * src/addressbook.c
13512                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13513                 (thanks to Colin) and revert disabling of cut/copy
13514                 context menu entries upon selected groups.
13516 2007-11-27 [holger]     3.1.0cvs34
13518         * src/printing.c
13519                 Add weights to the list of supported text attributes
13520                 for printing
13522 2007-11-27 [wwp]        3.1.0cvs33
13524         * src/Makefile.am
13525         * src/addrcustomattr.c
13526         * src/addrcustomattr.h
13527         * src/addressbook.c
13528         * src/editaddress.c
13529         * src/editaddress.h
13530         * src/prefs_common.c
13531         * src/prefs_common.h
13532         * src/common/defs.h
13533                 Provide a (customizable) list of preset attribute names
13534                 for editing contacts (closes bug #1391).
13536 2007-11-27 [wwp]        3.1.0cvs32
13538         * src/addrclip.c
13539         * src/addressbook.c
13540         * src/addritem.c
13541                 Various fixes in the address book:
13542                         - made copy/move of a folder to itself or its subtree
13543                           impossible (-> error)
13544                         - errors messages don't show in the status bar anymore,
13545                           use alertpanels instead
13546                         - simple click on group doesn't open group edit dialog
13547                           anymore when in contact edit embedded mode (was too itchy)
13548                         - fixed disabling of edit button and and menu entry when
13549                           in contact edit embedded mode (was done in a bad and
13550                           ineffective way)
13551                         - fix menu cut/paste sensitivity in treelist context
13552                           menu (conflicting enabling was done by different functions)
13553                         - fix some menu item sensitivity in address list context menu
13554                         - don't allow cut/copy of groups, it's useless as they won't
13555                           be copied w/ their contents
13556                         - fix missing copy of the picture file when copying (bug #1402),
13557                           fix picture attribute (internal) value when moving or copying
13560 2007-11-27 [colin]      3.1.0cvs31
13562         * src/folder.c
13563         * src/imap.c
13564                 Fix tags loss on move, fix space encoding
13566 2007-11-26 [colin]      3.1.0cvs30
13568         * src/edittags.c
13569         * src/folder.c
13570         * src/folder.h
13571         * src/imap.c
13572         * src/messageview.c
13573         * src/procmsg.c
13574         * src/procmsg.h
13575         * src/summaryview.c
13576         * src/common/utils.c
13577         * src/common/utils.h
13578         * src/etpan/imap-thread.c
13579         * src/etpan/imap-thread.h
13580                 Add IMAP tags support
13582 2007-11-26 [colin]      3.1.0cvs29
13584         * src/imap.c
13585                 Fix bug 1405, 'imap auto auth method doesn't 
13586                 work since 3.1.0'
13588 2007-11-26 [colin]      3.1.0cvs28
13590         * src/messageview.c
13591         * src/procmime.c
13592                 Handle broken disposition-notifications from Evolution
13593                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13595 2007-11-25 [paul]       3.1.0cvs27
13597         * src/folder_item_prefs.c
13598         * src/folder_item_prefs.h
13599                 remove dead code
13601 2007-11-23 [wwp]        3.1.0cvs26
13603         * src/matcher.c
13604         * src/matcher.h
13605         * src/matcher_parser_parse.y
13606         * src/prefs_matcher.c
13607                 Fix irrelevant case folding when adding matcher condition 'test',
13608                 thanks to Colin.
13610 2007-11-23 [wwp]        3.1.0cvs25
13612         * src/prefs_common.c
13613         * src/prefs_common.h
13614         * src/prefs_summary_open.c
13615         * src/prefs_summary_open.h
13616         * src/summaryview.c
13617                 Add "select first email in list" to the list of possible selections
13618                 when opening a folder.
13620 2007-11-23 [paul]       3.1.0cvs24
13622         * po/de.po
13623                 a fix by Stephan Sachse, plus remove all
13624                 old strings from the end of the file
13626 2007-11-23 [wwp]        3.1.0cvs23
13628         * src/prefs_msg_colors.c
13629                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13630                 with little changes.
13632 2007-11-23 [paul]       3.1.0cvs22
13634         * src/prefs_logging.c
13635                 eliminate wasted horizontal space
13637 2007-11-23 [paul]       3.1.0cvs21
13639         * src/prefs_summaries.c
13640                 don't wrap the label or put linebreaks
13642 2007-11-22 [colin]      3.1.0cvs20
13644         * src/plugins/pgpinline/pgpinline.c
13645                 Fix decryption
13647 2007-11-22 [wwp]        3.1.0cvs19
13649         * src/prefs_themes.c
13650                 Yet another misuse of get_rc_dir(), still related
13651                 to user themes. Completes 3.1.0cvs18.
13653 2007-11-22 [wwp]        3.1.0cvs18
13655         * src/stock_pixmap.c
13656                 Fix a misuse of get_rc_dir(), user themes dir was
13657                 not set properly and some themes might have disappeared
13658                 from themes list in prefs.
13660 2007-11-22 [wwp]        3.1.0cvs17
13662         * src/edittags.c
13663         * src/edittags.h
13664         * src/common/tags.c
13665         * src/common/tags.h
13666                 Correct copyright for these claws-mail-only brand new
13667                 files.
13669 2007-11-22 [paul]       3.1.0cvs16
13671         * src/compose.c
13672                 fix bug 1400, 'Drag and drop of URLs does not work'
13673                 Thanks to Colin
13675 2007-11-22 [paul]       3.1.0cvs15
13677         * src/prefs_common.c
13678                 make "cmds_use_system_default" default to FALSE
13679                 so as not to disrupt current settings
13680         * src/summaryview.c
13681                 increase the size of the GdkRectangle, tooltips
13682                 didn't show for me otherwise
13684 2007-11-21 [colin]      3.1.0cvs14
13686         * src/compose.c
13687         * src/crash.c
13688         * src/exphtmldlg.c
13689         * src/mainwindow.c
13690         * src/manual.c
13691         * src/mimeview.c
13692         * src/prefs_account.c
13693         * src/prefs_common.c
13694         * src/prefs_common.h
13695         * src/prefs_ext_prog.c
13696         * src/textview.c
13697         * src/uri_opener.c
13698         * src/gtk/about.c
13699         * src/gtk/gtkutils.c
13700                 Use xdg-open as a way to find default browser,
13701                 when available
13703 2007-11-21 [colin]      3.1.0cvs13
13705         * src/messageview.c
13706         * src/procmime.c
13707         * src/procmsg.h
13708                 Send better return receipts (useful ones)
13709                 Handle incoming return receipts
13711 2007-11-20 [colin]      3.1.0cvs12
13713         * src/printing.c
13714         * src/printing.h
13715                 Add getter/setter for settings, and getter
13716                 for page setup
13718 2007-11-20 [colin]      3.1.0cvs11
13720         * src/folderview.c
13721         * src/main.c
13722         * src/mainwindow.c
13723                 Fix bug 1396, 'Crash on disabling a filter 
13724                 while it is processing'
13726 2007-11-20 [paul]       3.1.0cvs10
13728         * src/folder.c
13729                 fix bug 1395, 'Crash on checking for new mails
13730                 while filter is running'
13731                 Thanks to Colin
13733 2007-11-20 [paul]       3.1.0cvs9
13735         * src/compose.c
13736                 make this string easier for translators
13738 2007-11-19 [colin]      3.1.0cvs8
13740         * src/prefs_summaries.c
13741         * src/summaryview.c
13742                 Don't enable more tooltips on Maemo
13744 2007-11-19 [colin]      3.1.0cvs7
13746         * src/prefs_common.c
13747         * src/prefs_common.h
13748         * src/prefs_summaries.c
13749         * src/summaryview.c
13750                 Fix bug 1388, 'message list tool tips'
13751                 Add (optional) tooltips in summaryview.
13752                 This only works with GTK+ >= 2.12
13754 2007-11-19 [colin]      3.1.0cvs6
13756         * src/compose.c
13757                 Make strings a bit better when attaching
13758                 from mailto: URIs
13760 2007-11-19 [colin]      3.1.0cvs5
13762         * src/common/utils.c
13763                 Fix bug 1392, 'Top level domain .EU is 
13764                 not recognised as valid'
13766 2007-11-19 [wwp]        3.1.0cvs4
13768         * src/compose.c
13769         * src/compose.h
13770                 Revert changes to compose.c made in 3.1.0cvs2.
13772 2007-11-19 [wwp]        3.1.0cvs3
13774         * src/addressbook.c
13775         * src/addressbook.h
13776         * src/editaddress.c
13777         * src/editgroup.c
13778         * src/addrduplicates.c
13779                 Minor improvements in the address book:
13780                 always accept new contacts provided that some
13781                 detail is set (instead of rejecting silently).
13782                 Better guessing of contact name from incomplete
13783                 name information. Better display of contacts with
13784                 no name, in contact lists, group contents, find
13785                 duplicate results.
13786                 
13788 2007-11-19 [wwp]        3.1.0cvs2
13790         * src/compose.c
13791         * src/compose.h
13792         * src/prefs_logging.c
13793         * src/prefs_summaries.c
13794                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13795                 wrap some long label in prefs/summaries, layout checkboxes
13796                 in a more compact form in prefs/loggin, make account and
13797                 header's combos have the same size/spacing in compose
13798                 window.
13800 2007-11-19 [wwp]        3.1.0cvs1
13802         * src/edittags.c
13803                 Fix a tiny leak and duplicate variable.
13805 2007-11-19 [paul]       3.1.0
13807         * NEWS
13808         * README
13809         * RELEASE_NOTES 
13810                 3.1.0 released
13812 2007-11-19 [paul]       3.0.2cvs145
13814         * po/de.po
13815         * po/fi.po
13816         * po/fr.po
13817         * po/hu.po
13818         * po/it.po
13819         * po/pl.po
13820         * po/pt_BR.po
13821         * po/sk.po
13822         * po/zh_CN.po
13823                 updated by Stephan Sachse, Flammie Pirinen,
13824                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13825                 Emil Nowak, Frederico Goncalves Guimaraes,
13826                 Andrej Kacian, and Ralph Young
13828 2007-11-18 [mones]      3.0.2cvs144
13830         * po/es.po
13831                 Updated Spanish translation
13833 2007-11-18 [colin]      3.0.2cvs143
13835         * src/edittags.c
13836                 Prevent empty tag after edit, thanks to wwp
13838 2007-11-18 [colin]      3.0.2cvs142
13840         * src/editaddress.c
13841                 Fix possible "(null)" %s - thanks to wwp
13843 2007-11-16 [wwp]        3.0.2cvs141
13845         * src/common/utils.c
13846                 Fix for 3.0.2cvs140, prevents from crashing when opening
13847                 a compose window.
13849 2007-11-16 [colin]      3.0.2cvs140
13851         * src/main.c
13852         * src/common/claws.c
13853                 Output a bit more useful info at startup
13854                 in --debug mode
13856 2007-11-16 [colin]      3.0.2cvs139
13858         * src/compose.c
13859         * src/common/utils.c
13860         * src/common/utils.h
13861                 Fix bug 1387, 'Request for --compose to 
13862                 support multiple attachments'
13864 2007-11-16 [colin]      3.0.2cvs138
13866         * src/news.c
13867                 Fix bug 1390, 'NNTP fails after server 
13868                 closed connection'
13870 2007-11-16 [colin]      3.0.2cvs137
13872         * src/prefs_display_header.c
13873                 Fix bug 1389, 'Changing 'Display headers 
13874                 in message view' breaks dispheaderrc'
13876 2007-11-14 [colin]      3.0.2cvs136
13878         * src/summaryview.c
13879         * src/gtk/quicksearch.c
13880         * src/gtk/quicksearch.h
13881                 Fix resetting the quicksearch when in non-sticky
13882                 mode, but Recursive is set: reset only when going
13883                 out of the root search folder.
13885 2007-11-14 [colin]      3.0.2cvs135
13887         * src/filtering.c
13888                 Don't set new flag back when doing "Mark as unread"
13889                 from filtering
13891 2007-11-12 [paul]       3.0.2cvs134
13893         * src/plugins/dillo_viewer/dillo_viewer.c
13894                 don't offer the mime type for translation
13896 2007-11-12 [paul]
13898         3.1.0-rc2 released
13900 2007-11-11 [colin]      3.0.2cvs133
13902         * src/imap_gtk.c
13903         * src/mh_gtk.c
13904                 Use markup-escaped strings in dialogs
13906 2007-11-11 [colin]      3.0.2cvs132
13908         * src/imap.c
13909                 Better IMAP-UTF7/UTF8 conversion
13911 2007-11-10 [colin]      3.0.2cvs131
13913         * src/news.c
13914                 Fix debian bug 450698, 'nntp auth behavior changed 
13915                 without notice'
13917 2007-11-10 [colin]      3.0.2cvs130
13919         * configure.ac
13920         * src/inc.c
13921         * src/main.c
13922         * src/main.h
13923         * src/mimeview.c
13924         * src/statusbar.c
13925         * src/common/utils.c
13926         * src/etpan/Makefile.am
13927         * src/gtk/filesel.c
13928         * src/gtk/gtkutils.h
13929         * src/gtk/menu.c
13930         * src/plugins/bogofilter/Makefile.am
13931         * src/plugins/clamav/Makefile.am
13932         * src/plugins/dillo_viewer/Makefile.am
13933         * src/plugins/pgpcore/Makefile.am
13934         * src/plugins/spamassassin/Makefile.am
13935         * src/plugins/trayicon/Makefile.am
13936                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13938 2007-11-09 [colin]      3.0.2cvs129
13940         * src/addressbook.c
13941         * src/ldapupdate.c
13942                 fix bug 1375, 'Impossible to modify e-mail
13943                 in LDAP addressbook twice'; Try two. update
13944                 externalID, don't make display lag, and
13945                 fix the cases where dn is not mail.
13947 2007-11-08 [paul]       3.0.2cvs128
13949         * src/account.c
13950         * src/compose.c
13951         * src/messageview.c
13952         * src/prefs_account.c
13953         * src/prefs_account.h
13954                 reinstate 'Generate Message-ID' option as an
13955                 account preference. (hidden on IMAP)
13956                 Thanks to Colin
13958 2007-11-08 [paul]       3.0.2cvs127
13960         * src/textview.c
13961                 MAEMO: fix failure of loading images inline
13962                 MAEMO: fix bug 1349, 'Emails still skip to end
13963                 when opened (in certain circumstances)...'
13965 2007-11-07 [colin]      3.0.2cvs126
13967         * src/toolbar.c
13968                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13970 2007-11-07 [colin]      3.0.2cvs125
13972         * src/toolbar.c
13973                 Re-change the string occurence of A_CLAWS_ACTIONS
13974                 to A_SYL_ACTIONS, to prevent parse errors of the
13975                 toolbar_*.xml files
13977 2007-11-07 [colin]      3.0.2cvs124
13979         * src/mimeview.c
13980         * src/prefs_common.c
13981         * src/prefs_common.h
13982         * manual/advanced.xml
13983                 Add an hidden pref, 'save_parts_readwrite';
13984                 completes 3.0.2cvs35
13986 2007-11-07 [paul]       3.0.2cvs123
13988         * src/prefs_toolbar.c
13989         * src/toolbar.c
13990         * src/toolbar.h
13991                 rename ToolbarSylpheedActions to ToolbarClawsActions
13992                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
13994 2007-11-07 [paul]       3.0.2cvs122
13996         * src/toolbar.c
13997                 MAEMO: remove tooltips
13999 2007-11-07 [colin]      3.0.2cvs121
14001         * src/plugins/pgpinline/pgpinline.c
14002                 Fix bug 1377, 'unspecific errors on 
14003                 signature checking'. Fix trimming of
14004                 UTF8 data.
14006 2007-11-06 [iwkse]      3.0.2cvs120
14008         * src/prefs_summary_open.c
14009                 yet a string change
14011 2007-11-06 [paul]       3.0.2cvs119
14013         * tools/Makefile.am
14014         * tools/README
14015         * tools/csv2addressbook.pl
14016                 add a new script that imports a CSV formatted
14017                 address book. Becky and Thunderbird address
14018                 book are currently supported.
14020 2007-11-05 [colin]      3.0.2cvs118
14022         * src/imap.c
14023                 Fix deletion 
14025 2007-11-05 [iwkse]      3.0.2cvs117
14027         * src/prefs_summary_open.c
14028                 String changes
14030 2007-11-04 [paul]       3.0.2cvs116
14032         * src/addressbook_foldersel.c
14033                 fix gtk critical warning
14034                 Patch by Pawel Pekala
14036 2007-11-04 [paul]       3.0.2cvs115
14038         * tools/README
14039         * tools/claws-mail-compose-insert-files.pl
14040                 add --bcc and uri_escape() everything
14042 2007-11-04 [paul]       3.0.2cvs114
14044         * src/gtk/gtkutils.c
14045                 gtkut_stock_with_text_button_set_create(): set
14046                 GTK_CAN_DEFAULT on buttons 2 and 3
14048 2007-11-03 [paul]       3.0.2cvs113
14050         * src/common/utils.c
14051                 fix debian bug #448814, 'mailto: URI decoding
14052                 desn't decode the destination address field'
14053                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
14055 2007-11-03 [paul]       3.0.2cvs112
14057         * AUTHORS
14058         * src/compose.c
14059         * src/gtk/authors.h
14060                 allow Bcc in commandline URIs
14061                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
14063 2007-11-02 [colin]      3.0.2cvs111
14065         * src/addressbook.c
14066                 Maybe fix bug 1376, 'crash on 
14067                 addressbook manipulation'
14069 2007-10-31 [paul]       3.0.2cvs110
14071         * src/ldapupdate.c
14072                 fix bug 1375, 'Impossible to modify e-mail
14073                 in LDAP addressbook twice'
14074                 Patch by Michael Rasmussen
14076 2007-10-30 [paul]       3.0.2cvs109
14078         * configure.ac
14079                 enable GnuTLS support with --enable-gnutls which
14080                 will disable openssl support. if the user has
14081                 gtk >= 2.10.x don't allow gnomeprint even if the
14082                 user asks for it
14084 2007-10-30 [paul]
14086         3.1.0-rc1 released
14088 2007-10-30 [paul]       3.0.2cvs108
14090         * Makefile.am
14091                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14093 2007-10-30 [paul]       3.0.2cvs107
14095         * src/expldifdlg.c
14096         * src/prefs_account.c
14097         * src/prefs_folder_item.c
14098         * src/prefs_spelling.c
14099         * src/prefs_themes.c
14100         * src/wizard.c
14101         * src/gtk/gtkaspell.c
14102         * src/gtk/gtkaspell.h
14103         * src/plugins/spamassassin/spamassassin_gtk.c
14104                 replace deprecated gtk_option_menu...
14105                 patch by Pawel Pekala
14107 2007-10-29 [colin]      3.0.2cvs106
14109         * src/plugins/dillo_viewer/dillo_prefs.c
14110                 Fix forgotten signal connect
14112 2007-10-28 [colin]      3.0.2cvs105
14114         * src/plugins/dillo_viewer/dillo_prefs.c
14115         * src/plugins/dillo_viewer/dillo_prefs.h
14116         * src/plugins/dillo_viewer/dillo_viewer.c
14117                 Implement addressbook-based whitelisting for loading
14118                 remote images. Fixed missing destroy of the embedded
14119                 browser that made a Dillo window pop up on exit, if
14120                 an HTML part was displayed.
14122 2007-10-26 [colin]      3.0.2cvs104
14124         * src/edittags.c
14125                 Add missing static
14127 2007-10-25 [colin]      3.0.2cvs103
14129         * src/editaddress.c
14130                 Add tap-and-hold on the picture, for Maemo
14131         * src/edittags.c
14132         * src/edittags.h
14133         * src/mainwindow.c
14134         * src/procmsg.c
14135         * src/summaryview.c
14136         * src/textview.c
14137                 Unify tag interfaces.
14139 2007-10-25 [colin]      3.0.2cvs102
14141         * src/imap.c
14142         * src/etpan/imap-thread.h
14143                 Much better error handling. We'll need to be really
14144                 clear to users about where errors come from, with 
14145                 the apparition of Gmail's IMAP server.
14147 2007-10-24 [colin]      3.0.2cvs101
14149         * src/edittags.c
14150         * src/mainwindow.c
14151         * src/summaryview.c
14152         * src/textview.c
14153                 Add tags sorting (alphabetical); allow deletion of
14154                 tags from the Apply Tags window
14156 2007-10-24 [colin]      3.0.2cvs100
14158         * src/editaddress.c
14159         * src/editaddress_other_attributes_ldap.c
14160         * src/editaddress_other_attributes_ldap.h
14161         * src/ldapctrl.c
14162         * src/ldapquery.c
14163         * src/ldapupdate.c
14164                 Fix LDAP writing (got broken in cvs39)
14165                 Add read-only support for jpegPhoto LDAP field
14167 2007-10-23 [colin]      3.0.2cvs99
14169         * src/news.c
14170                 Fix crash in some cases
14172 2007-10-22 [colin]      3.0.2cvs98
14174         * src/common/socket.h
14175         * src/common/ssl.c
14176                 Fix big leak in GnuTLS code
14178 2007-10-22 [colin]      3.0.2cvs97
14180         * src/news.c
14181                 Fix bug 1368, 'SIGSEGV in NNTP code'
14183 2007-10-22 [colin]      3.0.2cvs96
14185         * src/prefs_customheader.c
14186                 Catch compface warnings when generating X-Faces
14188 2007-10-22 [wwp]        3.0.2cvs95
14190         * src/quote_fmt_parse.y
14191                 Remove accidentally committed debug traces.
14192                 Fix a warning.
14194 2007-10-22 [colin]      3.0.2cvs94
14196         * src/etpan/nntp-thread.c
14197                 Fix authentication
14199 2007-10-19 [wwp]        3.0.2cvs93
14201         * src/common/ssl_certificate.c
14202                 Add missing include (Windows).
14204 2007-10-19 [colin]      3.0.2cvs92
14206         * src/imap_gtk.c
14207         * src/mimeview.c
14208         * src/textview.c
14209         * src/gtk/inputdialog.c
14210         * src/gtk/inputdialog.h
14211                 Remove the last old combo; patch by
14212                 Pawel
14214 2007-10-19 [colin]      3.0.2cvs91
14216         * src/common/ssl.c
14217                 Fix interop problem with GnuTLS and some crappy
14218                 servers that have very little keys.
14220 2007-10-19 [colin]      3.0.2cvs90
14222         * src/common/ssl.c
14223                 Fix return value check on GnuTLS, and
14224                 display the error
14226 2007-10-18 [colin]      3.0.2cvs89
14228         * src/common/ssl_certificate.c
14229                 Fix missing initialisations
14231 2007-10-18 [wwp]        3.0.2cvs88
14233         * src/Makefile.am
14234                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14236 2007-10-18 [colin]      3.0.2cvs87
14238         * po/POTFILES.in
14239                 Fix build
14241 2007-10-18 [mones]      3.0.2cvs86
14243         * src/editbook.c
14244         * src/import.c
14245         * src/prefs_account.c
14246         * src/prefs_receive.c
14247         * src/gtk/about.c
14248         * src/plugins/bogofilter/bogofilter_gtk.c
14249         * src/plugins/spamassassin/spamassassin_gtk.c
14250                 More capitalisation micro-fixes
14252 2007-10-18 [paul]       3.0.2cvs85
14254         * configure.ac
14255                 add info about NNTP support via libetpan
14256                 change the configure output ending msg a little
14257         * src/gtk/about.c
14258                 similar changes to above
14260 2007-10-18 [colin]      3.0.2cvs84
14262         * src/procmime.c
14263         * src/procmime.h
14264                 Fix missing symbol for S/MIME
14266 2007-10-18 [colin]      3.0.2cvs83
14268         * src/prefs_filtering_action.c
14269                 Fix crash in tags (introduced in cvs78)
14271 2007-10-18 [colin]      3.0.2cvs82
14273         * src/common/Makefile.am
14274         * src/common/nntp.c
14275         * src/common/nntp.h
14276         * src/etpan/Makefile.am
14277         * src/etpan/etpan-thread-manager-types.h
14278         * src/etpan/etpan-thread-manager.c
14279         * src/etpan/imap-thread.c
14280         * src/etpan/nntp-thread.c
14281         * src/etpan/nntp-thread.h
14282         * src/news.c
14283         * src/news.h
14284                 Rewrite the nntp implementation
14285                 to use libetpan. Non-blocking NNTP!
14286         * src/account.c
14287         * src/crash.c
14288         * src/imap.c
14289         * src/inc.c
14290         * src/main.c
14291         * src/mainwindow.c
14292         * src/pop.c
14293         * src/pop.h
14294         * src/prefs_account.c
14295         * src/recv.c
14296         * src/recv.h
14297         * src/send_message.c
14298         * src/send_message.h
14299         * src/ssl_manager.c
14300         * src/ssl_manager.h
14301         * src/wizard.c
14302         * src/common/claws.c
14303         * src/common/session.c
14304         * src/common/session.h
14305         * src/common/smtp.c
14306         * src/common/smtp.h
14307         * src/common/socket.c
14308         * src/common/socket.h
14309         * src/common/ssl.c
14310         * src/common/ssl.h
14311         * src/common/ssl_certificate.c
14312         * src/common/ssl_certificate.h
14313         * src/gtk/about.c
14314         * src/gtk/sslcertwindow.c
14315         * src/gtk/sslcertwindow.h
14316                 Implement GnuTLS support. GnuTLS support
14317                 will be used if OpenSSL isn't available, or
14318                 specified explicitely. (the reason is that
14319                 GnuTLS cerficate checking is a bit less 
14320                 practical than OpenSSL's)
14322 2007-10-18 [paul]       3.0.2cvs81
14324         * src/gtk/inputdialog.c
14325         * src/gtk/inputdialog.h
14326                 fix copyright header
14328 2007-10-17 [colin]      3.0.2cvs80
14330         * src/plugins/pgpcore/select-keys.c
14331                 Fix bug which prevented encryption key
14332                 auto-selection when two or more matched the
14333                 email address, but only one isn't revoked
14334                 or expired.
14336 2007-10-17 [wwp]        3.0.2cvs79
14338         * src/compose.c
14339         * src/quote_fmt.c
14340         * src/quote_fmt.h
14341         * src/quote_fmt_lex.l
14342         * src/quote_fmt_parse.y
14343                 Templates can now attach files using |attach{filename}.
14345 2007-10-17 [wwp]        3.0.2cvs78
14347         * src/prefs_customheader.c
14348         * src/prefs_ext_prog.c
14349         * src/prefs_filtering_action.c
14350         * src/prefs_matcher.c
14351         * src/prefs_other.c
14352         * src/prefs_toolbar.c
14353         * src/gtk/combobox.c
14354         * src/gtk/combobox.h
14355         * src/gtk/gtkutils.c
14356         * src/gtk/gtkutils.h
14357         * src/plugins/bogofilter/bogofilter_gtk.c
14358         * src/plugins/spamassassin/spamassassin_gtk.c
14359                 Removed almost all remaining instances of GtkCombo
14360                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14361                 few visual and code cleanup from Colin.
14363 2007-10-16 [wwp]        3.0.2cvs77
14364         * src/gtk/pluginwindow.c
14365                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14367 2007-10-15 [colin]      3.0.2cvs76
14369         * src/edittags.c
14370         * src/edittags.h
14371         * src/filtering.c
14372         * src/filtering.h
14373         * src/importmutt.c
14374         * src/importpine.c
14375         * src/main.c
14376         * src/messageview.c
14377         * src/messageview.h
14378         * src/mimeview.c
14379         * src/mimeview.h
14380         * src/pop.c
14381         * src/pop.h
14382         * src/prefs_common.c
14383         * src/prefs_common.h
14384         * src/prefs_customheader.c
14385         * src/prefs_customheader.h
14386         * src/prefs_display_header.c
14387         * src/prefs_display_header.h
14388         * src/prefs_filtering_action.c
14389         * src/prefs_filtering_action.h
14390         * src/prefs_folder_column.c
14391         * src/prefs_folder_column.h
14392         * src/prefs_folder_item.c
14393         * src/prefs_folder_item.h
14394         * src/prefs_gtk.c
14395         * src/prefs_gtk.h
14396         * src/prefs_logging.h
14397         * src/prefs_matcher.c
14398         * src/prefs_matcher.h
14399         * src/prefs_summary_column.c
14400         * src/prefs_summary_column.h
14401         * src/prefs_summary_open.c
14402         * src/procheader.c
14403         * src/procheader.h
14404         * src/procmime.c
14405         * src/procmime.h
14406         * src/recv.c
14407         * src/recv.h
14408         * src/sourcewindow.c
14409         * src/sourcewindow.h
14410         * src/summaryview.c
14411         * src/summaryview.h
14412         * src/textview.c
14413         * src/textview.h
14414         * src/toolbar.c
14415         * src/toolbar.h
14416         * src/common/mgutils.c
14417         * src/common/mgutils.h
14418         * src/common/nntp.c
14419         * src/common/nntp.h
14420         * src/common/prefs.c
14421         * src/common/prefs.h
14422         * src/common/socket.c
14423         * src/common/socket.h
14424         * src/common/stringtable.c
14425         * src/common/stringtable.h
14426         * src/common/template.c
14427         * src/common/template.h
14428         * src/common/uuencode.c
14429         * src/common/uuencode.h
14430         * src/gtk/gtkshruler.c
14431         * src/gtk/gtkshruler.h
14432         * src/gtk/menu.c
14433         * src/gtk/menu.h
14434         * src/gtk/progressdialog.c
14435         * src/gtk/progressdialog.h
14436                 Remove/staticalize, the return of the revenge
14438 2007-10-15 [colin]      3.0.2cvs75
14440         * src/matcher.c
14441                 Fix redirections in filtering's tests
14443 2007-10-15 [colin]      3.0.2cvs74
14445         * src/imap.c
14446                 Don't build imap_synchronise at all when 
14447                 building without libetpan
14449 2007-10-14 [colin]      3.0.2cvs73
14451         * src/imap.c
14452         * src/common/md5.c
14453         * src/common/md5.h
14454         * src/gtk/manage_window.c
14455         * src/gtk/manage_window.h
14456                 Remove more unused code
14458 2007-10-14 [colin]      3.0.2cvs72
14460         * src/addrquery.c
14461         * src/addrquery.h
14462         * src/recv.c
14463         * src/recv.h
14464         * src/vcard.c
14465         * src/vcard.h
14466         * src/common/xml.c
14467         * src/common/xml.h
14468         * src/common/xmlprops.c
14469         * src/common/xmlprops.h
14470                 Remove more unused code
14472 2007-10-14 [colin]      3.0.2cvs71
14474         * src/common/utils.c
14475                 Remove unused function
14477 2007-10-13 [colin]      3.0.2cvs70
14479         * src/imap.c
14480         * src/imap.h
14481         * src/mainwindow.c
14482         * src/mainwindow.h
14483         * src/gtk/gtkutils.c
14484         * src/gtk/gtkutils.h
14485                 Staticalise/Remove more code
14487 2007-10-13 [colin]      3.0.2cvs69
14489         * src/common/utils.c
14490         * src/common/utils.h
14491                 Remove dead code, unused for ages
14493 2007-10-13 [colin]      3.0.2cvs68
14495         * src/main.c
14496         * src/main.h
14497                 Maemo: define hildon_program in main.c,
14498                 make it accessible in the .h with extern
14500 2007-10-13 [paul]       3.0.2cvs67
14502         * src/gtk/menu.c
14503                 fix a bunch of runtime warnings on maemo
14505 2007-10-13 [paul]       3.0.2cvs66
14507         * src/main.c
14508         * src/main.h
14509         * src/gtk/gtkutils.c
14510         * src/gtk/gtkutils.h
14511                 fix a bunch of compiler warnings on maemo
14513 2007-10-12 [colin]      3.0.2cvs65
14515         * src/account.c
14516         * src/addritem.c
14517         * src/addritem.h
14518         * src/filtering.c
14519         * src/filtering.h
14520         * src/folder.c
14521         * src/folder.h
14522         * src/common/utils.c
14523         * src/common/utils.h
14524                 Remove unused code, staticalise some functions
14526 2007-10-12 [paul]       3.0.2cvs64
14528         * src/account.c
14529         * src/folderview.c
14530         * src/main.c
14531         * src/mainwindow.c
14532         * src/messageview.c
14533         * src/summary_search.c
14534         * src/summaryview.c
14535         * src/toolbar.c
14536         * src/wizard.c
14537         * src/common/utils.c
14538         * src/gtk/prefswindow.c
14539                 fix a bunch of compiler warnings on maemo
14541 2007-10-11 [colin]      3.0.2cvs63
14543         * src/editaddress.c
14544                 Make static function static
14546 2007-10-11 [mones]      3.0.2cvs62
14548         * src/addrduplicates.c
14549         * src/addressbook.c
14550         * src/compose.c
14551         * src/expldifdlg.c
14552         * src/mainwindow.c
14553         * src/messageview.c
14554         * src/pop.c
14555         * src/prefs_customheader.c
14556         * src/prefs_send.c
14557         * src/prefs_themes.c
14558         * src/common/plugin.c
14559         * src/gtk/pluginwindow.c
14560         * src/gtk/quicksearch.c
14561                 Fix several typos and capitalisation issues
14563 2007-10-11 [wwp]        3.0.2cvs61
14565         * src/editaddress.c
14566                 Fix a warning about possible use of uninitialized
14567                 filename var.
14569 2007-10-11 [wwp]        3.0.2cvs60
14571         * src/editaddress.c
14572                 Disable "Unset picture" menu item when there's
14573                 no picture to clear. Fix an extraneous g_unref_object,
14574                 add missing initializers.
14576 2007-10-11 [wwp]        3.0.2cvs59
14578         * src/pixmaps/anonymous.xpm
14579         * src/editaddress.c
14580         * src/Makefile.am
14581         * src/stock_pixmap.c
14582         * src/stock_pixmap.h
14583                 Fix a leak, gettext-ize the photo label.
14584                 Don't clear the existing picture if loading
14585                 a new one fails. Use a default 'anonymous'
14586                 picture (this new xpm has been added to the
14587                 internal stock_pixmap API). Add a
14588                 "Set picture" context menu entry.
14590 2007-10-11 [colin]      3.0.2cvs58
14592         * src/messageview.c
14593                 Make shift-shortcuts work
14594         * src/prefs_actions.c
14595                 Don't ask if we really want to close when
14596                 choosing OK and only the list is changed
14597         * src/prefs_template.c
14598                 Don't ask if we really want to close when
14599                 choosing OK and only the list is changed
14600         * src/common/plugin.c
14601                 Fix writing of second [Plugins_*] block
14602         * src/common/template.c
14603                 Remove unused files (fixes deletion)
14605 2007-10-10 [paul]       3.0.2cvs57
14607         * src/prefs_template.c
14608                 put the whole thing in a scrolled window
14609                 so that half the page is no longer inaccessible
14610                 on maemo
14611                 make the gtk_text_view smaller on maemo
14613 2007-10-10 [colin]      3.0.2cvs56
14615         * src/compose.c
14616                 Fix updating of Attachments number in some
14617                 cases (reedit, attach from command-line, ...)
14619 2007-10-10 [colin]      3.0.2cvs55
14621         * src/editaddress.c
14622                 Initialise error correctly
14624 2007-10-10 [paul]       3.0.2cvs54
14626         * src/prefs_filtering_action.c
14627         * src/gtk/description_window.c
14628         * src/gtk/foldersort.c
14629         * src/gtk/quicksearch.c
14630                 get rid of some pointless new lines and
14631                 make the descripton labels wrap better
14633 2007-10-10 [colin]      3.0.2cvs53
14635         * src/addressadd.c
14636         * src/editaddress.c
14637         * src/headerview.c
14638         * src/textview.c
14639                 More error handling on saving pictures
14641 2007-10-10 [colin]      3.0.2cvs52
14643         * src/printing.c
14644         * src/printing.h
14645                 Generalize a bit printing, so we can factorize
14646                 most of the code. 
14648 2007-10-10 [paul]       3.0.2cvs51
14650         * src/addrduplicates.c
14651                 fix engrish
14652                 use GTK_STOCK... buttons
14654 2007-10-10 [paul]       3.0.2cvs50
14656         * src/addressadd.c
14657         * src/addrindex.c
14658         * src/editaddress.c
14659                 Fix previous patch
14660                 Thanks to Colin
14662 2007-10-10 [paul]       3.0.2cvs49
14664         * src/summaryview.c
14665         * src/messageview.c
14666                 Fix crash on Add sender to addressbook when
14667                 From is null
14668         * src/addressadd.c
14669         * src/addrindex.c
14670         * src/editaddress.c
14671         * src/editaddress_other_attributes_ldap.h
14672                 Fix leaks 
14673                 Rename images to .png in addrbook/
14674         * src/headerview.c
14675         * src/textview.c
14676                 Fix Face/X-Face being used if adding another
14677                 address than sender to addressbook
14678                 Thanks to Colin
14680 2007-10-10 [holger]     3.0.2cvs48
14682         * src/addrduplicates.c
14683         * src/editaddress.c
14684                 Improvements to the addressbook duplicate finder
14685                 feature:
14686                  - add an edit button to the button bar
14687                  - display the whole bookname (with iface) and
14688                    use this for same-book checking
14689                  - after editing, try to keep selections if the
14690                    entries are still present
14691                  - sort the email column alphabetically
14692                  - put results in a scrolled window
14693                  - support embedded editing
14694                  - make columns in detail view resizable
14695                  - add keyboard shortcuts
14697 2007-10-10 [wwp]        3.0.2cvs47
14699         * src/addrindex.c
14700                 Fix a crash when there's no From: in email, thanks to Colin.
14702 2007-10-09 [paul]       3.0.2cvs46
14704         * src/messageview.c
14705         * src/summaryview.c
14706         * src/textview.c
14707                 fix building without compface support
14709 2007-10-09 [colin]      3.0.2cvs45
14711         * src/editaddress.c
14712         * src/headerview.c
14713         * src/textview.c
14714                 Add error handling
14716 2007-10-09 [colin]      3.0.2cvs44
14718         * src/addrduplicates.c
14719         * src/addressadd.c
14720         * src/addressadd.h
14721         * src/addressbook.c
14722         * src/addressbook.h
14723         * src/addrindex.c
14724         * src/addrindex.h
14725         * src/addritem.c
14726         * src/addritem.h
14727         * src/compose.c
14728         * src/editaddress.c
14729         * src/editaddress_other_attributes_ldap.h
14730         * src/headerview.c
14731         * src/messageview.c
14732         * src/mimeview.c
14733         * src/summaryview.c
14734         * src/textview.c
14735         * src/gtk/gtkutils.c
14736                 Automatically set contacts' pictures from Face 
14737                 or X-Face if they have no picture
14738                 Display the contact picture in textview or
14739                 headerview for mails sent by people in the 
14740                 addressbook, that have no Face or X-Face
14741                 Fix a few details in the Person edition dialog
14742                 (ability to unset picture)
14743                 Remove picture file when deleting contacts
14745 2007-10-09 [iwkse]      3.0.2cvs43
14747         * src/gtk/about.c
14748                 center the about window
14750 2007-10-09 [paul]       3.0.2cvs42
14752         * src/prefs_toolbar.c
14753                 fix icon selector window on maemo
14755 2007-10-09 [paul]       3.0.2cvs41
14757         * src/messageview.c
14758                 add 'go to' menu to separate msgview
14760 2007-10-09 [colin]      3.0.2cvs40
14762         * src/common/defs.h
14763                 Add forgotten file
14765 2007-10-09 [iwkse]      3.0.2cvs39
14767         * Makefile.am
14768         * src/addressbook.c
14769         * src/addritem.c
14770         * src/addritem.h
14771         * src/editaddress.c
14772         * src/editaddress_other_attributes_ldap.h
14773         * src/addrbook.c
14774         * src/Makefile.am
14775                 set a photo in the Addressbook
14777 2007-10-08 [colin]      3.0.2cvs38
14779         * src/prefs_toolbar.c
14780                 Make height 320 to remove the scrollbar 
14781                 (with current number of icons)
14783 2007-10-08 [colin]      3.0.2cvs37
14785         * src/prefs_toolbar.c
14786                 Transform the treeview to a GtkIconView.
14787                 Patch by Pawel
14788                 In addition, transform the window so that 
14789                 it looks like a popup menu. Patch by me
14791 2007-10-08 [colin]      3.0.2cvs36
14793         * src/compose.c
14794         * src/compose.h
14795                 Beautify the GUI a bit; in particular, show the
14796                 number of attachments in the tab's title.
14797                 Patch by Pawel
14799 2007-10-08 [paul]       3.0.2cvs35
14801         * src/mimeview.c
14802                 Save users from themselves: save temporary
14803                 files used for Open/Open with as read-only.
14804                 Thanks to Colin
14806 2007-10-08 [paul]       3.0.2cvs34
14808         * tools/Makefile.am
14809                 forgot this in cvs33
14811 2007-10-08 [paul]       3.0.2cvs33
14813         * tools/kdeservicemenu/README
14814         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14815         * tools/kdeservicemenu/install.sh
14816         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14817                 renamed template* to *template so as not to confuse
14818                 lintian
14820 2007-10-08 [paul]       3.0.2cvs32
14822         * src/prefs_themes.c
14823         * src/stock_pixmap.c
14824                 replace 2 direct uses of RC_DIR
14826 2007-10-07 [colin]      3.0.2cvs31
14828         * src/addrduplicates.c
14829         * src/addrduplicates.h
14830         * src/addressbook.c
14831         * src/addressbook.h
14832         * src/addrindex.c
14833         * src/addrindex.h
14834                 Implement deletion in duplicate finder. 
14835                 Patch by Holger 
14837 2007-10-07 [colin]      3.0.2cvs30
14839         * src/exporthtml.c
14840         * src/mbox.c
14841         * src/common/utils.c
14842                 Better fix for Solaris, thanks to Nicolas Doualot
14844 2007-10-07 [colin]      3.0.2cvs29
14846         * AUTHORS
14847         * src/gtk/authors.h
14848                 Add Frank Dietrich
14850 2007-10-07 [colin]      3.0.2cvs28
14852         * src/exporthtml.c
14853                 Fix HTML export to make it more compliant
14854                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14856 2007-10-07 [colin]      3.0.2cvs27
14858         * src/prefs_toolbar.c
14859                 Only use icons that wouldn't look stupid in the toolbar
14860                 Patch by Pawel
14862 2007-10-07 [colin]      3.0.2cvs26
14864         * src/prefs_toolbar.c
14865                 Fix old icon being used when none is selected
14867 2007-10-07 [colin]      3.0.2cvs25
14869         * src/toolbar.c
14870                 Fix copy/paste error
14872 2007-10-07 [colin]      3.0.2cvs24
14874         * src/prefs_toolbar.c
14875         * src/toolbar.c
14876         * src/toolbar.h
14877                 Update icon to default one when changing event
14878                 Make the icon chooser nicer (handle Esc, Enter,
14879                 double-click)
14881 2007-10-06 [colin]      3.0.2cvs23
14883         * src/prefs_toolbar.c
14884                 Fix text reset; patch by Pawel
14886 2007-10-06 [colin]      3.0.2cvs22
14888         * src/toolbar.h
14889                 Complete previous commit
14891 2007-10-06 [colin]      3.0.2cvs21
14893         * src/prefs_toolbar.c
14894         * src/toolbar.c
14895                 Set toolbar text automatically to the default
14896                 when changing Event executed on click
14898 2007-10-06 [colin]      3.0.2cvs20
14900         * src/prefs_toolbar.c
14901                 Invert Text and Event fields
14903 2007-10-06 [colin]      3.0.2cvs19
14905         * src/prefs_toolbar.c
14906         * src/toolbar.c
14907                 Make toolbar prefs look much better
14908                 Patch by Pawel Pekala
14910 2007-10-06 [paul]       3.0.2cvs18
14912         * src/account.c
14913         * src/prefs_filtering.c
14914                 fix checkbuttons in gtktreeview on maemo by
14915                 setting maemo's "allow-checkbox-mode" to FALSE
14917 2007-10-06 [colin]      3.0.2cvs17
14919         * configure.ac
14920                 Export -DSOLARIS in CFLAGS for all
14921                 Solaris (not just 2.8) and OpenSolaris
14923 2007-10-06 [paul]       3.0.2cvs16
14925         * AUTHORS
14926         * src/exporthtml.c
14927         * src/mbox.c
14928         * src/gtk/authors.h
14929                 fix build on solaris where ctime_r takes
14930                 3 arguments rather than 2.
14931                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14933 2007-10-05 [colin]      3.0.2cvs15
14935         * src/etpan/imap-thread.c
14936                 Fix wrong error codepath
14938 2007-10-05 [wwp]        3.0.2cvs14
14940         * src/filtering.c
14941                 Fix unexpected logging of quicksearches:
14942                 debug_filtering_session flag was never reset to FALSE, causing
14943                 matcher functions to log when called from a quicksearch
14944                 (if a filtering session happened before).
14946 2007-10-05 [paul]       3.0.2cvs13
14948         * src/prefs_actions.c
14949         * src/prefs_filtering.c
14950         * src/prefs_template.c
14951                 fix bug 1343, 'Filtering..'s close button
14952                 silently discards new filter'
14953                 Thanks to Colin
14955 2007-10-05 [paul]       3.0.2cvs12
14957         * configure.ac
14958         * src/Makefile.am
14959                 fix bug 1347, '-Wno-unused-function, optional'
14961 2007-10-05 [colin]      3.0.2cvs11
14963         * src/procmime.c
14964         * src/common/mgutils.c
14965                 Fix warnings
14967 2007-10-05 [mones]      3.0.2cvs10
14969         * manual/advanced.xml
14970                 Use full menu name
14971         * manual/es/advanced.xml
14972                 Synchronise translation
14974 2007-10-04 [colin]      3.0.2cvs9
14976         * src/action.c
14977         * src/addrbook.c
14978         * src/addrindex.c
14979         * src/compose.c
14980         * src/exporthtml.c
14981         * src/exportldif.c
14982         * src/folder.c
14983         * src/main.c
14984         * src/matcher.c
14985         * src/mbox.c
14986         * src/messageview.c
14987         * src/mh.c
14988         * src/news.c
14989         * src/partial_download.c
14990         * src/pop.c
14991         * src/procmime.c
14992         * src/procmsg.c
14993         * src/toolbar.c
14994         * src/common/log.c
14995         * src/common/mgutils.c
14996         * src/common/plugin.c
14997         * src/common/utils.c
14998         * src/common/xml.c
14999         * src/common/xml.h
15000         * src/common/xmlprops.c
15001         * src/common/xmlprops.h
15002         * src/plugins/bogofilter/bogofilter.c
15003         * src/plugins/clamav/clamav_plugin.c
15004         * src/plugins/dillo_viewer/dillo_prefs.c
15005         * src/plugins/pgpcore/prefs_gpg.c
15006         * src/plugins/pgpinline/pgpinline.c
15007         * src/plugins/pgpmime/pgpmime.c
15008         * src/plugins/spamassassin/spamassassin.c
15009         * src/plugins/trayicon/trayicon_prefs.c
15010                 Verify success on writes. Will fix possible strange
15011                 failure on disk full.
15013 2007-10-04 [paul]       3.0.2cvs8
15015         * manual/advanced.xml
15016                 add further info about Actions
15017                 Patch by Emmanuel Briot <briot@adacore.com>
15019 2007-10-04 [paul]       3.0.2cvs7
15021         * src/account.c
15022                 remove the D column, instead indicate the
15023                 default account by use of bold text
15025 2007-10-03 [colin]      3.0.2cvs6
15027         * src/common/template.c
15028                 Fix templates writing (was prone to disk full problems)
15030 2007-10-03 [colin]      3.0.2cvs5
15032         * src/Makefile.am
15033         * src/addrduplicates.c
15034         * src/addrduplicates.h
15035         * src/addressbook.c
15036                 Add duplicate deletion. Patch by Holger
15038 2007-10-03 [colin]      3.0.2cvs4
15040         * src/matcher.c
15041         * src/gtk/quicksearch.c
15042                 Fix bug 1340, 'Case insensitive searches with 
15043                 non-ascii alphabets fail'.
15045 2007-10-03 [colin]      3.0.2cvs3
15047         * src/main.c
15048         * src/common/utils.c
15049         * src/common/utils.h
15050                 Implement run-time alternative config directories
15052 2007-10-03 [colin]      3.0.2cvs2
15054         * src/folderview.c
15055                 Prevent opening folder item while folder
15056                 is scanned in a better way
15058 2007-10-02 [paul]       3.0.2cvs1
15060         * NEWS
15061         * README
15062         * RELEASE_NOTES
15063         * configure.ac
15064                 bump up version number following stable release
15066 2007-09-30 [colin]      3.0.1cvs49
15068         * src/imap.c
15069                 Refresh session if needed
15071 2007-09-30 [colin]      3.0.1cvs48
15073         * src/imap.c
15074                 Reset folder's session to NULL
15075                 before destroying it
15077 2007-09-30 [mones]      3.0.1cvs47
15079         * manual/handling.xml
15080                 Use markup quotes instead hardcoded quotes
15081         * manual/es/handling.xml
15082                 Added new synced section (IMAP subscriptions)
15084 2007-09-29 [colin]      3.0.1cvs46
15086         * src/imap.c
15087                 Notice disconnections faster
15089 2007-09-28 [colin]      3.0.1cvs45
15091         * src/addressbook.c
15092         * src/addrindex.c
15093                 Fix warnings
15095 2007-09-28 [paul]       3.0.1cvs44
15097         * src/mimeview.c
15098                 fix maemo build
15100 2007-09-28 [paul]       3.0.1cvs43
15102         * src/account.c
15103                 use gtk_widget_set_size_request() on the label
15104                 so that wrapping works better. get rid of the
15105                 (partially deprecated) hbutton_box.
15106                 these changes should prevent buttons overlapping
15107                 on maemo
15109 2007-09-28 [colin]      3.0.1cvs42
15111         * src/pop.c
15112                 Fix typo :)
15114 2007-09-28 [colin]      3.0.1cvs41
15116         * src/compose.c
15117         * src/msgcache.c
15118         * src/pop.c
15119         * src/procmime.c
15120         * src/etpan/imap-thread.c
15121                 64bits-related warning fixes
15123 2007-09-28 [colin]      3.0.1cvs40
15125         * src/folder_item_prefs.c
15126         * src/ldaputil.c
15127         * src/mainwindow.c
15128         * src/mimeview.c
15129         * src/common/tags.c
15130                 Fix warnings
15132 2007-09-28 [colin]      3.0.1cvs39
15134         * src/plugins/spamassassin/spamassassin.c
15135         * src/plugins/spamassassin/spamassassin.h
15136         * src/plugins/spamassassin/spamassassin_gtk.c
15137                 Add addressbook-based whitelisting
15139 2007-09-28 [colin]      3.0.1cvs38
15141         * src/folder.c
15142                 Fix bug 1337, 'crash on pressing Send button'
15144 2007-09-28 [paul]       3.0.1cvs37
15146         * src/prefs_folder_item.c
15147                 give the orphans a parent. makes all prefs
15148                 pages visible on maemo
15150 2007-09-28 [colin]      3.0.1cvs36
15152         * src/prefs_folder_column.c
15153         * src/prefs_summary_column.c
15154                 Fix two leaks
15156 2007-09-27 [colin]      3.0.1cvs35
15158         * src/gtk/quicksearch.c
15159                 Fix bug 1336, 'Segfault if empty space before search-string'
15161 2007-09-26 [mones]      3.0.1cvs34
15163         * manual/account.xml
15164         * manual/plugins.xml
15165                 Fixed irc channel name, added some docbook markup.
15166                 Changed text markup to docbook markup. 
15167                 Added spamcop as supported in SpamReport description.
15168         * manual/fr/plugins.xml
15169                 Fixed irc channel name.
15170         * manual/es/account.xml
15171         * manual/es/advanced.xml
15172         * manual/es/claws-mail-manual.xml
15173         * manual/es/glossary.xml
15174         * manual/es/gpl.xml
15175         * manual/es/keyboard.xml
15176         * manual/es/plugins.xml
15177                 Synced with English version, fixed a couple of typos.
15179 2007-09-26 [colin]      3.0.1cvs33
15181         * configure.ac
15182                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15184 2007-09-26 [colin]      3.0.1cvs32
15186         * src/messageview.c
15187         * src/procmsg.c
15188         * src/procmsg.h
15189                 Optimisation: avoid fetching mail 3 times locally
15190                 for displaying
15192 2007-09-26 [colin]      3.0.1cvs31
15194         * src/mh.c
15195                 Fix missing static
15197 2007-09-26 [colin]      3.0.1cvs30
15199         * src/folder.c
15200         * src/folder.h
15201         * src/mh.c
15202         * src/mh.h
15203                 Fix MH mtime hack - make it a folder class function
15205 2007-09-26 [colin]      3.0.1cvs29
15207         * src/inc.c
15208                 Fix bug 1334, 'user defined mail incorporation 
15209                 script not run'
15211 2007-09-25 [colin]      3.0.1cvs28
15213         * src/codeconv.c
15214                 Optimisation: shortcut conv_codeset_strdup
15215                 when src_code and dest_code are the same
15216         * src/common/xml.c
15217         * src/common/xml.h
15218                 Optimisation: shortcut code conversions when
15219                 files are in UTF-8; faster list walking by
15220                 using prepend/reverse.
15222 2007-09-25 [holger]     3.0.1cvs27
15224         * src/printing.c
15225                 Replace button bar of the preview window
15226                 with a real toolbar (patch by Colin)
15227                 Add zooming to the preview window
15229 2007-09-24 [paul]       3.0.1cvs26
15231         * src/compose.c
15232                 compact the character set menu, adding some
15233                 missing encodings. Patch by Pawel Pekala
15235 2007-09-23 [paul]       3.0.1cvs25
15237         * src/prefs_account.c
15238         * src/prefs_folder_item.c
15239         * src/prefs_quote.c
15240         * src/quote_fmt.c
15241         * src/quote_fmt.h
15242                 remove unnecessary frame from Templates options
15243                 and improve the English of the check button label
15245 2007-09-22 [colin]      3.0.1cvs24
15247         * src/gtk/quicksearch.c
15248                 Fix bug 1329, 'error in quicksearch.c'
15249                 Fix return with value in function returning void
15251 2007-09-22 [colin]      3.0.1cvs23
15253         * src/imap.c
15254         * src/procmsg.h
15255         * src/common/utils.c
15256         * src/common/utils.h
15257         * src/etpan/imap-thread.c
15258                 Optimise fetching IMAP cached emails *a lot*
15259                 (remember whether mail is fully cached and \r's
15260                  are already stripped)
15262 2007-09-22 [colin]      3.0.1cvs22
15264         * src/folder.c
15265         * src/folder.h
15266         * src/prefs_folder_item.c
15267                 Add a button to allow users to drop local caches.
15269 2007-09-21 [colin]      3.0.1cvs21
15271         * src/summaryview.c
15272                 Remove unnecessary error when cancelling export to mbox.
15273                 Patch by Pawel
15275 2007-09-21 [paul]       3.0.1cvs20
15277         * src/gtk/prefswindow.c
15278                 remove unnecessary frames from the prefs
15279                 pages. Patch by Pawel Pekala
15281 2007-09-21 [paul]       3.0.1cvs19
15283         * src/prefs_account.c
15284         * src/prefs_folder_item.c
15285         * src/prefs_quote.c
15286         * src/quote_fmt.c
15287                 put the Templates options into a tabbed
15288                 layout. Patch by Pawel Pekala
15290 2007-09-21 [paul]       3.0.1cvs18
15292         * src/mainwindow.c
15293                 group together the character set menu items
15294                 move the /View/Show or hide/Message view below
15295                 .../Toolbar menu item
15296                 Patch by Pawel Pekala
15298 2007-09-21 [mones]      3.0.1cvs17
15300         * src/compose.c
15301                 Fix for bug 1327, 'segfault when replying to a non-existent
15302                 news message', thanks to Colin.
15304 2007-09-21 [colin]      3.0.1cvs16
15306         * src/folderview.c
15307                 Complete 3.0.1cvs15
15309 2007-09-20 [colin]      3.0.1cvs15
15311         * src/folderview.c
15312         * src/folderview.h
15313                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15315 2007-09-20 [colin]      3.0.1cvs14
15317         * src/printing.c
15318                 Fix a little leak
15320 2007-09-20 [holger]     3.0.1cvs13
15322         * src/printing.c
15323                 Add page layout to print preview.
15324                 Make the close-button in the toolbar
15325                 right-aligned.
15327 2007-09-20 [paul]       3.0.1cvs12
15329         * po/ru.po
15330                 updated by Pavlo Bohmat
15332 2007-09-19 [colin]      3.0.1cvs11
15334         * src/common/utils.c
15335                 Prevent unquoted mime boundaries, by always
15336                 using a /
15338 2007-09-19 [colin]      3.0.1cvs10
15340         * src/printing.c
15341                 Fix drawing area size, fix DPI change that
15342                 can cause total number of lines to decrease
15344 2007-09-19 [colin]      3.0.1cvs9
15346         * po/POTFILES.in
15347         * src/printing.c
15348                 Make print preview more efficient and nicer.
15349                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15351 2007-09-19 [colin]      3.0.1cvs8
15353         * src/prefs_common.c
15354         * src/prefs_common.h
15355         * src/printing.c
15356                 Add scrolledwindow, default allocation and
15357                 size saving to the print preview window.
15359 2007-09-18 [colin]      3.0.1cvs7
15361         * src/prefs_common.c
15362         * src/prefs_common.h
15363         * src/prefs_image_viewer.c
15364         * src/printing.c
15365                 GtkPrintOperation:
15366                 - add image printing support
15367                 - add option to print images
15368                 - add preview widget
15369                 - add saving of a few Page Setup parameters
15371 2007-09-18 [colin]      3.0.1cvs6
15373         * AUTHORS
15374         * src/gtk/authors.h
15375                 Add Guillaume Chazarain
15377 2007-09-18 [colin]      3.0.1cvs5
15379         * src/common/utils.c
15380                 Fix bug 1321, 'access before allocation 
15381                 when scanning for uris'. Patch by 
15382                 Guillaume Chazarain <guichaz@yahoo.fr>
15384 2007-09-18 [colin]      3.0.1cvs4
15386         * src/toolbar.c
15387                 Fix bug 1320, 'Memory leak caused by 
15388                 gtk_container_get_children'. Patch by
15389                 Guillaume Chazarain <guichaz@yahoo.fr>
15391 2007-09-18 [colin]      3.0.1cvs3
15393         * src/printing.c
15394         * src/printing.h
15395                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15397 2007-09-18 [colin]      3.0.1cvs2
15399         * src/Makefile.am
15400         * src/mainwindow.c
15401         * src/messageview.c
15402         * src/messageview.h
15403         * src/prefs_ext_prog.c
15404         * src/prefs_fonts.c
15405         * src/printing.c
15406         * src/printing.h
15407         * src/summaryview.c
15408                 Use GtkPrintOperation by default on GTK+ >= 2.10
15409                 Patch by Holger Berndt <hb@claws-mail.org>
15411 2007-09-18 [paul]       3.0.1cvs1
15413         * NEWS
15414         * README
15415         * RELEASE_NOTES
15416         * configure.ac
15417                 bump up version number following stable release
15419 2007-09-16 [colin]      3.0.0cvs18
15421         * src/folder.c
15422                 Fix possible memleak
15424 2007-09-16 [colin]      3.0.0cvs17
15426         * src/folderview.c
15427                 Fix bug 1311, 'Wrong arrow position 
15428                 while moving message into folder when 
15429                 column headers hidden'
15430         * src/image_viewer.c
15431                 Show error in the GUI if image can't
15432                 be loaded
15433         * src/matcher.c
15434                 Fix spurious output
15435         * src/messageview.c
15436                 Allow setting domain in msgid
15437         * src/common/plugin.c
15438                 Add timing information
15440 2007-09-16 [colin]      3.0.0cvs16
15442         * src/account.c
15443         * src/compose.c
15444         * src/prefs_account.c
15445         * src/prefs_account.h
15446         * src/common/utils.c
15447                 Remove Generate Message-ID option. We need
15448                 this on some IMAP servers.
15449         * src/prefs_template.c
15450                 Fix double-free
15452 2007-09-16 [colin]      3.0.0cvs15
15454         * src/prefs_filtering.c
15455         * src/prefs_filtering.h
15456         * src/prefs_filtering_action.c
15457         * src/common/tags.c
15458                 Fix tags issues: tags with spaces, renaming
15459                 tags.
15461 2007-09-16 [colin]      3.0.0cvs14
15463         * src/folderview.c
15464         * src/main.c
15465         * src/mainwindow.c
15466                 Fix bug 1308, 'Claws deletes folderlist.xml after
15467                 fetching mail short after start-up'
15469 2007-09-16 [colin]      3.0.0cvs13
15471         * src/compose.c
15472                 Fix scrolling to cursor
15474 2007-09-16 [paul]       3.0.0cvs12
15476         * po/sr.po
15477                 updated by Aleksandar Urosevic
15479 2007-09-16 [paul]       3.0.0cvs11
15481         * src/folder.c
15482                 do not allow locked msgs to be deleted,
15483                 even by filtering/processing
15485 2007-09-07 [paul]       3.0.0cvs10
15487         * src/prefs_folder_column.c
15488         * src/prefs_summary_column.c
15489                 implement button sensitivity
15490                 patch by Pawel Pekala
15492 2007-09-06 [wwp]        3.0.0cvs9
15494         * src/prefs_gtk.c
15495                 Add a missing linefeed to a debug message.
15497 2007-09-05 [colin]      3.0.0cvs8
15499         * src/inc.c
15500                 Fix statusbar/window mismatch on Maemo
15502 2007-09-05 [colin]      3.0.0cvs7
15504         * src/ldaputil.c
15505                 Fix build without USE_LDAP_TLS
15507 2007-09-05 [colin]      3.0.0cvs6
15509         * src/folder.c
15510         * src/imap.c
15511         * src/inc.c
15512         * src/mbox.c
15513         * src/send_message.c
15514         * src/statusbar.c
15515         * src/statusbar.h
15516                 Maemo: distinguish various statusbar messages,
15517                 in order to display only the most important.
15519 2007-09-04 [wwp]        3.0.0cvs5
15521         * src/account.c
15522                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15523                 Show protocol "SMTP" and the appropriate server for send-only
15524                 accounts, show "-" instead of "" when no value is relevant.
15526 2007-09-03 [ticho]      3.0.0cvs4
15528         * src/summaryview.c
15529                 Handle plural form better in delete confirmation dialog.
15531 2007-09-03 [wwp]        3.0.0cvs3
15533         * src/compose.c
15534                 Warn differently when sending or sending later (queueing).
15536 2007-09-03 [colin]      3.0.0cvs2
15538         * src/procmime.c
15539         * src/procmime.h
15540         * src/common/plugin.c
15541         * src/common/plugin.h
15542                 Add a new plugin API, MimeParser. It allows
15543                 plugins to scan email MIME parts and optionally,
15544                 transform them.
15546 2007-09-03 [mones]      3.0.0cvs1
15548         * po/es.po
15549                 Updated translation
15550         * src/common/defs.h
15551                 While a better solution is made double history sizes
15553 2007-09-03 [paul]       3.0.0
15555         * NEWS
15556         * README
15557         * RELEASE_NOTES
15558                 3.0.0 released
15560 [For previous entries, see ChangeLog.2.0.0-3.0.0]