b5da2d1820220daf97e793394cdb7cd5915edcfd
[claws.git] / ChangeLog
1 2011-10-23 [colin]      3.7.10cvs46
2
3         * src/gtk/gtkcmclist.c
4         * src/gtk/gtkcmclist.h
5         * src/gtk/gtkcmctree.c
6                 Draw CMClist with cairo too.
7
8 2011-10-23 [colin]      3.7.10cvs45
9
10         * src/gtk/gtkcmclist.h
11                 Fix build (this was not meant to be commited)
12
13 2011-10-23 [colin]      3.7.10cvs44
14
15         * src/addressadd.c
16         * src/addressbook.c
17         * src/addressbook_foldersel.c
18         * src/editgroup.c
19         * src/foldersel.c
20         * src/folderview.c
21         * src/grouplistdialog.c
22         * src/prefs_common.c
23         * src/prefs_common.h
24         * src/summaryview.c
25         * src/gtk/gtkcmclist.c
26         * src/gtk/gtkcmclist.h
27         * src/gtk/gtkcmctree.c
28         * src/gtk/gtkcmctree.h
29         * src/gtk/gtksctree.c
30                 Refactor some tree stuff (lots of code duplication there)
31                 and switch to cairo for tree rendering.
32
33 2011-10-23 [holger]     3.7.10cvs43
34
35         * src/filtering.c
36                 Don't issue a warning for designed behaviour of the stop rule.
37                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
38
39 2011-10-22 [colin]      3.7.10cvs42
40
41         * src/printing.c
42         * src/gtk/gtkshruler.c
43         * src/gtk/gtkutils.h
44                 Fix GTK+2.16 build
45
46 2011-10-22 [colin]      3.7.10cvs41
47
48         * src/account.c
49         * src/addr_compl.c
50         * src/addrgather.c
51         * src/compose.c
52         * src/editldap.c
53         * src/expldifdlg.c
54         * src/folderview.c
55         * src/grouplistdialog.c
56         * src/headerview.c
57         * src/importldif.c
58         * src/main.c
59         * src/mainwindow.c
60         * src/mimeview.c
61         * src/noticeview.c
62         * src/prefs_account.c
63         * src/prefs_actions.c
64         * src/prefs_ext_prog.c
65         * src/prefs_filtering.c
66         * src/prefs_folder_item.c
67         * src/prefs_image_viewer.c
68         * src/prefs_logging.c
69         * src/prefs_msg_colors.c
70         * src/prefs_other.c
71         * src/prefs_send.c
72         * src/prefs_spelling.c
73         * src/prefs_summaries.c
74         * src/prefs_template.c
75         * src/printing.c
76         * src/quote_fmt.c
77         * src/send_message.c
78         * src/statusbar.c
79         * src/summary_search.c
80         * src/summaryview.c
81         * src/wizard.c
82         * src/gtk/gtkcmclist.c
83         * src/gtk/gtkcmctree.c
84         * src/gtk/gtkcmoptionmenu.c
85         * src/gtk/gtksctree.c
86         * src/gtk/gtkutils.c
87         * src/gtk/gtkutils.h
88         * src/gtk/gtkvscrollbutton.c
89         * src/gtk/inputdialog.c
90         * src/gtk/pluginwindow.c
91         * src/gtk/quicksearch.c
92         * src/gtk/spell_entry.c
93         * src/plugins/bogofilter/bogofilter_gtk.c
94         * src/plugins/dillo_viewer/dillo_prefs.c
95         * src/plugins/pgpcore/prefs_gpg.c
96         * src/plugins/spamassassin/spamassassin_gtk.c
97         * src/plugins/trayicon/trayicon.c
98         * src/plugins/trayicon/trayicon_prefs.c
99                 Remove all possible #if GTK_CHECK_VERSION() checks,
100                 and make Claws build with GTK+2.16 (untested right
101                 now), as the Gpg4Win project uses GTK+2.16 currently.
102
103 2011-10-22 [colin]      3.7.10cvs40
104
105         * src/gtk/gtkutils.h
106         * configure.ac
107                 Fix (hopefully) build with GTK+ 2.18.
108
109 2011-10-20 [paul]       3.7.10cvs39
110
111         * AUTHORS
112         * src/ldif.c
113         * src/gtk/authors.h
114                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
115                 Patch by Bodo Graumann <mail@bodograumann.de>
116
117 2011-10-20 [mones]      3.7.10cvs38
118
119         * po/fr.po
120         * src/common/defs.h
121                 Fix references to old dotsrc mailing lists
122
123 2011-10-19 [mones]      3.7.10cvs37
124
125         * src/prefs_msg_colors.c
126                 Fix Ok/Cancel buttons in color selector of preferences
127
128 2011-10-17 [colin]      3.7.10cvs36
129
130         * src/gtk/gtkshruler.c
131                 (Probably) fix GTK+ <= 2.22
132
133 2011-10-17 [colin]      3.7.10cvs35
134
135         * src/gtk/gtkshruler.c
136                 Fix GTK+2.22 build
137
138 2011-10-17 [mones]      3.7.10cvs34
139
140         * src/addrbook.c
141         * src/exportldif.c
142         * src/jpilot.c
143         * src/mutt.c
144         * src/pine.c
145         * src/procmsg.c
146         * src/vcard.c
147                 Fix potential out-of-buffer writes
148
149 2011-10-17 [mones]      3.7.10cvs33
150
151         * src/main.c
152                 Use just one g_print call per option; correct indentation
153
154 2011-10-17 [colin]      3.7.10cvs32
155
156         * src/compose.c
157         * src/compose.h
158         * src/gtk/Makefile.am
159         * src/gtk/gtkshruler.c
160         * src/gtk/gtkshruler.h
161         * src/gtk/gtkunit.c
162         * src/gtk/gtkunit.h
163                 Reimplement ruler using the GTK widgets. Thanks
164                 to Hanno for the initial patch.
165
166 2011-10-17 [colin]      3.7.10cvs31
167
168         * src/action.c
169         * src/main.c
170         * src/gtk/gtkutils.c
171         * src/gtk/gtkutils.h
172                 Undeprecate GIO/GdkCondition
173
174 2011-10-16 [mones]      3.7.10cvs30
175
176         * src/main.c
177                 Add --compose-from-file option to open composition
178                 window with the headers and body from a file; based
179                 on Debian patch to fix http://bugs.debian.org/544868
180
181 2011-10-15 [mones]      3.7.10cvs29
182
183         * manual/advanced.xml
184                 Document new summary_from_show hidden preference
185
186 2011-10-15 [paul]       3.7.10cvs28
187
188         * src/compose.c
189                 compose_create_tags() - fix misplaced 'int i'
190                 compose_entry_mark_default_to() - fix To field highlighting
191
192 2011-10-09 [colin]      3.7.10cvs27
193
194         * src/addr_compl.c
195                 Fix address completion
196
197 2011-10-07 [colin]      3.7.10cvs26
198
199         * src/prefs_filtering_action.c
200         * src/gtk/gtkutils.h
201                 Fix build with GTK+2.20
202
203 2011-10-07 [colin]      3.7.10cvs25
204
205         * src/gtk/Makefile.am
206         * src/gtk/gdkkeysyms-new.h
207         * src/gtk/gtkutils.h
208                 Copy the new GDK_KEY_* definitions for older GTKs
209
210 2011-10-07 [colin]      3.7.10cvs24
211
212         * configure.ac
213                 Fix typos (thanks to Hanno)
214
215 2011-10-07 [colin]      3.7.10cvs23
216
217         * src/compose.c
218         * src/gtk/gtkshruler.c
219         * src/gtk/gtkshruler.h
220                 Disable ruler starting from 2.24.
221
222 2011-10-07 [colin]      3.7.10cvs22
223
224         * configure.ac
225         * src/messageview.c
226         * src/gtk/Makefile.am
227                 GTK2 build fix
228
229 2011-10-07 [colin]      3.7.10cvs21
230
231         * configure.ac
232         * src/action.c
233         * src/addr_compl.c
234         * src/addrgather.c
235         * src/compose.c
236         * src/compose.h
237         * src/editldap.c
238         * src/mainwindow.c
239         * src/message_search.c
240         * src/mimeview.c
241         * src/mimeview.h
242         * src/prefs_account.c
243         * src/prefs_compose_writing.c
244         * src/prefs_filtering_action.c
245         * src/prefs_folder_item.c
246         * src/prefs_logging.c
247         * src/prefs_matcher.c
248         * src/prefs_message.c
249         * src/prefs_other.c
250         * src/prefs_receive.c
251         * src/prefs_summaries.c
252         * src/prefs_wrapping.c
253         * src/printing.c
254         * src/ssl_manager.c
255         * src/statusbar.c
256         * src/stock_pixmap.c
257         * src/summary_search.c
258         * src/textview.c
259         * src/gtk/Makefile.am
260         * src/gtk/colorlabel.c
261         * src/gtk/gtkutils.c
262         * src/gtk/gtkutils.h
263         * src/gtk/logwindow.c
264         * src/gtk/menu.c
265         * src/gtk/menu.h
266         * src/gtk/quicksearch.c
267         * src/gtk/spell_entry.c
268         * src/plugins/bogofilter/bogofilter_gtk.c
269         * src/plugins/dillo_viewer/dillo_viewer.c
270         * src/plugins/pgpcore/prefs_gpg.c
271         * src/plugins/spamassassin/spamassassin_gtk.c
272                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
273                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
274                 ported (especially GtkCMOptionMenu)
275
276 2011-10-07 [colin]      3.7.10cvs20
277
278         * src/account.c
279         * src/action.c
280         * src/addr_compl.c
281         * src/addrcustomattr.c
282         * src/addrduplicates.c
283         * src/addressadd.c
284         * src/addressbook.c
285         * src/addressbook_foldersel.c
286         * src/addrgather.c
287         * src/alertpanel.c
288         * src/browseldap.c
289         * src/compose.c
290         * src/editaddress.c
291         * src/editaddress_other_attributes_ldap.c
292         * src/editbook.c
293         * src/editgroup.c
294         * src/editjpilot.c
295         * src/editldap.c
296         * src/editldap_basedn.c
297         * src/edittags.c
298         * src/editvcard.c
299         * src/exphtmldlg.c
300         * src/expldifdlg.c
301         * src/export.c
302         * src/foldersel.c
303         * src/folderview.c
304         * src/grouplistdialog.c
305         * src/import.c
306         * src/importldif.c
307         * src/importmutt.c
308         * src/importpine.c
309         * src/mainwindow.c
310         * src/message_search.c
311         * src/messageview.c
312         * src/mimeview.c
313         * src/prefs_actions.c
314         * src/prefs_customheader.c
315         * src/prefs_display_header.c
316         * src/prefs_filtering.c
317         * src/prefs_filtering_action.c
318         * src/prefs_folder_column.c
319         * src/prefs_matcher.c
320         * src/prefs_msg_colors.c
321         * src/prefs_other.c
322         * src/prefs_summaries.c
323         * src/prefs_summary_column.c
324         * src/prefs_summary_open.c
325         * src/prefs_template.c
326         * src/prefs_toolbar.c
327         * src/printing.c
328         * src/sourcewindow.c
329         * src/ssl_manager.c
330         * src/summary_search.c
331         * src/summaryview.c
332         * src/textview.c
333         * src/uri_opener.c
334         * src/gtk/about.c
335         * src/gtk/colorsel.c
336         * src/gtk/combobox.c
337         * src/gtk/description_window.c
338         * src/gtk/foldersort.c
339         * src/gtk/gtkaspell.c
340         * src/gtk/gtkcmclist.c
341         * src/gtk/gtkcmctree.c
342         * src/gtk/gtkcmoptionmenu.c
343         * src/gtk/gtkutils.c
344         * src/gtk/icon_legend.c
345         * src/gtk/inputdialog.c
346         * src/gtk/logwindow.c
347         * src/gtk/pluginwindow.c
348         * src/gtk/prefswindow.c
349         * src/gtk/quicksearch.c
350         * src/plugins/pgpcore/passphrase.c
351         * src/plugins/pgpcore/select-keys.c
352                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
353                 to replace GDK_* by GDK_KEY_*.
354
355 2011-10-07 [colin]      3.7.10cvs19
356
357         * AUTHORS
358         * src/account.c
359         * src/action.c
360         * src/addr_compl.c
361         * src/addressbook.c
362         * src/alertpanel.c
363         * src/compose.c
364         * src/edittags.c
365         * src/folderview.c
366         * src/grouplistdialog.c
367         * src/image_viewer.c
368         * src/mainwindow.c
369         * src/mimeview.c
370         * src/noticeview.c
371         * src/prefs_filtering_action.c
372         * src/prefs_folder_column.c
373         * src/prefs_msg_colors.c
374         * src/prefs_summary_column.c
375         * src/prefs_toolbar.c
376         * src/printing.c
377         * src/stock_pixmap.c
378         * src/summaryview.c
379         * src/textview.c
380         * src/undo.c
381         * src/wizard.c
382         * src/gtk/about.c
383         * src/gtk/authors.h
384         * src/gtk/colorlabel.c
385         * src/gtk/colorsel.c
386         * src/gtk/gtkcmclist.c
387         * src/gtk/gtkcmctree.c
388         * src/gtk/gtkcmoptionmenu.c
389         * src/gtk/gtksctree.c
390         * src/gtk/gtkutils.c
391         * src/gtk/gtkvscrollbutton.c
392         * src/gtk/inputdialog.c
393         * src/gtk/logwindow.c
394         * src/gtk/menu.c
395         * src/gtk/prefswindow.c
396         * src/gtk/progressdialog.c
397         * src/plugins/pgpcore/passphrase.c
398         * src/plugins/trayicon/trayicon.c
399                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
400                 Patch by Hanno Thurow-Meyer, many thanks to him !
401
402 2011-09-20 [colin]      3.7.10cvs18
403
404         * src/common/ssl.c
405                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
406                 gnutls 3.0.3'
407
408 2011-09-18 [colin]      3.7.10cvs17
409
410         * src/news.c
411                 Fix segfault when connection fails
412
413 2011-09-03 [colin]      3.7.10cvs16
414
415         * src/common/ssl.c
416                 Use NORMAL instead of EXPORT priorities.
417
418 2011-09-02 [colin]      3.7.10cvs15
419
420         * configure.ac
421         * src/common/ssl.c
422                 Linking against gcrypt explicitely in order to call
423                 gcry_control() for mutex setup isn't necessary anymore
424                 starting from gnuTLS 2.11.
425
426 2011-08-31 [colin]      3.7.10cvs14
427
428         * src/plugins/pgpinline/pgpinline.c
429         * src/plugins/pgpmime/pgpmime.c
430                 Fix bug #2431, "Major memory leak in PGP message handling".
431
432 2011-08-31 [colin]      3.7.10cvs13
433
434         * AUTHORS
435         * src/gtk/authors.h
436         * src/mainwindow.c
437         * src/messageview.c
438         * src/gtk/authors.h
439                 Apply Steve Rader's patch from bug #2388, "Add 
440                 message view scrolling menu items"
441
442 2011-08-30 [colin]      3.7.10cvs12
443
444         * src/gtk/prefswindow.c
445                 Fix layout issues (i.e. on SSL page if changing account
446                 type prior to visiting it).
447
448 2011-08-30 [colin]      3.7.10cvs11
449
450         * configure.ac
451         * src/common/ssl.c
452                 Don't use deprecated functions for GnuTLS priorities.
453                 Require GnuTLS 2.2 that is the first version with the
454                 new function.
455
456 2011-08-30 [colin]      3.7.10cvs10
457
458         * src/common/socket.c
459         * src/common/ssl.c
460                 Long-term fix for bug #2402, "GnuTLS change breaks socket
461                 communication", as per http://savannah.gnu.org/support/?107660
462
463 2011-08-30 [colin]      3.7.10cvs9
464
465         * src/etpan/imap-thread.c
466         * src/etpan/nntp-thread.c
467                 Remove dead openSSL code
468
469 2011-08-30 [colin]      3.7.10cvs8
470
471         * src/ssl_manager.c
472         * src/common/ssl.c
473         * src/common/ssl_certificate.c
474         * src/common/ssl_certificate.h
475         * src/etpan/imap-thread.c
476         * src/etpan/nntp-thread.c
477                 Fix bug #2127, "SSL cert check uses canonical name instead of
478                 specified name"
479
480 2011-08-29 [colin]      3.7.10cvs7
481
482         * src/prefs_account.c
483                 Fix X-Mailer option not appearing on IMAP
484
485 2011-08-29 [colin]      3.7.10cvs6
486
487         * src/plugins/pgpcore/Makefile.am
488         * src/plugins/pgpinline/Makefile.am
489         * src/plugins/pgpmime/Makefile.am
490         * src/plugins/smime/Makefile.am
491                 Windows build fix:
492                 libtool: link: require no space between `-L' and `.'
493
494 2011-08-29 [colin]      3.7.10cvs5
495
496         * src/account.c
497         * src/compose.c
498         * src/prefs_account.c
499         * src/prefs_account.h
500                 Revert cvs4 which is rather illogical and instead
501                 use Fabian's patch from bug #2471
502
503 2011-08-29 [colin]      3.7.10cvs4
504
505         * src/compose.c
506                 Don't insert custom headers that have empty values.
507                 Allows not inserting X-Mailer if it's set to nothing.
508                 Fixes bug #2471, "Make setting an X-Mailer header optional".
509
510 2011-08-29 [colin]      3.7.10cvs3
511
512         * src/image_viewer.c
513         * src/textview.c
514         * src/gtk/gtkutils.c
515         * src/gtk/gtkutils.h
516                 Handle EXIF orientation in images (both in textview's
517                 preview and image viewer)
518
519 2011-08-28 [paul]       3.7.10cvs2
520
521         * src/prefs_common.c
522         * src/prefs_common.h
523         * src/summaryview.c
524                 add new hidden option to control the display in the From
525                 column in the Message List: 0 (default): show name,
526                 1: show address, 2: show name + address
527
528 2011-08-27 [paul]       3.7.10cvs1
529
530         * po/POTFILES.in
531         * src/common/ssl_certificate.c
532         * src/etpan/imap-thread.c
533         * src/etpan/nntp-thread.c
534                 offer up some missing log_error() strings to translators
535
536 2011-08-27 [paul]       3.7.10
537         * NEWS
538         * README
539         * RELEASE_NOTES 
540                 3.7.10 unleashed!               
541
542 2011-08-27 [paul]       3.7.9cvs52
543
544         * po/cs.po
545         * po/fr.po
546         * po/hu.po
547         * po/lt.po
548         * po/pt_BR.po
549         * po/sk.po
550                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
551                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
552
553 2011-08-27 [mones]      3.7.9cvs51
554
555         * claws-mail.desktop
556                 Include generic name and comment translations
557                 Thanks to all the people on the translators ML!
558
559 2011-08-23 [paul]       3.7.9cvs50
560
561         * src/common/ssl.c
562                 probable/possible fix/workaround for bug 2402,
563                 'can't download message from pop3 server'
564
565 2011-08-18 [paul]       3.7.9cvs49
566
567         * manual/handling.xml
568                 fix typos. thanks to vilpan
569
570 2011-08-17 [paul]       3.7.9cvs48
571
572         * tools/claws.i18n.status.pl
573                 add Mindaugas Baranauskas (Lithuanian)
574
575 2011-08-14 [mir]        3.7.9cvs47
576
577         * src/news.c
578         * src/etpan/nntp-thread.c
579                 Fix bug 2418. Patch provided by Sébastien Bigaret with
580                 some minor contribution by me.
581
582 2011-08-13 [mir]        3.7.9cvs46
583
584         * src/etpan/nntp-thread.c
585                 Fix bug when NNTP server sends authentication warning
586                 as part of the connection session. Privously etpan would
587                 bail out for any return code other than NEWSNNTP_NO_ERROR
588                 but as early as the connection session a return code like
589                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
590                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
591                 be considered as an error.
592
593 2011-08-12 [paul]       3.7.9cvs45
594
595         * src/mimeview.c
596                 3.7.9cvs43 mistakenly dropped off the info
597                 about the mime part from the tooltip
598
599 2011-08-12 [wwp]        3.7.9cvs44
600
601         * src/gtk/quicksearch.c
602          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
603
604 2011-08-09 [paul]       3.7.9cvs43
605
606         * src/mimeview.c
607                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
608
609 2011-08-06 [paul]       3.7.9cvs42
610
611         * src/compose.c
612                 fix cursor placement in Forward template
613
614 2011-08-06 [paul]       3.7.9cvs41
615
616         * src/gtk/description_window.c
617                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
618
619 2011-08-05 [holger]     3.7.9cvs40
620
621         * claws-mail.desktop
622                 Revert 3.7.9cvs35 for now, it may be problematic
623                 (see bug #2450)
624
625 2011-08-05 [paul]       3.7.9cvs39
626
627         * src/mainwindow.c
628         * src/messageview.c
629                 use 'Collapse quotes' rather than 'Fold quotes' on
630                 labels, for consistency
631         * src/toolbar.c
632                 use 'Receive mail from account' rather than 'on account'
633
634 2011-07-30 [mir]        3.7.9cvs38
635
636         * src/etpan/Makefile.am
637         * src/plugins/pgpcore/Makefile.am
638         * src/plugins/pgpmime/Makefile.am
639         * src/plugins/smime/Makefile.am
640                 Fix broken build on Debian Sid. enchant.h cannot be
641                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
642                 present in Makefile.am. Apparently enchant.h in older
643                 versions were placed in /usr/include which is always
644                 scanned be default.
645
646 2011-07-21 [mones]      3.7.9cvs37
647
648         * src/common/plugin.c
649         * src/common/plugin.h
650                 Make licences allowed for plugins more explicit and also
651                 accept dual (or more) licences when properly formatted.
652                 Doesn't require any change on current plugins.
653
654 2011-07-18 [mones]      3.7.9cvs36
655
656         * manual/advanced.xml
657                 Document briefly tags feature.
658         * manual/glossary.xml
659                 Fix definition to avoid confussion with tags.
660         * manual/es/advanced.xml
661         * manual/es/glossary.xml
662                 Synchronize Spanish translation with the above.
663
664 2011-07-07 [holger]     3.7.9cvs35
665
666         * claws-mail.desktop
667                 Add indicator stuff to the desktop file
668                 Taken from bug #2450
669
670 2011-07-06 [paul]       3.7.9cvs34
671
672         * src/edittags.c
673                 fix English usage
674
675 2011-07-06 [mones]      3.7.9cvs33
676
677         * src/edittags.c
678                 Do not create an empty tag name row in panel and
679                 warn user about using a non-reserved tag instead
680
681 2011-07-05 [mones]      3.7.9cvs32
682
683         * src/imap.c
684         * src/common/tags.c
685         * src/common/tags.h
686         * src/etpan/imap-thread.c
687                 Make constants for reserved tags and use them
688                 Removed also duplicate comparison while at it
689
690 2011-07-05 [paul]       3.7.9cvs31
691
692         * src/compose.c
693                 when using a Compose template, only place the cursor
694                 in the body when the cursor symbol, %cursor (%X), is used
695
696 2011-07-03 [paul]       3.7.9cvs30
697
698         * src/main.c
699                 do main_window_popup(mainwin); on plugin load error, or
700                 else the warning dialogue and mainwindow stays minimised
701                 and hidden
702
703 2011-07-03 [paul]       3.7.9cvs29
704
705         * src/wizard.c
706                 fix bug 2462, 'Building without GnuTLS support leads to a
707                 failure in wizard.c'
708
709 2011-07-03 [paul]       3.7.9cvs28
710
711         * src/mainwindow.c
712         * src/mainwindow.h
713         * src/summaryview.c
714                 fix bug #2461, 'popup menu in message list displays
715                 'move to trash' and 'delete''.
716                 Add a new sensitivity condition 'M_NOT_TRASH' and
717                 remove the broken workaround for right-click in summaryview.c.
718                 Fix broken main menu sensitivity for "Menu/Message/Move" in
719                 News folder.
720
721 2011-06-21 [paul]       3.7.9cvs27
722
723         * src/mainwindow.c
724                 revert 3.7.9cvs2, it does no good
725
726 2011-06-18 [mir]        3.7.9cvs26
727
728         * configure.ac
729                 Fix autoconf warnings introduced in autoconf >= 2.64
730
731 2011-06-05 [paul]       3.7.9cvs25
732
733         * po/ca.po
734         * po/cs.po
735         * po/de.po
736         * po/it.po
737         * po/ja.po
738         * po/pt_PT.po
739         * po/sk.po
740         * po/uk.po
741                 fix strings where an informational message has been
742                 wrongly entered into the translated string
743         * src/toolbar.c
744                 enable 'Trash' and 'Sender' to be translated based on
745                 the context, e.g. as button text and as mail header
746         * src/gtk/about.c
747                 fix english in Info tab
748
749 2011-05-25 [colin]      3.7.9cvs24
750
751         * src/action.c
752                 Fix bug #2439, "use bitwise operator for bitmask instead of
753                 logical operator". Thanks to Nicolas Kaiser for the patch.
754
755 2011-05-18 [colin]      3.7.9cvs23
756
757         * src/news.c
758                 Fix missing group selection before xover if the
759                 connection was reset before.
760
761 2011-05-12 [colin]      3.7.9cvs22
762
763         * src/common/utils.c
764                 Fix bug #2412, "Send account mail address in Message-ID
765                 wrongly implemented". Patch by Fabian Keil.
766
767 2011-05-12 [mones]      3.7.9cvs21
768
769         * src/etpan/nntp-thread.c
770                 Fix bug #2418 "NNTP authentication is broken"
771
772 2011-05-09 [pawel]      3.7.9cvs20
773
774         * src/mainwindow.c
775         * src/prefs_folder_item.c
776                 Small UI fixes
777
778 2011-05-05 [colin]      3.7.9cvs19
779
780         * src/imap.c
781         * src/inc.c
782         * src/news.c
783         * src/send_message.c
784                 Fix bug #2184, "Add account name information inside network log".
785                 Initial patch by MSulchan Darmawan, expanded to other protocols.
786                 This stuff is too much copy-pasted.
787
788
789 2011-04-30 [colin]      3.7.9cvs18
790
791         * src/main.c
792                 Fix bug #2414, 'Claws segfaults on startup with
793                 notification plugin enabled". Thanks Christian
794                 Faulhammer for the patch.
795
796 2011-04-27 [colin]      3.7.9cvs17
797
798         * src/codeconv.c
799                 Make Windows' encoding CP1251 for ru_RU locale
800                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
801
802 2011-04-24 [paul]       3.7.9cvs16
803
804         * manual/claws-mail-manual.xml
805         * manual/de/claws-mail-manual.xml
806         * manual/es/claws-mail-manual.xml
807         * manual/fr/claws-mail-manual.xml
808         * manual/it/claws-mail-manual.xml
809                 update copyright year
810
811 2011-04-24 [paul]       3.7.9cvs15
812
813         * src/summaryview.c
814                 fix bug #2353, 'Right-clicking on spam in order to delete
815                 it causes it to show in message window'
816
817 2011-04-24 [paul]       3.7.9cvs14
818
819         * src/mainwindow.c
820         * src/gtk/foldersort.c
821         * src/gtk/foldersort.h
822                 fix labelling, 'change folder order' to 'change mailbox order'
823
824 2011-04-23 [paul]       3.7.9cvs13
825
826         * configure.ac
827                 fix bug #2409, 'Failed to compile under GCC 3.x : option
828                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
829                 committed in 3.7.8cvs19 
830
831 2011-04-11 [paul]       3.7.9cvs12
832
833         * src/plugins/trayicon/trayicon.c
834                 fix build bug: gtk_status_icon_set_title() is available
835                 since gtk 2.18.x not 2.14.x
836
837 2011-04-11 [paul]       3.7.9cvs11
838
839         * po/hu.po
840                 updated by Páder RezsÅ‘
841
842 2011-04-10 [colin]      3.7.9cvs10
843
844         * src/addr_compl.c
845         * src/addressbook.c
846         * src/compose.c
847         * src/editaddress.c
848         * src/editaddress_other_attributes_ldap.c
849         * src/main.c
850         * src/message_search.c
851         * src/prefs_display_header.c
852         * src/prefs_filtering_action.c
853         * src/prefs_matcher.c
854         * src/prefs_other.c
855         * src/prefs_toolbar.c
856         * src/summary_search.c
857         * src/gtk/colorlabel.c
858         * src/gtk/combobox.c
859         * src/gtk/gtkcmoptionmenu.c
860         * src/gtk/gtkshruler.c
861         * src/gtk/gtkshruler.h
862         * src/gtk/gtkutils.h
863         * src/gtk/inputdialog.c
864         * src/gtk/quicksearch.c
865                 Revert the whole pile of crap introduced in
866                 cvs9,8,7,4.
867
868 2011-04-10 [colin]      3.7.9cvs9
869
870         * src/compose.c
871         * src/editaddress.c
872         * src/editaddress_other_attributes_ldap.c
873         * src/main.c
874         * src/message_search.c
875         * src/prefs_display_header.c
876         * src/prefs_matcher.c
877         * src/prefs_toolbar.c
878         * src/summary_search.c
879         * src/gtk/combobox.c
880         * src/gtk/gtkutils.h
881         * src/gtk/inputdialog.c
882         * src/gtk/quicksearch.c
883                 Finish fun with combo boxes. (hopefully)
884
885 2011-04-10 [colin]      3.7.9cvs8
886
887         * src/compose.c
888         * src/prefs_filtering_action.c
889         * src/gtk/combobox.c
890         * src/gtk/gtkshruler.c
891         * src/gtk/gtkshruler.h
892                 More undeprecation. GTKSHRuler is #if'ed out. We can
893                 still decide to maintain the old GtkRuler widget in-tree
894                 if the lack of ruler in Compose window is too
895                 annoying.
896
897 2011-04-10 [colin]      3.7.9cvs7
898
899         * src/addr_compl.c
900         * src/addressbook.c
901         * src/compose.c
902         * src/editaddress_other_attributes_ldap.c
903         * src/message_search.c
904         * src/prefs_display_header.c
905         * src/prefs_filtering_action.c
906         * src/prefs_other.c
907         * src/prefs_toolbar.c
908         * src/summary_search.c
909         * src/gtk/colorlabel.c
910         * src/gtk/combobox.c
911         * src/gtk/gtkcmoptionmenu.c
912         * src/gtk/gtkutils.h
913                 More comboboxtext undeprecation
914
915 2011-04-10 [colin]      3.7.9cvs6
916
917         * src/messageview.c
918                 Fix it better.
919
920 2011-04-10 [colin]      3.7.9cvs5
921
922         * src/messageview.c
923                 Fix age-old typo.
924
925 2011-04-10 [colin]      3.7.9cvs4
926
927         * src/compose.c
928         * src/editaddress_other_attributes_ldap.c
929         * src/message_search.c
930         * src/prefs_display_header.c
931         * src/prefs_filtering_action.c
932         * src/prefs_other.c
933         * src/prefs_toolbar.c
934         * src/summary_search.c
935         * src/gtk/combobox.c
936         * src/gtk/gtkutils.h
937                 gtk_combo_box_*_text() is deprecated, and
938                 gtk_combo_box_text_*() is the new hotness.
939
940 2011-04-10 [colin]      3.7.9cvs3
941
942         * src/addr_compl.c
943         * src/addressbook.c
944         * src/browseldap.c
945         * src/compose.c
946         * src/folder.c
947         * src/folderview.c
948         * src/gtk/gtkvscrollbutton.c
949         * src/gtk/gtkvscrollbutton.h
950                 s/GtkFunction/GSourceFunc
951
952 2011-04-10 [colin]      3.7.9cvs2
953
954         * src/mainwindow.c
955                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
956                 This is the patch from bug #2396, it should be innocuous even
957                 if that's useless to do deiconify + present window...
958
959 2011-04-09 [paul]       3.7.9cvs1
960
961         * src/prefs_summaries.c
962                 fix typo in string. (thanks, Brad!)
963
964 2011-04-09 [paul]       3.7.9
965         * NEWS
966         * README
967         * RELEASE_NOTES 
968                 3.7.9 unleashed!        
969
970 2011-04-09 [paul]       3.7.8cvs78
971
972         * po/cs.po
973         * po/es.po
974         * po/fi.po
975         * po/fr.po
976         * po/lt.po
977         * po/pt_BR.po
978         * po/sk.po
979         * po/uk.po
980                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
981                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
982                 Slavko, and Yarema
983
984 2011-04-09 [colin]      3.7.8cvs77
985
986         * src/gtk/filesel.c
987                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
988                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
989                 encoding filename. Hooray for stupid.
990
991 2011-04-08 [colin]      3.7.8cvs76
992
993         * src/action.c
994                 Fix action Stop: if child does not react to SIGTERM, it'll
995                 probably start behaving when it'll get a SIGKILL on the user's
996                 second press on Stop.
997                 Fixes bug #2237, "User action makes Claws unresponsive".
998
999 2011-04-08 [colin]      3.7.8cvs75
1000
1001         * src/account.c
1002         * src/folder.c
1003         * src/folder.h
1004         * src/folder_item_prefs.c
1005         * src/folder_item_prefs.h
1006         * src/prefs_account.c
1007                 Fix bug #2382, "folderitemrc not updated when account
1008                 name is changed". Indeed, this wasn't done.
1009
1010 2011-04-08 [wwp]        3.7.8cvs74
1011
1012         * src/procmime.c
1013         Add support for quoted values (*="value").
1014         This commonly fixes a trailing quote appearing to filenames
1015         sent by iphone Mail (not sure if it's culprit at all, though).
1016
1017 2011-04-08 [colin]      3.7.8cvs73
1018
1019         * src/gtk/filesel.c
1020                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
1021                 caused by attachments with extended chars in the file name". Patch
1022                 derived from a patch bt Fabien Keil
1023
1024 2011-04-05 [wwp]        3.7.8cvs72
1025
1026         * src/compose.c
1027                 A debug string not to translate.
1028
1029 2011-04-03 [colin]      3.7.8cvs71
1030
1031         * src/common/utils.h
1032                 Fix bug #2394, "backtrace() crashes on FreeBSD"
1033                 That's not the first bug-report where internal
1034                 debug-only backtrace() crashes on FreeBSD.
1035
1036 2011-04-03 [colin]      3.7.8cvs70
1037
1038         * src/compose.c
1039                 Fix bug #2365 again, "Crash when auto-scrolling headers in
1040                 compose window".
1041                 Batch-mode compose windows (from filtering actions) shouldn't
1042                 try to access stuff after flushing events...
1043
1044 2011-03-31 [paul]       3.7.8cvs69
1045
1046         * INSTALL
1047                 update as gtk >= 2.10 now required
1048                 (because I'll never remember to do this later)
1049
1050 2011-03-26 [paul]       3.7.8cvs68
1051
1052         * src/messageview.c
1053                 fix separators in Go To menu
1054
1055 2011-03-20 [colin]      3.7.8cvs67
1056
1057         * configure.ac
1058                 Drop the *_DISABLE_DEPRECATED. We'll put them back
1059                 when we'll have time to handle them
1060
1061 2011-03-18 [paul]       3.7.8cvs66
1062
1063         * src/textview.c
1064                 make user-facing message more accurate -
1065                 'Network Log' not 'View Log'
1066
1067 2011-03-17 [wwp]        3.7.8cvs65
1068
1069         * po/fr.po
1070                 Fix a typo around plural form, as reported by
1071                 Yannick Palanque.
1072
1073 2011-03-15 [colin]      3.7.8cvs64
1074
1075         * AUTHORS
1076         * src/gtk/authors.h
1077         * src/main.c
1078                 Fix bug #2381, "Support for NetworkManager 0.9".
1079                 Patch by Mikhail Efremov
1080
1081 2011-03-04 [colin]      3.7.8cvs63
1082
1083         * src/mimeview.c
1084         * src/mimeview.h
1085                 Fix segfault on Windows
1086         * src/exporthtml.c
1087         * src/common/utils.c
1088         * src/common/w32_unistd.c
1089         * src/common/w32lib.h
1090                 Rationalize use of time_r() funcs (pthread do define them)
1091
1092 2011-03-02 [pawel]      3.7.8cvs62
1093
1094         * src/wizard.c
1095                 Re-implement widgets aligning, switch from GtkSizeGroup
1096                 to GtkTable - this should fix disappearing labels
1097
1098 2011-03-01 [pawel]      3.7.8cvs61
1099
1100         * src/wizard.c
1101                 Wizard GUI cleanups. Make it look and behave more
1102                 like account preferences.
1103
1104 2011-02-23 [colin]      3.7.8cvs60
1105
1106         * src/common/Makefile.am
1107                 Fix make dist
1108
1109 2011-02-23 [colin]      3.7.8cvs59
1110
1111         * src/Makefile.am
1112         * src/main.c
1113         * src/common/Makefile.am
1114         * src/common/plugin.c
1115         * src/common/valgrind.h
1116                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1117                 Use valgrind's own header.
1118
1119 2011-02-22 [colin]      3.7.8cvs58
1120
1121         * src/prefs_account.c
1122                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1123                 signed message" upon new installation. This is disturbing when PGP
1124                 plugins are loaded by default.
1125
1126 2011-02-16 [paul]       3.7.8cvs57
1127
1128         * src/*
1129                 update copyright headers throughout
1130
1131 2011-02-16 [paul]       3.7.8cvs56
1132
1133         * src/summaryview.c
1134                 use gettext plural form for "item selected"/"items selected"
1135
1136 2011-02-13 [colin]      3.7.8cvs55
1137
1138         * src/mimeview.c
1139         * src/mimeview.h
1140                 Fix bug #2361, "Claws crashes after PGP Check in separate
1141                 msg view". Don't let the cancel thread lie around after
1142                 the verification ended.
1143
1144 2011-02-13 [paul]       3.7.8cvs54
1145
1146         * po/lt.po
1147                 updated by Mindaugas Baranauskas
1148
1149 2011-02-11 [mones]      3.7.8cvs53
1150
1151         * manual/es/advanced.xml
1152                 Sync with English manual
1153         * src/imap.c
1154                 Fix remaining mismatched alloc/free from cppcheck
1155
1156 2011-02-10 [pawel]      3.7.8cvs52
1157
1158         * src/ldapupdate.c
1159                 Fix memleaks
1160
1161 2011-02-10 [pawel]      3.7.8cvs51
1162
1163         * src/prefs_toolbar.c
1164                 - set menus sensitivity in item type combo depending on
1165                   availability of actions / plugin hooks
1166                 - style fixes, spaces instead of tabs mostly
1167
1168 2011-02-10 [paul]       3.7.8cvs50
1169
1170         * src/prefs_account.c
1171                 move the 'send acc mail addr in msg-id" option to
1172                 the send page
1173
1174 2011-02-10 [paul]       3.7.8cvs49
1175
1176         * src/prefs_account.c
1177                 move the 'expunge immediately' option to a more
1178                 suitable page
1179
1180 2011-02-05 [pawel]      3.7.8cvs48
1181
1182         * manual/advanced.xml
1183                 Document new hidden pref
1184         * src/folder.c
1185                 Dont treat mimeparts referenced by others as
1186                 real attachments
1187         * src/mimeview.c
1188         * src/prefs_common.c
1189         * src/prefs_common.h
1190                 Add ability to hide inline attachments referenced
1191                 by other mimeparts in MimeView. To enable this
1192                 feature set show_inline_attachments=0 in your clawsrc
1193
1194 2011-01-25 [colin]      3.7.8cvs47
1195
1196         * src/matcher.c
1197                 Fix matcher body parsing: decode mails with our
1198                 MIME parser. This speeds up body search a bit as
1199                 binary attachments are not searched anymore, slows
1200                 down a bit full message searches, but not awfully.
1201         * src/summary_search.c
1202                 Use matcher API to search, in all cases (advanced search or
1203                 not). Also, fix little logic bugs related to combos history
1204         * src/common/utils.c
1205         * src/common/utils.h
1206         * src/procmime.c
1207         * src/procmime.h
1208                 Remove dead code, export functions needed by matcher.c
1209
1210 2011-01-25 [colin]      3.7.8cvs46
1211
1212         * src/compose.c
1213         * src/prefs_common.c
1214         * src/common/md5.c
1215         * src/common/ssl_certificate.c
1216                 Fix mismatched alloc/free (thanks to cppcheck)
1217
1218 2011-01-25 [colin]      3.7.8cvs45
1219
1220         * src/pop.c
1221                 Fix leak on error path
1222
1223 2011-01-23 [mones]      3.7.8cvs44
1224
1225         * manual/es/advanced.xml
1226                 Sync with English manual
1227
1228 2011-01-23 [paul]       3.7.8cvs43
1229
1230         * src/gtk/about.c
1231                 it's 2011, update copyright line
1232
1233 2011-01-23 [paul]       3.7.8cvs42
1234
1235         * manual/advanced.xml
1236         * src/prefs_common.c
1237         * src/prefs_common.h
1238         * src/textview.c
1239                 fix bug #2350, 'Make displaying localized date/time in
1240                 message view optional'.
1241                 This introduces a new hidden option (why do more?),
1242                 'msgview_date_format', which defaults to OFF, maintaining
1243                 the current and expected behaviour.
1244
1245 2011-01-21 [colin]      3.7.8cvs41
1246
1247         * src/procmime.c
1248                 Fix bug #2050, Clawsmail sends return receipt every seconds
1249                 We forgot to close the file when parsing 
1250                 disposition-notification fields, which made unlinking of the
1251                 corresponding emails in tempfolder/processing impossible in
1252                 Windows. Causing them to be re-fetched every time.
1253
1254 2011-01-21 [colin]      3.7.8cvs40
1255
1256         * claws-mail.desktop
1257                 Fix again bug #2346: We should have a %u parameter.
1258
1259 2011-01-21 [colin]      3.7.8cvs39
1260
1261         * src/plugins/spamassassin/spamassassin.c
1262                 Fix sa-learn when offline (its command line parsing is
1263                 space-dependant). Patch by Wolfgang Lorenz
1264
1265 2011-01-19 [pawel]      3.7.8cvs38
1266
1267         * claws-mail.desktop
1268                 Fix Bug 2346 'Please register x-handler-scheme
1269                  in .desktop file' patch by Laurent Bigonville
1270                 While I'm here update things to current
1271                 standards, fix desktop-file-validate warnings/errors
1272
1273 2011-01-18 [colin]      3.7.8cvs37
1274
1275         * src/common/smtp.c
1276                 Fix logic on SMTP AUTH: If the selected method isn't
1277                 available, say so instead of supposing it'll work.
1278                 Fixes bug #2039, 'SMTP AUTHENTICATION'
1279
1280 2011-01-15 [pawel]      3.7.8cvs36
1281
1282         * src/prefs_folder_item.c
1283                 Rework subject regexp simplify gui a bit, this give us better
1284                 options page layout (window with min width was too short to 
1285                 show all contents and thigs were unwieldy) and better preview
1286                 of regexp working/not working
1287
1288 2011-01-14 [pawel]      3.7.8cvs35
1289
1290         * src/textview.c
1291                 strncpy2() NULLify strings just fine, no need to be
1292                 extra "clever"
1293
1294 2011-01-14 [pawel]      3.7.8cvs34
1295
1296         * src/textview.c
1297                 Fix Bug #2165 'The date not localized in the message view'
1298                 Display Date header in messageview in the same way as in
1299                 summaryview by respecting date format set in preferences.
1300
1301 2011-01-06 [pawel]      3.7.8cvs33
1302
1303         * src/prefs_account.c
1304         * src/prefs_folder_item.c
1305         * src/prefs_quote.c
1306         * src/quote_fmt.c
1307                 Make quote templates widgets more compact
1308
1309 2011-01-06 [pawel]      3.7.8cvs32
1310
1311         * src/plugins/trayicon/trayicon.c
1312                 - fix logic bug which caused icon to be
1313                   always set no-mail status on plugin load
1314                 - force icon hide on plugin_done(), without
1315                   it empty space(?!) is left in tray under KDE3 and KDE4
1316
1317 2011-01-06 [colin]      3.7.8cvs31
1318
1319         * src/addrharvest.c
1320         * src/codeconv.c
1321         * src/codeconv.h
1322         * src/compose.c
1323         * src/news.c
1324         * src/procheader.c
1325         * src/procmime.c
1326         * src/unmime.c
1327         * src/unmime.h
1328                 Unmime headers differently whether they're addresses or not:
1329                 It's useless to quote things containing commas if it's in
1330                 subject, for example. (introduced in 3.7.8cvs26)
1331
1332 2011-01-06 [colin]      3.7.8cvs30
1333
1334         * src/gtk/gtkaspell.c
1335                 Complete previous patch
1336         * src/messageview.c
1337         * src/plugins/pgpinline/pgpinline.c
1338                 Coding style
1339
1340 2011-01-06 [paul]       3.7.8cvs29
1341
1342         * AUTHORS
1343         * configure.ac
1344         * po/lt.po
1345         * src/gtk/authors.h
1346                 add Lithuanian translation (approx. 65% complete)
1347                 submitted by Mindaugas Baranauskas
1348
1349 2011-01-06 [pawel]      3.7.8cvs28
1350
1351         * src/export.c
1352         * src/import.c
1353         * src/messageview.c
1354         * src/prefs_actions.c
1355         * src/procmime.c
1356         * src/gtk/gtkaspell.c
1357         * src/plugins/pgpinline/pgpinline.c
1358         * src/plugins/pgpmime/pgpmime.c
1359         * src/plugins/smime/smime.c
1360                 Fix memory/file descriptors leaks
1361
1362 2011-01-06 [paul]       3.7.8cvs27
1363
1364         * src/plugins/pgpcore/sgpgme.c
1365                 fix bug #2322, 'GPG Full info: showing subkey
1366                 ID instead of primary key fingerprint'
1367                 Patch by Sébastien Bigaret.
1368
1369 2011-01-03 [colin]      3.7.8cvs26
1370
1371         * src/unmime.c
1372                 Better quote-checking when unmim-ing headers
1373                 that may have comas.
1374
1375 2011-01-03 [colin]      3.7.8cvs25
1376
1377         * src/unmime.c
1378                 Fix bug #2299, "Incorrect handling of quoted printable coma
1379                 in headers". As this is really painful to fix by switching
1380                 the whole stuff to a list of headers tokens, we workaround
1381                 the problem by adding quotes around the encoded-word (making
1382                 it a quoted-string which continuity is already handled).
1383
1384 2011-01-03 [colin]      3.7.8cvs24
1385
1386         * src/procheader.c
1387                 Remove dead code
1388
1389 2010-12-23 [colin]      3.7.8cvs23
1390
1391         * src/compose.c
1392                 Finish fixing bug #2203: When forwarding (inline) and there
1393                 are some text/* parts with no name, set them a name and
1394                 set their disposition to attachment, so that recipients with
1395                 MUAs preferring HTML parts don't show them by default.
1396
1397 2010-12-22 [paul]       3.7.8cvs22
1398
1399         * src/compose.h
1400                 fix missing file in 3.7.8cvs20
1401
1402 2010-12-22 [colin]      3.7.8cvs21
1403
1404         * src/folderview.c
1405         * src/folderview.h
1406                 Implement a nicer scroll when drag and dropping
1407
1408 2010-12-22 [colin]      3.7.8cvs20
1409
1410         * src/compose.c
1411                 Store charset if available when attaching text/* parts
1412                 Fixes bug #2203, 'Problems in forwarding multipart/
1413                 alternative messages with HTML part'
1414
1415 2010-12-22 [colin]      3.7.8cvs19
1416
1417         * src/textview.c
1418                 Fix wrong free
1419
1420 2010-12-21 [colin]      3.7.8cvs18
1421
1422         * src/inc.c
1423         * src/send_message.c
1424         * src/common/session.c
1425         * src/common/session.h
1426                 Differentiate between running sessions and connected
1427                 sessions. Fixes bug #2332, "Crash when hitting cancel
1428                 on the SMTP status window"
1429
1430 2010-12-21 [colin]      3.7.8cvs17
1431
1432         * src/etpan/etpan-thread-manager.c
1433                 Dead code removal
1434
1435 2010-12-21 [colin]      3.7.8cvs16
1436
1437         * src/textview.c
1438                 Check whether we should continue loading the
1439                 current textview after inserting a possibly
1440                 big image.
1441
1442 2010-12-20 [colin]      3.7.8cvs15
1443
1444         * src/addrcindex.c
1445         * src/addrcindex.h
1446                 Removed. Dead code since ages!
1447         * src/addr_compl.c
1448         * src/gtk/gtkcmclist.c
1449         * src/gtk/gtkcmctree.c
1450         * src/gtk/gtksctree.c
1451                 undefine *_DISABLE_DEPRECATED in the files that
1452                 use deprecated interfaces. Implicit declarations
1453                 can lead to crashes as prototypes are unknown, as
1454                 evidenced by bug #2315.
1455
1456 2010-12-20 [colin]      3.7.8cvs14
1457
1458         * src/compose.c
1459                 Don't flush events when adding an header entry. This
1460                 can mess up the keypresses in the previous header.
1461                 Instead, make the scroll happen later (doing it on the
1462                 spot without flushing events doesn't work as the new
1463                 requisitions aren't set yet).
1464
1465 2010-12-20 [colin]      3.7.8cvs13
1466
1467         * src/mainwindow.c
1468                 Don't iconify at start on w32. This un-iconifies in the
1469                 background.
1470
1471 2010-12-20 [colin]      3.7.8cvs12
1472
1473         * src/common/base64.c
1474                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1475                 Patch by pochini at shiny.it
1476
1477 2010-12-19 [colin]      3.7.8cvs11
1478
1479         * src/ldapserver.c
1480                 Better debug.
1481
1482 2010-12-18 [colin]      3.7.8cvs10
1483
1484         * src/compose.c
1485                 Fix bug #2148, "Attachment content-transfer-encoding 
1486                 incorrectly set when signing emails". The RFC 2045
1487                 states that message/* and multipart/* encoding must
1488                 be either 7-bit, 8-bit or binary.
1489
1490 2010-12-18 [mones]      3.7.8cvs9
1491
1492         * src/ldaputil.c
1493                 Fix crash when searching or adding a LDAP server
1494
1495 2010-12-17 [colin]      3.7.8cvs8
1496
1497         * configure.ac
1498         * src/editldap.c
1499         * src/ldapquery.c
1500         * src/ldapserver.c
1501         * src/ldapupdate.c
1502         * src/ldaputil.c
1503         * src/ldaputil.h
1504                 Better error logging. Disable LDAP SSL/TLS on
1505                 Windows, it's crashy/non-worky.
1506
1507 2010-12-17 [colin]      3.7.8cvs7
1508
1509         * src/folder.c
1510                 Fix bug #2325, "messages remains in folder cache after moving
1511                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1512
1513 2010-12-17 [colin]      3.7.8cvs6
1514
1515         * src/addressadd.c
1516         * src/addressbook.c
1517         * src/addrindex.c
1518         * src/ldapquery.c
1519         * src/ldapquery.h
1520         * src/ldapserver.c
1521         * src/ldapserver.h
1522         * src/ldapupdate.c
1523         * src/ldaputil.c
1524         * src/ldaputil.h
1525                 Windows build fixes (w32 LDAP completely untested!)
1526
1527 2010-12-16 [colin]      3.7.8cvs5
1528
1529         * src/addrindex.c
1530         * src/editldap.c
1531         * src/ldapctrl.c
1532         * src/ldapquery.c
1533         * src/ldapserver.c
1534         * src/ldapserver.h
1535         * src/ldapupdate.c
1536         * src/ldaputil.c
1537                 Try to rationalize a bit LDAP connections
1538
1539 2010-12-16 [colin]      3.7.8cvs4
1540
1541         * src/prefs_spelling.c
1542         * src/common/defs.h
1543                 Add a button to get dictionaries (win32)
1544
1545 2010-12-16 [colin]      3.7.8cvs3
1546
1547         * src/prefs_matcher.c
1548                 Fix bug #2279, "crash when clicking 'define' in filter
1549                 configuring". Thanks to Theodor Ciobanu for the hint at
1550                 the problem.
1551
1552 2010-12-14 [colin]      3.7.8cvs2
1553
1554         * src/gtk/gtkaspell.c
1555                 Add missing guard for sys/wait.h
1556
1557 2010-12-05 [colin]      3.7.8cvs1
1558
1559         * tools/make.themes.project
1560                 Seems wget has changed naming of targets downloaded.
1561                 Fix it by always providing our own name.
1562                 [Pushing mones' patch again after messing with CVSROOT]
1563
1564 2010-12-04 [paul]       3.7.8
1565         * NEWS
1566         * README
1567         * RELEASE_NOTES 
1568                 3.7.8 unleashed!
1569
1570 2010-12-03 [paul]       3.7.7cvs11
1571
1572         * configure.ac
1573         * manual/xml2pdf ** REMOVED **
1574         * manual/dist/pdf/Makefile.am
1575         * manual/es/dist/pdf/Makefile.am
1576         * manual/fr/dist/pdf/Makefile.am
1577         * manual/pl/dist/pdf/Makefile.am
1578                 simplify check for tools needed for manual building,
1579                 remove xml2pdf and use docbook2pdf instead
1580
1581 2010-12-03 [mir]        3.7.7cvs10
1582
1583         * configure.ac
1584                 Fix bug so that configure option --disable-manual
1585                 actually disable building the manuals
1586
1587 2010-12-01 [pawel]      3.7.7cvs9
1588
1589         * src/crash.c
1590                 One more GTK+ 2.22 build fix
1591
1592 2010-11-30 [colin]      3.7.7cvs8
1593
1594         * src/action.c
1595                 Fix bug #2317, 'Action results in "Bad file descriptor"'
1596                 Introduced in 3.7.6cvs57. In fact the error has been there
1597                 since ages, and only new thing is the verification of the
1598                 various functions return code. Let the stuff work as it
1599                 does, as it seems to do the right thing since ages.
1600
1601 2010-11-28 [colin]      3.7.7cvs7
1602
1603         * src/gtk/quicksearch.c
1604                 Fix bug #2313, 'CLI quicksearch sometimes returns 
1605                 the same messages twice'. Patch by Sebastien Bigaret
1606
1607 2010-11-25 [paul]       3.7.7cvs6
1608
1609         * src/prefs_common.c
1610                 make "gtk_can_change_accels" FALSE by default.
1611                 fixes bug #2309, 'Shortcuts should not be modifiable
1612                 by default' (RFE)
1613
1614 2010-11-24 [mones]      3.7.7cvs5
1615
1616         * src/mainwindow.c
1617                 Add missing shortcuts for marking as spam and ham
1618                 Fixes Debian bug #599547
1619
1620 2010-11-22 [colin]      3.7.7cvs4
1621
1622         * src/compose.c
1623                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1624                 five patches were needed to fix a corner case
1625                 is a good indicator that is was bound to break
1626                 something.
1627
1628 2010-11-21 [colin]      3.7.7cvs3
1629
1630         * src/plugins/pgpcore/claws.def
1631                 Win32 build fix
1632
1633 2010-11-20 [wwp]        3.7.7cvs2
1634
1635         * src/main.c
1636           Fix either a typo or an irrelevant iff word there.
1637           IMO type and recursive possible values should be changed to
1638           smth simple and neat here, and help strings be really
1639           translatable.
1640
1641 2010-11-20 [colin]      3.7.7cvs1
1642
1643         * AUTHORS
1644                 Damn, forgot to commit this file twice.
1645
1646 2010-11-19 [paul]       3.7.7
1647         * NEWS
1648         * README
1649         * RELEASE_NOTES 
1650                 3.7.7 unleashed!
1651
1652 2010-11-19 [paul]       3.7.6cvs66
1653
1654         * po/ca.po
1655         * po/cs.po
1656         * po/de.po
1657         * po/es.po
1658         * po/fi.po
1659         * po/fr.po
1660         * po/hu.po
1661         * po/id.po
1662         * po/pt_BR.po
1663         * po/sk.po
1664         * po/uk.po
1665                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1666                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1667                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1668
1669 2010-11-17 [colin]      3.7.6cvs65
1670
1671         * src/common/utils.c
1672                 Separate email address from timestamp with a dot.
1673                 Fix coding style.
1674
1675 2010-11-17 [colin]      3.7.6cvs64
1676
1677         * src/common/utils.c
1678                 Fix multiple @ in generated message-ids.
1679                 That's not allowed in RFC 2822.
1680
1681 2010-11-16 [mones]      3.7.6cvs63
1682
1683         * manual/es/advanced.xml
1684                 Synchronise with English version
1685
1686 2010-11-04 [wwp]        3.7.6cvs62
1687
1688         * src/filtering.c
1689                 Fix bug 2293, "filtering: simplify expression", as simplifying
1690                 this expression doesn't make it less easy to understand and we
1691                 gain few cycles by making the logical expression more simple
1692                 by applying. Patch by Nicolas Kaiser.
1693
1694 2010-11-03 [colin]      3.7.6cvs61
1695
1696         * src/addrindex.c
1697                 Fix bug 2294, "addrindex.c: address index conversion always
1698                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1699
1700 2010-11-02 [wwp]        3.7.6cvs60
1701
1702         * src/action.c
1703         * src/statusbar.c
1704         * src/toolbar.c
1705                 Enlarge the progress bar (main window) a bit when compiling
1706                 for UMPCs like maemo: this solves truncated text that might
1707                 appear in the progress bar while processing messages.
1708                 Also use a more compact string format when displaying
1709                 progress like 'number/total', still for UMPCs, this fixes
1710                 a previous inconsistency with these format strings where
1711                 no space around the / were used sometimes.
1712
1713 2010-10-26 [ticho]      3.7.6cvs59
1714
1715         * src/news.c
1716                 Recreate NNTP session if server port setting has changed. Fixes
1717                 bug #2092.
1718
1719 2010-10-26 [colin]      3.7.6cvs58
1720
1721         * src/imap_gtk.c
1722         * src/mh_gtk.c
1723                 Fix copy-paste error, thanks to David Relson
1724                 for spotting it.
1725
1726 2010-10-18 [colin]      3.7.6cvs57
1727
1728         * src/action.c
1729         * src/addrharvest.c
1730         * src/alertpanel.c
1731         * src/filtering.c
1732         * src/jpilot.c
1733         * src/prefs_themes.c
1734         * src/procmime.c
1735         * src/textview.c
1736         * src/gtk/gtkutils.c
1737         * src/gtk/quicksearch.c
1738         * src/gtk/quicksearch.h
1739         * src/plugins/pgpcore/passphrase.c
1740         * src/plugins/spamassassin/libspamc.c
1741                 Fix warnings
1742
1743 2010-10-17 [colin]      3.7.6cvs56
1744
1745         * src/prefs_themes.c
1746         * src/gtk/gtkaspell.c
1747         * src/gtk/gtkutils.c
1748         * src/gtk/gtkutils.h
1749         * src/gtk/inputdialog.c
1750         * src/gtk/progressdialog.c
1751                 Undeprecate a few things
1752
1753 2010-10-17 [colin]      3.7.6cvs55
1754
1755         * src/main.c
1756         * src/gtk/authors.h
1757         * src/gtk/quicksearch.c
1758         * src/gtk/quicksearch.h
1759                 Add ability to search from the command-line.
1760                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1761                 Patch by Sebastien Bigarret.
1762
1763 2010-10-04 [mones]      3.7.6cvs54
1764
1765         * manual/dist/pdf/Makefile.am
1766                 Fix build of English PDF manual
1767                 (sh: Can't open ../../../xml2pdf)
1768
1769 2010-10-03 [colin]      3.7.6cvs53
1770
1771         * src/folder.c
1772         * src/folder.h
1773         * src/imap.c
1774         * src/mh.c
1775         * src/procmsg.c
1776                 Get rid of GRelation which were, mostly, used as
1777                 GHashTables. Probably fixes bug #2277, 'Segfault when
1778                 loading inbox for the first time'
1779
1780 2010-10-03 [mir]        3.7.6cvs52
1781
1782         * manual/de/dist/html/Makefile.am
1783         * manual/de/dist/pdf/Makefile.am
1784         * manual/de/dist/ps/Makefile.am
1785         * manual/de/dist/txt/Makefile.am
1786         * manual/dist/html/Makefile.am
1787         * manual/dist/pdf/Makefile.am
1788         * manual/dist/ps/Makefile.am
1789         * manual/dist/txt/Makefile.am
1790         * manual/es/dist/html/Makefile.am
1791         * manual/es/dist/pdf/Makefile.am
1792         * manual/es/dist/ps/Makefile.am
1793         * manual/es/dist/txt/Makefile.am
1794         * manual/fr/dist/html/Makefile.am
1795         * manual/fr/dist/pdf/Makefile.am
1796         * manual/fr/dist/ps/Makefile.am
1797         * manual/fr/dist/txt/Makefile.am
1798         * manual/pl/dist/html/Makefile.am
1799         * manual/pl/dist/pdf/Makefile.am
1800         * manual/pl/dist/ps/Makefile.am
1801         * manual/pl/dist/txt/Makefile.am
1802             Missing Makefile.am's for 3.7.6cvs49
1803
1804
1805 2010-10-03 [colin]      3.7.6cvs51
1806
1807         * po/POTFILES.in
1808                 Fix build
1809
1810 2010-10-02 [mir]        3.7.6cvs50
1811
1812         * manual/de/dist/html/Makefile.am
1813         * manual/de/dist/pdf/Makefile.am
1814         * manual/de/dist/ps/Makefile.am
1815         * manual/de/dist/txt/Makefile.am
1816         * manual/dist/html/Makefile.am
1817         * manual/dist/pdf/Makefile.am
1818         * manual/dist/ps/Makefile.am
1819         * manual/dist/txt/Makefile.am
1820         * manual/es/dist/html/Makefile.am
1821         * manual/es/dist/pdf/Makefile.am
1822         * manual/es/dist/ps/Makefile.am
1823         * manual/es/dist/txt/Makefile.am
1824         * manual/fr/dist/html/Makefile.am
1825         * manual/fr/dist/pdf/Makefile.am
1826         * manual/fr/dist/ps/Makefile.am
1827         * manual/fr/dist/txt/Makefile.am
1828         * manual/pl/dist/html/Makefile.am
1829         * manual/pl/dist/pdf/Makefile.am
1830         * manual/pl/dist/ps/Makefile.am
1831         * manual/pl/dist/txt/Makefile.am
1832             Part 2 of last commit which broke due to a permission error
1833             Avoid claws trying to build manuals if the required
1834             tools are not present.
1835
1836 2010-10-02 [mir]        3.7.6cvs49
1837
1838         * configure.ac
1839         * manual/de/dist/html/Makefile.am
1840         * manual/de/dist/pdf/Makefile.am
1841         * manual/de/dist/ps/Makefile.am
1842         * manual/de/dist/txt/Makefile.am
1843         * manual/dist/html/Makefile.am
1844         * manual/dist/pdf/Makefile.am
1845         * manual/dist/ps/Makefile.am
1846         * manual/dist/txt/Makefile.am
1847         * manual/es/dist/html/Makefile.am
1848         * manual/es/dist/pdf/Makefile.am
1849         * manual/es/dist/ps/Makefile.am
1850         * manual/es/dist/txt/Makefile.am
1851         * manual/fr/dist/html/Makefile.am
1852         * manual/fr/dist/pdf/Makefile.am
1853         * manual/fr/dist/ps/Makefile.am
1854         * manual/fr/dist/txt/Makefile.am
1855         * manual/pl/dist/html/Makefile.am
1856         * manual/pl/dist/pdf/Makefile.am
1857         * manual/pl/dist/ps/Makefile.am
1858         * manual/pl/dist/txt/Makefile.am
1859             1) Downgrade autoconf requirements to 2.59 to allow
1860             building on oldest supported Linux distributions.
1861             2) Only try to build manuals if the needed software
1862             is present.
1863
1864 2010-10-02 [colin]      3.7.6cvs48
1865
1866         * src/plugins/trayicon/trayicon.c
1867                 And fix theme updating.
1868
1869 2010-10-02 [colin]      3.7.6cvs47
1870
1871         * src/plugins/trayicon/trayicon.c
1872                 Got burnt by wrong indentation!
1873
1874 2010-10-02 [colin]      3.7.6cvs46
1875
1876         * configure.ac
1877                 Forgot to remove the directory from top-level
1878
1879 2010-10-02 [colin]      3.7.6cvs45
1880
1881         * src/plugins/trayicon/Makefile.am
1882         * src/plugins/trayicon/trayicon.c
1883         * src/plugins/trayicon/libeggtrayicon/.cvsignore
1884         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1885         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1886         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1887         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1888         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1889         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1890         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1891         * src/plugins/trayicon/libeggtrayicon/xembed.h
1892                 Finally get rid of Eggtrayicon, use GtkStatusIcon
1893                 instead (which can be done safely now that we 
1894                 require GTK+ 2.10).
1895
1896 2010-10-02 [colin]      3.7.6cvs44
1897
1898         * src/action.c
1899         * src/addr_compl.c
1900         * src/addressbook.c
1901         * src/addrgather.c
1902         * src/alertpanel.c
1903         * src/editaddress.c
1904         * src/editaddress_other_attributes_ldap.c
1905         * src/editgroup.c
1906         * src/folderview.c
1907         * src/grouplistdialog.c
1908         * src/headerview.c
1909         * src/image_viewer.c
1910         * src/importldif.c
1911         * src/main.c
1912         * src/mainwindow.c
1913         * src/message_search.c
1914         * src/mimeview.c
1915         * src/prefs_themes.c
1916         * src/summary_search.c
1917         * src/summaryview.c
1918         * src/toolbar.c
1919         * src/etpan/imap-thread.c
1920         * src/gtk/authors.h
1921         * src/gtk/gtkcmclist.c
1922         * src/gtk/gtkcmoptionmenu.c
1923         * src/gtk/gtkutils.c
1924         * src/gtk/gtkutils.h
1925         * src/gtk/gtkvscrollbutton.c
1926         * src/plugins/pgpcore/select-keys.c
1927         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1928                 Undeprecate for GTK+2.22. Patch by Reed Loden.
1929                 Fixes bug #2276, 'Compile in maintainer mode
1930                 fails on GTK+ 2.22'.
1931
1932 2010-10-02 [colin]      3.7.6cvs43
1933
1934         * configure.ac
1935                 It's now time to remove the temporary enable-openssl
1936                 option that was used when we removed OpenSSL. See 
1937                 bug #2276 comment #14.
1938
1939 2010-09-30 [wwp]        3.7.6cvs42
1940
1941         * src/prefs_account.c
1942         * src/prefs_filtering_action.c
1943         * src/prefs_matcher.c
1944                         Fix bug #2274, wrong color label index range
1945                         used w/ gtk_cmoption_menu (behaviour change
1946                         has been introduced w/ 3.5.0cvs49 apparently),
1947                         now it must be 1..N so let's use colorlabel value
1948                         (0..N) + 1.
1949                         
1950
1951 2010-09-20 [pawel]      3.7.6cvs41
1952
1953         * src/compose.c
1954         * src/mainwindow.c
1955         * src/summaryview.c
1956                 revert last patch
1957
1958 2010-09-19 [pawel]      3.7.6cvs40
1959
1960         * src/compose.c
1961         * src/mainwindow.c
1962         * src/summaryview.c
1963                 Set ML menus sensitivity accordingly to
1964                 possibility of reply to ML
1965
1966 2010-09-19 [colin]      3.7.6cvs39
1967
1968         * src/compose.c
1969                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1970                 to newsgroups, and NNTP accounts *can* send email. We 
1971                 should not force an email account when replying to_ml or
1972                 anything...
1973
1974 2010-09-19 [colin]      3.7.6cvs38
1975
1976         * src/compose.c
1977                 Revert previous commit (which breaks Reply to newsgroups)
1978
1979 2010-09-17 [pawel]      3.7.6cvs37
1980
1981         * src/compose.c
1982                 Respect reply_account_autosel when changing compose
1983                 account to email one while replying to NNTP post
1984
1985 2010-09-17 [wwp]        3.7.6cvs36
1986
1987         * doc/man/claws-mail.1
1988         Update --compose documentation in `man claws-mail`.
1989
1990 2010-09-12 [pawel]      3.7.6cvs35
1991
1992         * src/compose.c
1993                 Add forgotten bit to previous commit,
1994                 select email account when replying to ML
1995
1996 2010-09-12 [pawel]      3.7.6cvs34
1997
1998         * src/compose.c
1999                 Fix bug #2247 "nntp reply-to-all broken?"
2000                 Make reply-to-all and reply-to-ml work as expected in
2001                 mailing list through NNTP case
2002
2003 2010-09-11 [pawel]      3.7.6cvs33
2004
2005         * src/mainwindow.c
2006         * src/summaryview.c
2007         * src/toolbar.c
2008                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2009                 fixes build with GTK+ < 2.18
2010
2011 2010-09-10 [pawel]      3.7.6cvs32
2012
2013         * src/mainwindow.c
2014         * src/summaryview.c
2015         * src/toolbar.c
2016                 Make Tab key switch between FolderView, MsgView and
2017                 SummaryView only, other widgets have/can have their own
2018                 keybindings anyway
2019
2020 2010-08-25 [colin]      3.7.6cvs31
2021
2022         * src/procmime.c
2023         * AUTHORS
2024         * src/gtk/authors.h
2025         * src/common/base64.c
2026         * src/common/base64.h
2027                 Fix bug #2245, "base64 decoding fails with line breaks"
2028                 Patch by Yotam Medini
2029
2030 2010-08-25 [colin]      3.7.6cvs30
2031
2032         * src/main.c
2033                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2034
2035 2010-08-23 [pawel]      3.7.6cvs29
2036
2037         * src/inc.c
2038         * src/send_message.c
2039         * src/statusbar.c
2040         * src/toolbar.c
2041                 Hide progressbar on statusbar when not needed
2042
2043 2010-08-17 [colin]      3.7.6cvs28
2044
2045         * src/main.c
2046                 Fix previous patch (our own tmp dir is inside
2047                 our rc dir)
2048
2049 2010-08-16 [colin]      3.7.6cvs27
2050
2051         * src/main.c
2052                 Use temp dir to store logs in Windows. Avoids doing
2053                 get_rc_dir() early, which prevents set_rc_dir()
2054                 working correctly.
2055
2056 2010-07-31 [holger]     3.7.6cvs26
2057
2058         * src/gtk/gtkshruler.c
2059                 Yet more GdkGC to Cairo porting
2060
2061 2010-07-30 [holger]     3.7.6cvs25
2062
2063         * src/stock_pixmap.c
2064                 More GdkGC to Cairo porting
2065
2066 2010-07-30 [holger]     3.7.6cvs24
2067
2068         * src/gtk/colorlabel.c
2069                 One GdkGC usage less
2070
2071 2010-07-29 [holger]     3.7.6cvs23
2072
2073         * src/printing.c
2074                 Replace some gdk drawing with cairo, as the former
2075                 is going towards deprecation.
2076
2077 2010-07-25 [colin]      3.7.6cvs22
2078
2079         * src/common/utils.c
2080                 And now for a real fix. g_list_remove() doesn't, of
2081                 course, free the data. But we have to have a solid
2082                 pointer to it in order to free it ourselves instead
2083                 of relying on the old freed list pointer.
2084                 Maybe that's the last patch on the subject now ? :)
2085
2086 2010-07-25 [colin]      3.7.6cvs21
2087
2088         * src/common/utils.c
2089                 Remove stupid and extraneous g_free() of elements
2090                 which have just been freed by g_list_remove(). (see
2091                 GList documentation). I don't know how it worked before
2092
2093 2010-07-25 [colin]      3.7.6cvs20
2094
2095         * src/common/utils.c
2096                 Reverse free/use with more logical and safe
2097                 use/free. Thanks to Michael Rasmussen !
2098
2099 2010-07-24 [colin]      3.7.6cvs19
2100
2101         * src/gtk/quicksearch.c
2102                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2103                 'freeze when using quick search'
2104
2105 2010-07-11 [iwkse]      3.7.6cvs18
2106
2107         * src/gtk/quicksearch.c
2108                 Add SMALL_LAYOUT to quicksearch_relayout
2109
2110 2010-07-10 [iwkse]      3.7.6cvs17
2111
2112         * src/mainwindow.h
2113                         Remove forgotten variable from
2114                         the last bugfix #2224
2115
2116 2010-07-10 [colin]      3.7.6cvs16
2117
2118         * src/mainwindow.c
2119         * src/gtk/quicksearch.c
2120                 Clean fix for bug #2224: don't mess with GTK settings when
2121                 handling the layout ourselves is enough
2122
2123 2010-07-09 [iwkse]      3.7.6cvs15
2124
2125         * src/mainwindow.h
2126         * src/mainwindow.c
2127                         Better fix for Bug #2224
2128
2129 2010-07-09 [iwkse]      3.7.6cvs14
2130
2131         * src/mainwindow.c
2132                         Bug #2224
2133                         Always use stock icons on buttons
2134
2135 2010-07-08 [colin]      3.7.6cvs13
2136
2137         * src/gtk/filesel.c
2138                 Fix bug 2223, 'Compilation fails with GTK+
2139                 2.21.3'. Thanks to Jan Psota !
2140
2141 2010-06-29 [pawel]      3.7.6cvs12
2142
2143         * src/compose.c
2144                 Revert 3.7.5cvs41, it breaks templates that use %X
2145
2146 2010-06-23 [wwp]        3.7.6cvs11
2147
2148         * src/gtk/colorlabel.c
2149                 Silent up a warning by avoiding possible confusion
2150                 in logical expression evaluation, thanks to TuxCM.
2151
2152 2010-06-21 [iwkse]      3.7.6cvs10
2153
2154         * src/gtk/quicksearch.c
2155                 Do not add into quicksearch history
2156                 matching rules with bad syntax
2157
2158 2010-05-26 [holger]     3.7.6cvs9
2159
2160         * src/summaryview.c
2161         * src/summaryview.h
2162                 Add function to select rows given a list of messages,
2163                 complementary to summary_get_selected_msg_list()
2164
2165 2010-05-22 [mir]        3.7.6cvs8
2166
2167         * src/ldapctrl.c
2168                 Fix bug 2208. Encode encrypted password to qouted
2169                 printable to avoid making invalid XML. Encoding
2170                 will be activated the first time the password is
2171                 changed.
2172
2173 2010-05-22 [paul]       3.7.6cvs7
2174
2175         * manual/advanced.xml
2176         * src/compose.c
2177         * src/prefs_common.c
2178         * src/prefs_common.h
2179                 after using the compose margin for several days
2180                 I wanted the old style back - add a new hidden
2181                 pref 'show_compose_margin' to restore the old
2182                 behaviour (defaults to FALSE)
2183
2184 2010-05-14 [paul]       3.7.6cvs6
2185
2186         * src/compose.c
2187                 add a margin to the compose window text that matches
2188                 the margin in textview
2189
2190 2010-05-14 [colin]      3.7.6cvs5
2191
2192         * src/gtk/sslcertwindow.c
2193                 Fix dangling pointer. Thanks to Michael R!
2194
2195 2010-05-14 [colin]      3.7.6cvs4
2196
2197         * src/gtk/sslcertwindow.c
2198                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
2199                 expired but certificate check is skipped' and maybe
2200                 bug 2200, 'SSL is not working with POP3'
2201
2202 2010-05-14 [colin]      3.7.6cvs3
2203
2204         * src/plugins/pgpinline/pgpinline.c
2205                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2206
2207 2010-05-04 [iwkse]      3.7.6cvs2
2208
2209         * src/prefs_message.c
2210                         Get a generic name as 'Quotation' for
2211                         the frame
2212
2213 2010-05-04 [iwkse]      3.7.6cvs1
2214
2215         * src/prefs_message.c
2216         * src/prefs_common.h
2217         * src/prefs_common.c
2218         * src/textview.c
2219                         Fix #2188
2220                         Option for collapsing via double-click
2221
2222 2010-05-01 [paul]       3.7.6
2223         * NEWS
2224         * README
2225         * RELEASE_NOTES 
2226                 3.7.6 unleashed!
2227
2228 2010-05-01 [paul]       3.7.5cvs55
2229
2230         * tools/claws.i18n.status.pl
2231                 add Ukrainian stat
2232
2233 2010-05-01 [paul]       3.7.5cvs54
2234
2235         * src/gtk/authors.h
2236                 add YUP, new Ukrainian translator
2237
2238 2010-04-30 [paul]       3.7.5cvs53
2239
2240         * configure.ac
2241         * po/uk.po
2242                 add Ukrainian translation, submitted by YUP
2243         * po/cs.po
2244         * po/de.po
2245         * po/fi.po
2246         * po/hu.po
2247         * po/nl.po
2248         * po/pt_BR.po
2249         * po/pt_PT.po
2250         * po/sk.po
2251                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2252                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
2253                 Tiago Faria, and Slavko
2254
2255 2010-04-26 [wwp]        3.7.5cvs52
2256
2257         * po/fr.po
2258                 Fix capitalization.
2259
2260 2010-04-26 [mones]      3.7.5cvs51
2261
2262         * po/es.po
2263                 Updated for release
2264
2265 2010-04-22 [pawel]      3.7.5cvs50
2266
2267         * src/addressbook.c
2268                 fix compile warning
2269         * src/vcard.c
2270                 first NULL check pointer, then use it
2271
2272 2010-04-22 [colin]      3.7.5cvs49
2273
2274         * src/imap.c
2275                 Fix error message when session isn't established
2276         * po/fr.po
2277                 Update translation and fix a typo in it
2278
2279 2010-04-15 [pawel]      3.7.5cvs48
2280
2281         * src/prefs_account.c
2282                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2283                                 the port isn't configured properly'
2284                 When using SSL/TLS tunneling automatically use default
2285                 ports for encrypted connections: smtps, pop3s, imaps, nntps
2286
2287 2010-04-15 [pawel]      3.7.5cvs47
2288
2289         * src/action.c
2290                 Fix crasher in actions using '%f' argument
2291                 on multiple files with external scripts which
2292                 don't return any output.
2293
2294 2010-04-14 [colin]      3.7.5cvs46
2295
2296         * src/mainwindow.c
2297                 Fix hand cursor after error symbol appears
2298
2299 2010-04-12 [colin]      3.7.5cvs45
2300
2301         * configure.ac
2302                 Fix bug 2162, 'configure check for libetpan 
2303                 fails with libetpan 1.0'
2304
2305
2306 2010-04-09 [mones]      3.7.5cvs44
2307
2308         * manual/de/glossary.xml
2309                 Fix encoding to match main document's
2310                 Also fixes make dist with Debian's openjade
2311
2312 2010-03-29 [pawel]      3.7.5cvs43
2313
2314         * src/matcher_parser.h
2315         * src/matcher_parser_parse.y
2316         * src/gtk/quicksearch.c
2317                 Disable matcher warnings when populating quicksearch
2318                 completion lists on startup
2319
2320 2010-03-27 [colin]      3.7.5cvs42
2321
2322         * src/gtk/quicksearch.c
2323                 Fix double-free later in code. Optimize
2324                 list creation
2325
2326 2010-03-27 [pawel]      3.7.5cvs41
2327
2328         * src/compose.c
2329                 Make sure that quote ends with new line char
2330
2331 2010-03-26 [pawel]      3.7.5cvs40
2332
2333         * src/compose.c
2334         * src/compose.h
2335         * src/textview.c
2336                 Fix Bug 1928 Add "reply to this address" pop menu 
2337                              on Message View
2338                 - Set composing account to email one when creating/replying
2339                   from NNTP folder by clicking link or choosing option
2340                   from popup menu
2341                 - Factorize code
2342
2343 2010-03-25 [paul]       3.7.5cvs39
2344
2345         * src/gtk/gtkcmclist.c
2346                 Fix build with GTK+ 2.20
2347
2348 2010-03-24 [pawel]      3.7.5cvs38
2349
2350         * src/addr_compl.c
2351         * src/compose.c
2352         * src/folderview.c
2353         * src/grouplistdialog.c
2354         * src/headerview.c
2355         * src/mainwindow.c
2356         * src/mimeview.c
2357         * src/prefs_account.c
2358         * src/gtk/gtkcmclist.c
2359         * src/gtk/gtkcmctree.c
2360         * src/gtk/gtkcmoptionmenu.c
2361         * src/gtk/gtksctree.c
2362         * src/gtk/gtkshruler.c
2363         * src/gtk/gtkutils.c
2364         * src/gtk/gtkutils.h
2365         * src/gtk/gtkvscrollbutton.c
2366         * src/gtk/inputdialog.c
2367         * src/gtk/spell_entry.c
2368         * src/plugins/trayicon/trayicon.c
2369         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2370         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2371         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2372                 Fix build with GTK+ 2.19
2373
2374 2010-03-23 [pawel]      3.7.5cvs37
2375
2376         * src/mainwindow.c
2377         * src/mimeview.c
2378                 Respect view->show_col_headers option
2379         * src/gtk/gtkcmctree.c
2380                 Fix GtkCmcTree column width calculation when it has
2381                 auto_resize set and new node is added
2382
2383 2010-03-22 [pawel]      3.7.5cvs36
2384
2385         * src/grouplistdialog.c
2386         * src/prefs_common.c
2387         * src/prefs_common.h
2388                 - remember newsgroups list dialog size
2389                 - respect use_dotted_lines hidden pref
2390                 - respect use_stripes_everywhere hidden pref
2391
2392 2010-03-21 [pawel]      3.7.5cvs35
2393
2394         * src/addrgather.c
2395                 Remove superfluous gtk_widget_show_all()
2396         * src/mimeview.c
2397                 Add forgotten colon
2398         * src/common/utils.c
2399                 Return correct type
2400
2401 2010-03-21 [pawel]      3.7.5cvs34
2402
2403         * src/main.c
2404         * src/gtk/quicksearch.c
2405         * src/gtk/quicksearch.h
2406                 Implement separate search phrase completion for
2407                 normal/extended quicksearch
2408
2409 2010-03-11 [paul]       3.7.5cvs33
2410
2411         * po/zh_CN.po
2412                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2413                 submitted by Yuwei Yu
2414
2415 2010-03-09 [colin]      3.7.5cvs32
2416
2417         * manual/de/glossary.xml
2418                 Fix build
2419
2420 2010-03-02 [colin]      3.7.5cvs31
2421
2422         * manual/de/glossary.xml
2423                 Sort alphabetically. Done by Volker Ribbert.
2424
2425 2010-03-02 [mones]      3.7.5cvs30
2426
2427         * README
2428                 Fix mailing list archives location
2429                 Remove currently unavailable CVS webview
2430
2431 2010-03-01 [iwkse]      3.7.5cvs29
2432
2433         * src/common/plugin.c
2434                         Other indentation issues
2435
2436 2010-03-01 [iwkse]      3.7.5cvs28
2437
2438         * src/common/plugin.c
2439                         Fix indentation of the previous commit
2440
2441 2010-03-01 [iwkse]      3.7.5cvs27
2442
2443         * src/common/plugin.h
2444         * src/common/plugin.c
2445                         Add API for getting a loaded Plugin from the
2446                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
2447                         Thanks to Colin, Michael
2448
2449 2010-02-27 [colin]      3.7.5cvs26
2450
2451         * configure.ac
2452         * AUTHORS
2453         * src/gtk/authors.h
2454         * manual/Makefile.am
2455         * manual/de/Makefile.am
2456         * manual/de/account.xml
2457         * manual/de/ack.xml
2458         * manual/de/addrbook.xml
2459         * manual/de/advanced.xml
2460         * manual/de/claws-mail-manual.xml
2461         * manual/de/faq.xml
2462         * manual/de/glossary.xml
2463         * manual/de/gpl.xml
2464         * manual/de/handling.xml
2465         * manual/de/intro.xml
2466         * manual/de/keyboard.xml
2467         * manual/de/plugins.xml
2468         * manual/de/starting.xml
2469         * manual/de/dist/.cvsignore
2470         * manual/de/dist/Makefile.am
2471         * manual/de/dist/html/.cvsignore
2472         * manual/de/dist/html/Makefile.am
2473         * manual/de/dist/pdf/.cvsignore
2474         * manual/de/dist/pdf/Makefile.am
2475         * manual/de/dist/ps/.cvsignore
2476         * manual/de/dist/ps/Makefile.am
2477         * manual/de/dist/txt/.cvsignore
2478         * manual/de/dist/txt/Makefile.am
2479                 Add the german translation of the manual, done by
2480                 Volker Ribbert <thoraki@arcor.de>.
2481
2482 2010-02-27 [holger]     3.7.5cvs25
2483
2484         * src/prefs_toolbar.c
2485                 Don't make toolbar item description for
2486                 plugin registered items editable
2487
2488 2010-02-26 [colin]      3.7.5cvs24
2489
2490         * src/toolbar.c
2491                 Don't translate empty description
2492
2493 2010-02-22 [colin]      3.7.5cvs23
2494
2495         * src/compose.c
2496                 Don't make In-Reply-To visible when reediting
2497                 a draft or sent mail.
2498
2499 2010-02-20 [colin]      3.7.5cvs22
2500
2501         * src/imap.c
2502         * src/imap.h
2503         * src/main.c
2504         * src/mainwindow.c
2505         * src/etpan/imap-thread.c
2506         * src/etpan/imap-thread.h
2507         * src/etpan/nntp-thread.c
2508         * src/etpan/nntp-thread.h
2509                 When going offline from NetworkManager, just
2510                 delete IMAP connections. That'll avoid timeouts
2511                 when coming back online in certain cases when
2512                 the TCP socket will have timed out.
2513
2514 2010-02-20 [holger]     3.7.5cvs21
2515
2516         * .cvsignore
2517                 More files to ignore
2518
2519 2010-02-17 [ticho]      3.7.5cvs20
2520
2521         * src/summaryview.c
2522         * src/summaryview.h
2523         * src/toolbar.c
2524                 Revert 3.7.5cvs19.
2525
2526 2010-02-16 [ticho]      3.7.5cvs19
2527
2528         * src/summaryview.c
2529         * src/summaryview.h
2530         * src/toolbar.c
2531                 Removed unused argument from summary_open_row().
2532
2533 2010-02-10 [pawel]      3.7.5cvs18
2534
2535         * src/compose.c
2536                 - fix headers filtering when prefs_common.trans_hdr is on
2537                 - fix headers setting when changing composing account 
2538                 - plug memleak
2539         * src/prefs_template.c
2540                 Re-add template's name for translation
2541
2542 2010-02-10 [colin]      3.7.5cvs17
2543
2544         * src/prefs_matcher.c
2545                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2546                 Condition>Define>Header>Name combo box'. Patch by
2547                 Francois Cami
2548
2549 2010-02-10 [colin]      3.7.5cvs16
2550
2551         * src/codeconv.c
2552         * src/codeconv.h
2553         * src/compose.c
2554         * src/mainwindow.c
2555         * src/messageview.c
2556         * src/prefs_send.c
2557         * src/procmime.c
2558         * src/textview.c
2559                 Add the GB18030 Chinese charset, which is a superset
2560                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2561
2562 2010-02-09 [holger]     3.7.5cvs15
2563
2564         * configure.ac
2565                 GTK+ 2.10 related cleanup
2566
2567 2010-02-09 [pawel]      3.7.5cvs14
2568
2569         * src/prefs_account.c
2570         * src/prefs_folder_item.c
2571         * src/prefs_template.c
2572         * src/quote_fmt.c
2573                 Respect prefs_common.trans_hdr in couple more places to avoid
2574                 confusion with translated/non-translated header names
2575
2576 2010-02-09 [colin]      3.7.5cvs13
2577
2578         * po/POTFILES.in
2579                 Fix make dist
2580
2581 2010-02-09 [colin]      3.7.5cvs12
2582
2583         * src/mimeview.c
2584                 And fix 2.10 build :)
2585
2586 2010-02-09 [colin]      3.7.5cvs11
2587
2588         * configure.ac
2589                 Bump up GTK+ requirement to 2.10
2590         * src/Makefile.am
2591         * src/compose.c
2592         * src/crash.c
2593         * src/foldersel.c
2594         * src/main.c
2595         * src/mainwindow.c
2596         * src/messageview.c
2597         * src/messageview.h
2598         * src/prefs_actions.c
2599         * src/prefs_common.c
2600         * src/prefs_common.h
2601         * src/prefs_ext_prog.c
2602         * src/prefs_filtering_action.c
2603         * src/prefs_fonts.c
2604         * src/prefs_image_viewer.c
2605         * src/prefs_matcher.c
2606         * src/prefs_msg_colors.c
2607         * src/prefs_summaries.c
2608         * src/prefs_template.c
2609         * src/printing.c
2610         * src/printing.h
2611         * src/quote_fmt.c
2612         * src/summaryview.c
2613         * src/textview.c
2614         * src/gtk/Makefile.am
2615         * src/gtk/about.c
2616         * src/gtk/gtkcmclist.c
2617         * src/gtk/gtkcmctree.c
2618         * src/gtk/gtkutils.c
2619         * src/gtk/quicksearch.c
2620                 Remove all compile-time conditionals depending on
2621                 GTK+ < 2.10
2622         * src/gedit-print.c
2623         * src/gedit-print.h
2624         * src/gtk/gtksourceprintjob.c
2625         * src/gtk/gtksourceprintjob.h
2626                 Remove libgnomeprint-based printing system (and
2627                 command-line-based printing system) as GTK+ 2.10
2628                 ships with print support.
2629
2630 2010-02-08 [mir]        3.7.5cvs10
2631
2632         * src/compose.c
2633             Avoid displaying Bcc headers in message sent
2634             to NNTP servers. Thanks to Henning Mersch.
2635
2636
2637 2010-02-08 [pawel]      3.7.5cvs9
2638
2639         * src/mimeview.c
2640                 Make tooltips less cryptic
2641         * src/gtk/description_window.c
2642                 Improve window size calculation
2643
2644 2010-02-08 [pawel]      3.7.5cvs8
2645
2646         * src/compose.c
2647         * src/compose.h
2648         * src/common/utils.c
2649         * src/common/utils.h
2650         * src/gtk/authors.h
2651                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2652                 Patch by Laurent Bigonville with slight modifications
2653
2654 2010-02-03 [pawel]      3.7.5cvs7
2655
2656         * m4/.cvsignore
2657                 Add some libtool files to ignore
2658
2659 2010-02-03 [pawel]      3.7.5cvs6
2660
2661         * src/plugins/trayicon/trayicon.c
2662                 Save and then restore focus when closing/minimizing to tray
2663
2664 2010-02-03 [mir]        3.7.5cvs5
2665
2666         * src/addrindex.c
2667         * src/editldap.c
2668         * src/ldapctrl.c
2669         * src/ldapctrl.h
2670         * src/ldapquery.c
2671         * src/ldapupdate.c
2672             Save LDAP password encrypted. See bug 2113.
2673
2674
2675 2010-02-03 [colin]      3.7.5cvs4
2676
2677         * src/privacy.c
2678                 Fix again decoding of encrypted parts. The
2679                 reverting of the patch was wrong, as the
2680                 double-decoding was fixed in smime itself.
2681                 Thanks to Matthias Drochner again...
2682
2683 2010-02-02 [colin]      3.7.5cvs3
2684
2685         * src/plugins/smime/smime.c
2686         * src/privacy.c
2687                 Revert 3.7.4cvs2 and make a better patch for bug
2688                 2059 and 2076. Patch by Matthias Drochner
2689
2690 2010-01-31 [pawel]      3.7.5cvs2
2691
2692         * src/gtk/authors.h
2693                 Fix hungarian translator's name
2694
2695 2010-01-31 [pawel]      3.7.5cvs1
2696
2697         * src/messageview.c
2698         * src/mimeview.c
2699                 Fix Bug 2107 - Arrow keys don't work in message view window
2700
2701 2010-01-31 [paul]       3.7.5
2702
2703         * NEWS
2704         * README
2705         * RELEASE_NOTES 
2706                 3.7.5 released!
2707
2708 2010-01-23 [pawel]      3.7.4cvs10
2709
2710         * src/addressbook.c
2711                 Fix button sensitivity in compose mode
2712
2713 2010-01-23 [pawel]      3.7.4cvs9
2714
2715         * commitHelper
2716         * tools/kdeservicemenu/install.sh
2717         * tools/make.themes.project
2718         * tools/nautilus2claws-mail.sh
2719         * tools/popfile-link.sh
2720         * tools/textviewer.sh
2721                 Not all systems have bash installed in /bin, use env(1) to find
2722                 it`s location
2723
2724 2010-01-22 [pawel]      3.7.4cvs8
2725
2726         * src/prefs_account.c
2727         * src/prefs_filtering.c
2728         * src/prefs_send.c
2729         * src/gtk/colorlabel.c
2730                 Add some separators in combos
2731
2732 2010-01-22 [pawel]      3.7.4cvs7
2733
2734         * autogen.sh
2735                 --disable-aspell -> --disable-enchant
2736         * configure.ac
2737                 Fix options spacing in configure --help
2738         * src/wizard.c
2739                 Make wizard's window centered on the screen
2740
2741 2010-01-19 [holger]     3.7.4cvs6
2742
2743         * src/folder.c
2744         * src/folder.h
2745                 Introduce folder_get_item_from_identifier().
2746                 In contrast to folder_find_item_from_identifier(), this
2747                 function recursively creates the FolderItems in the id path.
2748                 Useful for programmatically creating folders (e.g. by plugins)
2749
2750 2010-01-17 [pawel]      3.7.4cvs5
2751
2752         * src/gtk/authors.h
2753                 Fix my lastname
2754
2755 2010-01-16 [colin]      3.7.4cvs4
2756
2757         * src/plugins/pgpcore/sgpgme.c
2758                 Probably fix bug 2098, 'claws-mails crashes frequently 
2759                 with pgpcore'. Fix double-free.
2760
2761 2010-01-16 [holger]     3.7.4cvs3
2762
2763         * src/prefs_toolbar.h
2764                 Forgotten header
2765
2766 2010-01-15 [colin]      3.7.4cvs2
2767
2768         * src/privacy.c
2769                 Decode mimeinfo before decrypting it. Probably
2770                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
2771                 with S/MIME encryption' and bug 2076 'having 
2772                 worked 2 times properly CLAWS ceased to 
2773                 decrypt incoming PGP mails -displays base64 
2774                 instead - sucks completely'
2775                 Let's hope complete suckage ends here!
2776                 Thanks to Matthias Drochner.
2777
2778 2010-01-08 [paul]       3.7.4cvs1
2779
2780         * tools/claws.i18n.status.pl
2781                 fix typos
2782
2783 2010-01-08 [paul]       3.7.4
2784
2785         * NEWS
2786         * README
2787         * RELEASE_NOTES 
2788                 3.7.4 released!
2789
2790 2010-01-08 [paul]       3.7.3cvs57
2791
2792         * po/ca.po
2793         * po/cs.po
2794         * po/de.po
2795         * po/fi.po
2796         * po/hu.po
2797         * po/id.po
2798         * po/ja.po
2799         * po/nl.po
2800         * po/pt_BR.po
2801         * po/pt_PT.po
2802         * po/ru.po
2803         * po/sk.po
2804                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2805                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2806                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2807                 Slavko
2808
2809 2010-01-08 [paul]       3.7.3cvs56
2810
2811         * src/common/utils.c
2812                 fix bug 2089, 'URLs ending with an underscore ('_')
2813                 are not correctly parsed'. thanks to Johan
2814
2815 2010-01-05 [colin]      3.7.3cvs55
2816
2817         * po/fr.po
2818                 Update french translation
2819
2820 2010-01-04 [mones]      3.7.3cvs54
2821
2822         * po/es.po
2823                 Update Spanish translation
2824
2825 2010-01-04 [mones]      3.7.3cvs53
2826
2827         * manual/plugins.xml
2828                 Some format
2829         * manual/es/claws-mail-manual.xml
2830         * manual/es/intro.xml
2831         * manual/es/plugins.xml
2832                 Synchronise with English version
2833
2834 2010-01-03 [paul]       3.7.3cvs52
2835
2836         * ChangeLog
2837                 fix format
2838         * src/gtk/authors.h
2839                 update TEAM_LIST, fix encoding
2840
2841 2010-01-03 [mir]        3.7.3cvs51
2842
2843         * src/compose.c
2844                 When composing to a NNTP list TO: will always be preset
2845                 to the NNTP list unless user has chosen some other default
2846                 in which case we will handle this the normal way. Therefore
2847                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2848
2849 2010-01-01 [paul]       3.7.3cvs50
2850
2851         * src/gtk/about.c
2852                 bump copyright year whilst it's in mind
2853
2854 2009-12-31 [paul]       3.7.3cvs49
2855
2856         * manual/claws-mail-manual.xml
2857         * manual/intro.xml
2858         * manual/plugins.xml
2859                 fix links so that they make sense in the context of the
2860                 text version of the manual
2861
2862 2009-12-31 [paul]       3.7.3cvs48
2863
2864         * manual/intro.xml
2865         * manual/plugins.xml
2866                 updates, improvements, corrections, additions
2867
2868 2009-12-29 [pawel]      3.7.3cvs47
2869
2870         * src/prefs_filtering_action.c
2871                 Fix Bug 2082 'Wrong color rectangle position when replacing
2872                 "color" processing rule'
2873
2874 2009-12-29 [colin]      3.7.3cvs46
2875
2876         * src/compose.c
2877                 Fix bug 2074, 'Remember sending account 
2878                 for sent messages'
2879
2880 2009-12-20 [holger]     3.7.3cvs45
2881
2882         * src/compose.c
2883                 Delay CREATED_HOOKLIST invokation until
2884                 after the modifications to the compose window
2885                 are done, to allow hooks to further modify the
2886                 window without getting overridden again
2887
2888 2009-12-20 [holger]     3.7.3cvs44
2889
2890         * src/prefs_toolbar.h
2891                 Fix last commit
2892
2893 2009-12-20 [holger]     3.7.3cvs43
2894
2895         * src/prefs_toolbar.c
2896         * src/prefs_toolbar.h
2897         * src/toolbar.c
2898                 Pass window struct to caller
2899
2900 2009-12-20 [holger]     3.7.3cvs42
2901
2902         * src/compose.c
2903         * src/compose.h
2904                 Add hooklist after creation of a compose window
2905
2906 2009-12-19 [holger]     3.7.3cvs41
2907
2908         * src/prefs_toolbar.c
2909         * src/prefs_toolbar.h
2910         * src/toolbar.c
2911                 Allow plugins to choose to which toolbar they want
2912                 to add actions (main window, compose window, or message view)
2913
2914 2009-12-19 [paul]       3.7.3cvs40
2915
2916         * src/statusbar.c
2917                 fix statusbar in GTK+ 2.19.1
2918
2919 2009-12-10 [pawel]      3.7.3cvs39
2920
2921         * src/compose.c
2922                 Better fix for cvs28 regression
2923
2924 2009-12-10 [iwkse]      3.7.3cvs38
2925
2926         * src/compose.c
2927             Fix some indentation
2928
2929 2009-12-10 [iwkse]      3.7.3cvs37
2930
2931         * src/compose.c
2932             Add missing checks for gtkaspell: avoid
2933             crashing in some cases when Enchant is 
2934             enabled but the spell checker is disabled 
2935             in preferences.
2936
2937 2009-12-09 [colin]      3.7.3cvs36
2938
2939         * src/compose.c
2940                 Fix leak and unchecked accesses.
2941
2942 2009-12-09 [mir]        3.7.3cvs35
2943
2944         * src/compose.c
2945         Fix Bug 2072 "template at folder properties is not working"
2946         introduced in cvs24.
2947
2948 2009-12-08 [pawel]      3.7.3cvs34
2949
2950         * src/compose.c
2951                 When 'Reply All' remove current compose address from
2952                 Cc/Bcc list - fix for regression introduced in cvs28
2953
2954 2009-12-05 [pawel]      3.7.3cvs33
2955
2956         * src/messageview.c
2957                 Fix memory management, duh!
2958
2959 2009-12-04 [pawel]      3.7.3cvs32
2960
2961         * src/messageview.c
2962                 Use case insensitive comparison in search for
2963                 duplicate urls
2964         * src/uri_opener.c
2965                 Refresh scrollbars on every window open
2966
2967 2009-12-04 [pawel]      3.7.3cvs31
2968
2969         * src/compose.c
2970                 Highlight misspelled words when applying template and
2971                 check_while_typing option is on
2972
2973 2009-12-03 [pawel]      3.7.3cvs30
2974
2975         * src/compose.c
2976                 Highlight misspelled words in text inserted from file(s)
2977                 or pasted to message body when check_while_typing
2978                 options is on
2979
2980 2009-12-02 [pawel]      3.7.3cvs29
2981
2982         * src/compose.c
2983                 Revert first part of previous commit
2984
2985 2009-12-02 [pawel]      3.7.3cvs28
2986
2987         * src/compose.c
2988                 Fix Bug 2055 "duplicate mailing list reply if
2989                 List-Post + Reply-To present"
2990                 - Ignore Reply-To if answering to ML
2991                 - Improve parsing of List-Post header
2992
2993 2009-12-02 [pawel]      3.7.3cvs27
2994
2995         * src/compose.c
2996         * src/compose.h
2997                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2998                 email had user in "From" and "CC"
2999                 Don't allow duplicate addresses in compose window headers
3000
3001 2009-12-02 [mones]      3.7.3cvs26
3002
3003         * manual/intro.xml
3004         * manual/es/intro.xml
3005         * manual/fr/intro.xml
3006         * manual/it/intro.xml
3007         * manual/pl/intro.xml
3008                 Make URL to point current site
3009
3010 2009-12-01 [holger]     3.7.3cvs25
3011
3012         * src/summaryview.c
3013         * src/summaryview.h
3014                 Introduce new drag type "claws-mail/msg-path-list" for
3015                 drag'n'drop of a message selection from the summaryview
3016                 into other applications. The drag data gets set to the
3017                 folder-item-id followed by message ids, separated by newlines.
3018                 This enables other applications to back-link to Claws Mail
3019                 via a "claws-mail --select" call after they received a drop.
3020
3021 2009-11-30 [mir]        3.7.3cvs24
3022
3023         * src/compose.c
3024            Place cursor in compose window according to provided input
3025            If to: is present place cursor in subject field and if both
3026            to: and subject: is present place cursor in body. If body: is
3027            present insert a new line after text and place cursor there.
3028
3029 2009-11-27 [mones]      3.7.3cvs23
3030
3031         * src/gtk/quicksearch.c
3032                 Allow viewing longer expressions if there's space
3033
3034 2009-11-25 [holger]     3.7.3cvs22
3035
3036         * Makefile.am
3037         * src/common/Makefile.am
3038         * src/common/utils.c
3039         * src/common/utils.h
3040                 Add a function to query the
3041                 filepath of the .desktop file
3042
3043 2009-11-25 [colin]      3.7.3cvs21
3044
3045         * src/imap.c
3046                 Fix bug 2063, 'glib assertion in GRelation use in 
3047                 imap.c'
3048
3049 2009-11-24 [pawel]      3.7.3cvs20
3050
3051         * src/common/utils.c
3052                 Fix Bug 2053 'Inconsistent application of Coloration 
3053                 of Message text'
3054                 Don't allow '<' character between quotation marks
3055
3056 2009-11-21 [holger]     3.7.3cvs19
3057
3058         * src/printing.c
3059                 Modify cairo clip handling in preview windows,
3060                 to prevent print preview windows from being blank
3061                 with GTK+ 2.18. Follow recommendation of the GTK+
3062                 documentation (section "Migrating to client side windows")
3063                 and create a new cairo context for each expose event.
3064
3065 2009-11-19 [pawel]      3.7.3cvs18
3066
3067         * Makefile.am
3068                 complete 3.7.3cvs15 so install is DESTDIR safe
3069                 remove icons with changed names on uninstall
3070
3071 2009-11-18 [pawel]      3.7.3cvs17
3072
3073         * src/news_gtk.c
3074                 remove unneeded and code-duplicating function
3075
3076 2009-11-18 [pawel]      3.7.3cvs16
3077
3078         * src/news_gtk.c
3079                 Fix Bug 2057 'Claws mail does not keep renamed names
3080                 of nntp-subscribed groups'
3081                 Check for already subscribed group using item->path for group
3082                 comparision as folders item->path != item->name may be truth 
3083                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3084
3085 2009-11-17 [pawel]      3.7.3cvs15
3086
3087         * Makefile.am
3088                 Fix Bug 2049 'some icons not copied?'
3089                 Install additional 64x64 and 128x128 icons
3090
3091 2009-11-17 [holger]     3.7.3cvs14
3092
3093         * src/prefs_toolbar.c
3094         * src/prefs_toolbar.h
3095         * src/toolbar.c
3096         * src/toolbar.h
3097                 Allow plugins to register toolbar items
3098
3099 2009-11-11 [pawel]      3.7.3cvs13
3100
3101         * src/addressbook.c
3102         * src/compose.c
3103         * src/compose.h
3104         * src/filtering.c
3105                 Fix Bug 1867 Changing account does not change BCC address
3106                 Set account specific headers when changing account
3107                 in compose window.
3108
3109 2009-11-07 [colin]      3.7.3cvs12
3110
3111         * src/gtk/prefswindow.c
3112                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3113                 Patch by Pawel
3114
3115 2009-11-07 [colin]      3.7.3cvs11
3116
3117         * src/gtk/spell_entry.c
3118                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3119                 Patch by Pawel Pekala
3120
3121 2009-10-27 [colin]      3.7.3cvs10
3122
3123         * src/folder.c
3124                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3125                 Don't try to check whether the folder is up-to-date if
3126                 the folder class doesn't implement set_mtime, as we don't
3127                 care in this case. This code exists since a long time, but
3128                 the bug was triggered by more scanning of queue folders 
3129                 since recently (when we added \Deleted handling).
3130
3131 2009-10-27 [colin]      3.7.3cvs9
3132
3133         * src/mainwindow.c
3134                 Try to fix registering as default client
3135                 on windows 7
3136
3137 2009-10-21 [wwp]        3.7.3cvs8
3138
3139         * src/common/utils.c
3140                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3141
3142 2009-10-21 [wwp]        3.7.3cvs7
3143
3144         * src/common/utils.c
3145                 Don't core dump when attempting to insert a non-existing
3146                 file using a mailto: uri (g_error does core dump).
3147
3148 2009-10-20 [colin]      3.7.3cvs6
3149
3150         * src/common/utils.c
3151                 Don't g_error on normal warnings...
3152
3153 2009-10-20 [colin]      3.7.3cvs5
3154
3155         * src/plugins/pgpcore/sgpgme.c
3156                 Fix bug 1996, 'S/MIME key not selected'
3157                 Check for S/MIME certs too
3158
3159 2009-10-20 [colin]      3.7.3cvs4
3160
3161         * src/common/w32lib.h
3162                 Fix win32 build on latest mingw32
3163
3164 2009-10-20 [colin]      3.7.3cvs3
3165
3166         * src/exportldif.c
3167         * src/ldif.c
3168         * src/ldif.h
3169                 Fix LDIF export. Patch by Michael Rasmussen
3170
3171 2009-10-18 [paul]       3.7.3cvs2
3172
3173         * tools/claws.i18n.status.pl
3174                 increase the value of $transolddays since we're relasing less
3175                 often now.
3176                 rework the en_GB.po hack so that en_GB is always 100% translated
3177                 and recently updated
3178
3179 2009-10-17 [paul]       3.7.3cvs1
3180
3181         * src/prefs_account.c
3182         * src/prefs_compose_writing.c
3183         * src/prefs_receive.c
3184         * src/prefs_summaries.c
3185         * src/prefs_wrapping.c
3186                 reword a few labels. (this incorporates everything
3187                 that seemed worthwhile from bug 2020)
3188         * src/prefs_customheader.c
3189                 use a 'Browse' button instead of button with
3190                 label 'From file...'
3191
3192 2009-10-12 [colin]
3193
3194         * CVS repository change
3195
3196 2009-10-09 [paul[       3.7.3
3197
3198         version 3.7.3 unleashed!!
3199
3200 2009-10-07 [paul]       3.7.2cvs49
3201
3202         * src/folderview.c
3203         * src/folderview.h
3204         * src/mainwindow.c
3205                 fix  Bug 1994 -  Changing colors required restart.
3206                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3207                 more accurate folderview_reinit_fonts()
3208
3209 2009-10-07 [paul]       3.7.2cvs48
3210
3211         * src/addrgather.c
3212         * src/prefs_common.c
3213         * src/prefs_common.h
3214                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
3215                 patch by Pawel Pekala
3216
3217 2009-10-07 [paul]       3.7.2cvs47
3218
3219         * po/cs.po
3220         * po/de.po
3221         * po/hu.po
3222         * po/id.po
3223         * po/ja.po
3224         * po/pt_BR.po
3225                 updated by David Vachulka, Stephan Sachse and Marc Arens,
3226                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3227                 Goncalves Guimaraes
3228
3229 2009-10-06 [colin]      3.7.2cvs46
3230
3231         * po/fr.po
3232                 French translation update
3233
3234 2009-10-05 [paul]       3.7.2cvs45
3235
3236         * src/printing.c
3237                 enable Page Size and Orientation in the print dialog,
3238                 GTK+ >= 2.18.x only. Patch by Mark__T
3239
3240 2009-10-05 [paul]       3.7.2cvs44
3241
3242         * src/prefs_summaries.c
3243                 fix label, startup --> start-up, to match other uses of the
3244                 term
3245
3246 2009-10-05 [paul]       3.7.2cvs43
3247
3248         * po/pl.po
3249                 updated by Emilian Nowak
3250
3251 2009-10-03 [colin]      3.7.2cvs42
3252
3253         * src/mimeview.c
3254         * src/noticeview.c
3255         * src/gtk/gtkcmclist.c
3256         * src/gtk/gtkvscrollbutton.c
3257         * src/gtk/logwindow.c
3258                 GTK+ 2.18 fixes:
3259                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3260                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3261                 Fix warning at start
3262
3263 2009-09-28 [colin]      3.7.2cvs41
3264
3265         * src/matcher.c
3266         * src/mimeview.c
3267         * src/prefs_folder_item.c
3268                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3269
3270 2009-09-28 [colin]      3.7.2cvs40
3271
3272         * src/prefs_summaries.c
3273         * src/gtk/sslcertwindow.c
3274                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
3275                 shows up garbled in GUI'. Patch by Pawel Pekala
3276
3277 2009-09-24 [iwkse]      3.7.2cvs39
3278
3279         * configure.ac
3280             That's only for statistics, of course :)
3281
3282 2009-09-24 [iwkse]      3.7.2cvs38
3283
3284         * configure.ac
3285             ...
3286
3287 2009-09-24 [iwkse]      3.7.2cvs37
3288
3289         * configure.ac
3290             Revert unwanted change
3291
3292 2009-09-24 [iwkse]      3.7.2cvs36
3293
3294         * src/action.c
3295             Fix issue with filtering actions and 
3296             parsed parameters
3297
3298 2009-09-20 [mones]      3.7.2cvs35
3299
3300         * tools/convert_mbox.pl
3301                 Add -R flag to support recursive conversions
3302                 of arbitrary Evolution mail folders, based on
3303                 bash script by Daniel Dickinson (fixes debian 
3304                 bug #461435) 
3305         * tools/popfile-link.sh
3306                 Set required shell for script (fixes debian 
3307                 bug #530057)
3308
3309 2009-09-16 [colin]      3.7.2cvs34
3310
3311         * src/main.c
3312                 Go grab files in /etc/skel if they exist
3313                 at first startup 
3314
3315 2009-09-15 [colin]      3.7.2cvs33
3316
3317         * src/procmime.c
3318                 Complete 3.7.1cvs42: only output directly to
3319                 final file if we get NULL byes at the start.
3320                 Still fixes saving UTF16 files, but also
3321                 fixes displaying Base64 parts with decoding
3322                 errors (parts without errors get displayed)
3323
3324 2009-09-14 [colin]      3.7.2cvs32
3325
3326         * src/matcher.c
3327         * src/matcher.h
3328         * src/matcher_parser_parse.y
3329         * src/prefs_matcher.c
3330                 Add 'has_attachment' and 'signed' matcher
3331                 expressions. Patch by Aleksei Miheev, fixes
3332                 bug 1997. 
3333
3334 2009-09-14 [colin]      3.7.2cvs31
3335
3336         * src/common/utils.c
3337                 Add "Re :" prefix from french Yahoo mail.
3338                 Patch by Didier Barvaux, fixes bug 1999
3339
3340 2009-09-10 [mones]      3.7.2cvs30
3341
3342         * manual/plugins.xml
3343                 Fix sites supported by SpamReport
3344         * manual/es/plugins.xml
3345                 Synchronise Spanish manual
3346
3347 2009-09-07 [holger]     3.7.2cvs29
3348
3349         * Makefile.am
3350                 Also update the icon cache on uninstall.
3351                 This prevents possible problems when Claws Mail was
3352                 uninstalled and installed again into a different location,
3353                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3354                 and the blog post linked therein
3355
3356 2009-09-07 [paul]       3.7.2cvs28
3357
3358         * src/prefs_toolbar.c
3359                 when updating the main toolbar icons just update
3360                 the main toolbar (and consequently fix a bug where
3361                 folderview icons would disappear)
3362
3363 2009-08-30 [holger]     3.7.2cvs27
3364
3365         * src/compose.c
3366                 Do case-insensitive comparison against
3367                 header names when extracting recipients
3368                 from composed mails
3369
3370 2009-08-23 [colin]      3.7.2cvs26
3371
3372         * src/mbox.c
3373                 Probably fix RH bug 512024, " folder.c:3543 
3374                 Condition msglist != NULL failed"
3375
3376 2009-08-23 [colin]      3.7.2cvs25
3377
3378         * src/prefs_compose_writing.c
3379                 Make the maximum size warning bigger. Patch
3380                 by Didier Barvaux on bug 1986.
3381
3382 2009-08-21 [colin]      3.7.2cvs24
3383
3384         * src/compose.c
3385                 Previous commit: move the function into compose_insert_file
3386                 so that it's also used on drag-n-drop
3387
3388 2009-08-21 [colin]      3.7.2cvs23
3389
3390         * src/compose.c
3391                 Fix scrolling when adding an header
3392
3393 2009-08-21 [colin]      3.7.2cvs22
3394
3395         * src/compose.c
3396         * src/prefs_common.c
3397         * src/prefs_common.h
3398         * src/prefs_compose_writing.c
3399         * src/common/utils.c
3400                 Fix bug 1986, "New feature: warn user when inserting 
3401                 a large file in the message body". Patch by Didier
3402                 Barvaux
3403
3404 2009-08-21 [colin]      3.7.2cvs21
3405
3406         * AUTHORS
3407         * src/gtk/authors.h
3408         * src/common/utils.c
3409                 Fix bug 1984: Add R�f. : reply prefix (french 
3410                 Lotus Notes); patch by Didier Barvaux
3411
3412 2009-08-21 [colin]      3.7.2cvs20
3413
3414         * src/codeconv.c
3415         * src/codeconv.h
3416                 Fix bug 1969, 'Bad guess for outgoing encoding'
3417                 Make sure the specific converters (japanese in
3418                 this case) can return success/error in strict
3419                 mode, instead of silently failing back to 
3420                 strncpy
3421
3422 2009-08-20 [holger]     3.7.2cvs19
3423
3424         * src/compose.c
3425         * src/compose.h
3426                 Make it possible for code outside
3427                 compose (e.g. plugins) to attach files
3428
3429 2009-08-20 [colin]      3.7.2cvs18
3430
3431         * src/main.c
3432                 Fix crash when accessing IMAP soon
3433
3434 2009-08-18 [colin]      3.7.2cvs17
3435
3436         * src/ldapquery.c
3437                 Maybe fix crash on non-existent LDAP server
3438
3439 2009-08-04 [colin]      3.7.2cvs16
3440
3441         * src/toolbar.c
3442                 Fix toolbar's spacing that breaks dark
3443                 themes (patch from http://blogs.igalia.com/aperez/
3444                 2009/07/making-claws-mail-look-better/)
3445
3446 2009-07-28 [colin]      3.7.2cvs15
3447
3448         * src/account.c
3449         * src/addrcustomattr.c
3450         * src/addressadd.c
3451         * src/addressbook_foldersel.c
3452         * src/addrgather.c
3453         * src/browseldap.c
3454         * src/compose.c
3455         * src/editbook.c
3456         * src/editgroup.c
3457         * src/editjpilot.c
3458         * src/editldap.c
3459         * src/editldap_basedn.c
3460         * src/edittags.c
3461         * src/editvcard.c
3462         * src/exphtmldlg.c
3463         * src/expldifdlg.c
3464         * src/export.c
3465         * src/foldersel.c
3466         * src/import.c
3467         * src/importldif.c
3468         * src/importmutt.c
3469         * src/importpine.c
3470         * src/prefs_actions.c
3471         * src/prefs_customheader.c
3472         * src/prefs_display_header.c
3473         * src/prefs_filtering.c
3474         * src/prefs_folder_column.c
3475         * src/prefs_matcher.c
3476         * src/prefs_summary_column.c
3477         * src/prefs_summary_open.c
3478         * src/prefs_template.c
3479         * src/textview.c
3480         * src/uri_opener.c
3481                 Fix bug 1950, 'Program freeze up during folder selection'
3482                 Don't leave hidden windows modal
3483
3484 2009-07-28 [colin]      3.7.2cvs14
3485
3486         * src/ldapquery.c
3487                 Fix bug 1957, 'LDAP errs out after searching too 
3488                 many search bases'
3489
3490 2009-07-28 [colin]      3.7.2cvs13
3491
3492         * src/summaryview.c
3493                 Fix bug 1966, '"Collapse all threads" slower than 
3494                 "Expand all threads"'
3495
3496 2009-07-28 [colin]      3.7.2cvs12
3497
3498         * src/common/session.c
3499                 Fix bug 1967, 'Claws gets stuck after accepting 
3500                 a certificate warning dialog'
3501
3502 2009-07-19 [paul]       3.7.2cvs11
3503
3504         * manual/plugins.xml
3505                 a few small changes to the English
3506
3507 2009-07-18 [mones]      3.7.2cvs10
3508
3509         * manual/plugins.xml
3510                 Add new bsfilter and fancy plugins to the docs
3511                 and a note about dealing with plugins of the same class
3512         * src/prefs_account.c
3513                 Fix extra space at the end typo
3514
3515 2009-07-16 [colin]      3.7.2cvs9
3516
3517         * src/summaryview.c
3518                 Fix wrong return without unlocking; thanks
3519                 to mupuf_
3520
3521 2009-07-14 [colin]      3.7.2cvs8
3522
3523         * src/imap.c
3524                 Fix bug 1954, 'Segfault on reading wrong STATUS'
3525
3526 2009-07-10 [colin]      3.7.2cvs7
3527
3528         * src/plugins/pgpcore/plugin.def
3529         * src/common/utils.h
3530                 Fix windows port
3531
3532 2009-07-10 [colin]      3.7.2cvs6
3533
3534         * src/prefs_display_header.c
3535                 Fix bug 1951, 'C-Mail dumps core when editing 
3536                 displayed headers'. Patch by Alexey Rusakov
3537
3538 2009-07-10 [colin]      3.7.2cvs5
3539
3540         * src/folderview.c
3541                 Fix bug 1952, 'Deleted mails in Queue folder 
3542                 highlight it'.
3543
3544 2009-07-09 [colin]      3.7.2cvs4
3545
3546         * src/gtk/spell_entry.c
3547                 Fix bug 1949, 'Spell checker doesn't recognise 
3548                 certain word in Subject header, but does in 
3549                 message body'. Patch by Pawel Pekala.
3550
3551 2009-07-09 [paul]       3.7.2cvs3
3552
3553         * configure.ac
3554                 use pkgconfig to check for the minimum required
3555                 version of GnuTLS
3556
3557 2009-07-06 [colin]      3.7.2cvs2
3558
3559         * src/prefs_customheader.c
3560                 Fix build failure
3561
3562 2009-07-04 [paul]       3.7.2cvs1
3563
3564         * tools/claws.i18n.status.pl
3565                 updated
3566
3567 2009-07-03 [paul]       3.7.2
3568
3569         * NEWS
3570         * README
3571         * RELEASE_NOTES 
3572                 3.7.2 released!
3573
3574 2009-07-03 [paul]       3.7.1cvs85
3575
3576         * AUTHORS
3577         * configure.ac
3578         * po/pt_PT.po
3579         * po/sk.po
3580         * src/gtk/authors.h
3581                 added new translations by Tiago Faria and Slavko
3582         * po/bg.po
3583         * po/cs.po
3584         * po/de.po
3585         * po/es.po
3586         * po/fi.po
3587         * po/fr.po
3588         * po/hu.po
3589         * po/id.po
3590         * po/it.po
3591         * po/ja.po
3592         * po/pt_BR.po
3593         * po/ru.po
3594                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3595                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3596                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3597                 Goncalves Guimaraes, Aleksei Miheev
3598
3599 2009-07-01 [colin]      3.7.1cvs84
3600
3601         * src/prefs_common.c
3602                 Fix bug 1940, 'Doesn't open links in 
3603                 user's default browser'. Turn the preference
3604                 to TRUE by default; that will only change the
3605                 behaviour for new users.
3606
3607 2009-06-29 [colin]      3.7.1cvs83
3608
3609         * src/filtering.c
3610         * src/filtering.h
3611         * src/prefs_filtering_action.c
3612                 Fix bug 1935, 'problems with very long filtering actions':
3613                 Use a dynamic buffer in action to string, and a bigger
3614                 buffer in string to action
3615
3616 2009-06-29 [colin]      3.7.1cvs82
3617
3618         * src/matcher_parser_lex.l
3619                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3620
3621 2009-06-29 [colin]      3.7.1cvs81
3622
3623         * src/addressbook.c
3624                 Fix warnings
3625         * src/editgroup.c
3626                 Fix crash (out-of-bounds tree column)
3627         * src/gtk/gtkcmctree.c
3628         * src/gtk/gtksctree.c
3629                 Prevent using an out-of-bounds tree column
3630
3631 2009-06-29 [colin]      3.7.1cvs80
3632
3633         * src/ldapupdate.c
3634         * src/ldif.c
3635                 Leak fixes; patch by Pawel Pekala.
3636
3637 2009-06-26 [colin]      3.7.1cvs79
3638
3639         * src/summaryview.c
3640                 Sort by msgnum if dates are equal
3641
3642 2009-06-24 [paul]       3.7.1cvs78
3643
3644         * src/summaryview.c
3645                 make some (forgotten) strings translatable
3646
3647 2009-06-19 [colin]      3.7.1cvs77
3648
3649         * src/summaryview.c
3650                 Fix menu sensitiveness
3651
3652 2009-06-18 [colin]      3.7.1cvs76
3653
3654         * configure.ac
3655         * src/plugins/pgpcore/sgpgme.c
3656         * src/plugins/pgpcore/sgpgme.h
3657         * src/plugins/pgpmime/mypgpcore.def
3658         * src/plugins/pgpmime/pgpmime.c
3659         * src/plugins/smime/mypgpcore.def
3660         * src/plugins/smime/smime.c
3661                 Use largefile support (and stop using our old GPGME
3662                 hack on gpgme_data_seek/rewind)
3663                 (See 1.9.12cvs44 to 46 - if this breaks things we 
3664                 should soon know :)
3665
3666 2009-06-13 [colin]      3.7.1cvs75
3667
3668         * src/gtk/spell_entry.c
3669                 Fix assertion. We can put a NULL gtkaspell to
3670                 an entry; it just means it won't be spell-checked.
3671
3672 2009-06-12 [mones]      3.7.1cvs74
3673
3674         * src/compose.c
3675         * src/messageview.c
3676         * src/prefs_account.c
3677         * src/prefs_account.h
3678         * src/common/utils.c
3679         * src/common/utils.h
3680                 Added preference to use account address in generated
3681                 Message-Id. Fixes Debian bug #531052
3682
3683 2009-06-12 [colin]      3.7.1cvs73
3684
3685         * src/common/ssl.c
3686                 Better fix, API-compatible with libgnutls13
3687
3688 2009-06-12 [colin]      3.7.1cvs72
3689
3690         * src/common/ssl.c
3691                 Use compatibility mode in GnuTLS, and avoid problems with 
3692                 servers that don't comply 100% with the spec, but still
3693                 exist.
3694
3695 2009-06-06 [iwkse]      3.7.1cvs71
3696
3697         * src/compose.c
3698                 Ops..revert a mix with another patch
3699
3700 2009-06-06 [iwkse]      3.7.1cvs70
3701
3702         * src/compose.c
3703                 A better fix for the previous commit's issue
3704
3705 2009-06-06 [iwkse]      3.7.1cvs69
3706
3707         * src/compose.c
3708                 Fix shutting down of Claws Mail while a GTK_Return keypress 
3709                 event is sent to the Attach property window
3710
3711 2009-06-05 [colin]      3.7.1cvs68
3712
3713         * src/compose.c
3714                 Fix build on GTK+ 2.6
3715
3716 2009-06-03 [mones]      3.7.1cvs67
3717
3718         * tools/make.themes.project
3719                 Oops! fix header, sorry Paul ;-)
3720
3721 2009-06-03 [mones]      3.7.1cvs66
3722
3723         * tools/make.themes.project
3724                 Add support for PNG themes and other
3725                 fixes i don't remember now... :)
3726
3727 2009-06-02 [colin]      3.7.1cvs65
3728
3729         * src/compose.c
3730         * src/prefs_template.c
3731         * src/quote_fmt.c
3732                 Fix error messages in templates, and fix their
3733                 checking
3734
3735 2009-05-22 [colin]      3.7.1cvs64
3736
3737         * src/compose.c
3738                 And remove hbox too
3739
3740 2009-05-22 [colin]      3.7.1cvs63
3741
3742         * src/compose.c
3743                 Fix phantom button behind entry when
3744                 changing fields via Tools/Reply mode.
3745
3746 2009-05-22 [colin]      3.7.1cvs62
3747
3748         * src/compose.c
3749                 Fix icon size
3750
3751 2009-05-21 [mones]      3.7.1cvs61
3752
3753         * src/compose.c
3754         * src/compose.h
3755                 Add button to empty header lines with one click
3756
3757 2009-05-21 [paul]       3.7.1cvs60
3758
3759         * src/mainwindow.c
3760         * src/mainwindow.h
3761         * src/plugins/trayicon/trayicon.c
3762                 when quitting from the trayicon, honour
3763                 prefs_common.clean_on_exit
3764
3765 2009-05-21 [paul]       3.7.1cvs59
3766
3767         * src/gtk/Makefile.am
3768                 remove duplicate entry
3769                 thanks to Charles A Edwards
3770
3771 2009-05-19 [paul]       3.7.1cvs58
3772
3773         * src/send_message.c
3774                 clear progressbar in the statusbar on 'Cancel'
3775
3776 2009-05-16 [colin]      3.7.1cvs57
3777
3778         * AUTHORS
3779         * src/gtk/authors.h
3780                 Add Fabian
3781
3782 2009-05-16 [colin]      3.7.1cvs56
3783
3784         * src/msgcache.c
3785                 Remove msgnum>0 condition for removing messages
3786                 from caches. There's no such condition on add.
3787                 Fixes bug 1913, 'Allow to remove phantom 
3788                 messages from the cache'; patch by Fabian
3789                 Keil <fk at fabiankeil.de>
3790
3791 2009-05-12 [holger]     3.7.1cvs55
3792
3793         * src/messageview.c
3794         * src/messageview.h
3795                 Introduce hook after showing of the message view
3796
3797 2009-05-11 [colin]      3.7.1cvs54
3798
3799         * src/compose.c
3800                 Fix bug 1872, 'A: Cc: CCi: selector should 
3801                 default on same as preceding contact'
3802
3803 2009-05-10 [holger]     3.7.1cvs53
3804
3805         * src/addr_compl.c
3806         * src/addr_compl.h
3807                 Add a hook to make it possible for plugins to
3808                 modify the address completion list
3809
3810 2009-05-06 [paul]       3.7.1cvs52
3811
3812         * src/folder.c
3813         * src/mimeview.c
3814                 fix bug 1915, 'Mails signed with smime.p7s
3815                 display both signed and attachment icon.'
3816
3817 2009-05-05 [colin]      3.7.1cvs51
3818
3819         * src/common/utils.c
3820                 Fix patch :)
3821
3822 2009-05-05 [colin]      3.7.1cvs50
3823
3824         * src/common/utils.c
3825                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
3826                 different mountpoint than tempdir'
3827
3828 2009-05-04 [colin]      3.7.1cvs49
3829
3830         * src/msgcache.c
3831                 Probably fix bug 1914, 'Crash reading
3832                 corrupted tags file'
3833
3834 2009-04-26 [paul]       3.7.1cvs48
3835
3836         * configure.ac
3837         * src/gtk/gtkaspell.h
3838                 fix bug 1904, 'build mechanism looks for
3839                 'enchant.h' in a wrong place'
3840
3841 2009-04-25 [paul]       3.7.1cvs47
3842
3843         * src/printing.c
3844                 gah! fix coding style!
3845
3846 2009-04-25 [paul]       3.7.1cvs46
3847
3848         * src/printing.c
3849         * src/toolbar.c
3850                 if building with GTK+ >= 2.16 use
3851                 gtk_orientable_set_orientation() instead of now
3852                 deprecated gtk_toolbar_set_orientation()
3853
3854 2009-04-24 [colin]      3.7.1cvs45
3855
3856         * src/compose.c
3857                 Ask before sending if an attached file has
3858                 disappeared.
3859
3860 2009-04-19 [paul]       3.7.1cvs44
3861
3862         * src/prefs_common.c
3863         * src/prefs_common.h
3864         * src/gtk/about.c
3865                 save About window size.
3866                 patch by Pawel Pekala
3867
3868 2009-04-12 [paul]       3.7.1cvs43
3869
3870         * tools/csv2addressbook.pl
3871                 add extra CSV fields that are now appended
3872                 by thunderbird (version 2.0.0.21)
3873
3874 2009-04-08 [colin]      3.7.1cvs42
3875
3876         * src/procmime.c
3877                 fix saving (but not displaying) of UTF-16
3878                 files
3879
3880 2009-04-08 [colin]      3.7.1cvs41
3881
3882         * src/gtk/manage_window.c
3883                 Disable transient windows on win32 - seems to
3884                 fix most focusing issues
3885
3886 2009-04-05 [colin]      3.7.1cvs40
3887
3888         * src/procmsg.c
3889                 Don't ask whether we want to send deleted mails in queue
3890                 folders; also, don't send deleted mails when flushing
3891                 queues
3892
3893 2009-04-04 [paul]       3.7.1cvs39
3894
3895         * AUTHORS
3896         * configure.ac
3897         * po/id.po
3898         * src/gtk/authors.h
3899         * tools/claws.i18n.status.pl
3900                 add new Indonesian translation, by
3901                 MSulchan Darmawan
3902
3903 2009-04-03 [paul]       3.7.1cvs38
3904
3905         * AUTHORS
3906         * src/gtk/authors.h
3907                 credit due
3908
3909 2009-04-03 [colin]      3.7.1cvs37
3910
3911         * src/compose.c
3912         * src/textview.c
3913                 Fix bug 1891, 'Add support for gopher:// links'
3914                 Patch by Jacob Head <clawsmail at jacob-head.com>
3915                 Let's go back to the roots! 
3916
3917 2009-04-03 [paul]       3.7.1cvs36
3918
3919         * m4/Makefile.am
3920                 complete cvs35
3921
3922 2009-04-03 [paul]       3.7.1cvs35
3923
3924         * configure.ac
3925                 add AC_CONFIG_MACRO_DIR([m4])
3926                 remove CLAWS_ACLOCAL_INCLUDE(m4)
3927         * m4/aclocal-include.m4
3928                 removed this now unneeded file
3929
3930 2009-04-02 [colin]      3.7.1cvs34
3931
3932         * src/common/utils.h
3933                 Fix previous (thanks to Marcus :)
3934
3935 2009-04-02 [colin]      3.7.1cvs33
3936
3937         * src/common/utils.h
3938         * src/etpan/etpan-thread-manager.c
3939                 pipe() was a macro from GLib on win32 until
3940                 glib 2.13.2. It's undefined after that.
3941                 Thanks to Marcus Brinkmann for the heads-up!
3942
3943 2009-03-31 [colin]      3.7.1cvs32
3944
3945         * src/folder_item_prefs.c
3946                 Copy folder settings with prefs
3947
3948 2009-03-31 [colin]      3.7.1cvs31
3949
3950         * src/prefs_account.c
3951                 Don't use un-sensitive checkboxes in Privacy tab
3952                 when privacy system in None (makes unchecking 
3953                 painful when no privacy plugin is loaded)
3954
3955 2009-03-30 [colin]      3.7.1cvs30
3956
3957         * src/folder.c
3958         * src/folder.h
3959         * src/imap.c
3960         * src/mainwindow.c
3961         * src/mainwindow.h
3962         * src/prefs_account.c
3963         * src/prefs_account.h
3964         * src/summaryview.c
3965         * src/summaryview.h
3966                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3967                 Add an option on the Receive page of IMAP account preferences:
3968                 "Move deleted mails to trash and expunge immediately". This
3969                 option defaults to TRUE to avoid changing the existing behaviour.
3970                 Setting it to FALSE prevents automatic expunging. 
3971                 Also, add Tools/Expunge and View/Hide deleted messages menu items
3972                 (View/Hide deleted message being a per-folder setting, and behaving,
3973                 like View/Hide read messages).
3974
3975 2009-03-30 [colin]      3.7.1cvs29
3976
3977         * src/imap.c
3978                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3979                 ask for IMAP password when using GSSAPI auth
3980
3981 2009-03-27 [colin]      3.7.1cvs28
3982
3983         * src/folder.c
3984                 Fix cvs14, make sure we mark non-existent caches dirty
3985                 (or they never get written)
3986
3987 2009-03-27 [colin]      3.7.1cvs27
3988
3989         * src/imap.c
3990                 Fix tag update when all tags are removed 
3991                 from another client
3992
3993 2009-03-25 [colin]      3.7.1cvs26
3994
3995         * configure.ac
3996                 Fix configure.ac, thanks to Pawel
3997
3998 2009-03-25 [colin]      3.7.1cvs25
3999
4000         * src/news.c
4001         * src/etpan/nntp-thread.c
4002                 Fix header fetching (NG/To/Cc). Fixes 
4003                 bug 1883, 'Message processing fails to 
4004                 act on Newsgroups: field'
4005
4006 2009-03-23 [colin]      3.7.1cvs24
4007
4008         * src/textview.c
4009                 Fix internal headers visible in queue/sent
4010
4011 2009-03-23 [colin]      3.7.1cvs23
4012
4013         * configure.ac
4014                 Fix check for RC (resource compiler) used
4015                 on win32 (AC_LIBTOOL_RC used to call it 
4016                 implicitely but stopped)
4017
4018 2009-03-19 [colin]      3.7.1cvs22
4019
4020         * src/toolbar.c
4021                 Put spam button in default toolbar even if
4022                 bogofilter and spamassassin are not built.
4023                 Other anti-spam plugin could exist! :)
4024         * src/common/utils.c
4025                 Fix exit status fetch on win32
4026
4027 2009-03-18 [paul]       3.7.1cvs21
4028
4029         * src/gtk/spell_entry.c
4030                 fix "[BUG] Wrong word replaced in 'Subject:'
4031                 when spell-checking correction used"
4032                 Patch by Pawel Pekala
4033
4034 2009-03-17 [colin]      3.7.1cvs20
4035
4036         * src/common/utils.c
4037                 Fix win32 build (from cvs12)
4038
4039 2009-03-17 [colin]      3.7.1cvs19
4040
4041         * src/compose.c
4042                 Fix bug 1735, 'Change To: and Newsgroups: 
4043                 recipient field according account type'
4044                 Patch by Pawel
4045
4046 2009-03-17 [colin]      3.7.1cvs18
4047
4048         * src/msgcache.c
4049         * src/prefs_common.c
4050         * src/prefs_common.h
4051         * src/prefs_other.c
4052         * src/common/prefs.c
4053                 Add preference for fsyncing metadata
4054
4055 2009-03-16 [paul]       3.7.1cvs17
4056
4057         * src/prefs_customheader.c
4058                 add forgotten #if HAVE_LIBCOMPFACE
4059
4060 2009-03-16 [paul]       3.7.1cvs16
4061
4062         * src/prefs_customheader.c
4063                 put the (X-)Face preview image below the up/down
4064                 buttons so they don't jump around.
4065                 make the list reorderable by drag'n'drop
4066
4067 2009-03-16 [colin]      3.7.1cvs15
4068
4069         * src/prefs_customheader.c
4070                 Add a (X-)Face preview. Patch by iwkse.
4071
4072 2009-03-16 [colin]      3.7.1cvs14
4073
4074         * src/compose.c
4075         * src/folder.c
4076         * src/folder.h
4077         * src/msgcache.c
4078         * src/common/prefs.c
4079                 Add fsync calls to make sure we don't
4080                 lose data on system crashes. (to do:
4081                 add a pref to allow people choosing raw
4082                 speed)
4083
4084 2009-03-15 [colin]      3.7.1cvs13
4085
4086         * src/gtk/gtkaspell.c
4087                 Fix empty menu when there are no
4088                 suggestions (using the Spelling menu)
4089
4090 2009-03-14 [colin]      3.7.1cvs12
4091
4092         * src/common/utils.c
4093                 Win32: fix subject prefix length
4094
4095 2009-03-11 [mones]      3.7.1cvs11
4096
4097         * po/es.po
4098                 fix encoding declared in header
4099                 update translation now we're at it
4100
4101 2009-03-10 [colin]      3.7.1cvs10
4102
4103         * src/messageview.c
4104                 Fix "wrong mime" message printed out multiple
4105                 times
4106
4107 2009-03-10 [colin]      3.7.1cvs9
4108
4109         * src/prefs_folder_item.c
4110                 Fix build
4111
4112 2009-03-09 [paul]       3.7.1cvs8
4113
4114         * src/prefs_folder_item.c
4115         * src/send_message.c
4116                 fixes to english text
4117
4118 2009-03-08 [paul]       3.7.1cvs7
4119
4120         * po/ja.po
4121                 correct errors in header
4122
4123 2009-03-08 [paul]       3.7.1cvs6
4124
4125         * AUTHORS
4126         * configure.ac
4127         * po/ja.po
4128         * src/gtk/authors.h
4129         * tools/claws.i18n.status.pl
4130                 add Japanese translation, submitted by kazken3
4131
4132 2009-03-07 [colin]      3.7.1cvs5
4133
4134         * src/messageview.c
4135                 Don't let the invalid MIME warning hide
4136                 other noticeview (Partial receive or 
4137                 return receipt).
4138
4139 2009-03-07 [colin]      3.7.1cvs4
4140
4141         * src/procmime.c
4142                 Fix build
4143
4144 2009-03-07 [colin]      3.7.1cvs3
4145
4146         * src/messageview.c
4147         * src/procmime.c
4148         * src/procmime.h
4149                 Handle mimeparts that lack an end boundary.
4150                 They're invalid but it's too annoying for
4151                 normal users to fix.
4152
4153 2009-03-06 [wwp]        3.7.1cvs2
4154
4155         * src/compose.c
4156         * src/folder_item_prefs.c
4157         * src/folder_item_prefs.h
4158         * src/prefs_folder_item.c
4159                 Add per-folder default cc, bcc and reply-to.
4160
4161 2009-03-06 [colin]      3.7.1cvs1
4162
4163         * src/gedit-print.c
4164         * src/gtk/gtksourceprintjob.c
4165                 Fix build with old print interface
4166
4167 2009-03-06 [paul]       3.7.1
4168
4169         * NEWS
4170         * README
4171         * RELEASE_NOTES 
4172                 3.7.1 released!
4173
4174 2009-03-06 [paul]       3.7.0cvs78
4175
4176         * po/cs.po
4177         * po/de.po
4178         * po/fi.po
4179         * po/fr.po
4180         * po/hu.po
4181         * po/nl.po
4182         * po/pt_BR.po
4183         * po/sv.po
4184         * po/zh_CN.po
4185                 updated by David Vachulka, Stephan Sachse, Flammie
4186                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4187                 Frederico Goncalves Guimaraes, Lars Persson Fink,
4188                 and Ralph Young
4189
4190 2009-03-03 [colin]      3.7.0cvs77
4191
4192         * src/prefs_filtering.c
4193                 Win32: Fix bug 1865, 'IMAP account name changes 
4194                 are not followed at filter actions'
4195
4196 2009-03-02 [colin]      3.7.0cvs76
4197
4198         * src/imap.c
4199                 Fix Launchpad bug 335571: 'claws-mail crashed 
4200                 with SIGSEGV in strlen() while deleting 
4201                 large amount of e-mails on IMAP account
4202
4203 2009-02-27 [mones]      3.7.0cvs75
4204
4205         * manual/es/account.xml
4206         * manual/es/ack.xml
4207         * manual/es/addrbook.xml
4208         * manual/es/advanced.xml
4209         * manual/es/claws-mail-manual.xml
4210         * manual/es/faq.xml
4211         * manual/es/glossary.xml
4212         * manual/es/gpl.xml
4213         * manual/es/handling.xml
4214         * manual/es/intro.xml
4215         * manual/es/keyboard.xml
4216         * manual/es/plugins.xml
4217         * manual/es/starting.xml
4218                 Sync with English version, fix some typos
4219                 Changed encoding to UTF-8
4220         * po/es.po
4221                 Update for release, changed encoding to UTF-8
4222
4223 2009-02-24 [colin]      3.7.0cvs74
4224
4225         * src/printing.c
4226                 Don't print separation line if there
4227                 are no headers
4228
4229 2009-02-23 [cleroy]     3.7.0cvs73
4230
4231         * src/account.c
4232         * src/action.c
4233         * src/addr_compl.c
4234         * src/addrbook.c
4235         * src/addrcache.c
4236         * src/addrcindex.c
4237         * src/addrclip.c
4238         * src/addrduplicates.c
4239         * src/addressadd.c
4240         * src/addressbook.c
4241         * src/addressbook_foldersel.c
4242         * src/addrharvest.c
4243         * src/addrindex.c
4244         * src/addritem.c
4245         * src/addrquery.c
4246         * src/addrselect.c
4247         * src/codeconv.c
4248         * src/compose.c
4249         * src/customheader.c
4250         * src/editaddress.c
4251         * src/editaddress_other_attributes_ldap.c
4252         * src/editgroup.c
4253         * src/editldap.c
4254         * src/enriched.c
4255         * src/exporthtml.c
4256         * src/exportldif.c
4257         * src/filtering.c
4258         * src/folder.c
4259         * src/foldersel.c
4260         * src/folderutils.c
4261         * src/folderview.c
4262         * src/gedit-print.c
4263         * src/html.c
4264         * src/imap.c
4265         * src/imap_gtk.c
4266         * src/inc.c
4267         * src/jpilot.c
4268         * src/ldapctrl.c
4269         * src/ldapquery.c
4270         * src/ldapserver.c
4271         * src/ldapupdate.c
4272         * src/ldif.c
4273         * src/localfolder.c
4274         * src/main.c
4275         * src/mainwindow.c
4276         * src/matcher.c
4277         * src/mbox.c
4278         * src/messageview.c
4279         * src/mh.c
4280         * src/mh_gtk.c
4281         * src/mimeview.c
4282         * src/msgcache.c
4283         * src/mutt.c
4284         * src/news.c
4285         * src/news_gtk.c
4286         * src/noticeview.c
4287         * src/pine.c
4288         * src/pop.c
4289         * src/prefs_account.c
4290         * src/prefs_actions.c
4291         * src/prefs_common.c
4292         * src/prefs_filtering.c
4293         * src/prefs_filtering_action.c
4294         * src/prefs_folder_column.c
4295         * src/prefs_folder_item.c
4296         * src/prefs_gtk.c
4297         * src/prefs_matcher.c
4298         * src/prefs_quote.c
4299         * src/prefs_send.c
4300         * src/prefs_summaries.c
4301         * src/prefs_summary_column.c
4302         * src/prefs_template.c
4303         * src/prefs_themes.c
4304         * src/prefs_toolbar.c
4305         * src/printing.c
4306         * src/privacy.c
4307         * src/procheader.c
4308         * src/procmime.c
4309         * src/procmsg.c
4310         * src/quote_fmt.c
4311         * src/remotefolder.c
4312         * src/send_message.c
4313         * src/sourcewindow.c
4314         * src/statusbar.c
4315         * src/stock_pixmap.c
4316         * src/summary_search.c
4317         * src/summaryview.c
4318         * src/textview.c
4319         * src/toolbar.c
4320         * src/undo.c
4321         * src/uri_opener.c
4322         * src/vcard.c
4323         * src/common/base64.c
4324         * src/common/claws.c
4325         * src/common/hooks.c
4326         * src/common/plugin.c
4327         * src/common/prefs.c
4328         * src/common/session.c
4329         * src/common/smtp.c
4330         * src/common/socket.c
4331         * src/common/string_match.c
4332         * src/common/stringtable.c
4333         * src/common/utils.c
4334         * src/common/utils.h
4335         * src/common/xml.c
4336         * src/common/xmlprops.c
4337         * src/gtk/colorlabel.c
4338         * src/gtk/combobox.c
4339         * src/gtk/foldersort.c
4340         * src/gtk/gtkaspell.c
4341         * src/gtk/gtkcmclist.c
4342         * src/gtk/gtkcmctree.c
4343         * src/gtk/gtkcmoptionmenu.c
4344         * src/gtk/gtksctree.c
4345         * src/gtk/gtkshruler.c
4346         * src/gtk/gtksourceprintjob.c
4347         * src/gtk/gtkutils.c
4348         * src/gtk/gtkvscrollbutton.c
4349         * src/gtk/logwindow.c
4350         * src/gtk/menu.c
4351         * src/gtk/pluginwindow.c
4352         * src/gtk/prefswindow.c
4353         * src/gtk/quicksearch.c
4354         * src/gtk/spell_entry.c
4355         * src/plugins/pgpcore/select-keys.c
4356         * src/plugins/pgpinline/pgpinline.c
4357         * src/plugins/pgpmime/pgpmime.c
4358         * src/plugins/smime/smime.c
4359         * src/plugins/spamassassin/spamassassin_gtk.c
4360                 Mass commit changing g_return_* to cm_return_*
4361                 and making these more interesting
4362
4363 2009-02-23 [colin]      3.7.0cvs72
4364
4365         * src/imap.c
4366                 Always initialise error code to no error
4367
4368 2009-02-23 [colin]      3.7.0cvs71
4369
4370         * src/imap.c
4371                 Fix separator substitution
4372
4373 2009-02-23 [colin]      3.7.0cvs70
4374
4375         * src/stock_pixmap.c
4376         * src/gtk/colorlabel.c
4377                 don't use g_return on normal checks
4378
4379 2009-02-22 [colin]      3.7.0cvs69
4380
4381         * src/addressbook.c
4382         * src/procmime.c
4383                 More fixes
4384
4385 2009-02-22 [colin]      3.7.0cvs68
4386
4387         * src/addrduplicates.c
4388         * src/addressbook.c
4389         * src/addrharvest.c
4390         * src/codeconv.c
4391         * src/compose.c
4392         * src/filtering.c
4393         * src/folder.c
4394         * src/imap.c
4395         * src/imap_gtk.c
4396         * src/importldif.c
4397         * src/jpilot.c
4398         * src/mainwindow.c
4399         * src/matcher.c
4400         * src/mbox.c
4401         * src/messageview.c
4402         * src/mh_gtk.c
4403         * src/prefs_common.c
4404         * src/prefs_filtering.c
4405         * src/prefs_gtk.c
4406         * src/printing.c
4407         * src/privacy.c
4408         * src/procmime.c
4409         * src/procmsg.c
4410         * src/summaryview.c
4411         * src/textview.c
4412         * src/undo.c
4413         * src/wizard.c
4414         * src/common/md5.c
4415         * src/common/socket.c
4416         * src/common/template.c
4417         * src/etpan/imap-thread.c
4418         * src/gtk/gtkaspell.c
4419         * src/gtk/gtkcmctree.c
4420         * src/gtk/gtksctree.c
4421         * src/gtk/inputdialog.c
4422         * src/plugins/pgpcore/sgpgme.c
4423         * src/plugins/pgpmime/pgpmime.c
4424         * src/plugins/smime/smime.c
4425         * src/plugins/spamassassin/spamassassin.c
4426                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4427                 uninitialised accesses
4428
4429 2009-02-17 [colin]      3.7.0cvs67
4430
4431         * src/compose.c
4432                 Disable controls during queuing
4433
4434 2009-02-15 [colin]      3.7.0cvs66
4435
4436         * src/privacy.c
4437         * src/plugins/pgpcore/select-keys.c
4438         * src/plugins/pgpcore/sgpgme.c
4439                 Disable use of disabled keys
4440
4441 2009-02-15 [colin]      3.7.0cvs65
4442
4443         * src/folderview.c
4444         * src/summaryview.c
4445                 Fix font updating after changing 
4446                 prefs_common.derive_from_normal_font
4447
4448 2009-02-12 [paul]       3.7.0cvs64
4449
4450         * src/addressitem.h
4451         * src/export.h
4452         * src/headerview.c
4453         * src/headerview.h
4454         * src/common/version.h.in
4455         * src/gtk/about.h
4456         * src/gtk/menu.c
4457         * src/gtk/menu.h
4458                 more copyright header fixes
4459
4460 2009-02-12 [paul]       3.7.0cvs63
4461
4462         * src/gtk/progressdialog.c
4463         * src/gtk/progressdialog.h
4464                 fix copyright header
4465
4466 2009-02-12 [paul]       3.7.0cvs62
4467
4468         * src/gtk/spell_entry.c
4469         * src/gtk/spell_entry.h
4470                 better, more standard copyright header
4471
4472 2009-02-12 [paul]       3.7.0cvs61
4473
4474         * src/gtk/spell_entry.c
4475         * src/gtk/spell_entry.h
4476                 changes to copyright header
4477
4478 2009-02-12 [paul]       3.7.0cvs60
4479
4480         * src/gtk/spell_entry.c
4481         * src/gtk/spell_entry.h
4482                 fix broken build
4483
4484 2009-02-11 [colin]      3.7.0cvs59
4485
4486         * src/gtk/spell_entry.c
4487         * src/gtk/spell_entry.h
4488                 Forgot to add files
4489
4490 2009-02-11 [colin]      3.7.0cvs58
4491
4492         * src/compose.c
4493         * src/gtk/Makefile.am
4494         * src/gtk/gtkaspell.c
4495         * src/gtk/gtkaspell.h
4496                 Add spellcheck to subject. Patch by
4497                 Pawel.
4498
4499 2009-02-10 [holger]     3.7.0cvs57
4500
4501         * src/printing.c
4502         * src/common/defs.h
4503                 Move filename define for printing page setup cache to defs.h
4504
4505 2009-02-08 [mones]      3.7.0cvs56
4506
4507         * src/matcher.h
4508                 Fix build for bison 2.4.1
4509
4510 2009-02-06 [holger]     3.7.0cvs55
4511
4512         * src/prefs_common.c
4513         * src/prefs_common.h
4514         * src/printing.c
4515                 Fix restoring of custom page setups for printing by
4516                 temporarily caching the settings.
4517                 This is a workaround for Gnome Bug #39018, and fixes
4518                 Claws Mail Bug #1840.
4519
4520 2009-02-06 [colin]      3.7.0cvs54
4521
4522         * src/mainwindow.c
4523                 Fix hardcoded Shift-Q quits. Fixes
4524                 bug 1838, 'Claws-Mail sometimes quits 
4525                 when attempting to type a capital Q'
4526
4527 2009-01-31 [paul]       3.7.0cvs53
4528
4529         * src/compose.c
4530                 revert 3.7.0cvs49, until there is time to find out
4531                 why it causes a nasty crash!
4532
4533 2009-01-31 [paul]       3.7.0cvs52
4534
4535         * src/mainwindow.c
4536                 1 string that was forgotten for translation
4537
4538 2009-01-31 [paul]       3.7.0cvs51
4539
4540         * src/messageview.c
4541                 2 strings that were forgotten for translation
4542
4543 2009-01-31 [paul]       3.7.0cvs50
4544
4545         * src/gtk/prefswindow.c
4546                 build prefs tree in a slightly smarter way -
4547                 fix bug where if path[0] had same name as
4548                 path[1], (like in the de translation), path[1]
4549                 was lost and not shown in the window
4550
4551 2009-01-31 [paul]       3.7.0cvs49
4552
4553         * src/compose.c
4554                 fix bug 1836, 'Quoted text still blue after
4555                 removal of quote-character'
4556                 comment out some debug_print's that needlessly
4557                 slow things down
4558         * src/undo.c
4559                 comment out a debug_print that needlessly slows
4560                 things down
4561
4562 2009-01-31 [paul]       3.7.0cvs48
4563
4564         * src/summaryview.c
4565                 fix bug 1834, '"semi"-selection when collapsing thread'
4566
4567 2009-01-31 [paul]       3.7.0cvs47
4568
4569         * src/prefs_compose_writing.c
4570         * src/prefs_message.c
4571                 move 'quote_chars' pref to where it should be
4572
4573 2009-01-30 [paul]       3.7.0cvs46
4574
4575         * src/summa