2011-10-25 [colin] 3.7.10cvs51
[claws.git] / ChangeLog
1 2011-10-25 [colin]      3.7.10cvs51
2
3         * src/stock_pixmap.c
4                 Fix build with gtk + 2.20
5
6 2011-10-25 [colin]      3.7.10cvs50
7
8         * src/compose.c
9         * src/messageview.c
10         * src/procmsg.c
11         * src/procmsg.h
12                 Fix locking when sending a single message
13
14 2011-10-25 [colin]      3.7.10cvs49
15
16         * src/gtk/colorlabel.c
17                 GDK_ => GDK_KEY
18         * src/gtk/gtkcmclist.c
19                 Make row height closer to what it was
20
21 2011-10-25 [colin]      3.7.10cvs48
22
23         * src/stock_pixmap.c
24                 Always use cairo to draw
25
26 2011-10-25 [colin]      3.7.10cvs47
27
28         * src/mimeview.c
29                 Fix bug #2529, 'crash in mimeview_start_drag after
30                 deleting message'. Patch by Ricardo
31
32 2011-10-23 [colin]      3.7.10cvs46
33
34         * src/gtk/gtkcmclist.c
35         * src/gtk/gtkcmclist.h
36         * src/gtk/gtkcmctree.c
37                 Draw CMClist with cairo too.
38
39 2011-10-23 [colin]      3.7.10cvs45
40
41         * src/gtk/gtkcmclist.h
42                 Fix build (this was not meant to be commited)
43
44 2011-10-23 [colin]      3.7.10cvs44
45
46         * src/addressadd.c
47         * src/addressbook.c
48         * src/addressbook_foldersel.c
49         * src/editgroup.c
50         * src/foldersel.c
51         * src/folderview.c
52         * src/grouplistdialog.c
53         * src/prefs_common.c
54         * src/prefs_common.h
55         * src/summaryview.c
56         * src/gtk/gtkcmclist.c
57         * src/gtk/gtkcmclist.h
58         * src/gtk/gtkcmctree.c
59         * src/gtk/gtkcmctree.h
60         * src/gtk/gtksctree.c
61                 Refactor some tree stuff (lots of code duplication there)
62                 and switch to cairo for tree rendering.
63
64 2011-10-23 [holger]     3.7.10cvs43
65
66         * src/filtering.c
67                 Don't issue a warning for designed behaviour of the stop rule.
68                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
69
70 2011-10-22 [colin]      3.7.10cvs42
71
72         * src/printing.c
73         * src/gtk/gtkshruler.c
74         * src/gtk/gtkutils.h
75                 Fix GTK+2.16 build
76
77 2011-10-22 [colin]      3.7.10cvs41
78
79         * src/account.c
80         * src/addr_compl.c
81         * src/addrgather.c
82         * src/compose.c
83         * src/editldap.c
84         * src/expldifdlg.c
85         * src/folderview.c
86         * src/grouplistdialog.c
87         * src/headerview.c
88         * src/importldif.c
89         * src/main.c
90         * src/mainwindow.c
91         * src/mimeview.c
92         * src/noticeview.c
93         * src/prefs_account.c
94         * src/prefs_actions.c
95         * src/prefs_ext_prog.c
96         * src/prefs_filtering.c
97         * src/prefs_folder_item.c
98         * src/prefs_image_viewer.c
99         * src/prefs_logging.c
100         * src/prefs_msg_colors.c
101         * src/prefs_other.c
102         * src/prefs_send.c
103         * src/prefs_spelling.c
104         * src/prefs_summaries.c
105         * src/prefs_template.c
106         * src/printing.c
107         * src/quote_fmt.c
108         * src/send_message.c
109         * src/statusbar.c
110         * src/summary_search.c
111         * src/summaryview.c
112         * src/wizard.c
113         * src/gtk/gtkcmclist.c
114         * src/gtk/gtkcmctree.c
115         * src/gtk/gtkcmoptionmenu.c
116         * src/gtk/gtksctree.c
117         * src/gtk/gtkutils.c
118         * src/gtk/gtkutils.h
119         * src/gtk/gtkvscrollbutton.c
120         * src/gtk/inputdialog.c
121         * src/gtk/pluginwindow.c
122         * src/gtk/quicksearch.c
123         * src/gtk/spell_entry.c
124         * src/plugins/bogofilter/bogofilter_gtk.c
125         * src/plugins/dillo_viewer/dillo_prefs.c
126         * src/plugins/pgpcore/prefs_gpg.c
127         * src/plugins/spamassassin/spamassassin_gtk.c
128         * src/plugins/trayicon/trayicon.c
129         * src/plugins/trayicon/trayicon_prefs.c
130                 Remove all possible #if GTK_CHECK_VERSION() checks,
131                 and make Claws build with GTK+2.16 (untested right
132                 now), as the Gpg4Win project uses GTK+2.16 currently.
133
134 2011-10-22 [colin]      3.7.10cvs40
135
136         * src/gtk/gtkutils.h
137         * configure.ac
138                 Fix (hopefully) build with GTK+ 2.18.
139
140 2011-10-20 [paul]       3.7.10cvs39
141
142         * AUTHORS
143         * src/ldif.c
144         * src/gtk/authors.h
145                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
146                 Patch by Bodo Graumann <mail@bodograumann.de>
147
148 2011-10-20 [mones]      3.7.10cvs38
149
150         * po/fr.po
151         * src/common/defs.h
152                 Fix references to old dotsrc mailing lists
153
154 2011-10-19 [mones]      3.7.10cvs37
155
156         * src/prefs_msg_colors.c
157                 Fix Ok/Cancel buttons in color selector of preferences
158
159 2011-10-17 [colin]      3.7.10cvs36
160
161         * src/gtk/gtkshruler.c
162                 (Probably) fix GTK+ <= 2.22
163
164 2011-10-17 [colin]      3.7.10cvs35
165
166         * src/gtk/gtkshruler.c
167                 Fix GTK+2.22 build
168
169 2011-10-17 [mones]      3.7.10cvs34
170
171         * src/addrbook.c
172         * src/exportldif.c
173         * src/jpilot.c
174         * src/mutt.c
175         * src/pine.c
176         * src/procmsg.c
177         * src/vcard.c
178                 Fix potential out-of-buffer writes
179
180 2011-10-17 [mones]      3.7.10cvs33
181
182         * src/main.c
183                 Use just one g_print call per option; correct indentation
184
185 2011-10-17 [colin]      3.7.10cvs32
186
187         * src/compose.c
188         * src/compose.h
189         * src/gtk/Makefile.am
190         * src/gtk/gtkshruler.c
191         * src/gtk/gtkshruler.h
192         * src/gtk/gtkunit.c
193         * src/gtk/gtkunit.h
194                 Reimplement ruler using the GTK widgets. Thanks
195                 to Hanno for the initial patch.
196
197 2011-10-17 [colin]      3.7.10cvs31
198
199         * src/action.c
200         * src/main.c
201         * src/gtk/gtkutils.c
202         * src/gtk/gtkutils.h
203                 Undeprecate GIO/GdkCondition
204
205 2011-10-16 [mones]      3.7.10cvs30
206
207         * src/main.c
208                 Add --compose-from-file option to open composition
209                 window with the headers and body from a file; based
210                 on Debian patch to fix http://bugs.debian.org/544868
211
212 2011-10-15 [mones]      3.7.10cvs29
213
214         * manual/advanced.xml
215                 Document new summary_from_show hidden preference
216
217 2011-10-15 [paul]       3.7.10cvs28
218
219         * src/compose.c
220                 compose_create_tags() - fix misplaced 'int i'
221                 compose_entry_mark_default_to() - fix To field highlighting
222
223 2011-10-09 [colin]      3.7.10cvs27
224
225         * src/addr_compl.c
226                 Fix address completion
227
228 2011-10-07 [colin]      3.7.10cvs26
229
230         * src/prefs_filtering_action.c
231         * src/gtk/gtkutils.h
232                 Fix build with GTK+2.20
233
234 2011-10-07 [colin]      3.7.10cvs25
235
236         * src/gtk/Makefile.am
237         * src/gtk/gdkkeysyms-new.h
238         * src/gtk/gtkutils.h
239                 Copy the new GDK_KEY_* definitions for older GTKs
240
241 2011-10-07 [colin]      3.7.10cvs24
242
243         * configure.ac
244                 Fix typos (thanks to Hanno)
245
246 2011-10-07 [colin]      3.7.10cvs23
247
248         * src/compose.c
249         * src/gtk/gtkshruler.c
250         * src/gtk/gtkshruler.h
251                 Disable ruler starting from 2.24.
252
253 2011-10-07 [colin]      3.7.10cvs22
254
255         * configure.ac
256         * src/messageview.c
257         * src/gtk/Makefile.am
258                 GTK2 build fix
259
260 2011-10-07 [colin]      3.7.10cvs21
261
262         * configure.ac
263         * src/action.c
264         * src/addr_compl.c
265         * src/addrgather.c
266         * src/compose.c
267         * src/compose.h
268         * src/editldap.c
269         * src/mainwindow.c
270         * src/message_search.c
271         * src/mimeview.c
272         * src/mimeview.h
273         * src/prefs_account.c
274         * src/prefs_compose_writing.c
275         * src/prefs_filtering_action.c
276         * src/prefs_folder_item.c
277         * src/prefs_logging.c
278         * src/prefs_matcher.c
279         * src/prefs_message.c
280         * src/prefs_other.c
281         * src/prefs_receive.c
282         * src/prefs_summaries.c
283         * src/prefs_wrapping.c
284         * src/printing.c
285         * src/ssl_manager.c
286         * src/statusbar.c
287         * src/stock_pixmap.c
288         * src/summary_search.c
289         * src/textview.c
290         * src/gtk/Makefile.am
291         * src/gtk/colorlabel.c
292         * src/gtk/gtkutils.c
293         * src/gtk/gtkutils.h
294         * src/gtk/logwindow.c
295         * src/gtk/menu.c
296         * src/gtk/menu.h
297         * src/gtk/quicksearch.c
298         * src/gtk/spell_entry.c
299         * src/plugins/bogofilter/bogofilter_gtk.c
300         * src/plugins/dillo_viewer/dillo_viewer.c
301         * src/plugins/pgpcore/prefs_gpg.c
302         * src/plugins/spamassassin/spamassassin_gtk.c
303                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
304                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
305                 ported (especially GtkCMOptionMenu)
306
307 2011-10-07 [colin]      3.7.10cvs20
308
309         * src/account.c
310         * src/action.c
311         * src/addr_compl.c
312         * src/addrcustomattr.c
313         * src/addrduplicates.c
314         * src/addressadd.c
315         * src/addressbook.c
316         * src/addressbook_foldersel.c
317         * src/addrgather.c
318         * src/alertpanel.c
319         * src/browseldap.c
320         * src/compose.c
321         * src/editaddress.c
322         * src/editaddress_other_attributes_ldap.c
323         * src/editbook.c
324         * src/editgroup.c
325         * src/editjpilot.c
326         * src/editldap.c
327         * src/editldap_basedn.c
328         * src/edittags.c
329         * src/editvcard.c
330         * src/exphtmldlg.c
331         * src/expldifdlg.c
332         * src/export.c
333         * src/foldersel.c
334         * src/folderview.c
335         * src/grouplistdialog.c
336         * src/import.c
337         * src/importldif.c
338         * src/importmutt.c
339         * src/importpine.c
340         * src/mainwindow.c
341         * src/message_search.c
342         * src/messageview.c
343         * src/mimeview.c
344         * src/prefs_actions.c
345         * src/prefs_customheader.c
346         * src/prefs_display_header.c
347         * src/prefs_filtering.c
348         * src/prefs_filtering_action.c
349         * src/prefs_folder_column.c
350         * src/prefs_matcher.c
351         * src/prefs_msg_colors.c
352         * src/prefs_other.c
353         * src/prefs_summaries.c
354         * src/prefs_summary_column.c
355         * src/prefs_summary_open.c
356         * src/prefs_template.c
357         * src/prefs_toolbar.c
358         * src/printing.c
359         * src/sourcewindow.c
360         * src/ssl_manager.c
361         * src/summary_search.c
362         * src/summaryview.c
363         * src/textview.c
364         * src/uri_opener.c
365         * src/gtk/about.c
366         * src/gtk/colorsel.c
367         * src/gtk/combobox.c
368         * src/gtk/description_window.c
369         * src/gtk/foldersort.c
370         * src/gtk/gtkaspell.c
371         * src/gtk/gtkcmclist.c
372         * src/gtk/gtkcmctree.c
373         * src/gtk/gtkcmoptionmenu.c
374         * src/gtk/gtkutils.c
375         * src/gtk/icon_legend.c
376         * src/gtk/inputdialog.c
377         * src/gtk/logwindow.c
378         * src/gtk/pluginwindow.c
379         * src/gtk/prefswindow.c
380         * src/gtk/quicksearch.c
381         * src/plugins/pgpcore/passphrase.c
382         * src/plugins/pgpcore/select-keys.c
383                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
384                 to replace GDK_* by GDK_KEY_*.
385
386 2011-10-07 [colin]      3.7.10cvs19
387
388         * AUTHORS
389         * src/account.c
390         * src/action.c
391         * src/addr_compl.c
392         * src/addressbook.c
393         * src/alertpanel.c
394         * src/compose.c
395         * src/edittags.c
396         * src/folderview.c
397         * src/grouplistdialog.c
398         * src/image_viewer.c
399         * src/mainwindow.c
400         * src/mimeview.c
401         * src/noticeview.c
402         * src/prefs_filtering_action.c
403         * src/prefs_folder_column.c
404         * src/prefs_msg_colors.c
405         * src/prefs_summary_column.c
406         * src/prefs_toolbar.c
407         * src/printing.c
408         * src/stock_pixmap.c
409         * src/summaryview.c
410         * src/textview.c
411         * src/undo.c
412         * src/wizard.c
413         * src/gtk/about.c
414         * src/gtk/authors.h
415         * src/gtk/colorlabel.c
416         * src/gtk/colorsel.c
417         * src/gtk/gtkcmclist.c
418         * src/gtk/gtkcmctree.c
419         * src/gtk/gtkcmoptionmenu.c
420         * src/gtk/gtksctree.c
421         * src/gtk/gtkutils.c
422         * src/gtk/gtkvscrollbutton.c
423         * src/gtk/inputdialog.c
424         * src/gtk/logwindow.c
425         * src/gtk/menu.c
426         * src/gtk/prefswindow.c
427         * src/gtk/progressdialog.c
428         * src/plugins/pgpcore/passphrase.c
429         * src/plugins/trayicon/trayicon.c
430                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
431                 Patch by Hanno Thurow-Meyer, many thanks to him !
432
433 2011-09-20 [colin]      3.7.10cvs18
434
435         * src/common/ssl.c
436                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
437                 gnutls 3.0.3'
438
439 2011-09-18 [colin]      3.7.10cvs17
440
441         * src/news.c
442                 Fix segfault when connection fails
443
444 2011-09-03 [colin]      3.7.10cvs16
445
446         * src/common/ssl.c
447                 Use NORMAL instead of EXPORT priorities.
448
449 2011-09-02 [colin]      3.7.10cvs15
450
451         * configure.ac
452         * src/common/ssl.c
453                 Linking against gcrypt explicitely in order to call
454                 gcry_control() for mutex setup isn't necessary anymore
455                 starting from gnuTLS 2.11.
456
457 2011-08-31 [colin]      3.7.10cvs14
458
459         * src/plugins/pgpinline/pgpinline.c
460         * src/plugins/pgpmime/pgpmime.c
461                 Fix bug #2431, "Major memory leak in PGP message handling".
462
463 2011-08-31 [colin]      3.7.10cvs13
464
465         * AUTHORS
466         * src/gtk/authors.h
467         * src/mainwindow.c
468         * src/messageview.c
469         * src/gtk/authors.h
470                 Apply Steve Rader's patch from bug #2388, "Add 
471                 message view scrolling menu items"
472
473 2011-08-30 [colin]      3.7.10cvs12
474
475         * src/gtk/prefswindow.c
476                 Fix layout issues (i.e. on SSL page if changing account
477                 type prior to visiting it).
478
479 2011-08-30 [colin]      3.7.10cvs11
480
481         * configure.ac
482         * src/common/ssl.c
483                 Don't use deprecated functions for GnuTLS priorities.
484                 Require GnuTLS 2.2 that is the first version with the
485                 new function.
486
487 2011-08-30 [colin]      3.7.10cvs10
488
489         * src/common/socket.c
490         * src/common/ssl.c
491                 Long-term fix for bug #2402, "GnuTLS change breaks socket
492                 communication", as per http://savannah.gnu.org/support/?107660
493
494 2011-08-30 [colin]      3.7.10cvs9
495
496         * src/etpan/imap-thread.c
497         * src/etpan/nntp-thread.c
498                 Remove dead openSSL code
499
500 2011-08-30 [colin]      3.7.10cvs8
501
502         * src/ssl_manager.c
503         * src/common/ssl.c
504         * src/common/ssl_certificate.c
505         * src/common/ssl_certificate.h
506         * src/etpan/imap-thread.c
507         * src/etpan/nntp-thread.c
508                 Fix bug #2127, "SSL cert check uses canonical name instead of
509                 specified name"
510
511 2011-08-29 [colin]      3.7.10cvs7
512
513         * src/prefs_account.c
514                 Fix X-Mailer option not appearing on IMAP
515
516 2011-08-29 [colin]      3.7.10cvs6
517
518         * src/plugins/pgpcore/Makefile.am
519         * src/plugins/pgpinline/Makefile.am
520         * src/plugins/pgpmime/Makefile.am
521         * src/plugins/smime/Makefile.am
522                 Windows build fix:
523                 libtool: link: require no space between `-L' and `.'
524
525 2011-08-29 [colin]      3.7.10cvs5
526
527         * src/account.c
528         * src/compose.c
529         * src/prefs_account.c
530         * src/prefs_account.h
531                 Revert cvs4 which is rather illogical and instead
532                 use Fabian's patch from bug #2471
533
534 2011-08-29 [colin]      3.7.10cvs4
535
536         * src/compose.c
537                 Don't insert custom headers that have empty values.
538                 Allows not inserting X-Mailer if it's set to nothing.
539                 Fixes bug #2471, "Make setting an X-Mailer header optional".
540
541 2011-08-29 [colin]      3.7.10cvs3
542
543         * src/image_viewer.c
544         * src/textview.c
545         * src/gtk/gtkutils.c
546         * src/gtk/gtkutils.h
547                 Handle EXIF orientation in images (both in textview's
548                 preview and image viewer)
549
550 2011-08-28 [paul]       3.7.10cvs2
551
552         * src/prefs_common.c
553         * src/prefs_common.h
554         * src/summaryview.c
555                 add new hidden option to control the display in the From
556                 column in the Message List: 0 (default): show name,
557                 1: show address, 2: show name + address
558
559 2011-08-27 [paul]       3.7.10cvs1
560
561         * po/POTFILES.in
562         * src/common/ssl_certificate.c
563         * src/etpan/imap-thread.c
564         * src/etpan/nntp-thread.c
565                 offer up some missing log_error() strings to translators
566
567 2011-08-27 [paul]       3.7.10
568         * NEWS
569         * README
570         * RELEASE_NOTES 
571                 3.7.10 unleashed!               
572
573 2011-08-27 [paul]       3.7.9cvs52
574
575         * po/cs.po
576         * po/fr.po
577         * po/hu.po
578         * po/lt.po
579         * po/pt_BR.po
580         * po/sk.po
581                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
582                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
583
584 2011-08-27 [mones]      3.7.9cvs51
585
586         * claws-mail.desktop
587                 Include generic name and comment translations
588                 Thanks to all the people on the translators ML!
589
590 2011-08-23 [paul]       3.7.9cvs50
591
592         * src/common/ssl.c
593                 probable/possible fix/workaround for bug 2402,
594                 'can't download message from pop3 server'
595
596 2011-08-18 [paul]       3.7.9cvs49
597
598         * manual/handling.xml
599                 fix typos. thanks to vilpan
600
601 2011-08-17 [paul]       3.7.9cvs48
602
603         * tools/claws.i18n.status.pl
604                 add Mindaugas Baranauskas (Lithuanian)
605
606 2011-08-14 [mir]        3.7.9cvs47
607
608         * src/news.c
609         * src/etpan/nntp-thread.c
610                 Fix bug 2418. Patch provided by Sébastien Bigaret with
611                 some minor contribution by me.
612
613 2011-08-13 [mir]        3.7.9cvs46
614
615         * src/etpan/nntp-thread.c
616                 Fix bug when NNTP server sends authentication warning
617                 as part of the connection session. Privously etpan would
618                 bail out for any return code other than NEWSNNTP_NO_ERROR
619                 but as early as the connection session a return code like
620                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
621                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
622                 be considered as an error.
623
624 2011-08-12 [paul]       3.7.9cvs45
625
626         * src/mimeview.c
627                 3.7.9cvs43 mistakenly dropped off the info
628                 about the mime part from the tooltip
629
630 2011-08-12 [wwp]        3.7.9cvs44
631
632         * src/gtk/quicksearch.c
633          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
634
635 2011-08-09 [paul]       3.7.9cvs43
636
637         * src/mimeview.c
638                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
639
640 2011-08-06 [paul]       3.7.9cvs42
641
642         * src/compose.c
643                 fix cursor placement in Forward template
644
645 2011-08-06 [paul]       3.7.9cvs41
646
647         * src/gtk/description_window.c
648                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
649
650 2011-08-05 [holger]     3.7.9cvs40
651
652         * claws-mail.desktop
653                 Revert 3.7.9cvs35 for now, it may be problematic
654                 (see bug #2450)
655
656 2011-08-05 [paul]       3.7.9cvs39
657
658         * src/mainwindow.c
659         * src/messageview.c
660                 use 'Collapse quotes' rather than 'Fold quotes' on
661                 labels, for consistency
662         * src/toolbar.c
663                 use 'Receive mail from account' rather than 'on account'
664
665 2011-07-30 [mir]        3.7.9cvs38
666
667         * src/etpan/Makefile.am
668         * src/plugins/pgpcore/Makefile.am
669         * src/plugins/pgpmime/Makefile.am
670         * src/plugins/smime/Makefile.am
671                 Fix broken build on Debian Sid. enchant.h cannot be
672                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
673                 present in Makefile.am. Apparently enchant.h in older
674                 versions were placed in /usr/include which is always
675                 scanned be default.
676
677 2011-07-21 [mones]      3.7.9cvs37
678
679         * src/common/plugin.c
680         * src/common/plugin.h
681                 Make licences allowed for plugins more explicit and also
682                 accept dual (or more) licences when properly formatted.
683                 Doesn't require any change on current plugins.
684
685 2011-07-18 [mones]      3.7.9cvs36
686
687         * manual/advanced.xml
688                 Document briefly tags feature.
689         * manual/glossary.xml
690                 Fix definition to avoid confussion with tags.
691         * manual/es/advanced.xml
692         * manual/es/glossary.xml
693                 Synchronize Spanish translation with the above.
694
695 2011-07-07 [holger]     3.7.9cvs35
696
697         * claws-mail.desktop
698                 Add indicator stuff to the desktop file
699                 Taken from bug #2450
700
701 2011-07-06 [paul]       3.7.9cvs34
702
703         * src/edittags.c
704                 fix English usage
705
706 2011-07-06 [mones]      3.7.9cvs33
707
708         * src/edittags.c
709                 Do not create an empty tag name row in panel and
710                 warn user about using a non-reserved tag instead
711
712 2011-07-05 [mones]      3.7.9cvs32
713
714         * src/imap.c
715         * src/common/tags.c
716         * src/common/tags.h
717         * src/etpan/imap-thread.c
718                 Make constants for reserved tags and use them
719                 Removed also duplicate comparison while at it
720
721 2011-07-05 [paul]       3.7.9cvs31
722
723         * src/compose.c
724                 when using a Compose template, only place the cursor
725                 in the body when the cursor symbol, %cursor (%X), is used
726
727 2011-07-03 [paul]       3.7.9cvs30
728
729         * src/main.c
730                 do main_window_popup(mainwin); on plugin load error, or
731                 else the warning dialogue and mainwindow stays minimised
732                 and hidden
733
734 2011-07-03 [paul]       3.7.9cvs29
735
736         * src/wizard.c
737                 fix bug 2462, 'Building without GnuTLS support leads to a
738                 failure in wizard.c'
739
740 2011-07-03 [paul]       3.7.9cvs28
741
742         * src/mainwindow.c
743         * src/mainwindow.h
744         * src/summaryview.c
745                 fix bug #2461, 'popup menu in message list displays
746                 'move to trash' and 'delete''.
747                 Add a new sensitivity condition 'M_NOT_TRASH' and
748                 remove the broken workaround for right-click in summaryview.c.
749                 Fix broken main menu sensitivity for "Menu/Message/Move" in
750                 News folder.
751
752 2011-06-21 [paul]       3.7.9cvs27
753
754         * src/mainwindow.c
755                 revert 3.7.9cvs2, it does no good
756
757 2011-06-18 [mir]        3.7.9cvs26
758
759         * configure.ac
760                 Fix autoconf warnings introduced in autoconf >= 2.64
761
762 2011-06-05 [paul]       3.7.9cvs25
763
764         * po/ca.po
765         * po/cs.po
766         * po/de.po
767         * po/it.po
768         * po/ja.po
769         * po/pt_PT.po
770         * po/sk.po
771         * po/uk.po
772                 fix strings where an informational message has been
773                 wrongly entered into the translated string
774         * src/toolbar.c
775                 enable 'Trash' and 'Sender' to be translated based on
776                 the context, e.g. as button text and as mail header
777         * src/gtk/about.c
778                 fix english in Info tab
779
780 2011-05-25 [colin]      3.7.9cvs24
781
782         * src/action.c
783                 Fix bug #2439, "use bitwise operator for bitmask instead of
784                 logical operator". Thanks to Nicolas Kaiser for the patch.
785
786 2011-05-18 [colin]      3.7.9cvs23
787
788         * src/news.c
789                 Fix missing group selection before xover if the
790                 connection was reset before.
791
792 2011-05-12 [colin]      3.7.9cvs22
793
794         * src/common/utils.c
795                 Fix bug #2412, "Send account mail address in Message-ID
796                 wrongly implemented". Patch by Fabian Keil.
797
798 2011-05-12 [mones]      3.7.9cvs21
799
800         * src/etpan/nntp-thread.c
801                 Fix bug #2418 "NNTP authentication is broken"
802
803 2011-05-09 [pawel]      3.7.9cvs20
804
805         * src/mainwindow.c
806         * src/prefs_folder_item.c
807                 Small UI fixes
808
809 2011-05-05 [colin]      3.7.9cvs19
810
811         * src/imap.c
812         * src/inc.c
813         * src/news.c
814         * src/send_message.c
815                 Fix bug #2184, "Add account name information inside network log".
816                 Initial patch by MSulchan Darmawan, expanded to other protocols.
817                 This stuff is too much copy-pasted.
818
819
820 2011-04-30 [colin]      3.7.9cvs18
821
822         * src/main.c
823                 Fix bug #2414, 'Claws segfaults on startup with
824                 notification plugin enabled". Thanks Christian
825                 Faulhammer for the patch.
826
827 2011-04-27 [colin]      3.7.9cvs17
828
829         * src/codeconv.c
830                 Make Windows' encoding CP1251 for ru_RU locale
831                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
832
833 2011-04-24 [paul]       3.7.9cvs16
834
835         * manual/claws-mail-manual.xml
836         * manual/de/claws-mail-manual.xml
837         * manual/es/claws-mail-manual.xml
838         * manual/fr/claws-mail-manual.xml
839         * manual/it/claws-mail-manual.xml
840                 update copyright year
841
842 2011-04-24 [paul]       3.7.9cvs15
843
844         * src/summaryview.c
845                 fix bug #2353, 'Right-clicking on spam in order to delete
846                 it causes it to show in message window'
847
848 2011-04-24 [paul]       3.7.9cvs14
849
850         * src/mainwindow.c
851         * src/gtk/foldersort.c
852         * src/gtk/foldersort.h
853                 fix labelling, 'change folder order' to 'change mailbox order'
854
855 2011-04-23 [paul]       3.7.9cvs13
856
857         * configure.ac
858                 fix bug #2409, 'Failed to compile under GCC 3.x : option
859                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
860                 committed in 3.7.8cvs19 
861
862 2011-04-11 [paul]       3.7.9cvs12
863
864         * src/plugins/trayicon/trayicon.c
865                 fix build bug: gtk_status_icon_set_title() is available
866                 since gtk 2.18.x not 2.14.x
867
868 2011-04-11 [paul]       3.7.9cvs11
869
870         * po/hu.po
871                 updated by Páder RezsÅ‘
872
873 2011-04-10 [colin]      3.7.9cvs10
874
875         * src/addr_compl.c
876         * src/addressbook.c
877         * src/compose.c
878         * src/editaddress.c
879         * src/editaddress_other_attributes_ldap.c
880         * src/main.c
881         * src/message_search.c
882         * src/prefs_display_header.c
883         * src/prefs_filtering_action.c
884         * src/prefs_matcher.c
885         * src/prefs_other.c
886         * src/prefs_toolbar.c
887         * src/summary_search.c
888         * src/gtk/colorlabel.c
889         * src/gtk/combobox.c
890         * src/gtk/gtkcmoptionmenu.c
891         * src/gtk/gtkshruler.c
892         * src/gtk/gtkshruler.h
893         * src/gtk/gtkutils.h
894         * src/gtk/inputdialog.c
895         * src/gtk/quicksearch.c
896                 Revert the whole pile of crap introduced in
897                 cvs9,8,7,4.
898
899 2011-04-10 [colin]      3.7.9cvs9
900
901         * src/compose.c
902         * src/editaddress.c
903         * src/editaddress_other_attributes_ldap.c
904         * src/main.c
905         * src/message_search.c
906         * src/prefs_display_header.c
907         * src/prefs_matcher.c
908         * src/prefs_toolbar.c
909         * src/summary_search.c
910         * src/gtk/combobox.c
911         * src/gtk/gtkutils.h
912         * src/gtk/inputdialog.c
913         * src/gtk/quicksearch.c
914                 Finish fun with combo boxes. (hopefully)
915
916 2011-04-10 [colin]      3.7.9cvs8
917
918         * src/compose.c
919         * src/prefs_filtering_action.c
920         * src/gtk/combobox.c
921         * src/gtk/gtkshruler.c
922         * src/gtk/gtkshruler.h
923                 More undeprecation. GTKSHRuler is #if'ed out. We can
924                 still decide to maintain the old GtkRuler widget in-tree
925                 if the lack of ruler in Compose window is too
926                 annoying.
927
928 2011-04-10 [colin]      3.7.9cvs7
929
930         * src/addr_compl.c
931         * src/addressbook.c
932         * src/compose.c
933         * src/editaddress_other_attributes_ldap.c
934         * src/message_search.c
935         * src/prefs_display_header.c
936         * src/prefs_filtering_action.c
937         * src/prefs_other.c
938         * src/prefs_toolbar.c
939         * src/summary_search.c
940         * src/gtk/colorlabel.c
941         * src/gtk/combobox.c
942         * src/gtk/gtkcmoptionmenu.c
943         * src/gtk/gtkutils.h
944                 More comboboxtext undeprecation
945
946 2011-04-10 [colin]      3.7.9cvs6
947
948         * src/messageview.c
949                 Fix it better.
950
951 2011-04-10 [colin]      3.7.9cvs5
952
953         * src/messageview.c
954                 Fix age-old typo.
955
956 2011-04-10 [colin]      3.7.9cvs4
957
958         * src/compose.c
959         * src/editaddress_other_attributes_ldap.c
960         * src/message_search.c
961         * src/prefs_display_header.c
962         * src/prefs_filtering_action.c
963         * src/prefs_other.c
964         * src/prefs_toolbar.c
965         * src/summary_search.c
966         * src/gtk/combobox.c
967         * src/gtk/gtkutils.h
968                 gtk_combo_box_*_text() is deprecated, and
969                 gtk_combo_box_text_*() is the new hotness.
970
971 2011-04-10 [colin]      3.7.9cvs3
972
973         * src/addr_compl.c
974         * src/addressbook.c
975         * src/browseldap.c
976         * src/compose.c
977         * src/folder.c
978         * src/folderview.c
979         * src/gtk/gtkvscrollbutton.c
980         * src/gtk/gtkvscrollbutton.h
981                 s/GtkFunction/GSourceFunc
982
983 2011-04-10 [colin]      3.7.9cvs2
984
985         * src/mainwindow.c
986                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
987                 This is the patch from bug #2396, it should be innocuous even
988                 if that's useless to do deiconify + present window...
989
990 2011-04-09 [paul]       3.7.9cvs1
991
992         * src/prefs_summaries.c
993                 fix typo in string. (thanks, Brad!)
994
995 2011-04-09 [paul]       3.7.9
996         * NEWS
997         * README
998         * RELEASE_NOTES 
999                 3.7.9 unleashed!        
1000
1001 2011-04-09 [paul]       3.7.8cvs78
1002
1003         * po/cs.po
1004         * po/es.po
1005         * po/fi.po
1006         * po/fr.po
1007         * po/lt.po
1008         * po/pt_BR.po
1009         * po/sk.po
1010         * po/uk.po
1011                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
1012                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
1013                 Slavko, and Yarema
1014
1015 2011-04-09 [colin]      3.7.8cvs77
1016
1017         * src/gtk/filesel.c
1018                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
1019                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
1020                 encoding filename. Hooray for stupid.
1021
1022 2011-04-08 [colin]      3.7.8cvs76
1023
1024         * src/action.c
1025                 Fix action Stop: if child does not react to SIGTERM, it'll
1026                 probably start behaving when it'll get a SIGKILL on the user's
1027                 second press on Stop.
1028                 Fixes bug #2237, "User action makes Claws unresponsive".
1029
1030 2011-04-08 [colin]      3.7.8cvs75
1031
1032         * src/account.c
1033         * src/folder.c
1034         * src/folder.h
1035         * src/folder_item_prefs.c
1036         * src/folder_item_prefs.h
1037         * src/prefs_account.c
1038                 Fix bug #2382, "folderitemrc not updated when account
1039                 name is changed". Indeed, this wasn't done.
1040
1041 2011-04-08 [wwp]        3.7.8cvs74
1042
1043         * src/procmime.c
1044         Add support for quoted values (*="value").
1045         This commonly fixes a trailing quote appearing to filenames
1046         sent by iphone Mail (not sure if it's culprit at all, though).
1047
1048 2011-04-08 [colin]      3.7.8cvs73
1049
1050         * src/gtk/filesel.c
1051                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
1052                 caused by attachments with extended chars in the file name". Patch
1053                 derived from a patch bt Fabien Keil
1054
1055 2011-04-05 [wwp]        3.7.8cvs72
1056
1057         * src/compose.c
1058                 A debug string not to translate.
1059
1060 2011-04-03 [colin]      3.7.8cvs71
1061
1062         * src/common/utils.h
1063                 Fix bug #2394, "backtrace() crashes on FreeBSD"
1064                 That's not the first bug-report where internal
1065                 debug-only backtrace() crashes on FreeBSD.
1066
1067 2011-04-03 [colin]      3.7.8cvs70
1068
1069         * src/compose.c
1070                 Fix bug #2365 again, "Crash when auto-scrolling headers in
1071                 compose window".
1072                 Batch-mode compose windows (from filtering actions) shouldn't
1073                 try to access stuff after flushing events...
1074
1075 2011-03-31 [paul]       3.7.8cvs69
1076
1077         * INSTALL
1078                 update as gtk >= 2.10 now required
1079                 (because I'll never remember to do this later)
1080
1081 2011-03-26 [paul]       3.7.8cvs68
1082
1083         * src/messageview.c
1084                 fix separators in Go To menu
1085
1086 2011-03-20 [colin]      3.7.8cvs67
1087
1088         * configure.ac
1089                 Drop the *_DISABLE_DEPRECATED. We'll put them back
1090                 when we'll have time to handle them
1091
1092 2011-03-18 [paul]       3.7.8cvs66
1093
1094         * src/textview.c
1095                 make user-facing message more accurate -
1096                 'Network Log' not 'View Log'
1097
1098 2011-03-17 [wwp]        3.7.8cvs65
1099
1100         * po/fr.po
1101                 Fix a typo around plural form, as reported by
1102                 Yannick Palanque.
1103
1104 2011-03-15 [colin]      3.7.8cvs64
1105
1106         * AUTHORS
1107         * src/gtk/authors.h
1108         * src/main.c
1109                 Fix bug #2381, "Support for NetworkManager 0.9".
1110                 Patch by Mikhail Efremov
1111
1112 2011-03-04 [colin]      3.7.8cvs63
1113
1114         * src/mimeview.c
1115         * src/mimeview.h
1116                 Fix segfault on Windows
1117         * src/exporthtml.c
1118         * src/common/utils.c
1119         * src/common/w32_unistd.c
1120         * src/common/w32lib.h
1121                 Rationalize use of time_r() funcs (pthread do define them)
1122
1123 2011-03-02 [pawel]      3.7.8cvs62
1124
1125         * src/wizard.c
1126                 Re-implement widgets aligning, switch from GtkSizeGroup
1127                 to GtkTable - this should fix disappearing labels
1128
1129 2011-03-01 [pawel]      3.7.8cvs61
1130
1131         * src/wizard.c
1132                 Wizard GUI cleanups. Make it look and behave more
1133                 like account preferences.
1134
1135 2011-02-23 [colin]      3.7.8cvs60
1136
1137         * src/common/Makefile.am
1138                 Fix make dist
1139
1140 2011-02-23 [colin]      3.7.8cvs59
1141
1142         * src/Makefile.am
1143         * src/main.c
1144         * src/common/Makefile.am
1145         * src/common/plugin.c
1146         * src/common/valgrind.h
1147                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1148                 Use valgrind's own header.
1149
1150 2011-02-22 [colin]      3.7.8cvs58
1151
1152         * src/prefs_account.c
1153                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1154                 signed message" upon new installation. This is disturbing when PGP
1155                 plugins are loaded by default.
1156
1157 2011-02-16 [paul]       3.7.8cvs57
1158
1159         * src/*
1160                 update copyright headers throughout
1161
1162 2011-02-16 [paul]       3.7.8cvs56
1163
1164         * src/summaryview.c
1165                 use gettext plural form for "item selected"/"items selected"
1166
1167 2011-02-13 [colin]      3.7.8cvs55
1168
1169         * src/mimeview.c
1170         * src/mimeview.h
1171                 Fix bug #2361, "Claws crashes after PGP Check in separate
1172                 msg view". Don't let the cancel thread lie around after
1173                 the verification ended.
1174
1175 2011-02-13 [paul]       3.7.8cvs54
1176
1177         * po/lt.po
1178                 updated by Mindaugas Baranauskas
1179
1180 2011-02-11 [mones]      3.7.8cvs53
1181
1182         * manual/es/advanced.xml
1183                 Sync with English manual
1184         * src/imap.c
1185                 Fix remaining mismatched alloc/free from cppcheck
1186
1187 2011-02-10 [pawel]      3.7.8cvs52
1188
1189         * src/ldapupdate.c
1190                 Fix memleaks
1191
1192 2011-02-10 [pawel]      3.7.8cvs51
1193
1194         * src/prefs_toolbar.c
1195                 - set menus sensitivity in item type combo depending on
1196                   availability of actions / plugin hooks
1197                 - style fixes, spaces instead of tabs mostly
1198
1199 2011-02-10 [paul]       3.7.8cvs50
1200
1201         * src/prefs_account.c
1202                 move the 'send acc mail addr in msg-id" option to
1203                 the send page
1204
1205 2011-02-10 [paul]       3.7.8cvs49
1206
1207         * src/prefs_account.c
1208                 move the 'expunge immediately' option to a more
1209                 suitable page
1210
1211 2011-02-05 [pawel]      3.7.8cvs48
1212
1213         * manual/advanced.xml
1214                 Document new hidden pref
1215         * src/folder.c
1216                 Dont treat mimeparts referenced by others as
1217                 real attachments
1218         * src/mimeview.c
1219         * src/prefs_common.c
1220         * src/prefs_common.h
1221                 Add ability to hide inline attachments referenced
1222                 by other mimeparts in MimeView. To enable this
1223                 feature set show_inline_attachments=0 in your clawsrc
1224
1225 2011-01-25 [colin]      3.7.8cvs47
1226
1227         * src/matcher.c
1228                 Fix matcher body parsing: decode mails with our
1229                 MIME parser. This speeds up body search a bit as
1230                 binary attachments are not searched anymore, slows
1231                 down a bit full message searches, but not awfully.
1232         * src/summary_search.c
1233                 Use matcher API to search, in all cases (advanced search or
1234                 not). Also, fix little logic bugs related to combos history
1235         * src/common/utils.c
1236         * src/common/utils.h
1237         * src/procmime.c
1238         * src/procmime.h
1239                 Remove dead code, export functions needed by matcher.c
1240
1241 2011-01-25 [colin]      3.7.8cvs46
1242
1243         * src/compose.c
1244         * src/prefs_common.c
1245         * src/common/md5.c
1246         * src/common/ssl_certificate.c
1247                 Fix mismatched alloc/free (thanks to cppcheck)
1248
1249 2011-01-25 [colin]      3.7.8cvs45
1250
1251         * src/pop.c
1252                 Fix leak on error path
1253
1254 2011-01-23 [mones]      3.7.8cvs44
1255
1256         * manual/es/advanced.xml
1257                 Sync with English manual
1258
1259 2011-01-23 [paul]       3.7.8cvs43
1260
1261         * src/gtk/about.c
1262                 it's 2011, update copyright line
1263
1264 2011-01-23 [paul]       3.7.8cvs42
1265
1266         * manual/advanced.xml
1267         * src/prefs_common.c
1268         * src/prefs_common.h
1269         * src/textview.c
1270                 fix bug #2350, 'Make displaying localized date/time in
1271                 message view optional'.
1272                 This introduces a new hidden option (why do more?),
1273                 'msgview_date_format', which defaults to OFF, maintaining
1274                 the current and expected behaviour.
1275
1276 2011-01-21 [colin]      3.7.8cvs41
1277
1278         * src/procmime.c
1279                 Fix bug #2050, Clawsmail sends return receipt every seconds
1280                 We forgot to close the file when parsing 
1281                 disposition-notification fields, which made unlinking of the
1282                 corresponding emails in tempfolder/processing impossible in
1283                 Windows. Causing them to be re-fetched every time.
1284
1285 2011-01-21 [colin]      3.7.8cvs40
1286
1287         * claws-mail.desktop
1288                 Fix again bug #2346: We should have a %u parameter.
1289
1290 2011-01-21 [colin]      3.7.8cvs39
1291
1292         * src/plugins/spamassassin/spamassassin.c
1293                 Fix sa-learn when offline (its command line parsing is
1294                 space-dependant). Patch by Wolfgang Lorenz
1295
1296 2011-01-19 [pawel]      3.7.8cvs38
1297
1298         * claws-mail.desktop
1299                 Fix Bug 2346 'Please register x-handler-scheme
1300                  in .desktop file' patch by Laurent Bigonville
1301                 While I'm here update things to current
1302                 standards, fix desktop-file-validate warnings/errors
1303
1304 2011-01-18 [colin]      3.7.8cvs37
1305
1306         * src/common/smtp.c
1307                 Fix logic on SMTP AUTH: If the selected method isn't
1308                 available, say so instead of supposing it'll work.
1309                 Fixes bug #2039, 'SMTP AUTHENTICATION'
1310
1311 2011-01-15 [pawel]      3.7.8cvs36
1312
1313         * src/prefs_folder_item.c
1314                 Rework subject regexp simplify gui a bit, this give us better
1315                 options page layout (window with min width was too short to 
1316                 show all contents and thigs were unwieldy) and better preview
1317                 of regexp working/not working
1318
1319 2011-01-14 [pawel]      3.7.8cvs35
1320
1321         * src/textview.c
1322                 strncpy2() NULLify strings just fine, no need to be
1323                 extra "clever"
1324
1325 2011-01-14 [pawel]      3.7.8cvs34
1326
1327         * src/textview.c
1328                 Fix Bug #2165 'The date not localized in the message view'
1329                 Display Date header in messageview in the same way as in
1330                 summaryview by respecting date format set in preferences.
1331
1332 2011-01-06 [pawel]      3.7.8cvs33
1333
1334         * src/prefs_account.c
1335         * src/prefs_folder_item.c
1336         * src/prefs_quote.c
1337         * src/quote_fmt.c
1338                 Make quote templates widgets more compact
1339
1340 2011-01-06 [pawel]      3.7.8cvs32
1341
1342         * src/plugins/trayicon/trayicon.c
1343                 - fix logic bug which caused icon to be
1344                   always set no-mail status on plugin load
1345                 - force icon hide on plugin_done(), without
1346                   it empty space(?!) is left in tray under KDE3 and KDE4
1347
1348 2011-01-06 [colin]      3.7.8cvs31
1349
1350         * src/addrharvest.c
1351         * src/codeconv.c
1352         * src/codeconv.h
1353         * src/compose.c
1354         * src/news.c
1355         * src/procheader.c
1356         * src/procmime.c
1357         * src/unmime.c
1358         * src/unmime.h
1359                 Unmime headers differently whether they're addresses or not:
1360                 It's useless to quote things containing commas if it's in
1361                 subject, for example. (introduced in 3.7.8cvs26)
1362
1363 2011-01-06 [colin]      3.7.8cvs30
1364
1365         * src/gtk/gtkaspell.c
1366                 Complete previous patch
1367         * src/messageview.c
1368         * src/plugins/pgpinline/pgpinline.c
1369                 Coding style
1370
1371 2011-01-06 [paul]       3.7.8cvs29
1372
1373         * AUTHORS
1374         * configure.ac
1375         * po/lt.po
1376         * src/gtk/authors.h
1377                 add Lithuanian translation (approx. 65% complete)
1378                 submitted by Mindaugas Baranauskas
1379
1380 2011-01-06 [pawel]      3.7.8cvs28
1381
1382         * src/export.c
1383         * src/import.c
1384         * src/messageview.c
1385         * src/prefs_actions.c
1386         * src/procmime.c
1387         * src/gtk/gtkaspell.c
1388         * src/plugins/pgpinline/pgpinline.c
1389         * src/plugins/pgpmime/pgpmime.c
1390         * src/plugins/smime/smime.c
1391                 Fix memory/file descriptors leaks
1392
1393 2011-01-06 [paul]       3.7.8cvs27
1394
1395         * src/plugins/pgpcore/sgpgme.c
1396                 fix bug #2322, 'GPG Full info: showing subkey
1397                 ID instead of primary key fingerprint'
1398                 Patch by Sébastien Bigaret.
1399
1400 2011-01-03 [colin]      3.7.8cvs26
1401
1402         * src/unmime.c
1403                 Better quote-checking when unmim-ing headers
1404                 that may have comas.
1405
1406 2011-01-03 [colin]      3.7.8cvs25
1407
1408         * src/unmime.c
1409                 Fix bug #2299, "Incorrect handling of quoted printable coma
1410                 in headers". As this is really painful to fix by switching
1411                 the whole stuff to a list of headers tokens, we workaround
1412                 the problem by adding quotes around the encoded-word (making
1413                 it a quoted-string which continuity is already handled).
1414
1415 2011-01-03 [colin]      3.7.8cvs24
1416
1417         * src/procheader.c
1418                 Remove dead code
1419
1420 2010-12-23 [colin]      3.7.8cvs23
1421
1422         * src/compose.c
1423                 Finish fixing bug #2203: When forwarding (inline) and there
1424                 are some text/* parts with no name, set them a name and
1425                 set their disposition to attachment, so that recipients with
1426                 MUAs preferring HTML parts don't show them by default.
1427
1428 2010-12-22 [paul]       3.7.8cvs22
1429
1430         * src/compose.h
1431                 fix missing file in 3.7.8cvs20
1432
1433 2010-12-22 [colin]      3.7.8cvs21
1434
1435         * src/folderview.c
1436         * src/folderview.h
1437                 Implement a nicer scroll when drag and dropping
1438
1439 2010-12-22 [colin]      3.7.8cvs20
1440
1441         * src/compose.c
1442                 Store charset if available when attaching text/* parts
1443                 Fixes bug #2203, 'Problems in forwarding multipart/
1444                 alternative messages with HTML part'
1445
1446 2010-12-22 [colin]      3.7.8cvs19
1447
1448         * src/textview.c
1449                 Fix wrong free
1450
1451 2010-12-21 [colin]      3.7.8cvs18
1452
1453         * src/inc.c
1454         * src/send_message.c
1455         * src/common/session.c
1456         * src/common/session.h
1457                 Differentiate between running sessions and connected
1458                 sessions. Fixes bug #2332, "Crash when hitting cancel
1459                 on the SMTP status window"
1460
1461 2010-12-21 [colin]      3.7.8cvs17
1462
1463         * src/etpan/etpan-thread-manager.c
1464                 Dead code removal
1465
1466 2010-12-21 [colin]      3.7.8cvs16
1467
1468         * src/textview.c
1469                 Check whether we should continue loading the
1470                 current textview after inserting a possibly
1471                 big image.
1472
1473 2010-12-20 [colin]      3.7.8cvs15
1474
1475         * src/addrcindex.c
1476         * src/addrcindex.h
1477                 Removed. Dead code since ages!
1478         * src/addr_compl.c
1479         * src/gtk/gtkcmclist.c
1480         * src/gtk/gtkcmctree.c
1481         * src/gtk/gtksctree.c
1482                 undefine *_DISABLE_DEPRECATED in the files that
1483                 use deprecated interfaces. Implicit declarations
1484                 can lead to crashes as prototypes are unknown, as
1485                 evidenced by bug #2315.
1486
1487 2010-12-20 [colin]      3.7.8cvs14
1488
1489         * src/compose.c
1490                 Don't flush events when adding an header entry. This
1491                 can mess up the keypresses in the previous header.
1492                 Instead, make the scroll happen later (doing it on the
1493                 spot without flushing events doesn't work as the new
1494                 requisitions aren't set yet).
1495
1496 2010-12-20 [colin]      3.7.8cvs13
1497
1498         * src/mainwindow.c
1499                 Don't iconify at start on w32. This un-iconifies in the
1500                 background.
1501
1502 2010-12-20 [colin]      3.7.8cvs12
1503
1504         * src/common/base64.c
1505                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1506                 Patch by pochini at shiny.it
1507
1508 2010-12-19 [colin]      3.7.8cvs11
1509
1510         * src/ldapserver.c
1511                 Better debug.
1512
1513 2010-12-18 [colin]      3.7.8cvs10
1514
1515         * src/compose.c
1516                 Fix bug #2148, "Attachment content-transfer-encoding 
1517                 incorrectly set when signing emails". The RFC 2045
1518                 states that message/* and multipart/* encoding must
1519                 be either 7-bit, 8-bit or binary.
1520
1521 2010-12-18 [mones]      3.7.8cvs9
1522
1523         * src/ldaputil.c
1524                 Fix crash when searching or adding a LDAP server
1525
1526 2010-12-17 [colin]      3.7.8cvs8
1527
1528         * configure.ac
1529         * src/editldap.c
1530         * src/ldapquery.c
1531         * src/ldapserver.c
1532         * src/ldapupdate.c
1533         * src/ldaputil.c
1534         * src/ldaputil.h
1535                 Better error logging. Disable LDAP SSL/TLS on
1536                 Windows, it's crashy/non-worky.
1537
1538 2010-12-17 [colin]      3.7.8cvs7
1539
1540         * src/folder.c
1541                 Fix bug #2325, "messages remains in folder cache after moving
1542                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1543
1544 2010-12-17 [colin]      3.7.8cvs6
1545
1546         * src/addressadd.c
1547         * src/addressbook.c
1548         * src/addrindex.c
1549         * src/ldapquery.c
1550         * src/ldapquery.h
1551         * src/ldapserver.c
1552         * src/ldapserver.h
1553         * src/ldapupdate.c
1554         * src/ldaputil.c
1555         * src/ldaputil.h
1556                 Windows build fixes (w32 LDAP completely untested!)
1557
1558 2010-12-16 [colin]      3.7.8cvs5
1559
1560         * src/addrindex.c
1561         * src/editldap.c
1562         * src/ldapctrl.c
1563         * src/ldapquery.c
1564         * src/ldapserver.c
1565         * src/ldapserver.h
1566         * src/ldapupdate.c
1567         * src/ldaputil.c
1568                 Try to rationalize a bit LDAP connections
1569
1570 2010-12-16 [colin]      3.7.8cvs4
1571
1572         * src/prefs_spelling.c
1573         * src/common/defs.h
1574                 Add a button to get dictionaries (win32)
1575
1576 2010-12-16 [colin]      3.7.8cvs3
1577
1578         * src/prefs_matcher.c
1579                 Fix bug #2279, "crash when clicking 'define' in filter
1580                 configuring". Thanks to Theodor Ciobanu for the hint at
1581                 the problem.
1582
1583 2010-12-14 [colin]      3.7.8cvs2
1584
1585         * src/gtk/gtkaspell.c
1586                 Add missing guard for sys/wait.h
1587
1588 2010-12-05 [colin]      3.7.8cvs1
1589
1590         * tools/make.themes.project
1591                 Seems wget has changed naming of targets downloaded.
1592                 Fix it by always providing our own name.
1593                 [Pushing mones' patch again after messing with CVSROOT]
1594
1595 2010-12-04 [paul]       3.7.8
1596         * NEWS
1597         * README
1598         * RELEASE_NOTES 
1599                 3.7.8 unleashed!
1600
1601 2010-12-03 [paul]       3.7.7cvs11
1602
1603         * configure.ac
1604         * manual/xml2pdf ** REMOVED **
1605         * manual/dist/pdf/Makefile.am
1606         * manual/es/dist/pdf/Makefile.am
1607         * manual/fr/dist/pdf/Makefile.am
1608         * manual/pl/dist/pdf/Makefile.am
1609                 simplify check for tools needed for manual building,
1610                 remove xml2pdf and use docbook2pdf instead
1611
1612 2010-12-03 [mir]        3.7.7cvs10
1613
1614         * configure.ac
1615                 Fix bug so that configure option --disable-manual
1616                 actually disable building the manuals
1617
1618 2010-12-01 [pawel]      3.7.7cvs9
1619
1620         * src/crash.c
1621                 One more GTK+ 2.22 build fix
1622
1623 2010-11-30 [colin]      3.7.7cvs8
1624
1625         * src/action.c
1626                 Fix bug #2317, 'Action results in "Bad file descriptor"'
1627                 Introduced in 3.7.6cvs57. In fact the error has been there
1628                 since ages, and only new thing is the verification of the
1629                 various functions return code. Let the stuff work as it
1630                 does, as it seems to do the right thing since ages.
1631
1632 2010-11-28 [colin]      3.7.7cvs7
1633
1634         * src/gtk/quicksearch.c
1635                 Fix bug #2313, 'CLI quicksearch sometimes returns 
1636                 the same messages twice'. Patch by Sebastien Bigaret
1637
1638 2010-11-25 [paul]       3.7.7cvs6
1639
1640         * src/prefs_common.c
1641                 make "gtk_can_change_accels" FALSE by default.
1642                 fixes bug #2309, 'Shortcuts should not be modifiable
1643                 by default' (RFE)
1644
1645 2010-11-24 [mones]      3.7.7cvs5
1646
1647         * src/mainwindow.c
1648                 Add missing shortcuts for marking as spam and ham
1649                 Fixes Debian bug #599547
1650
1651 2010-11-22 [colin]      3.7.7cvs4
1652
1653         * src/compose.c
1654                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1655                 five patches were needed to fix a corner case
1656                 is a good indicator that is was bound to break
1657                 something.
1658
1659 2010-11-21 [colin]      3.7.7cvs3
1660
1661         * src/plugins/pgpcore/claws.def
1662                 Win32 build fix
1663
1664 2010-11-20 [wwp]        3.7.7cvs2
1665
1666         * src/main.c
1667           Fix either a typo or an irrelevant iff word there.
1668           IMO type and recursive possible values should be changed to
1669           smth simple and neat here, and help strings be really
1670           translatable.
1671
1672 2010-11-20 [colin]      3.7.7cvs1
1673
1674         * AUTHORS
1675                 Damn, forgot to commit this file twice.
1676
1677 2010-11-19 [paul]       3.7.7
1678         * NEWS
1679         * README
1680         * RELEASE_NOTES 
1681                 3.7.7 unleashed!
1682
1683 2010-11-19 [paul]       3.7.6cvs66
1684
1685         * po/ca.po
1686         * po/cs.po
1687         * po/de.po
1688         * po/es.po
1689         * po/fi.po
1690         * po/fr.po
1691         * po/hu.po
1692         * po/id.po
1693         * po/pt_BR.po
1694         * po/sk.po
1695         * po/uk.po
1696                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1697                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1698                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1699
1700 2010-11-17 [colin]      3.7.6cvs65
1701
1702         * src/common/utils.c
1703                 Separate email address from timestamp with a dot.
1704                 Fix coding style.
1705
1706 2010-11-17 [colin]      3.7.6cvs64
1707
1708         * src/common/utils.c
1709                 Fix multiple @ in generated message-ids.
1710                 That's not allowed in RFC 2822.
1711
1712 2010-11-16 [mones]      3.7.6cvs63
1713
1714         * manual/es/advanced.xml
1715                 Synchronise with English version
1716
1717 2010-11-04 [wwp]        3.7.6cvs62
1718
1719         * src/filtering.c
1720                 Fix bug 2293, "filtering: simplify expression", as simplifying
1721                 this expression doesn't make it less easy to understand and we
1722                 gain few cycles by making the logical expression more simple
1723                 by applying. Patch by Nicolas Kaiser.
1724
1725 2010-11-03 [colin]      3.7.6cvs61
1726
1727         * src/addrindex.c
1728                 Fix bug 2294, "addrindex.c: address index conversion always
1729                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1730
1731 2010-11-02 [wwp]        3.7.6cvs60
1732
1733         * src/action.c
1734         * src/statusbar.c
1735         * src/toolbar.c
1736                 Enlarge the progress bar (main window) a bit when compiling
1737                 for UMPCs like maemo: this solves truncated text that might
1738                 appear in the progress bar while processing messages.
1739                 Also use a more compact string format when displaying
1740                 progress like 'number/total', still for UMPCs, this fixes
1741                 a previous inconsistency with these format strings where
1742                 no space around the / were used sometimes.
1743
1744 2010-10-26 [ticho]      3.7.6cvs59
1745
1746         * src/news.c
1747                 Recreate NNTP session if server port setting has changed. Fixes
1748                 bug #2092.
1749
1750 2010-10-26 [colin]      3.7.6cvs58
1751
1752         * src/imap_gtk.c
1753         * src/mh_gtk.c
1754                 Fix copy-paste error, thanks to David Relson
1755                 for spotting it.
1756
1757 2010-10-18 [colin]      3.7.6cvs57
1758
1759         * src/action.c
1760         * src/addrharvest.c
1761         * src/alertpanel.c
1762         * src/filtering.c
1763         * src/jpilot.c
1764         * src/prefs_themes.c
1765         * src/procmime.c
1766         * src/textview.c
1767         * src/gtk/gtkutils.c
1768         * src/gtk/quicksearch.c
1769         * src/gtk/quicksearch.h
1770         * src/plugins/pgpcore/passphrase.c
1771         * src/plugins/spamassassin/libspamc.c
1772                 Fix warnings
1773
1774 2010-10-17 [colin]      3.7.6cvs56
1775
1776         * src/prefs_themes.c
1777         * src/gtk/gtkaspell.c
1778         * src/gtk/gtkutils.c
1779         * src/gtk/gtkutils.h
1780         * src/gtk/inputdialog.c
1781         * src/gtk/progressdialog.c
1782                 Undeprecate a few things
1783
1784 2010-10-17 [colin]      3.7.6cvs55
1785
1786         * src/main.c
1787         * src/gtk/authors.h
1788         * src/gtk/quicksearch.c
1789         * src/gtk/quicksearch.h
1790                 Add ability to search from the command-line.
1791                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1792                 Patch by Sebastien Bigarret.
1793
1794 2010-10-04 [mones]      3.7.6cvs54
1795
1796         * manual/dist/pdf/Makefile.am
1797                 Fix build of English PDF manual
1798                 (sh: Can't open ../../../xml2pdf)
1799
1800 2010-10-03 [colin]      3.7.6cvs53
1801
1802         * src/folder.c
1803         * src/folder.h
1804         * src/imap.c
1805         * src/mh.c
1806         * src/procmsg.c
1807                 Get rid of GRelation which were, mostly, used as
1808                 GHashTables. Probably fixes bug #2277, 'Segfault when
1809                 loading inbox for the first time'
1810
1811 2010-10-03 [mir]        3.7.6cvs52
1812
1813         * manual/de/dist/html/Makefile.am
1814         * manual/de/dist/pdf/Makefile.am
1815         * manual/de/dist/ps/Makefile.am
1816         * manual/de/dist/txt/Makefile.am
1817         * manual/dist/html/Makefile.am
1818         * manual/dist/pdf/Makefile.am
1819         * manual/dist/ps/Makefile.am
1820         * manual/dist/txt/Makefile.am
1821         * manual/es/dist/html/Makefile.am
1822         * manual/es/dist/pdf/Makefile.am
1823         * manual/es/dist/ps/Makefile.am
1824         * manual/es/dist/txt/Makefile.am
1825         * manual/fr/dist/html/Makefile.am
1826         * manual/fr/dist/pdf/Makefile.am
1827         * manual/fr/dist/ps/Makefile.am
1828         * manual/fr/dist/txt/Makefile.am
1829         * manual/pl/dist/html/Makefile.am
1830         * manual/pl/dist/pdf/Makefile.am
1831         * manual/pl/dist/ps/Makefile.am
1832         * manual/pl/dist/txt/Makefile.am
1833             Missing Makefile.am's for 3.7.6cvs49
1834
1835
1836 2010-10-03 [colin]      3.7.6cvs51
1837
1838         * po/POTFILES.in
1839                 Fix build
1840
1841 2010-10-02 [mir]        3.7.6cvs50
1842
1843         * manual/de/dist/html/Makefile.am
1844         * manual/de/dist/pdf/Makefile.am
1845         * manual/de/dist/ps/Makefile.am
1846         * manual/de/dist/txt/Makefile.am
1847         * manual/dist/html/Makefile.am
1848         * manual/dist/pdf/Makefile.am
1849         * manual/dist/ps/Makefile.am
1850         * manual/dist/txt/Makefile.am
1851         * manual/es/dist/html/Makefile.am
1852         * manual/es/dist/pdf/Makefile.am
1853         * manual/es/dist/ps/Makefile.am
1854         * manual/es/dist/txt/Makefile.am
1855         * manual/fr/dist/html/Makefile.am
1856         * manual/fr/dist/pdf/Makefile.am
1857         * manual/fr/dist/ps/Makefile.am
1858         * manual/fr/dist/txt/Makefile.am
1859         * manual/pl/dist/html/Makefile.am
1860         * manual/pl/dist/pdf/Makefile.am
1861         * manual/pl/dist/ps/Makefile.am
1862         * manual/pl/dist/txt/Makefile.am
1863             Part 2 of last commit which broke due to a permission error
1864             Avoid claws trying to build manuals if the required
1865             tools are not present.
1866
1867 2010-10-02 [mir]        3.7.6cvs49
1868
1869         * configure.ac
1870         * manual/de/dist/html/Makefile.am
1871         * manual/de/dist/pdf/Makefile.am
1872         * manual/de/dist/ps/Makefile.am
1873         * manual/de/dist/txt/Makefile.am
1874         * manual/dist/html/Makefile.am
1875         * manual/dist/pdf/Makefile.am
1876         * manual/dist/ps/Makefile.am
1877         * manual/dist/txt/Makefile.am
1878         * manual/es/dist/html/Makefile.am
1879         * manual/es/dist/pdf/Makefile.am
1880         * manual/es/dist/ps/Makefile.am
1881         * manual/es/dist/txt/Makefile.am
1882         * manual/fr/dist/html/Makefile.am
1883         * manual/fr/dist/pdf/Makefile.am
1884         * manual/fr/dist/ps/Makefile.am
1885         * manual/fr/dist/txt/Makefile.am
1886         * manual/pl/dist/html/Makefile.am
1887         * manual/pl/dist/pdf/Makefile.am
1888         * manual/pl/dist/ps/Makefile.am
1889         * manual/pl/dist/txt/Makefile.am
1890             1) Downgrade autoconf requirements to 2.59 to allow
1891             building on oldest supported Linux distributions.
1892             2) Only try to build manuals if the needed software
1893             is present.
1894
1895 2010-10-02 [colin]      3.7.6cvs48
1896
1897         * src/plugins/trayicon/trayicon.c
1898                 And fix theme updating.
1899
1900 2010-10-02 [colin]      3.7.6cvs47
1901
1902         * src/plugins/trayicon/trayicon.c
1903                 Got burnt by wrong indentation!
1904
1905 2010-10-02 [colin]      3.7.6cvs46
1906
1907         * configure.ac
1908                 Forgot to remove the directory from top-level
1909
1910 2010-10-02 [colin]      3.7.6cvs45
1911
1912         * src/plugins/trayicon/Makefile.am
1913         * src/plugins/trayicon/trayicon.c
1914         * src/plugins/trayicon/libeggtrayicon/.cvsignore
1915         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1916         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1917         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1918         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1919         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1920         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1921         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1922         * src/plugins/trayicon/libeggtrayicon/xembed.h
1923                 Finally get rid of Eggtrayicon, use GtkStatusIcon
1924                 instead (which can be done safely now that we 
1925                 require GTK+ 2.10).
1926
1927 2010-10-02 [colin]      3.7.6cvs44
1928
1929         * src/action.c
1930         * src/addr_compl.c
1931         * src/addressbook.c
1932         * src/addrgather.c
1933         * src/alertpanel.c
1934         * src/editaddress.c
1935         * src/editaddress_other_attributes_ldap.c
1936         * src/editgroup.c
1937         * src/folderview.c
1938         * src/grouplistdialog.c
1939         * src/headerview.c
1940         * src/image_viewer.c
1941         * src/importldif.c
1942         * src/main.c
1943         * src/mainwindow.c
1944         * src/message_search.c
1945         * src/mimeview.c
1946         * src/prefs_themes.c
1947         * src/summary_search.c
1948         * src/summaryview.c
1949         * src/toolbar.c
1950         * src/etpan/imap-thread.c
1951         * src/gtk/authors.h
1952         * src/gtk/gtkcmclist.c
1953         * src/gtk/gtkcmoptionmenu.c
1954         * src/gtk/gtkutils.c
1955         * src/gtk/gtkutils.h
1956         * src/gtk/gtkvscrollbutton.c
1957         * src/plugins/pgpcore/select-keys.c
1958         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1959                 Undeprecate for GTK+2.22. Patch by Reed Loden.
1960                 Fixes bug #2276, 'Compile in maintainer mode
1961                 fails on GTK+ 2.22'.
1962
1963 2010-10-02 [colin]      3.7.6cvs43
1964
1965         * configure.ac
1966                 It's now time to remove the temporary enable-openssl
1967                 option that was used when we removed OpenSSL. See 
1968                 bug #2276 comment #14.
1969
1970 2010-09-30 [wwp]        3.7.6cvs42
1971
1972         * src/prefs_account.c
1973         * src/prefs_filtering_action.c
1974         * src/prefs_matcher.c
1975                         Fix bug #2274, wrong color label index range
1976                         used w/ gtk_cmoption_menu (behaviour change
1977                         has been introduced w/ 3.5.0cvs49 apparently),
1978                         now it must be 1..N so let's use colorlabel value
1979                         (0..N) + 1.
1980                         
1981
1982 2010-09-20 [pawel]      3.7.6cvs41
1983
1984         * src/compose.c
1985         * src/mainwindow.c
1986         * src/summaryview.c
1987                 revert last patch
1988
1989 2010-09-19 [pawel]      3.7.6cvs40
1990
1991         * src/compose.c
1992         * src/mainwindow.c
1993         * src/summaryview.c
1994                 Set ML menus sensitivity accordingly to
1995                 possibility of reply to ML
1996
1997 2010-09-19 [colin]      3.7.6cvs39
1998
1999         * src/compose.c
2000                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
2001                 to newsgroups, and NNTP accounts *can* send email. We 
2002                 should not force an email account when replying to_ml or
2003                 anything...
2004
2005 2010-09-19 [colin]      3.7.6cvs38
2006
2007         * src/compose.c
2008                 Revert previous commit (which breaks Reply to newsgroups)
2009
2010 2010-09-17 [pawel]      3.7.6cvs37
2011
2012         * src/compose.c
2013                 Respect reply_account_autosel when changing compose
2014                 account to email one while replying to NNTP post
2015
2016 2010-09-17 [wwp]        3.7.6cvs36
2017
2018         * doc/man/claws-mail.1
2019         Update --compose documentation in `man claws-mail`.
2020
2021 2010-09-12 [pawel]      3.7.6cvs35
2022
2023         * src/compose.c
2024                 Add forgotten bit to previous commit,
2025                 select email account when replying to ML
2026
2027 2010-09-12 [pawel]      3.7.6cvs34
2028
2029         * src/compose.c
2030                 Fix bug #2247 "nntp reply-to-all broken?"
2031                 Make reply-to-all and reply-to-ml work as expected in
2032                 mailing list through NNTP case
2033
2034 2010-09-11 [pawel]      3.7.6cvs33
2035
2036         * src/mainwindow.c
2037         * src/summaryview.c
2038         * src/toolbar.c
2039                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2040                 fixes build with GTK+ < 2.18
2041
2042 2010-09-10 [pawel]      3.7.6cvs32
2043
2044         * src/mainwindow.c
2045         * src/summaryview.c
2046         * src/toolbar.c
2047                 Make Tab key switch between FolderView, MsgView and
2048                 SummaryView only, other widgets have/can have their own
2049                 keybindings anyway
2050
2051 2010-08-25 [colin]      3.7.6cvs31
2052
2053         * src/procmime.c
2054         * AUTHORS
2055         * src/gtk/authors.h
2056         * src/common/base64.c
2057         * src/common/base64.h
2058                 Fix bug #2245, "base64 decoding fails with line breaks"
2059                 Patch by Yotam Medini
2060
2061 2010-08-25 [colin]      3.7.6cvs30
2062
2063         * src/main.c
2064                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2065
2066 2010-08-23 [pawel]      3.7.6cvs29
2067
2068         * src/inc.c
2069         * src/send_message.c
2070         * src/statusbar.c
2071         * src/toolbar.c
2072                 Hide progressbar on statusbar when not needed
2073
2074 2010-08-17 [colin]      3.7.6cvs28
2075
2076         * src/main.c
2077                 Fix previous patch (our own tmp dir is inside
2078                 our rc dir)
2079
2080 2010-08-16 [colin]      3.7.6cvs27
2081
2082         * src/main.c
2083                 Use temp dir to store logs in Windows. Avoids doing
2084                 get_rc_dir() early, which prevents set_rc_dir()
2085                 working correctly.
2086
2087 2010-07-31 [holger]     3.7.6cvs26
2088
2089         * src/gtk/gtkshruler.c
2090                 Yet more GdkGC to Cairo porting
2091
2092 2010-07-30 [holger]     3.7.6cvs25
2093
2094         * src/stock_pixmap.c
2095                 More GdkGC to Cairo porting
2096
2097 2010-07-30 [holger]     3.7.6cvs24
2098
2099         * src/gtk/colorlabel.c
2100                 One GdkGC usage less
2101
2102 2010-07-29 [holger]     3.7.6cvs23
2103
2104         * src/printing.c
2105                 Replace some gdk drawing with cairo, as the former
2106                 is going towards deprecation.
2107
2108 2010-07-25 [colin]      3.7.6cvs22
2109
2110         * src/common/utils.c
2111                 And now for a real fix. g_list_remove() doesn't, of
2112                 course, free the data. But we have to have a solid
2113                 pointer to it in order to free it ourselves instead
2114                 of relying on the old freed list pointer.
2115                 Maybe that's the last patch on the subject now ? :)
2116
2117 2010-07-25 [colin]      3.7.6cvs21
2118
2119         * src/common/utils.c
2120                 Remove stupid and extraneous g_free() of elements
2121                 which have just been freed by g_list_remove(). (see
2122                 GList documentation). I don't know how it worked before
2123
2124 2010-07-25 [colin]      3.7.6cvs20
2125
2126         * src/common/utils.c
2127                 Reverse free/use with more logical and safe
2128                 use/free. Thanks to Michael Rasmussen !
2129
2130 2010-07-24 [colin]      3.7.6cvs19
2131
2132         * src/gtk/quicksearch.c
2133                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2134                 'freeze when using quick search'
2135
2136 2010-07-11 [iwkse]      3.7.6cvs18
2137
2138         * src/gtk/quicksearch.c
2139                 Add SMALL_LAYOUT to quicksearch_relayout
2140
2141 2010-07-10 [iwkse]      3.7.6cvs17
2142
2143         * src/mainwindow.h
2144                         Remove forgotten variable from
2145                         the last bugfix #2224
2146
2147 2010-07-10 [colin]      3.7.6cvs16
2148
2149         * src/mainwindow.c
2150         * src/gtk/quicksearch.c
2151                 Clean fix for bug #2224: don't mess with GTK settings when
2152                 handling the layout ourselves is enough
2153
2154 2010-07-09 [iwkse]      3.7.6cvs15
2155
2156         * src/mainwindow.h
2157         * src/mainwindow.c
2158                         Better fix for Bug #2224
2159
2160 2010-07-09 [iwkse]      3.7.6cvs14
2161
2162         * src/mainwindow.c
2163                         Bug #2224
2164                         Always use stock icons on buttons
2165
2166 2010-07-08 [colin]      3.7.6cvs13
2167
2168         * src/gtk/filesel.c
2169                 Fix bug 2223, 'Compilation fails with GTK+
2170                 2.21.3'. Thanks to Jan Psota !
2171
2172 2010-06-29 [pawel]      3.7.6cvs12
2173
2174         * src/compose.c
2175                 Revert 3.7.5cvs41, it breaks templates that use %X
2176
2177 2010-06-23 [wwp]        3.7.6cvs11
2178
2179         * src/gtk/colorlabel.c
2180                 Silent up a warning by avoiding possible confusion
2181                 in logical expression evaluation, thanks to TuxCM.
2182
2183 2010-06-21 [iwkse]      3.7.6cvs10
2184
2185         * src/gtk/quicksearch.c
2186                 Do not add into quicksearch history
2187                 matching rules with bad syntax
2188
2189 2010-05-26 [holger]     3.7.6cvs9
2190
2191         * src/summaryview.c
2192         * src/summaryview.h
2193                 Add function to select rows given a list of messages,
2194                 complementary to summary_get_selected_msg_list()
2195
2196 2010-05-22 [mir]        3.7.6cvs8
2197
2198         * src/ldapctrl.c
2199                 Fix bug 2208. Encode encrypted password to qouted
2200                 printable to avoid making invalid XML. Encoding
2201                 will be activated the first time the password is
2202                 changed.
2203
2204 2010-05-22 [paul]       3.7.6cvs7
2205
2206         * manual/advanced.xml
2207         * src/compose.c
2208         * src/prefs_common.c
2209         * src/prefs_common.h
2210                 after using the compose margin for several days
2211                 I wanted the old style back - add a new hidden
2212                 pref 'show_compose_margin' to restore the old
2213                 behaviour (defaults to FALSE)
2214
2215 2010-05-14 [paul]       3.7.6cvs6
2216
2217         * src/compose.c
2218                 add a margin to the compose window text that matches
2219                 the margin in textview
2220
2221 2010-05-14 [colin]      3.7.6cvs5
2222
2223         * src/gtk/sslcertwindow.c
2224                 Fix dangling pointer. Thanks to Michael R!
2225
2226 2010-05-14 [colin]      3.7.6cvs4
2227
2228         * src/gtk/sslcertwindow.c
2229                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
2230                 expired but certificate check is skipped' and maybe
2231                 bug 2200, 'SSL is not working with POP3'
2232
2233 2010-05-14 [colin]      3.7.6cvs3
2234
2235         * src/plugins/pgpinline/pgpinline.c
2236                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2237
2238 2010-05-04 [iwkse]      3.7.6cvs2
2239
2240         * src/prefs_message.c
2241                         Get a generic name as 'Quotation' for
2242                         the frame
2243
2244 2010-05-04 [iwkse]      3.7.6cvs1
2245
2246         * src/prefs_message.c
2247         * src/prefs_common.h
2248         * src/prefs_common.c
2249         * src/textview.c
2250                         Fix #2188
2251                         Option for collapsing via double-click
2252
2253 2010-05-01 [paul]       3.7.6
2254         * NEWS
2255         * README
2256         * RELEASE_NOTES 
2257                 3.7.6 unleashed!
2258
2259 2010-05-01 [paul]       3.7.5cvs55
2260
2261         * tools/claws.i18n.status.pl
2262                 add Ukrainian stat
2263
2264 2010-05-01 [paul]       3.7.5cvs54
2265
2266         * src/gtk/authors.h
2267                 add YUP, new Ukrainian translator
2268
2269 2010-04-30 [paul]       3.7.5cvs53
2270
2271         * configure.ac
2272         * po/uk.po
2273                 add Ukrainian translation, submitted by YUP
2274         * po/cs.po
2275         * po/de.po
2276         * po/fi.po
2277         * po/hu.po
2278         * po/nl.po
2279         * po/pt_BR.po
2280         * po/pt_PT.po
2281         * po/sk.po
2282                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2283                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
2284                 Tiago Faria, and Slavko
2285
2286 2010-04-26 [wwp]        3.7.5cvs52
2287
2288         * po/fr.po
2289                 Fix capitalization.
2290
2291 2010-04-26 [mones]      3.7.5cvs51
2292
2293         * po/es.po
2294                 Updated for release
2295
2296 2010-04-22 [pawel]      3.7.5cvs50
2297
2298         * src/addressbook.c
2299                 fix compile warning
2300         * src/vcard.c
2301                 first NULL check pointer, then use it
2302
2303 2010-04-22 [colin]      3.7.5cvs49
2304
2305         * src/imap.c
2306                 Fix error message when session isn't established
2307         * po/fr.po
2308                 Update translation and fix a typo in it
2309
2310 2010-04-15 [pawel]      3.7.5cvs48
2311
2312         * src/prefs_account.c
2313                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2314                                 the port isn't configured properly'
2315                 When using SSL/TLS tunneling automatically use default
2316                 ports for encrypted connections: smtps, pop3s, imaps, nntps
2317
2318 2010-04-15 [pawel]      3.7.5cvs47
2319
2320         * src/action.c
2321                 Fix crasher in actions using '%f' argument
2322                 on multiple files with external scripts which
2323                 don't return any output.
2324
2325 2010-04-14 [colin]      3.7.5cvs46
2326
2327         * src/mainwindow.c
2328                 Fix hand cursor after error symbol appears
2329
2330 2010-04-12 [colin]      3.7.5cvs45
2331
2332         * configure.ac
2333                 Fix bug 2162, 'configure check for libetpan 
2334                 fails with libetpan 1.0'
2335
2336
2337 2010-04-09 [mones]      3.7.5cvs44
2338
2339         * manual/de/glossary.xml
2340                 Fix encoding to match main document's
2341                 Also fixes make dist with Debian's openjade
2342
2343 2010-03-29 [pawel]      3.7.5cvs43
2344
2345         * src/matcher_parser.h
2346         * src/matcher_parser_parse.y
2347         * src/gtk/quicksearch.c
2348                 Disable matcher warnings when populating quicksearch
2349                 completion lists on startup
2350
2351 2010-03-27 [colin]      3.7.5cvs42
2352
2353         * src/gtk/quicksearch.c
2354                 Fix double-free later in code. Optimize
2355                 list creation
2356
2357 2010-03-27 [pawel]      3.7.5cvs41
2358
2359         * src/compose.c
2360                 Make sure that quote ends with new line char
2361
2362 2010-03-26 [pawel]      3.7.5cvs40
2363
2364         * src/compose.c
2365         * src/compose.h
2366         * src/textview.c
2367                 Fix Bug 1928 Add "reply to this address" pop menu 
2368                              on Message View
2369                 - Set composing account to email one when creating/replying
2370                   from NNTP folder by clicking link or choosing option
2371                   from popup menu
2372                 - Factorize code
2373
2374 2010-03-25 [paul]       3.7.5cvs39
2375
2376         * src/gtk/gtkcmclist.c
2377                 Fix build with GTK+ 2.20
2378
2379 2010-03-24 [pawel]      3.7.5cvs38
2380
2381         * src/addr_compl.c
2382         * src/compose.c
2383         * src/folderview.c
2384         * src/grouplistdialog.c
2385         * src/headerview.c
2386         * src/mainwindow.c
2387         * src/mimeview.c
2388         * src/prefs_account.c
2389         * src/gtk/gtkcmclist.c
2390         * src/gtk/gtkcmctree.c
2391         * src/gtk/gtkcmoptionmenu.c
2392         * src/gtk/gtksctree.c
2393         * src/gtk/gtkshruler.c
2394         * src/gtk/gtkutils.c
2395         * src/gtk/gtkutils.h
2396         * src/gtk/gtkvscrollbutton.c
2397         * src/gtk/inputdialog.c
2398         * src/gtk/spell_entry.c
2399         * src/plugins/trayicon/trayicon.c
2400         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2401         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2402         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2403                 Fix build with GTK+ 2.19
2404
2405 2010-03-23 [pawel]      3.7.5cvs37
2406
2407         * src/mainwindow.c
2408         * src/mimeview.c
2409                 Respect view->show_col_headers option
2410         * src/gtk/gtkcmctree.c
2411                 Fix GtkCmcTree column width calculation when it has
2412                 auto_resize set and new node is added
2413
2414 2010-03-22 [pawel]      3.7.5cvs36
2415
2416         * src/grouplistdialog.c
2417         * src/prefs_common.c
2418         * src/prefs_common.h
2419                 - remember newsgroups list dialog size
2420                 - respect use_dotted_lines hidden pref
2421                 - respect use_stripes_everywhere hidden pref
2422
2423 2010-03-21 [pawel]      3.7.5cvs35
2424
2425         * src/addrgather.c
2426                 Remove superfluous gtk_widget_show_all()
2427         * src/mimeview.c
2428                 Add forgotten colon
2429         * src/common/utils.c
2430                 Return correct type
2431
2432 2010-03-21 [pawel]      3.7.5cvs34
2433
2434         * src/main.c
2435         * src/gtk/quicksearch.c
2436         * src/gtk/quicksearch.h
2437                 Implement separate search phrase completion for
2438                 normal/extended quicksearch
2439
2440 2010-03-11 [paul]       3.7.5cvs33
2441
2442         * po/zh_CN.po
2443                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2444                 submitted by Yuwei Yu
2445
2446 2010-03-09 [colin]      3.7.5cvs32
2447
2448         * manual/de/glossary.xml
2449                 Fix build
2450
2451 2010-03-02 [colin]      3.7.5cvs31
2452
2453         * manual/de/glossary.xml
2454                 Sort alphabetically. Done by Volker Ribbert.
2455
2456 2010-03-02 [mones]      3.7.5cvs30
2457
2458         * README
2459                 Fix mailing list archives location
2460                 Remove currently unavailable CVS webview
2461
2462 2010-03-01 [iwkse]      3.7.5cvs29
2463
2464         * src/common/plugin.c
2465                         Other indentation issues
2466
2467 2010-03-01 [iwkse]      3.7.5cvs28
2468
2469         * src/common/plugin.c
2470                         Fix indentation of the previous commit
2471
2472 2010-03-01 [iwkse]      3.7.5cvs27
2473
2474         * src/common/plugin.h
2475         * src/common/plugin.c
2476                         Add API for getting a loaded Plugin from the
2477                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
2478                         Thanks to Colin, Michael
2479
2480 2010-02-27 [colin]      3.7.5cvs26
2481
2482         * configure.ac
2483         * AUTHORS
2484         * src/gtk/authors.h
2485         * manual/Makefile.am
2486         * manual/de/Makefile.am
2487         * manual/de/account.xml
2488         * manual/de/ack.xml
2489         * manual/de/addrbook.xml
2490         * manual/de/advanced.xml
2491         * manual/de/claws-mail-manual.xml
2492         * manual/de/faq.xml
2493         * manual/de/glossary.xml
2494         * manual/de/gpl.xml
2495         * manual/de/handling.xml
2496         * manual/de/intro.xml
2497         * manual/de/keyboard.xml
2498         * manual/de/plugins.xml
2499         * manual/de/starting.xml
2500         * manual/de/dist/.cvsignore
2501         * manual/de/dist/Makefile.am
2502         * manual/de/dist/html/.cvsignore
2503         * manual/de/dist/html/Makefile.am
2504         * manual/de/dist/pdf/.cvsignore
2505         * manual/de/dist/pdf/Makefile.am
2506         * manual/de/dist/ps/.cvsignore
2507         * manual/de/dist/ps/Makefile.am
2508         * manual/de/dist/txt/.cvsignore
2509         * manual/de/dist/txt/Makefile.am
2510                 Add the german translation of the manual, done by
2511                 Volker Ribbert <thoraki@arcor.de>.
2512
2513 2010-02-27 [holger]     3.7.5cvs25
2514
2515         * src/prefs_toolbar.c
2516                 Don't make toolbar item description for
2517                 plugin registered items editable
2518
2519 2010-02-26 [colin]      3.7.5cvs24
2520
2521         * src/toolbar.c
2522                 Don't translate empty description
2523
2524 2010-02-22 [colin]      3.7.5cvs23
2525
2526         * src/compose.c
2527                 Don't make In-Reply-To visible when reediting
2528                 a draft or sent mail.
2529
2530 2010-02-20 [colin]      3.7.5cvs22
2531
2532         * src/imap.c
2533         * src/imap.h
2534         * src/main.c
2535         * src/mainwindow.c
2536         * src/etpan/imap-thread.c
2537         * src/etpan/imap-thread.h
2538         * src/etpan/nntp-thread.c
2539         * src/etpan/nntp-thread.h
2540                 When going offline from NetworkManager, just
2541                 delete IMAP connections. That'll avoid timeouts
2542                 when coming back online in certain cases when
2543                 the TCP socket will have timed out.
2544
2545 2010-02-20 [holger]     3.7.5cvs21
2546
2547         * .cvsignore
2548                 More files to ignore
2549
2550 2010-02-17 [ticho]      3.7.5cvs20
2551
2552         * src/summaryview.c
2553         * src/summaryview.h
2554         * src/toolbar.c
2555                 Revert 3.7.5cvs19.
2556
2557 2010-02-16 [ticho]      3.7.5cvs19
2558
2559         * src/summaryview.c
2560         * src/summaryview.h
2561         * src/toolbar.c
2562                 Removed unused argument from summary_open_row().
2563
2564 2010-02-10 [pawel]      3.7.5cvs18
2565
2566         * src/compose.c
2567                 - fix headers filtering when prefs_common.trans_hdr is on
2568                 - fix headers setting when changing composing account 
2569                 - plug memleak
2570         * src/prefs_template.c
2571                 Re-add template's name for translation
2572
2573 2010-02-10 [colin]      3.7.5cvs17
2574
2575         * src/prefs_matcher.c
2576                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2577                 Condition>Define>Header>Name combo box'. Patch by
2578                 Francois Cami
2579
2580 2010-02-10 [colin]      3.7.5cvs16
2581
2582         * src/codeconv.c
2583         * src/codeconv.h
2584         * src/compose.c
2585         * src/mainwindow.c
2586         * src/messageview.c
2587         * src/prefs_send.c
2588         * src/procmime.c
2589         * src/textview.c
2590                 Add the GB18030 Chinese charset, which is a superset
2591                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2592
2593 2010-02-09 [holger]     3.7.5cvs15
2594
2595         * configure.ac
2596                 GTK+ 2.10 related cleanup
2597
2598 2010-02-09 [pawel]      3.7.5cvs14
2599
2600         * src/prefs_account.c
2601         * src/prefs_folder_item.c
2602         * src/prefs_template.c
2603         * src/quote_fmt.c
2604                 Respect prefs_common.trans_hdr in couple more places to avoid
2605                 confusion with translated/non-translated header names
2606
2607 2010-02-09 [colin]      3.7.5cvs13
2608
2609         * po/POTFILES.in
2610                 Fix make dist
2611
2612 2010-02-09 [colin]      3.7.5cvs12
2613
2614         * src/mimeview.c
2615                 And fix 2.10 build :)
2616
2617 2010-02-09 [colin]      3.7.5cvs11
2618
2619         * configure.ac
2620                 Bump up GTK+ requirement to 2.10
2621         * src/Makefile.am
2622         * src/compose.c
2623         * src/crash.c
2624         * src/foldersel.c
2625         * src/main.c
2626         * src/mainwindow.c
2627         * src/messageview.c
2628         * src/messageview.h
2629         * src/prefs_actions.c
2630         * src/prefs_common.c
2631         * src/prefs_common.h
2632         * src/prefs_ext_prog.c
2633         * src/prefs_filtering_action.c
2634         * src/prefs_fonts.c
2635         * src/prefs_image_viewer.c
2636         * src/prefs_matcher.c
2637         * src/prefs_msg_colors.c
2638         * src/prefs_summaries.c
2639         * src/prefs_template.c
2640         * src/printing.c
2641         * src/printing.h
2642         * src/quote_fmt.c
2643         * src/summaryview.c
2644         * src/textview.c
2645         * src/gtk/Makefile.am
2646         * src/gtk/about.c
2647         * src/gtk/gtkcmclist.c
2648         * src/gtk/gtkcmctree.c
2649         * src/gtk/gtkutils.c
2650         * src/gtk/quicksearch.c
2651                 Remove all compile-time conditionals depending on
2652                 GTK+ < 2.10
2653         * src/gedit-print.c
2654         * src/gedit-print.h
2655         * src/gtk/gtksourceprintjob.c
2656         * src/gtk/gtksourceprintjob.h
2657                 Remove libgnomeprint-based printing system (and
2658                 command-line-based printing system) as GTK+ 2.10
2659                 ships with print support.
2660
2661 2010-02-08 [mir]        3.7.5cvs10
2662
2663         * src/compose.c
2664             Avoid displaying Bcc headers in message sent
2665             to NNTP servers. Thanks to Henning Mersch.
2666
2667
2668 2010-02-08 [pawel]      3.7.5cvs9
2669
2670         * src/mimeview.c
2671                 Make tooltips less cryptic
2672         * src/gtk/description_window.c
2673                 Improve window size calculation
2674
2675 2010-02-08 [pawel]      3.7.5cvs8
2676
2677         * src/compose.c
2678         * src/compose.h
2679         * src/common/utils.c
2680         * src/common/utils.h
2681         * src/gtk/authors.h
2682                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2683                 Patch by Laurent Bigonville with slight modifications
2684
2685 2010-02-03 [pawel]      3.7.5cvs7
2686
2687         * m4/.cvsignore
2688                 Add some libtool files to ignore
2689
2690 2010-02-03 [pawel]      3.7.5cvs6
2691
2692         * src/plugins/trayicon/trayicon.c
2693                 Save and then restore focus when closing/minimizing to tray
2694
2695 2010-02-03 [mir]        3.7.5cvs5
2696
2697         * src/addrindex.c
2698         * src/editldap.c
2699         * src/ldapctrl.c
2700         * src/ldapctrl.h
2701         * src/ldapquery.c
2702         * src/ldapupdate.c
2703             Save LDAP password encrypted. See bug 2113.
2704
2705
2706 2010-02-03 [colin]      3.7.5cvs4
2707
2708         * src/privacy.c
2709                 Fix again decoding of encrypted parts. The
2710                 reverting of the patch was wrong, as the
2711                 double-decoding was fixed in smime itself.
2712                 Thanks to Matthias Drochner again...
2713
2714 2010-02-02 [colin]      3.7.5cvs3
2715
2716         * src/plugins/smime/smime.c
2717         * src/privacy.c
2718                 Revert 3.7.4cvs2 and make a better patch for bug
2719                 2059 and 2076. Patch by Matthias Drochner
2720
2721 2010-01-31 [pawel]      3.7.5cvs2
2722
2723         * src/gtk/authors.h
2724                 Fix hungarian translator's name
2725
2726 2010-01-31 [pawel]      3.7.5cvs1
2727
2728         * src/messageview.c
2729         * src/mimeview.c
2730                 Fix Bug 2107 - Arrow keys don't work in message view window
2731
2732 2010-01-31 [paul]       3.7.5
2733
2734         * NEWS
2735         * README
2736         * RELEASE_NOTES 
2737                 3.7.5 released!
2738
2739 2010-01-23 [pawel]      3.7.4cvs10
2740
2741         * src/addressbook.c
2742                 Fix button sensitivity in compose mode
2743
2744 2010-01-23 [pawel]      3.7.4cvs9
2745
2746         * commitHelper
2747         * tools/kdeservicemenu/install.sh
2748         * tools/make.themes.project
2749         * tools/nautilus2claws-mail.sh
2750         * tools/popfile-link.sh
2751         * tools/textviewer.sh
2752                 Not all systems have bash installed in /bin, use env(1) to find
2753                 it`s location
2754
2755 2010-01-22 [pawel]      3.7.4cvs8
2756
2757         * src/prefs_account.c
2758         * src/prefs_filtering.c
2759         * src/prefs_send.c
2760         * src/gtk/colorlabel.c
2761                 Add some separators in combos
2762
2763 2010-01-22 [pawel]      3.7.4cvs7
2764
2765         * autogen.sh
2766                 --disable-aspell -> --disable-enchant
2767         * configure.ac
2768                 Fix options spacing in configure --help
2769         * src/wizard.c
2770                 Make wizard's window centered on the screen
2771
2772 2010-01-19 [holger]     3.7.4cvs6
2773
2774         * src/folder.c
2775         * src/folder.h
2776                 Introduce folder_get_item_from_identifier().
2777                 In contrast to folder_find_item_from_identifier(), this
2778                 function recursively creates the FolderItems in the id path.
2779                 Useful for programmatically creating folders (e.g. by plugins)
2780
2781 2010-01-17 [pawel]      3.7.4cvs5
2782
2783         * src/gtk/authors.h
2784                 Fix my lastname
2785
2786 2010-01-16 [colin]      3.7.4cvs4
2787
2788         * src/plugins/pgpcore/sgpgme.c
2789                 Probably fix bug 2098, 'claws-mails crashes frequently 
2790                 with pgpcore'. Fix double-free.
2791
2792 2010-01-16 [holger]     3.7.4cvs3
2793
2794         * src/prefs_toolbar.h
2795                 Forgotten header
2796
2797 2010-01-15 [colin]      3.7.4cvs2
2798
2799         * src/privacy.c
2800                 Decode mimeinfo before decrypting it. Probably
2801                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
2802                 with S/MIME encryption' and bug 2076 'having 
2803                 worked 2 times properly CLAWS ceased to 
2804                 decrypt incoming PGP mails -displays base64 
2805                 instead - sucks completely'
2806                 Let's hope complete suckage ends here!
2807                 Thanks to Matthias Drochner.
2808
2809 2010-01-08 [paul]       3.7.4cvs1
2810
2811         * tools/claws.i18n.status.pl
2812                 fix typos
2813
2814 2010-01-08 [paul]       3.7.4
2815
2816         * NEWS
2817         * README
2818         * RELEASE_NOTES 
2819                 3.7.4 released!
2820
2821 2010-01-08 [paul]       3.7.3cvs57
2822
2823         * po/ca.po
2824         * po/cs.po
2825         * po/de.po
2826         * po/fi.po
2827         * po/hu.po
2828         * po/id.po
2829         * po/ja.po
2830         * po/nl.po
2831         * po/pt_BR.po
2832         * po/pt_PT.po
2833         * po/ru.po
2834         * po/sk.po
2835                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2836                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2837                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2838                 Slavko
2839
2840 2010-01-08 [paul]       3.7.3cvs56
2841
2842         * src/common/utils.c
2843                 fix bug 2089, 'URLs ending with an underscore ('_')
2844                 are not correctly parsed'. thanks to Johan
2845
2846 2010-01-05 [colin]      3.7.3cvs55
2847
2848         * po/fr.po
2849                 Update french translation
2850
2851 2010-01-04 [mones]      3.7.3cvs54
2852
2853         * po/es.po
2854                 Update Spanish translation
2855
2856 2010-01-04 [mones]      3.7.3cvs53
2857
2858         * manual/plugins.xml
2859                 Some format
2860         * manual/es/claws-mail-manual.xml
2861         * manual/es/intro.xml
2862         * manual/es/plugins.xml
2863                 Synchronise with English version
2864
2865 2010-01-03 [paul]       3.7.3cvs52
2866
2867         * ChangeLog
2868                 fix format
2869         * src/gtk/authors.h
2870                 update TEAM_LIST, fix encoding
2871
2872 2010-01-03 [mir]        3.7.3cvs51
2873
2874         * src/compose.c
2875                 When composing to a NNTP list TO: will always be preset
2876                 to the NNTP list unless user has chosen some other default
2877                 in which case we will handle this the normal way. Therefore
2878                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2879
2880 2010-01-01 [paul]       3.7.3cvs50
2881
2882         * src/gtk/about.c
2883                 bump copyright year whilst it's in mind
2884
2885 2009-12-31 [paul]       3.7.3cvs49
2886
2887         * manual/claws-mail-manual.xml
2888         * manual/intro.xml
2889         * manual/plugins.xml
2890                 fix links so that they make sense in the context of the
2891                 text version of the manual
2892
2893 2009-12-31 [paul]       3.7.3cvs48
2894
2895         * manual/intro.xml
2896         * manual/plugins.xml
2897                 updates, improvements, corrections, additions
2898
2899 2009-12-29 [pawel]      3.7.3cvs47
2900
2901         * src/prefs_filtering_action.c
2902                 Fix Bug 2082 'Wrong color rectangle position when replacing
2903                 "color" processing rule'
2904
2905 2009-12-29 [colin]      3.7.3cvs46
2906
2907         * src/compose.c
2908                 Fix bug 2074, 'Remember sending account 
2909                 for sent messages'
2910
2911 2009-12-20 [holger]     3.7.3cvs45
2912
2913         * src/compose.c
2914                 Delay CREATED_HOOKLIST invokation until
2915                 after the modifications to the compose window
2916                 are done, to allow hooks to further modify the
2917                 window without getting overridden again
2918
2919 2009-12-20 [holger]     3.7.3cvs44
2920
2921         * src/prefs_toolbar.h
2922                 Fix last commit
2923
2924 2009-12-20 [holger]     3.7.3cvs43
2925
2926         * src/prefs_toolbar.c
2927         * src/prefs_toolbar.h
2928         * src/toolbar.c
2929                 Pass window struct to caller
2930
2931 2009-12-20 [holger]     3.7.3cvs42
2932
2933         * src/compose.c
2934         * src/compose.h
2935                 Add hooklist after creation of a compose window
2936
2937 2009-12-19 [holger]     3.7.3cvs41
2938
2939         * src/prefs_toolbar.c
2940         * src/prefs_toolbar.h
2941         * src/toolbar.c
2942                 Allow plugins to choose to which toolbar they want
2943                 to add actions (main window, compose window, or message view)
2944
2945 2009-12-19 [paul]       3.7.3cvs40
2946
2947         * src/statusbar.c
2948                 fix statusbar in GTK+ 2.19.1
2949
2950 2009-12-10 [pawel]      3.7.3cvs39
2951
2952         * src/compose.c
2953                 Better fix for cvs28 regression
2954
2955 2009-12-10 [iwkse]      3.7.3cvs38
2956
2957         * src/compose.c
2958             Fix some indentation
2959
2960 2009-12-10 [iwkse]      3.7.3cvs37
2961
2962         * src/compose.c
2963             Add missing checks for gtkaspell: avoid
2964             crashing in some cases when Enchant is 
2965             enabled but the spell checker is disabled 
2966             in preferences.
2967
2968 2009-12-09 [colin]      3.7.3cvs36
2969
2970         * src/compose.c
2971                 Fix leak and unchecked accesses.
2972
2973 2009-12-09 [mir]        3.7.3cvs35
2974
2975         * src/compose.c
2976         Fix Bug 2072 "template at folder properties is not working"
2977         introduced in cvs24.
2978
2979 2009-12-08 [pawel]      3.7.3cvs34
2980
2981         * src/compose.c
2982                 When 'Reply All' remove current compose address from
2983                 Cc/Bcc list - fix for regression introduced in cvs28
2984
2985 2009-12-05 [pawel]      3.7.3cvs33
2986
2987         * src/messageview.c
2988                 Fix memory management, duh!
2989
2990 2009-12-04 [pawel]      3.7.3cvs32
2991
2992         * src/messageview.c
2993                 Use case insensitive comparison in search for
2994                 duplicate urls
2995         * src/uri_opener.c
2996                 Refresh scrollbars on every window open
2997
2998 2009-12-04 [pawel]      3.7.3cvs31
2999
3000         * src/compose.c
3001                 Highlight misspelled words when applying template and
3002                 check_while_typing option is on
3003
3004 2009-12-03 [pawel]      3.7.3cvs30
3005
3006         * src/compose.c
3007                 Highlight misspelled words in text inserted from file(s)
3008                 or pasted to message body when check_while_typing
3009                 options is on
3010
3011 2009-12-02 [pawel]      3.7.3cvs29
3012
3013         * src/compose.c
3014                 Revert first part of previous commit
3015
3016 2009-12-02 [pawel]      3.7.3cvs28
3017
3018         * src/compose.c
3019                 Fix Bug 2055 "duplicate mailing list reply if
3020                 List-Post + Reply-To present"
3021                 - Ignore Reply-To if answering to ML
3022                 - Improve parsing of List-Post header
3023
3024 2009-12-02 [pawel]      3.7.3cvs27
3025
3026         * src/compose.c
3027         * src/compose.h
3028                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3029                 email had user in "From" and "CC"
3030                 Don't allow duplicate addresses in compose window headers
3031
3032 2009-12-02 [mones]      3.7.3cvs26
3033
3034         * manual/intro.xml
3035         * manual/es/intro.xml
3036         * manual/fr/intro.xml
3037         * manual/it/intro.xml
3038         * manual/pl/intro.xml
3039                 Make URL to point current site
3040
3041 2009-12-01 [holger]     3.7.3cvs25
3042
3043         * src/summaryview.c
3044         * src/summaryview.h
3045                 Introduce new drag type "claws-mail/msg-path-list" for
3046                 drag'n'drop of a message selection from the summaryview
3047                 into other applications. The drag data gets set to the
3048                 folder-item-id followed by message ids, separated by newlines.
3049                 This enables other applications to back-link to Claws Mail
3050                 via a "claws-mail --select" call after they received a drop.
3051
3052 2009-11-30 [mir]        3.7.3cvs24
3053
3054         * src/compose.c
3055            Place cursor in compose window according to provided input
3056            If to: is present place cursor in subject field and if both
3057            to: and subject: is present place cursor in body. If body: is
3058            present insert a new line after text and place cursor there.
3059
3060 2009-11-27 [mones]      3.7.3cvs23
3061
3062         * src/gtk/quicksearch.c
3063                 Allow viewing longer expressions if there's space
3064
3065 2009-11-25 [holger]     3.7.3cvs22
3066
3067         * Makefile.am
3068         * src/common/Makefile.am
3069         * src/common/utils.c
3070         * src/common/utils.h
3071                 Add a function to query the
3072                 filepath of the .desktop file
3073
3074 2009-11-25 [colin]      3.7.3cvs21
3075
3076         * src/imap.c
3077                 Fix bug 2063, 'glib assertion in GRelation use in 
3078                 imap.c'
3079
3080 2009-11-24 [pawel]      3.7.3cvs20
3081
3082         * src/common/utils.c
3083                 Fix Bug 2053 'Inconsistent application of Coloration 
3084                 of Message text'
3085                 Don't allow '<' character between quotation marks
3086
3087 2009-11-21 [holger]     3.7.3cvs19
3088
3089         * src/printing.c
3090                 Modify cairo clip handling in preview windows,
3091                 to prevent print preview windows from being blank
3092                 with GTK+ 2.18. Follow recommendation of the GTK+
3093                 documentation (section "Migrating to client side windows")
3094                 and create a new cairo context for each expose event.
3095
3096 2009-11-19 [pawel]      3.7.3cvs18
3097
3098         * Makefile.am
3099                 complete 3.7.3cvs15 so install is DESTDIR safe
3100                 remove icons with changed names on uninstall
3101
3102 2009-11-18 [pawel]      3.7.3cvs17
3103
3104         * src/news_gtk.c
3105                 remove unneeded and code-duplicating function
3106
3107 2009-11-18 [pawel]      3.7.3cvs16
3108
3109         * src/news_gtk.c
3110                 Fix Bug 2057 'Claws mail does not keep renamed names
3111                 of nntp-subscribed groups'
3112                 Check for already subscribed group using item->path for group
3113                 comparision as folders item->path != item->name may be truth 
3114                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3115
3116 2009-11-17 [pawel]      3.7.3cvs15
3117
3118         * Makefile.am
3119                 Fix Bug 2049 'some icons not copied?'
3120                 Install additional 64x64 and 128x128 icons
3121
3122 2009-11-17 [holger]     3.7.3cvs14
3123
3124         * src/prefs_toolbar.c
3125         * src/prefs_toolbar.h
3126         * src/toolbar.c
3127         * src/toolbar.h
3128                 Allow plugins to register toolbar items
3129
3130 2009-11-11 [pawel]      3.7.3cvs13
3131
3132         * src/addressbook.c
3133         * src/compose.c
3134         * src/compose.h
3135         * src/filtering.c
3136                 Fix Bug 1867 Changing account does not change BCC address
3137                 Set account specific headers when changing account
3138                 in compose window.
3139
3140 2009-11-07 [colin]      3.7.3cvs12
3141
3142         * src/gtk/prefswindow.c
3143                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3144                 Patch by Pawel
3145
3146 2009-11-07 [colin]      3.7.3cvs11
3147
3148         * src/gtk/spell_entry.c
3149                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3150                 Patch by Pawel Pekala
3151
3152 2009-10-27 [colin]      3.7.3cvs10
3153
3154         * src/folder.c
3155                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3156                 Don't try to check whether the folder is up-to-date if
3157                 the folder class doesn't implement set_mtime, as we don't
3158                 care in this case. This code exists since a long time, but
3159                 the bug was triggered by more scanning of queue folders 
3160                 since recently (when we added \Deleted handling).
3161
3162 2009-10-27 [colin]      3.7.3cvs9
3163
3164         * src/mainwindow.c
3165                 Try to fix registering as default client
3166                 on windows 7
3167
3168 2009-10-21 [wwp]        3.7.3cvs8
3169
3170         * src/common/utils.c
3171                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3172
3173 2009-10-21 [wwp]        3.7.3cvs7
3174
3175         * src/common/utils.c
3176                 Don't core dump when attempting to insert a non-existing
3177                 file using a mailto: uri (g_error does core dump).
3178
3179 2009-10-20 [colin]      3.7.3cvs6
3180
3181         * src/common/utils.c
3182                 Don't g_error on normal warnings...
3183
3184 2009-10-20 [colin]      3.7.3cvs5
3185
3186         * src/plugins/pgpcore/sgpgme.c
3187                 Fix bug 1996, 'S/MIME key not selected'
3188                 Check for S/MIME certs too
3189
3190 2009-10-20 [colin]      3.7.3cvs4
3191
3192         * src/common/w32lib.h
3193                 Fix win32 build on latest mingw32
3194
3195 2009-10-20 [colin]      3.7.3cvs3
3196
3197         * src/exportldif.c
3198         * src/ldif.c
3199         * src/ldif.h
3200                 Fix LDIF export. Patch by Michael Rasmussen
3201
3202 2009-10-18 [paul]       3.7.3cvs2
3203
3204         * tools/claws.i18n.status.pl
3205                 increase the value of $transolddays since we're relasing less
3206                 often now.
3207                 rework the en_GB.po hack so that en_GB is always 100% translated
3208                 and recently updated
3209
3210 2009-10-17 [paul]       3.7.3cvs1
3211
3212         * src/prefs_account.c
3213         * src/prefs_compose_writing.c
3214         * src/prefs_receive.c
3215         * src/prefs_summaries.c
3216         * src/prefs_wrapping.c
3217                 reword a few labels. (this incorporates everything
3218                 that seemed worthwhile from bug 2020)
3219         * src/prefs_customheader.c
3220                 use a 'Browse' button instead of button with
3221                 label 'From file...'
3222
3223 2009-10-12 [colin]
3224
3225         * CVS repository change
3226
3227 2009-10-09 [paul[       3.7.3
3228
3229         version 3.7.3 unleashed!!
3230
3231 2009-10-07 [paul]       3.7.2cvs49
3232
3233         * src/folderview.c
3234         * src/folderview.h
3235         * src/mainwindow.c
3236                 fix  Bug 1994 -  Changing colors required restart.
3237                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3238                 more accurate folderview_reinit_fonts()
3239
3240 2009-10-07 [paul]       3.7.2cvs48
3241
3242         * src/addrgather.c
3243         * src/prefs_common.c
3244         * src/prefs_common.h
3245                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
3246                 patch by Pawel Pekala
3247
3248 2009-10-07 [paul]       3.7.2cvs47
3249
3250         * po/cs.po
3251         * po/de.po
3252         * po/hu.po
3253         * po/id.po
3254         * po/ja.po
3255         * po/pt_BR.po
3256                 updated by David Vachulka, Stephan Sachse and Marc Arens,
3257                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3258                 Goncalves Guimaraes
3259
3260 2009-10-06 [colin]      3.7.2cvs46
3261
3262         * po/fr.po
3263                 French translation update
3264
3265 2009-10-05 [paul]       3.7.2cvs45
3266
3267         * src/printing.c
3268                 enable Page Size and Orientation in the print dialog,
3269                 GTK+ >= 2.18.x only. Patch by Mark__T
3270
3271 2009-10-05 [paul]       3.7.2cvs44
3272
3273         * src/prefs_summaries.c
3274                 fix label, startup --> start-up, to match other uses of the
3275                 term
3276
3277 2009-10-05 [paul]       3.7.2cvs43
3278
3279         * po/pl.po
3280                 updated by Emilian Nowak
3281
3282 2009-10-03 [colin]      3.7.2cvs42
3283
3284         * src/mimeview.c
3285         * src/noticeview.c
3286         * src/gtk/gtkcmclist.c
3287         * src/gtk/gtkvscrollbutton.c
3288         * src/gtk/logwindow.c
3289                 GTK+ 2.18 fixes:
3290                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3291                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3292                 Fix warning at start
3293
3294 2009-09-28 [colin]      3.7.2cvs41
3295
3296         * src/matcher.c
3297         * src/mimeview.c
3298         * src/prefs_folder_item.c
3299                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3300
3301 2009-09-28 [colin]      3.7.2cvs40
3302
3303         * src/prefs_summaries.c
3304         * src/gtk/sslcertwindow.c
3305                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
3306                 shows up garbled in GUI'. Patch by Pawel Pekala
3307
3308 2009-09-24 [iwkse]      3.7.2cvs39
3309
3310         * configure.ac
3311             That's only for statistics, of course :)
3312
3313 2009-09-24 [iwkse]      3.7.2cvs38
3314
3315         * configure.ac
3316             ...
3317
3318 2009-09-24 [iwkse]      3.7.2cvs37
3319
3320         * configure.ac
3321             Revert unwanted change
3322
3323 2009-09-24 [iwkse]      3.7.2cvs36
3324
3325         * src/action.c
3326             Fix issue with filtering actions and 
3327             parsed parameters
3328
3329 2009-09-20 [mones]      3.7.2cvs35
3330
3331         * tools/convert_mbox.pl
3332                 Add -R flag to support recursive conversions
3333                 of arbitrary Evolution mail folders, based on
3334                 bash script by Daniel Dickinson (fixes debian 
3335                 bug #461435) 
3336         * tools/popfile-link.sh
3337                 Set required shell for script (fixes debian 
3338                 bug #530057)
3339
3340 2009-09-16 [colin]      3.7.2cvs34
3341
3342         * src/main.c
3343                 Go grab files in /etc/skel if they exist
3344                 at first startup 
3345
3346 2009-09-15 [colin]      3.7.2cvs33
3347
3348         * src/procmime.c
3349                 Complete 3.7.1cvs42: only output directly to
3350                 final file if we get NULL byes at the start.
3351                 Still fixes saving UTF16 files, but also
3352                 fixes displaying Base64 parts with decoding
3353                 errors (parts without errors get displayed)
3354
3355 2009-09-14 [colin]      3.7.2cvs32
3356
3357         * src/matcher.c
3358         * src/matcher.h
3359         * src/matcher_parser_parse.y
3360         * src/prefs_matcher.c
3361                 Add 'has_attachment' and 'signed' matcher
3362                 expressions. Patch by Aleksei Miheev, fixes
3363                 bug 1997. 
3364
3365 2009-09-14 [colin]      3.7.2cvs31
3366
3367         * src/common/utils.c
3368                 Add "Re :" prefix from french Yahoo mail.
3369                 Patch by Didier Barvaux, fixes bug 1999
3370
3371 2009-09-10 [mones]      3.7.2cvs30
3372
3373         * manual/plugins.xml
3374                 Fix sites supported by SpamReport
3375         * manual/es/plugins.xml
3376                 Synchronise Spanish manual
3377
3378 2009-09-07 [holger]     3.7.2cvs29
3379
3380         * Makefile.am
3381                 Also update the icon cache on uninstall.
3382                 This prevents possible problems when Claws Mail was
3383                 uninstalled and installed again into a different location,
3384                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3385                 and the blog post linked therein
3386
3387 2009-09-07 [paul]       3.7.2cvs28
3388
3389         * src/prefs_toolbar.c
3390                 when updating the main toolbar icons just update
3391                 the main toolbar (and consequently fix a bug where
3392                 folderview icons would disappear)
3393
3394 2009-08-30 [holger]     3.7.2cvs27
3395
3396         * src/compose.c
3397                 Do case-insensitive comparison against
3398                 header names when extracting recipients
3399                 from composed mails
3400
3401 2009-08-23 [colin]      3.7.2cvs26
3402
3403         * src/mbox.c
3404                 Probably fix RH bug 512024, " folder.c:3543 
3405                 Condition msglist != NULL failed"
3406
3407 2009-08-23 [colin]      3.7.2cvs25
3408
3409         * src/prefs_compose_writing.c
3410                 Make the maximum size warning bigger. Patch
3411                 by Didier Barvaux on bug 1986.
3412
3413 2009-08-21 [colin]      3.7.2cvs24
3414
3415         * src/compose.c
3416                 Previous commit: move the function into compose_insert_file
3417                 so that it's also used on drag-n-drop
3418
3419 2009-08-21 [colin]      3.7.2cvs23
3420
3421         * src/compose.c
3422                 Fix scrolling when adding an header
3423
3424 2009-08-21 [colin]      3.7.2cvs22
3425
3426         * src/compose.c
3427         * src/prefs_common.c
3428         * src/prefs_common.h
3429         * src/prefs_compose_writing.c
3430         * src/common/utils.c
3431                 Fix bug 1986, "New feature: warn user when inserting 
3432                 a large file in the message body". Patch by Didier
3433                 Barvaux
3434
3435 2009-08-21 [colin]      3.7.2cvs21
3436
3437         * AUTHORS
3438         * src/gtk/authors.h
3439         * src/common/utils.c
3440                 Fix bug 1984: Add R�f. : reply prefix (french 
3441                 Lotus Notes); patch by Didier Barvaux
3442
3443 2009-08-21 [colin]      3.7.2cvs20
3444
3445         * src/codeconv.c
3446         * src/codeconv.h
3447                 Fix bug 1969, 'Bad guess for outgoing encoding'
3448                 Make sure the specific converters (japanese in
3449                 this case) can return success/error in strict
3450                 mode, instead of silently failing back to 
3451                 strncpy
3452
3453 2009-08-20 [holger]     3.7.2cvs19
3454
3455         * src/compose.c
3456         * src/compose.h
3457                 Make it possible for code outside
3458                 compose (e.g. plugins) to attach files
3459
3460 2009-08-20 [colin]      3.7.2cvs18
3461
3462         * src/main.c
3463                 Fix crash when accessing IMAP soon
3464
3465 2009-08-18 [colin]      3.7.2cvs17
3466
3467         * src/ldapquery.c
3468                 Maybe fix crash on non-existent LDAP server
3469
3470 2009-08-04 [colin]      3.7.2cvs16
3471
3472         * src/toolbar.c
3473                 Fix toolbar's spacing that breaks dark
3474                 themes (patch from http://blogs.igalia.com/aperez/
3475                 2009/07/making-claws-mail-look-better/)
3476
3477 2009-07-28 [colin]      3.7.2cvs15
3478
3479         * src/account.c
3480         * src/addrcustomattr.c
3481         * src/addressadd.c
3482         * src/addressbook_foldersel.c
3483         * src/addrgather.c
3484         * src/browseldap.c
3485         * src/compose.c
3486         * src/editbook.c
3487         * src/editgroup.c
3488         * src/editjpilot.c
3489         * src/editldap.c
3490         * src/editldap_basedn.c
3491         * src/edittags.c
3492         * src/editvcard.c
3493         * src/exphtmldlg.c
3494         * src/expldifdlg.c
3495         * src/export.c
3496         * src/foldersel.c
3497         * src/import.c
3498         * src/importldif.c
3499         * src/importmutt.c
3500         * src/importpine.c
3501         * src/prefs_actions.c
3502         * src/prefs_customheader.c
3503         * src/prefs_display_header.c
3504         * src/prefs_filtering.c
3505         * src/prefs_folder_column.c
3506         * src/prefs_matcher.c
3507         * src/prefs_summary_column.c
3508         * src/prefs_summary_open.c
3509         * src/prefs_template.c
3510         * src/textview.c
3511         * src/uri_opener.c
3512                 Fix bug 1950, 'Program freeze up during folder selection'
3513                 Don't leave hidden windows modal
3514
3515 2009-07-28 [colin]      3.7.2cvs14
3516
3517         * src/ldapquery.c
3518                 Fix bug 1957, 'LDAP errs out after searching too 
3519                 many search bases'
3520
3521 2009-07-28 [colin]      3.7.2cvs13
3522
3523         * src/summaryview.c
3524                 Fix bug 1966, '"Collapse all threads" slower than 
3525                 "Expand all threads"'
3526
3527 2009-07-28 [colin]      3.7.2cvs12
3528
3529         * src/common/session.c
3530                 Fix bug 1967, 'Claws gets stuck after accepting 
3531                 a certificate warning dialog'
3532
3533 2009-07-19 [paul]       3.7.2cvs11
3534
3535         * manual/plugins.xml
3536                 a few small changes to the English
3537
3538 2009-07-18 [mones]      3.7.2cvs10
3539
3540         * manual/plugins.xml
3541                 Add new bsfilter and fancy plugins to the docs
3542                 and a note about dealing with plugins of the same class
3543         * src/prefs_account.c
3544                 Fix extra space at the end typo
3545
3546 2009-07-16 [colin]      3.7.2cvs9
3547
3548         * src/summaryview.c
3549                 Fix wrong return without unlocking; thanks
3550                 to mupuf_
3551
3552 2009-07-14 [colin]      3.7.2cvs8
3553
3554         * src/imap.c
3555                 Fix bug 1954, 'Segfault on reading wrong STATUS'
3556
3557 2009-07-10 [colin]      3.7.2cvs7
3558
3559         * src/plugins/pgpcore/plugin.def
3560         * src/common/utils.h
3561                 Fix windows port
3562
3563 2009-07-10 [colin]      3.7.2cvs6
3564
3565         * src/prefs_display_header.c
3566                 Fix bug 1951, 'C-Mail dumps core when editing 
3567                 displayed headers'. Patch by Alexey Rusakov
3568
3569 2009-07-10 [colin]      3.7.2cvs5
3570
3571         * src/folderview.c
3572                 Fix bug 1952, 'Deleted mails in Queue folder 
3573                 highlight it'.
3574
3575 2009-07-09 [colin]      3.7.2cvs4
3576
3577         * src/gtk/spell_entry.c
3578                 Fix bug 1949, 'Spell checker doesn't recognise 
3579                 certain word in Subject header, but does in 
3580                 message body'. Patch by Pawel Pekala.
3581
3582 2009-07-09 [paul]       3.7.2cvs3
3583
3584         * configure.ac
3585                 use pkgconfig to check for the minimum required
3586                 version of GnuTLS
3587
3588 2009-07-06 [colin]      3.7.2cvs2
3589
3590         * src/prefs_customheader.c
3591                 Fix build failure
3592
3593 2009-07-04 [paul]       3.7.2cvs1
3594
3595         * tools/claws.i18n.status.pl
3596                 updated
3597
3598 2009-07-03 [paul]       3.7.2
3599
3600         * NEWS
3601         * README
3602         * RELEASE_NOTES 
3603                 3.7.2 released!
3604
3605 2009-07-03 [paul]       3.7.1cvs85
3606
3607         * AUTHORS
3608         * configure.ac
3609         * po/pt_PT.po
3610         * po/sk.po
3611         * src/gtk/authors.h
3612                 added new translations by Tiago Faria and Slavko
3613         * po/bg.po
3614         * po/cs.po
3615         * po/de.po
3616         * po/es.po
3617         * po/fi.po
3618         * po/fr.po
3619         * po/hu.po
3620         * po/id.po
3621         * po/it.po
3622         * po/ja.po
3623         * po/pt_BR.po
3624         * po/ru.po
3625                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3626                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3627                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3628                 Goncalves Guimaraes, Aleksei Miheev
3629
3630 2009-07-01 [colin]      3.7.1cvs84
3631
3632         * src/prefs_common.c
3633                 Fix bug 1940, 'Doesn't open links in 
3634                 user's default browser'. Turn the preference
3635                 to TRUE by default; that will only change the
3636                 behaviour for new users.
3637
3638 2009-06-29 [colin]      3.7.1cvs83
3639
3640         * src/filtering.c
3641         * src/filtering.h
3642         * src/prefs_filtering_action.c
3643                 Fix bug 1935, 'problems with very long filtering actions':
3644                 Use a dynamic buffer in action to string, and a bigger
3645                 buffer in string to action
3646
3647 2009-06-29 [colin]      3.7.1cvs82
3648
3649         * src/matcher_parser_lex.l
3650                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3651
3652 2009-06-29 [colin]      3.7.1cvs81
3653
3654         * src/addressbook.c
3655                 Fix warnings
3656         * src/editgroup.c
3657                 Fix crash (out-of-bounds tree column)
3658         * src/gtk/gtkcmctree.c
3659         * src/gtk/gtksctree.c
3660                 Prevent using an out-of-bounds tree column
3661
3662 2009-06-29 [colin]      3.7.1cvs80
3663
3664         * src/ldapupdate.c
3665         * src/ldif.c
3666                 Leak fixes; patch by Pawel Pekala.
3667
3668 2009-06-26 [colin]      3.7.1cvs79
3669
3670         * src/summaryview.c
3671                 Sort by msgnum if dates are equal
3672
3673 2009-06-24 [paul]       3.7.1cvs78
3674
3675         * src/summaryview.c
3676                 make some (forgotten) strings translatable
3677
3678 2009-06-19 [colin]      3.7.1cvs77
3679
3680         * src/summaryview.c
3681                 Fix menu sensitiveness
3682
3683 2009-06-18 [colin]      3.7.1cvs76
3684
3685         * configure.ac
3686         * src/plugins/pgpcore/sgpgme.c
3687         * src/plugins/pgpcore/sgpgme.h
3688         * src/plugins/pgpmime/mypgpcore.def
3689         * src/plugins/pgpmime/pgpmime.c
3690         * src/plugins/smime/mypgpcore.def
3691         * src/plugins/smime/smime.c
3692                 Use largefile support (and stop using our old GPGME
3693                 hack on gpgme_data_seek/rewind)
3694                 (See 1.9.12cvs44 to 46 - if this breaks things we 
3695                 should soon know :)
3696
3697 2009-06-13 [colin]      3.7.1cvs75
3698
3699         * src/gtk/spell_entry.c
3700                 Fix assertion. We can put a NULL gtkaspell to
3701                 an entry; it just means it won't be spell-checked.
3702
3703 2009-06-12 [mones]      3.7.1cvs74
3704
3705         * src/compose.c
3706         * src/messageview.c
3707         * src/prefs_account.c
3708         * src/prefs_account.h
3709         * src/common/utils.c
3710         * src/common/utils.h
3711                 Added preference to use account address in generated
3712                 Message-Id. Fixes Debian bug #531052
3713
3714 2009-06-12 [colin]      3.7.1cvs73
3715
3716         * src/common/ssl.c
3717                 Better fix, API-compatible with libgnutls13
3718
3719 2009-06-12 [colin]      3.7.1cvs72
3720
3721         * src/common/ssl.c
3722                 Use compatibility mode in GnuTLS, and avoid problems with 
3723                 servers that don't comply 100% with the spec, but still
3724                 exist.
3725
3726 2009-06-06 [iwkse]      3.7.1cvs71
3727
3728         * src/compose.c
3729                 Ops..revert a mix with another patch
3730
3731 2009-06-06 [iwkse]      3.7.1cvs70
3732
3733         * src/compose.c
3734                 A better fix for the previous commit's issue
3735
3736 2009-06-06 [iwkse]      3.7.1cvs69
3737
3738         * src/compose.c
3739                 Fix shutting down of Claws Mail while a GTK_Return keypress 
3740                 event is sent to the Attach property window
3741
3742 2009-06-05 [colin]      3.7.1cvs68
3743
3744         * src/compose.c
3745                 Fix build on GTK+ 2.6
3746
3747 2009-06-03 [mones]      3.7.1cvs67
3748
3749         * tools/make.themes.project
3750                 Oops! fix header, sorry Paul ;-)
3751
3752 2009-06-03 [mones]      3.7.1cvs66
3753
3754         * tools/make.themes.project
3755                 Add support for PNG themes and other
3756                 fixes i don't remember now... :)
3757
3758 2009-06-02 [colin]      3.7.1cvs65
3759
3760         * src/compose.c
3761         * src/prefs_template.c
3762         * src/quote_fmt.c
3763                 Fix error messages in templates, and fix their
3764                 checking
3765
3766 2009-05-22 [colin]      3.7.1cvs64
3767
3768         * src/compose.c
3769                 And remove hbox too
3770
3771 2009-05-22 [colin]      3.7.1cvs63
3772
3773         * src/compose.c
3774                 Fix phantom button behind entry when
3775                 changing fields via Tools/Reply mode.
3776
3777 2009-05-22 [colin]      3.7.1cvs62
3778
3779         * src/compose.c
3780                 Fix icon size
3781
3782 2009-05-21 [mones]      3.7.1cvs61
3783
3784         * src/compose.c
3785         * src/compose.h
3786                 Add button to empty header lines with one click
3787
3788 2009-05-21 [paul]       3.7.1cvs60
3789
3790         * src/mainwindow.c
3791         * src/mainwindow.h
3792         * src/plugins/trayicon/trayicon.c
3793                 when quitting from the trayicon, honour
3794                 prefs_common.clean_on_exit
3795
3796 2009-05-21 [paul]       3.7.1cvs59
3797
3798         * src/gtk/Makefile.am
3799                 remove duplicate entry
3800                 thanks to Charles A Edwards
3801
3802 2009-05-19 [paul]       3.7.1cvs58
3803
3804         * src/send_message.c
3805                 clear progressbar in the statusbar on 'Cancel'
3806
3807 2009-05-16 [colin]      3.7.1cvs57
3808
3809         * AUTHORS
3810         * src/gtk/authors.h
3811                 Add Fabian
3812
3813 2009-05-16 [colin]      3.7.1cvs56
3814
3815         * src/msgcache.c
3816                 Remove msgnum>0 condition for removing messages
3817                 from caches. There's no such condition on add.
3818                 Fixes bug 1913, 'Allow to remove phantom 
3819                 messages from the cache'; patch by Fabian
3820                 Keil <fk at fabiankeil.de>
3821
3822 2009-05-12 [holger]     3.7.1cvs55
3823
3824         * src/messageview.c
3825         * src/messageview.h
3826                 Introduce hook after showing of the message view
3827
3828 2009-05-11 [colin]      3.7.1cvs54
3829
3830         * src/compose.c
3831                 Fix bug 1872, 'A: Cc: CCi: selector should 
3832                 default on same as preceding contact'
3833
3834 2009-05-10 [holger]     3.7.1cvs53
3835
3836         * src/addr_compl.c
3837         * src/addr_compl.h
3838                 Add a hook to make it possible for plugins to
3839                 modify the address completion list
3840
3841 2009-05-06 [paul]       3.7.1cvs52
3842
3843         * src/folder.c
3844         * src/mimeview.c
3845                 fix bug 1915, 'Mails signed with smime.p7s
3846                 display both signed and attachment icon.'
3847
3848 2009-05-05 [colin]      3.7.1cvs51
3849
3850         * src/common/utils.c
3851                 Fix patch :)
3852
3853 2009-05-05 [colin]      3.7.1cvs50
3854
3855         * src/common/utils.c
3856                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
3857                 different mountpoint than tempdir'
3858
3859 2009-05-04 [colin]      3.7.1cvs49
3860
3861         * src/msgcache.c
3862                 Probably fix bug 1914, 'Crash reading
3863                 corrupted tags file'
3864
3865 2009-04-26 [paul]       3.7.1cvs48
3866
3867         * configure.ac
3868         * src/gtk/gtkaspell.h
3869                 fix bug 1904, 'build mechanism looks for
3870                 'enchant.h' in a wrong place'
3871
3872 2009-04-25 [paul]       3.7.1cvs47
3873
3874         * src/printing.c
3875                 gah! fix coding style!
3876
3877 2009-04-25 [paul]       3.7.1cvs46
3878
3879         * src/printing.c
3880         * src/toolbar.c
3881                 if building with GTK+ >= 2.16 use
3882                 gtk_orientable_set_orientation() instead of now
3883                 deprecated gtk_toolbar_set_orientation()
3884
3885 2009-04-24 [colin]      3.7.1cvs45
3886
3887         * src/compose.c
3888                 Ask before sending if an attached file has
3889                 disappeared.
3890
3891 2009-04-19 [paul]       3.7.1cvs44
3892
3893         * src/prefs_common.c
3894         * src/prefs_common.h
3895         * src/gtk/about.c
3896                 save About window size.
3897                 patch by Pawel Pekala
3898
3899 2009-04-12 [paul]       3.7.1cvs43
3900
3901         * tools/csv2addressbook.pl
3902                 add extra CSV fields that are now appended
3903                 by thunderbird (version 2.0.0.21)
3904
3905 2009-04-08 [colin]      3.7.1cvs42
3906
3907         * src/procmime.c
3908                 fix saving (but not displaying) of UTF-16
3909                 files
3910
3911 2009-04-08 [colin]      3.7.1cvs41
3912
3913         * src/gtk/manage_window.c
3914                 Disable transient windows on win32 - seems to
3915                 fix most focusing issues
3916
3917 2009-04-05 [colin]      3.7.1cvs40
3918
3919         * src/procmsg.c
3920                 Don't ask whether we want to send deleted mails in queue
3921                 folders; also, don't send deleted mails when flushing
3922                 queues
3923
3924 2009-04-04 [paul]       3.7.1cvs39
3925
3926         * AUTHORS
3927         * configure.ac
3928         * po/id.po
3929         * src/gtk/authors.h
3930         * tools/claws.i18n.status.pl
3931                 add new Indonesian translation, by
3932                 MSulchan Darmawan
3933
3934 2009-04-03 [paul]       3.7.1cvs38
3935
3936         * AUTHORS
3937         * src/gtk/authors.h
3938                 credit due
3939
3940 2009-04-03 [colin]      3.7.1cvs37
3941
3942         * src/compose.c
3943         * src/textview.c
3944                 Fix bug 1891, 'Add support for gopher:// links'
3945                 Patch by Jacob Head <clawsmail at jacob-head.com>
3946                 Let's go back to the roots! 
3947
3948 2009-04-03 [paul]       3.7.1cvs36
3949
3950         * m4/Makefile.am
3951                 complete cvs35
3952
3953 2009-04-03 [paul]       3.7.1cvs35
3954
3955         * configure.ac
3956                 add AC_CONFIG_MACRO_DIR([m4])
3957                 remove CLAWS_ACLOCAL_INCLUDE(m4)
3958         * m4/aclocal-include.m4
3959                 removed this now unneeded file
3960
3961 2009-04-02 [colin]      3.7.1cvs34
3962
3963         * src/common/utils.h
3964                 Fix previous (thanks to Marcus :)
3965
3966 2009-04-02 [colin]      3.7.1cvs33
3967
3968         * src/common/utils.h
3969         * src/etpan/etpan-thread-manager.c
3970                 pipe() was a macro from GLib on win32 until
3971                 glib 2.13.2. It's undefined after that.
3972                 Thanks to Marcus Brinkmann for the heads-up!
3973
3974 2009-03-31 [colin]      3.7.1cvs32
3975
3976         * src/folder_item_prefs.c
3977                 Copy folder settings with prefs
3978
3979 2009-03-31 [colin]      3.7.1cvs31
3980
3981         * src/prefs_account.c
3982                 Don't use un-sensitive checkboxes in Privacy tab
3983                 when privacy system in None (makes unchecking 
3984                 painful when no privacy plugin is loaded)
3985
3986 2009-03-30 [colin]      3.7.1cvs30
3987
3988         * src/folder.c
3989         * src/folder.h
3990         * src/imap.c
3991         * src/mainwindow.c
3992         * src/mainwindow.h
3993         * src/prefs_account.c
3994         * src/prefs_account.h
3995         * src/summaryview.c
3996         * src/summaryview.h
3997                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3998                 Add an option on the Receive page of IMAP account preferences:
3999                 "Move deleted mails to trash and expunge immediately". This
4000                 option defaults to TRUE to avoid changing the existing behaviour.
4001                 Setting it to FALSE prevents automatic expunging. 
4002                 Also, add Tools/Expunge and View/Hide deleted messages menu items
4003                 (View/Hide deleted message being a per-folder setting, and behaving,
4004                 like View/Hide read messages).
4005
4006 2009-03-30 [colin]      3.7.1cvs29
4007
4008         * src/imap.c
4009                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
4010                 ask for IMAP password when using GSSAPI auth
4011
4012 2009-03-27 [colin]      3.7.1cvs28
4013
4014         * src/folder.c
4015                 Fix cvs14, make sure we mark non-existent caches dirty
4016                 (or they never get written)
4017
4018 2009-03-27 [colin]      3.7.1cvs27
4019
4020         * src/imap.c
4021                 Fix tag update when all tags are removed 
4022                 from another client
4023
4024 2009-03-25 [colin]      3.7.1cvs26
4025
4026         * configure.ac
4027                 Fix configure.ac, thanks to Pawel
4028
4029 2009-03-25 [colin]      3.7.1cvs25
4030
4031         * src/news.c
4032         * src/etpan/nntp-thread.c
4033                 Fix header fetching (NG/To/Cc). Fixes 
4034                 bug 1883, 'Message processing fails to 
4035                 act on Newsgroups: field'
4036
4037 2009-03-23 [colin]      3.7.1cvs24
4038
4039         * src/textview.c
4040                 Fix internal headers visible in queue/sent
4041
4042 2009-03-23 [colin]      3.7.1cvs23
4043
4044         * configure.ac
4045                 Fix check for RC (resource compiler) used
4046                 on win32 (AC_LIBTOOL_RC used to call it 
4047                 implicitely but stopped)
4048
4049 2009-03-19 [colin]      3.7.1cvs22
4050
4051         * src/toolbar.c
4052                 Put spam button in default toolbar even if
4053                 bogofilter and spamassassin are not built.
4054                 Other anti-spam plugin could exist! :)
4055         * src/common/utils.c
4056                 Fix exit status fetch on win32
4057
4058 2009-03-18 [paul]       3.7.1cvs21
4059
4060         * src/gtk/spell_entry.c
4061                 fix "[BUG] Wrong word replaced in 'Subject:'
4062                 when spell-checking correction used"
4063                 Patch by Pawel Pekala
4064
4065 2009-03-17 [colin]      3.7.1cvs20
4066
4067         * src/common/utils.c
4068                 Fix win32 build (from cvs12)
4069
4070 2009-03-17 [colin]      3.7.1cvs19
4071
4072         * src/compose.c
4073                 Fix bug 1735, 'Change To: and Newsgroups: 
4074                 recipient field according account type'
4075                 Patch by Pawel
4076
4077 2009-03-17 [colin]      3.7.1cvs18
4078
4079         * src/msgcache.c
4080         * src/prefs_common.c
4081         * src/prefs_common.h
4082         * src/prefs_other.c
4083         * src/common/prefs.c
4084                 Add preference for fsyncing metadata
4085
4086 2009-03-16 [paul]       3.7.1cvs17
4087
4088         * src/prefs_customheader.c
4089                 add forgotten #if HAVE_LIBCOMPFACE
4090
4091 2009-03-16 [paul]       3.7.1cvs16
4092
4093         * src/prefs_customheader.c
4094                 put the (X-)Face preview image below the up/down
4095                 buttons so they don't jump around.
4096                 make the list reorderable by drag'n'drop
4097
4098 2009-03-16 [colin]      3.7.1cvs15
4099
4100         * src/prefs_customheader.c
4101                 Add a (X-)Face preview. Patch by iwkse.
4102
4103 2009-03-16 [colin]      3.7.1cvs14
4104
4105         * src/compose.c
4106         * src/folder.c
4107         * src/folder.h
4108         * src/msgcache.c
4109         * src/common/prefs.c
4110                 Add fsync calls to make sure we don't
4111                 lose data on system crashes. (to do:
4112                 add a pref to allow people choosing raw
4113                 speed)
4114
4115 2009-03-15 [colin]      3.7.1cvs13
4116
4117         * src/gtk/gtkaspell.c
4118                 Fix empty menu when there are no
4119                 suggestions (using the Spelling menu)
4120
4121 2009-03-14 [colin]      3.7.1cvs12
4122
4123         * src/common/utils.c
4124                 Win32: fix subject prefix length
4125
4126 2009-03-11 [mones]      3.7.1cvs11
4127
4128         * po/es.po
4129                 fix encoding declared in header
4130                 update translation now we're at it
4131
4132 2009-03-10 [colin]      3.7.1cvs10
4133
4134         * src/messageview.c
4135                 Fix "wrong mime" message printed out multiple
4136                 times
4137
4138 2009-03-10 [colin]      3.7.1cvs9
4139
4140         * src/prefs_folder_item.c
4141                 Fix build
4142
4143 2009-03-09 [paul]       3.7.1cvs8
4144
4145         * src/prefs_folder_item.c
4146         * src/send_message.c
4147                 fixes to english text
4148
4149 2009-03-08 [paul]       3.7.1cvs7
4150
4151         * po/ja.po
4152                 correct errors in header
4153
4154 2009-03-08 [paul]       3.7.1cvs6
4155
4156         * AUTHORS
4157         * configure.ac
4158         * po/ja.po
4159         * src/gtk/authors.h
4160         * tools/claws.i18n.status.pl
4161                 add Japanese translation, submitted by kazken3
4162
4163 2009-03-07 [colin]      3.7.1cvs5
4164
4165         * src/messageview.c
4166                 Don't let the invalid MIME warning hide
4167                 other noticeview (Partial receive or 
4168                 return receipt).
4169
4170 2009-03-07 [colin]      3.7.1cvs4
4171
4172         * src/procmime.c
4173                 Fix build
4174
4175 2009-03-07 [colin]      3.7.1cvs3
4176
4177         * src/messageview.c
4178         * src/procmime.c
4179         * src/procmime.h
4180                 Handle mimeparts that lack an end boundary.
4181                 They're invalid but it's too annoying for
4182                 normal users to fix.
4183
4184 2009-03-06 [wwp]        3.7.1cvs2
4185
4186         * src/compose.c
4187         * src/folder_item_prefs.c
4188         * src/folder_item_prefs.h
4189         * src/prefs_folder_item.c
4190                 Add per-folder default cc, bcc and reply-to.
4191
4192 2009-03-06 [colin]      3.7.1cvs1
4193
4194         * src/gedit-print.c
4195         * src/gtk/gtksourceprintjob.c
4196                 Fix build with old print interface
4197
4198 2009-03-06 [paul]       3.7.1
4199
4200         * NEWS
4201         * README
4202         * RELEASE_NOTES 
4203                 3.7.1 released!
4204
4205 2009-03-06 [paul]       3.7.0cvs78
4206
4207         * po/cs.po
4208         * po/de.po
4209         * po/fi.po
4210         * po/fr.po
4211         * po/hu.po
4212         * po/nl.po
4213         * po/pt_BR.po
4214         * po/sv.po
4215         * po/zh_CN.po
4216                 updated by David Vachulka, Stephan Sachse, Flammie
4217                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4218                 Frederico Goncalves Guimaraes, Lars Persson Fink,
4219                 and Ralph Young
4220
4221 2009-03-03 [colin]      3.7.0cvs77
4222
4223         * src/prefs_filtering.c
4224                 Win32: Fix bug 1865, 'IMAP account name changes 
4225                 are not followed at filter actions'
4226
4227 2009-03-02 [colin]      3.7.0cvs76
4228
4229         * src/imap.c
4230                 Fix Launchpad bug 335571: 'claws-mail crashed 
4231                 with SIGSEGV in strlen() while deleting 
4232                 large amount of e-mails on IMAP account
4233
4234 2009-02-27 [mones]      3.7.0cvs75
4235
4236         * manual/es/account.xml
4237         * manual/es/ack.xml
4238         * manual/es/addrbook.xml
4239         * manual/es/advanced.xml
4240         * manual/es/claws-mail-manual.xml
4241         * manual/es/faq.xml
4242         * manual/es/glossary.xml
4243         * manual/es/gpl.xml
4244         * manual/es/handling.xml
4245         * manual/es/intro.xml
4246         * manual/es/keyboard.xml
4247         * manual/es/plugins.xml
4248         * manual/es/starting.xml
4249                 Sync with English version, fix some typos
4250                 Changed encoding to UTF-8
4251         * po/es.po
4252                 Update for release, changed encoding to UTF-8
4253
4254 2009-02-24 [colin]      3.7.0cvs74
4255
4256         * src/printing.c
4257                 Don't print separation line if there
4258                 are no headers
4259
4260 2009-02-23 [cleroy]     3.7.0cvs73
4261
4262         * src/account.c
4263         * src/action.c
4264         * src/addr_compl.c
4265         * src/addrbook.c
4266         * src/addrcache.c
4267         * src/addrcindex.c
4268         * src/addrclip.c
4269         * src/addrduplicates.c
4270         * src/addressadd.c
4271         * src/addressbook.c
4272         * src/addressbook_foldersel.c
4273         * src/addrharvest.c
4274         * src/addrindex.c
4275         * src/addritem.c
4276         * src/addrquery.c
4277         * src/addrselect.c
4278         * src/codeconv.c
4279         * src/compose.c
4280         * src/customheader.c
4281         * src/editaddress.c
4282         * src/editaddress_other_attributes_ldap.c
4283         * src/editgroup.c
4284         * src/editldap.c
4285         * src/enriched.c
4286         * src/exporthtml.c
4287         * src/exportldif.c
4288         * src/filtering.c
4289         * src/folder.c
4290         * src/foldersel.c
4291         * src/folderutils.c
4292         * src/folderview.c
4293         * src/gedit-print.c
4294         * src/html.c
4295         * src/imap.c
4296         * src/imap_gtk.c
4297         * src/inc.c
4298         * src/jpilot.c
4299         * src/ldapctrl.c
4300         * src/ldapquery.c
4301         * src/ldapserver.c
4302         * src/ldapupdate.c
4303         * src/ldif.c
4304         * src/localfolder.c
4305         * src/main.c
4306         * src/mainwindow.c
4307         * src/matcher.c
4308         * src/mbox.c
4309         * src/messageview.c
4310         * src/mh.c
4311         * src/mh_gtk.c
4312         * src/mimeview.c
4313         * src/msgcache.c
4314         * src/mutt.c
4315         * src/news.c
4316         * src/news_gtk.c
4317         * src/noticeview.c
4318         * src/pine.c
4319         * src/pop.c
4320         * src/prefs_account.c
4321         * src/prefs_actions.c
4322         * src/prefs_common.c
4323         * src/prefs_filtering.c
4324         * src/prefs_filtering_action.c
4325         * src/prefs_folder_column.c
4326         * src/prefs_folder_item.c
4327         * src/prefs_gtk.c
4328         * src/prefs_matcher.c
4329         * src/prefs_quote.c
4330         * src/prefs_send.c
4331         * src/prefs_summaries.c
4332         * src/prefs_summary_column.c
4333         * src/prefs_template.c
4334         * src/prefs_themes.c
4335         * src/prefs_toolbar.c
4336         * src/printing.c
4337         * src/privacy.c
4338         * src/procheader.c
4339         * src/procmime.c
4340         * src/procmsg.c
4341         * src/quote_fmt.c
4342         * src/remotefolder.c
4343         * src/send_message.c
4344         * src/sourcewindow.c
4345         * src/statusbar.c
4346         * src/stock_pixmap.c
4347         * src/summary_search.c
4348         * src/summaryview.c
4349         * src/textview.c
4350         * src/toolbar.c
4351         * src/undo.c
4352         * src/uri_opener.c
4353         * src/vcard.c
4354         * src/common/base64.c
4355         * src/common/claws.c
4356         * src/common/hooks.c
4357         * src/common/plugin.c
4358         * src/common/prefs.c
4359         * src/common/session.c
4360         * src/common/smtp.c
4361         * src/common/socket.c
4362         * src/common/string_match.c
4363         * src/common/stringtable.c
4364         * src/common/utils.c
4365         * src/common/utils.h
4366         * src/common/xml.c
4367         * src/common/xmlprops.c
4368         * src/gtk/colorlabel.c
4369         * src/gtk/combobox.c
4370         * src/gtk/foldersort.c
4371         * src/gtk/gtkaspell.c
4372         * src/gtk/gtkcmclist.c
4373         * src/gtk/gtkcmctree.c
4374         * src/gtk/gtkcmoptionmenu.c
4375         * src/gtk/gtksctree.c
4376         * src/gtk/gtkshruler.c
4377         * src/gtk/gtksourceprintjob.c
4378         * src/gtk/gtkutils.c
4379         * src/gtk/gtkvscrollbutton.c
4380         * src/gtk/logwindow.c
4381         * src/gtk/menu.c
4382         * src/gtk/pluginwindow.c
4383         * src/gtk/prefswindow.c
4384         * src/gtk/quicksearch.c
4385         * src/gtk/spell_entry.c
4386         * src/plugins/pgpcore/select-keys.c
4387         * src/plugins/pgpinline/pgpinline.c
4388         * src/plugins/pgpmime/pgpmime.c
4389         * src/plugins/smime/smime.c
4390         * src/plugins/spamassassin/spamassassin_gtk.c
4391                 Mass commit changing g_return_* to cm_return_*
4392                 and making these more interesting
4393
4394 2009-02-23 [colin]      3.7.0cvs72
4395
4396         * src/imap.c
4397                 Always initialise error code to no error
4398
4399 2009-02-23 [colin]      3.7.0cvs71
4400
4401         * src/imap.c
4402                 Fix separator substitution
4403
4404 2009-02-23 [colin]      3.7.0cvs70
4405
4406         * src/stock_pixmap.c
4407         * src/gtk/colorlabel.c
4408                 don't use g_return on normal checks
4409
4410 2009-02-22 [colin]      3.7.0cvs69
4411
4412         * src/addressbook.c
4413         * src/procmime.c
4414                 More fixes
4415
4416 2009-02-22 [colin]      3.7.0cvs68
4417
4418         * src/addrduplicates.c
4419         * src/addressbook.c
4420         * src/addrharvest.c
4421         * src/codeconv.c
4422         * src/compose.c
4423         * src/filtering.c
4424         * src/folder.c
4425         * src/imap.c
4426         * src/imap_gtk.c
4427         * src/importldif.c
4428         * src/jpilot.c
4429         * src/mainwindow.c
4430         * src/matcher.c
4431         * src/mbox.c
4432         * src/messageview.c
4433         * src/mh_gtk.c
4434         * src/prefs_common.c
4435         * src/prefs_filtering.c
4436         * src/prefs_gtk.c
4437         * src/printing.c
4438         * src/privacy.c
4439         * src/procmime.c
4440         * src/procmsg.c
4441         * src/summaryview.c
4442         * src/textview.c
4443         * src/undo.c
4444         * src/wizard.c
4445         * src/common/md5.c
4446         * src/common/socket.c
4447         * src/common/template.c
4448         * src/etpan/imap-thread.c
4449         * src/gtk/gtkaspell.c
4450         * src/gtk/gtkcmctree.c
4451         * src/gtk/gtksctree.c
4452         * src/gtk/inputdialog.c
4453         * src/plugins/pgpcore/sgpgme.c
4454         * src/plugins/pgpmime/pgpmime.c
4455         * src/plugins/smime/smime.c
4456         * src/plugins/spamassassin/spamassassin.c
4457                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4458                 uninitialised accesses
4459
4460 2009-02-17 [colin]      3.7.0cvs67
4461
4462         * src/compose.c
4463                 Disable controls during queuing
4464
4465 2009-02-15 [colin]      3.7.0cvs66
4466
4467         * src/privacy.c
4468         * src/plugins/pgpcore/select-keys.c
4469         * src/plugins/pgpcore/sgpgme.c
4470                 Disable use of disabled keys
4471
4472 2009-02-15 [colin]      3.7.0cvs65
4473
4474         * src/folderview.c
4475         * src/summaryview.c
4476                 Fix font updating after changing 
4477                 prefs_common.derive_from_normal_font
4478
4479 2009-02-12 [paul]       3.7.0cvs64
4480
4481         * src/addressitem.h
4482         * src/export.h
4483         * src/headerview.c
4484         * src/headerview.h
4485         * src/common/version.h.in
4486         * src/gtk/about.h
4487         * src/gtk/menu.c
4488         * src/gtk/menu.h
4489                 more copyright header fixes
4490
4491 2009-02-12 [paul]       3.7.0cvs63
4492
4493         * src/gtk/progressdialog.c
4494         * src/gtk/progressdialog.h
4495                 fix copyright header
4496
4497 2009-02-12 [paul]       3.7.0cvs62
4498
4499         * src/gtk/spell_entry.c
4500         * src/gtk/spell_entry.h
4501                 better, more standard copyright header
4502
4503 2009-02-12 [paul]       3.7.0cvs61
4504
4505         * src/gtk/spell_entry.c
4506         * src/gtk/spell_entry.h
4507                 changes to copyright header
4508
4509 2009-02-12 [paul]       3.7.0cvs60
4510
4511         * src/gtk/spell_entry.c
4512         * src/gtk/spell_entry.h
4513                 fix broken build
4514
4515 2009-02-11 [colin]      3.7.0cvs59
4516
4517         * src/gtk/spell_entry.c
4518         * src/gtk/spell_entry.h
4519                 Forgot to add files
4520
4521 2009-02-11 [colin]      3.7.0cvs58
4522
4523         * src/compose.c
4524         * src/gtk/Makefile.am
4525         * src/gtk/gtkaspell.c
4526         * src/gtk/gtkaspell.h
4527                 Add spellcheck to subject. Patch by
4528                 Pawel.
4529
4530 2009-02-10 [holger]     3.7.0cvs57
4531
4532         * src/printing.c
4533         * src/common/defs.h
4534                 Move filename define for printing page setup cache to defs.h
4535
4536 2009-02-08 [mones]      3.7.0cvs56
4537
4538         * src/matcher.h
4539                 Fix build for bison 2.4.1
4540
4541 2009-02-06 [holger]     3.7.0cvs55
4542
4543         * src/prefs_common.c
4544         * src/prefs_common.h
4545         * src/printing.c
4546                 Fix restoring of custom page setups for printing by
4547                 temporarily caching the settings.
4548                 This is a workaround for Gnome Bug #39018, and fixes
4549                 Claws Mail Bug #1840.
4550
4551 2009-02-06 [colin]      3.7.0cvs54
4552
4553         * src/mainwindow.c
4554                 Fix hardcoded Shift-Q quits. Fixes
4555                 bug 1838, 'Claws-Mail sometimes quits 
4556                 when attempting to type a capital Q'
4557
4558 2009-01-31 [paul]       3.7.0cvs53
4559
4560         * src/compose.c
4561                 revert 3.7.0cvs49, until there is time to find out
4562                 why it causes a nasty crash!
4563
4564 2009-01-31 [paul]       3.7.0cvs52
4565
4566         * src/mainwindow.c
4567                 1 string that was forgotten for translation
4568
4569 2009-01-31 [paul]       3.7.0cvs51
4570
4571         * src/messageview.c
4572                 2 strings that were forgotten for translation
4573
4574 2009-01-31 [paul]       3.7.0cvs50
4575
4576         * src/gtk/prefswindow.c
4577                 build prefs tree in a slightly smarter way -
4578                 fix bug where if path[0] had same name as
4579                 path[1], (like in the de translation), path[1]
4580                 was lost and not shown in the window
4581
4582 2009-01-31 [paul]       3.7.0cvs49
4583
4584         * src/compose.c
4585                 fix bug 1836, 'Quoted text still blue after
4586                 removal of quote-character'
4587                 comment out some debug_print's that needlessly
4588                 slow things down
4589         * src/undo.c
4590                 comment out a debug_print that needlessly slows
4591                 things down
4592
4593 2009-01-31 [paul]       3.7.0cvs48
4594
4595         * src/summaryview.c
4596                 fix bug 1834, '"semi"-selection when collapsing thread'
4597
4598 2009-01-31 [paul]       3.7.0cvs47
4599
4600         * src/prefs_compose_writing.c
4601         * src/prefs_message.c
4602                 move 'quote_chars' pref to where it should be
4603
4604 2009-01-30 [paul]       3.7.0cvs46
4605
4606         * src/summaryview.c
4607                 fix updating of popup menu sensitivity
4608
4609 2009-01-28 [paul]       3.7.0cvs45
4610
4611         * tools/filter_conv_new.pl
4612                 move 'move' and 'delete' to end of @actions
4613                 so that they are always final actions in the
4614                 generated filtering rule
4615
4616 2009-01-27 [paul]       3.7.0cvs44
4617
4618         * src/messageview.c
4619                 always select text/calendar mimepart if suitable
4620                 plugin (i.e. vCalendar) is available
4621
4622 2009-01-27 [paul]       3.7.0cvs43
4623
4624         * src/folder.c
4625                 fix crash when right-clicking in summaryview when
4626                 processing is active
4627
4628 2009-01-22 [colin]      3.7.0cvs42
4629
4630         * src/compose.c
4631         * src/privacy.c
4632         * src/privacy.h
4633                 When replying to signed/encrypted mail and the
4634                 preference to sign/encrypt in this case is set,
4635                 choose the original mail's privacy system (if
4636                 available).
4637
4638 2009-01-21 [colin]      3.7.0cvs41
4639
4640         * src/addressbook.h
4641                 Fix warning (on-the-fly theming of
4642                 addressbook isn't complete yet)
4643
4644 2009-01-21 [colin]      3.7.0cvs40
4645
4646         * src/account.c
4647         * src/addressbook.c
4648                 Win32: Fix window placement
4649
4650 2009-01-21 [paul]       3.7.0cvs39
4651
4652         * src/inc.c
4653                 update timeout log msg
4654
4655 2009-01-17 [colin]      3.7.0cvs38
4656
4657         * src/main.c
4658         * src/mbox.c
4659         * src/common/md5.c
4660         * src/common/utils.c
4661         * src/etpan/imap-thread.c
4662                 Fix g_open calls (which don't ignore mode)
4663
4664 2009-01-17 [colin]      3.7.0cvs37
4665
4666         * src/addressbook.c
4667         * src/compose.c
4668         * src/foldersel.c
4669         * src/main.c
4670         * src/mainwindow.c
4671         * src/mbox.c
4672         * src/common/md5.c
4673         * src/common/ssl_certificate.c
4674         * src/common/tags.c
4675         * src/common/utils.c
4676         * src/etpan/imap-thread.c
4677         * src/plugins/bogofilter/bogofilter.c
4678         * src/plugins/pgpinline/pgpinline.c
4679         * src/plugins/smime/smime.c
4680                 Probably fix bug 1825, 'Unable to fetch messages from 
4681                 IMAP folders named with non-ASCII string'
4682                 Change remaining occurences of fopen and open with
4683                 g_fopen and g_open
4684
4685 2009-01-17 [paul]       3.7.0cvs36
4686
4687         * manual/faq.xml
4688                 update an old, outdated piece of info
4689
4690 2009-01-17 [paul]       3.7.0cvs35
4691
4692         * src/prefs_folder_item.c
4693                 fix bug where saving Folder Properties of a
4694                 sub-folder of outbox, queue, draft or trash
4695                 would change its parent's folder type to normal
4696
4697 2009-01-12 [mones]      3.7.0cvs34
4698
4699         * po/es.po
4700                 Updated translation
4701
4702 2009-01-12 [wwp]        3.7.0cvs33
4703
4704         * tools/fix_date.sh
4705         * tools/popfile-link.sh
4706         * tools/textviewer.sh
4707                 Fix bashisms and other portability glitches (thanks to
4708                 Steven M. Bellovin).
4709
4710 2009-01-11 [paul]       3.7.0cvs32
4711
4712         * src/addrindex.c
4713                 clean up some build warnings
4714
4715 2009-01-11 [colin]      3.7.0cvs31
4716
4717         * src/addrindex.c
4718                 Revert part of patch 3.7.0cvs29 
4719                 This function is used when jpilot
4720                 support is disabled
4721
4722 2009-01-11 [colin]      3.7.0cvs30
4723
4724         * src/folder.c
4725                 folder_find_child_item_by_name():
4726                 actually use name, not path's basename
4727
4728 2009-01-11 [paul]       3.7.0cvs29
4729
4730         * src/addrclip.c
4731         * src/addrindex.c
4732         * src/addritem.c
4733         * src/foldersel.h
4734         * src/folderview.c
4735         * src/prefs_folder_item.c
4736                 clean up some build warnings
4737
4738 2009-01-11 [paul]       3.7.0cvs28
4739
4740         * src/gtk/about.c
4741                 don't even mention printing support, assume its
4742                 presence, unless building with GTK+ < 2.10.0
4743
4744 2009-01-10 [colin]      3.7.0cvs27
4745
4746         * src/codeconv.c
4747                 Fix bug 1811, '[mime] Crash when there's no 
4748                 room for filename's start on the same line'
4749                 When the mimetype of the attachment is very 
4750                 long, there's no room at all to start the 
4751                 name=... parameter on the same line. This
4752                 caused an infinite loop as 0 characters of
4753                 the filename could be appended.
4754                 In such cases, insert linebreak before the
4755                 name parameter.
4756
4757 2009-01-09 [colin]      3.7.0cvs26
4758
4759         * src/compose.c
4760         * src/mainwindow.c
4761         * src/common/utils.c
4762                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
4763                 Compose Window does not attach'
4764
4765 2009-01-09 [colin]      3.7.0cvs25
4766
4767         * src/foldersel.c
4768                 Fix bug 1817, 'Changing Themes does not 
4769                 update the pixmaps in "Select folder" 
4770                 dialog box'
4771
4772 2009-01-09 [colin]      3.7.0cvs24
4773
4774         * src/main.c
4775                 Win32: Fix bug 1816, 'Attaching files with 
4776                 command-line generates error after attaching'
4777
4778 2009-01-09 [paul]       3.7.0cvs23
4779
4780         * src/gtk/about.c
4781                 forgot this '2009' in last commit
4782
4783 2009-01-09 [paul]       3.7.0cvs22
4784
4785         * src/*/*.[c,h]
4786                 it's 2009!
4787                 update copyright headers
4788
4789 2009-01-09 [paul]       3.7.0cvs21
4790
4791         * doc/man/claws-mail.1
4792                 update Team list
4793
4794 2009-01-09 [colin]      3.7.0cvs20
4795
4796         * src/messageview.c
4797                 Fix bug 1814, 'Windows' WM badly places 
4798                 message view'
4799
4800 2009-01-09 [colin]      3.7.0cvs19
4801
4802         * src/prefs_themes.c
4803         * src/stock_pixmap.c
4804         * src/stock_pixmap.h
4805         * src/common/utils.c
4806         * src/common/utils.h
4807                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
4808
4809 2009-01-08 [colin]      3.7.0cvs18
4810
4811         * src/mimeview.c
4812                 Win32: Fix bug 1810, 'Pressing 'o' key 
4813                 crashes CM'
4814
4815 2009-01-07 [colin]      3.7.0cvs17
4816
4817         * src/html.c
4818                 Fix bug 1432, '&amp; not escaped in links (HTML 
4819                 rendered as text)'
4820
4821 2009-01-06 [colin]      3.7.0cvs16
4822
4823         * src/plugins/pgpcore/select-keys.c
4824                 Warn translators the usual way about
4825                 accels
4826
4827 2009-01-06 [colin]      3.7.0cvs15
4828
4829         * src/mainwindow.c
4830                 Fix synchronisation dialog that shouldn't
4831                 appear when network goes down (Network
4832                 Manager)
4833         * src/mimeview.c
4834         * src/textview.c
4835                 Fix save as when attach_save_dir isn't set
4836                 fixes bug 1804, 'attach_save_directory does 
4837                 not default to $HOME'
4838         * src/plugins/pgpcore/select-keys.c
4839                 Add mnemonics to buttons - warn translators!
4840
4841 2009-01-06 [wwp]        3.7.0cvs14
4842
4843         * src/common/utils.c
4844                 Fix cvs13, thanks to Colin.
4845
4846 2009-01-06 [wwp]        3.7.0cvs13
4847
4848         * src/common/utils.c
4849                 Better support for Spanish Outlook replies (RES).
4850
4851 2009-01-02 [colin]      3.7.0cvs12
4852
4853         * src/folderview.c
4854                 Fix (+) sign after collapsed folder names that 
4855                 have quicksearch-matching children.
4856                 Fixes bug 1506, 'Recursive search in collapsed 
4857                 folders'
4858
4859 2009-01-02 [colin]      3.7.0cvs11
4860
4861         * src/stock_pixmap.c
4862         * src/stock_pixmap.h
4863                 Remove now-unused stock_pixmap_gdk
4864
4865 2009-01-02 [colin]      3.7.0cvs10
4866
4867         * src/gtk/gtkutils.c
4868         * src/pixmaps/claws-mail_icon.xpm
4869                 Use pixbuf for app icon, and make the app icon
4870                 a bit nicer
4871
4872 2009-01-02 [colin]      3.7.0cvs9
4873
4874         * src/uri_opener.c
4875                 Show both link title and URI if possible
4876
4877 2009-01-02 [colin]      3.7.0cvs8
4878
4879         * src/addressadd.c
4880         * src/addressbook.c
4881         * src/addressbook_foldersel.c
4882         * src/addressitem.h
4883         * src/folderview.c
4884         * src/grouplistdialog.c
4885         * src/importldif.c
4886         * src/mimeview.c
4887         * src/summaryview.c
4888         * src/gtk/gtkcmclist.c
4889         * src/gtk/gtkcmclist.h
4890         * src/gtk/gtkcmctree.c
4891         * src/gtk/gtkcmctree.h
4892         * src/gtk/gtksctree.c
4893         * src/gtk/gtksctree.h
4894                 Implement pixbuf rendering in tree widgets
4895                 instead of pixmaps
4896         * src/plugins/trayicon/trayicon.c
4897         * src/noticeview.c
4898         * src/prefs_themes.c
4899                 Use pixbuf rendering here too
4900
4901 2008-12-30 [paul]       3.7.0cvs7
4902
4903         * src/textview.c
4904                 no need to prematurely trim the uri in the statusbar
4905
4906 2008-12-29 [paul]       3.7.0cvs6
4907
4908         * src/procmsg.c
4909                 prefer List-Id header to X-* headers when creating
4910                 filter rule automatically
4911
4912 2008-12-28 [colin]      3.7.0cvs5
4913
4914         * src/compose.c
4915                 Set minimum height to 440 instead of 480
4916
4917 2008-12-22 [colin]      3.7.0cvs4
4918
4919         * src/compose.c
4920                 Fix bug 1799, '"Discard message" deletes manually 
4921                 saved draft'. Switch rmode to REEDIT after 
4922                 manually saving.
4923
4924 2008-12-21 [paul]       3.7.0cvs3
4925
4926         * tools/claws.i18n.status.pl
4927                 updates
4928
4929 2008-12-21 [paul]       3.7.0cvs2
4930
4931         * AUTHORS
4932         * src/gtk/authors.h
4933                 (more) updates
4934
4935 2008-12-21 [paul]       3.7.0cvs1
4936
4937         * AUTHORS
4938         * src/gtk/authors.h
4939                 updates
4940
4941 2008-12-19 [paul]       3.7.0
4942
4943         * NEWS
4944         * README
4945         * RELEASE_NOTES 
4946                 3.7.0 released!
4947
4948 2008-12-19 [paul]       3.6.1cvs80
4949
4950         * configure.ac
4951                 remove unmaintained sk and sr from ALL_LINGUAS
4952                 add newly maintained cs to ALL_LINGUAS
4953         * po/bg.po
4954         * po/ca.po
4955         * po/cs.po
4956         * po/de.po
4957         * po/fi.po
4958         * po/hu.po
4959         * po/nl.po
4960         * po/pt_BR.po
4961         * po/ru.po
4962         * po/sv.po
4963                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
4964                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
4965                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
4966                 Persson Fink
4967
4968 2008-12-16 [colin]      3.6.1cvs79
4969
4970         * src/plugins/pgpcore/sgpgme.c
4971                 Fix warning
4972
4973 2008-12-15 [colin]      3.6.1cvs78
4974
4975         * src/compose.c
4976         * src/privacy.c
4977         * src/privacy.h
4978         * src/plugins/pgpcore/sgpgme.c
4979         * src/plugins/pgpcore/sgpgme.h
4980         * src/plugins/pgpinline/pgpinline.c
4981         * src/plugins/pgpmime/pgpmime.c
4982         * src/plugins/smime/smime.c
4983                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
4984                 email address" doesn't work'. Use custom from address
4985                 if set
4986
4987 2008-12-15 [colin]      3.6.1cvs77
4988
4989         * src/common/utils.c
4990                 Fix bug 1746, 'Makes a mailto link from several 
4991                 paragraphs'
4992
4993 2008-12-15 [paul]       3.6.1cvs76
4994
4995         * m4/spamassassin.m4
4996                 fix warnings thrown up by autoconf-2.63
4997
4998 2008-12-13 [colin]      3.6.1cvs75
4999
5000         * Makefile.am
5001         * src/Makefile.am
5002         * src/common/ssl.c
5003         * src/common/utils.c
5004         * src/common/utils.h
5005         * tools/Makefile.am
5006                 Finish previous patch
5007
5008 2008-12-13 [colin]      3.6.1cvs74
5009
5010         * tools/Makefile.am
5011                 Only install certs on windows
5012
5013 2008-12-13 [colin]      3.6.1cvs73
5014
5015         * tools/Makefile.am
5016         * tools/ca-certificates.crt
5017         * src/common/Makefile.am
5018         * src/common/ssl.c
5019                 First try to ship SSL certificates in Windows
5020                 build
5021
5022 2008-12-12 [colin]      3.6.1cvs72
5023
5024         * configure.ac
5025         * src/plugins/pgpinline/claws.def
5026                 Windows build fixes
5027
5028 2008-12-12 [paul]       3.6.1cvs71
5029
5030         * src/imap.c
5031         * src/mh.c
5032         * src/partial_download.c
5033         * src/textview.c
5034         * src/common/claws.c
5035         * src/common/prefs.c
5036         * src/common/utils.c
5037                 win32: fix unlinking, renaming and bug with
5038                 non-ascii username
5039                 Patch by Colin
5040
5041 2008-12-11 [colin]      3.6.1cvs70
5042
5043         * po/fr.po
5044         * manual/fr/advanced.xml
5045                 Update french translations
5046
5047 2008-12-10 [colin]      3.6.1cvs69
5048
5049         * manual/faq.xml
5050                 Correct bug submission guidelines
5051
5052 2008-12-10 [colin]      3.6.1cvs68
5053
5054         * src/plugins/pgpcore/pgp_viewer.c
5055                 Fix bug 1736, 'Key import does not work'
5056                 Kill the correct pid (and not the parent
5057                 shell), and increase the timeout a bit.
5058
5059 2008-12-09 [paul]       3.6.1cvs67
5060
5061         * src/messageview.c
5062                 ensure that any stray noticeview buttons are hidden,
5063                 as clicking them causes segfaults!
5064
5065 2008-12-09 [colin]      3.6.1cvs66
5066
5067         * src/compose.c
5068         * src/compose.h
5069         * src/folder_item_prefs.h
5070         * src/prefs_common.c
5071         * src/prefs_common.h
5072         * src/common/defs.h
5073                 Fix bug 1792, '"Save Message to" should 
5074                 retain list of recently selected folders'
5075                 Also, make Enchant-related prefs stick
5076                 even if the build doesn't enable enchant
5077
5078 2008-12-09 [paul]       3.6.1cvs65
5079
5080         * src/messageview.c
5081                 fix bug 1787, 'Prevent automatic PGP inline
5082                 decryption attempts' use the noticeview to display
5083                 decryption failure messages instead of the irritating
5084                 popup dialog
5085
5086 2008-12-09 [colin]      3.6.1cvs64
5087
5088         * src/prefs_filtering.c
5089                 Fix bug 1789, 'filtering account selection 
5090                 (regression)'. Filtering on sending-only
5091                 accounts can be a little useful when using
5092                 filtering via Tools menu.
5093
5094 2008-12-07 [paul]       3.6.1cvs63
5095
5096         * src/prefs_actions.c
5097                 don't auto-select first entry (same as other
5098                 similar dialogs)
5099         * src/gtk/pluginwindow.c
5100                 these parents don't have children so don't look
5101                 for them
5102
5103 2008-12-07 [paul]       3.6.1cvs62
5104
5105         * src/prefs_account.c
5106         * src/gtk/pluginwindow.c
5107         * src/gtk/prefswindow.c
5108         * src/gtk/prefswindow.h
5109                 auto-select first page
5110
5111 2008-12-05 [colin]      3.6.1cvs61
5112
5113         * src/codeconv.c
5114         * src/procmime.c
5115                 Fix bug 1788, 'CM crashes re-encoding 
5116                 encoded parameters' (introduced in cvs40)
5117
5118 2008-12-05 [paul]       3.6.1cvs60
5119
5120         * src/prefs_common.h
5121                 remove gpg prefs that are no longer needed here
5122
5123 2008-12-03 [colin]      3.6.1cvs59
5124
5125         * src/msgcache.c
5126                 Speed up cache reading (about 10% gain)
5127         * src/summaryview.c
5128         * src/gtk/gtksctree.c
5129                 Speed up expand/collapse all threads
5130                 (about 95% gain)
5131
5132 2008-12-03 [paul]       3.6.1cvs58
5133
5134         * configure.ac
5135                 eradicate gcc4's signedness warnings
5136                 fix building with gnuTLS on (Open)Solaris
5137
5138 2008-12-01 [colin]      3.6.1cvs57
5139
5140         * src/gtk/gtkcmclist.c
5141                 Fix column headers
5142
5143 2008-12-01 [colin]      3.6.1cvs56
5144
5145         * src/plugins/pgpinline/pgpinline.c
5146                 Fix bug 1779, 'PGP Inline badly handles 
5147                 multipart'. Properly dump the current part
5148                 instead of running around with scissors
5149
5150 2008-11-30 [paul]       3.6.1cvs55
5151
5152         * manual/advanced.xml
5153         * manual/plugins.xml
5154         * src/prefs_toolbar.c
5155                 remove the verb from the page title and
5156                 update references in the manual
5157
5158 2008-11-30 [paul]       3.6.1cvs54
5159
5160         * src/prefs_other.c
5161                 move Other/ page to Other/Miscellaneous
5162         * src/gtk/prefswindow.c
5163                 make parent page unselectable
5164
5165 2008-11-29 [paul]       3.6.1cvs53
5166
5167         * README
5168                 add the new 'primary_paste_unselects' hidden
5169                 option, add missing 'log_[...]_color' options,
5170                 and reformat the text
5171         * manual/advanced.xml
5172                 add the new 'primary_paste_unselects' hidden
5173                 option, add missing 'log_[...]_color' options
5174
5175 2008-11-28 [colin]      3.6.1cvs52
5176
5177         * src/mimeview.c
5178                 Fix leak
5179
5180 2008-11-28 [colin]      3.6.1cvs51
5181
5182         * po/fr.po
5183                 Update translation
5184
5185 2008-11-28 [colin]      3.6.1cvs50
5186
5187         * src/mainwindow.c
5188                 Fix account selection in Mailing list
5189                 menu
5190
5191 2008-11-28 [paul]       3.6.1cvs49
5192
5193         * po/Makefile.in.in
5194                 automatically remove obsolete strings
5195
5196 2008-11-28 [colin]      3.6.1cvs48
5197
5198         * src/plugins/pgpcore/sgpgme.c
5199                 Fix error message when key isn't available.
5200
5201 2008-11-27 [colin]      3.6.1cvs47
5202
5203         * src/filtering.c
5204         * src/matcher.c
5205                 Fix a little leak
5206
5207 2008-11-26 [colin]      3.6.1cvs46
5208
5209         * src/common/ssl.c
5210                 Fix new warning
5211
5212 2008-11-26 [colin]      3.6.1cvs45
5213
5214         * src/plugins/pgpcore/select-keys.c
5215         * src/plugins/pgpcore/sgpgme.c
5216                 Fix bug 1591, 'S/MIME: better key 
5217                 handling/selection dialog'
5218                 Really ignore revoked/expired keys
5219
5220 2008-11-26 [colin]      3.6.1cvs44
5221
5222         * src/main.c
5223         * src/common/claws.c
5224         * src/common/ssl.c
5225                 Make sure libgcrypt's threading is initialised
5226                 before gnutls. See also old bug 1539.
5227
5228 2008-11-26 [colin]      3.6.1cvs43
5229
5230         * src/imap.c
5231         * src/news.c
5232         * src/etpan/imap-thread.c
5233                 Fix possible crashes due to clist_begin()
5234                 not checking for NULLs (it should!)
5235
5236 2008-11-25 [colin]      3.6.1cvs42
5237
5238         * src/procmime.c
5239                 Fix line length in MIME parameters
5240
5241 2008-11-22 [paul]       3.6.1cvs41
5242
5243         * src/compose.c
5244                 grab Return key press in attachments Properties
5245                 dialog
5246
5247 2008-11-21 [colin]      3.6.1cvs40
5248
5249         * src/compose.c
5250         * src/procmime.c
5251                 Fix bug 1776, 'use encoded name parameters 
5252                 for attachments instead of ascii'.
5253                 Break the RFC 2047 by using B-encoded 
5254                 filename parameter, like everyone does,
5255                 following advice from the RFC author.
5256
5257 2008-11-21 [colin]      3.6.1cvs39
5258
5259         * src/common/socket.c
5260                 Rehandshake if server asks to
5261
5262 2008-11-21 [colin]      3.6.1cvs38
5263
5264         * src/mimeview.h
5265         * src/toolbar.h
5266         * src/common/session.h
5267         * src/common/smtp.h
5268                 Move conditional-compilation members to
5269                 end of structs
5270
5271 2008-11-19 [wwp]        3.6.1cvs37
5272
5273         * src/prefs_actions.c
5274                 Fixed wrong behaviour when pressing Escape (was not cancelling
5275                 the action).
5276
5277 2008-11-19 [wwp]        3.6.1cvs36
5278
5279         * src/compose.c
5280         * src/matcher.c
5281         * src/messageview.c
5282         * src/mimeview.c
5283         * src/prefs_actions.c
5284         * src/prefs_filtering_action.c
5285         * src/procmsg.c
5286         * src/summaryview.c
5287         * src/textview.c
5288         * src/common/utils.c
5289                 Replace occurrences of "command line" with "command-line" everywhere.
5290                 Enforce code style (mostly indentation) in prefs_actions.c.
5291
5292 2008-11-19 [colin]      3.6.1cvs35
5293
5294         * src/compose.c
5295         * src/prefs_common.c
5296         * src/prefs_common.h
5297                 Add primary_paste_unselects hidden preference
5298                 to change how middle-click pasting changes
5299                 the selection and insert point; defaults to
5300                 pre-3.6.1cvs31
5301
5302 2008-11-19 [colin]      3.6.1cvs34
5303
5304         * src/folderview.c
5305                 Always give focus to summaryview, even if
5306                 the folder is empty, in small screen layout.
5307                 Allows to go back to folderlist using the
5308                 keyboard.
5309
5310 2008-11-18 [colin]      3.6.1cvs33
5311
5312         * src/mainwindow.h
5313                 Put back conditional at the end of struct
5314
5315 2008-11-18 [colin]      3.6.1cvs32
5316
5317         * src/procmime.c
5318         * src/common/w32_reg.c
5319                 Fix crash on win32 when browsing to a
5320                 directory
5321
5322 2008-11-15 [colin]      3.6.1cvs31
5323
5324         * src/compose.c
5325                 After a mid-click paste, deselect selection
5326                 and go to end of paste.
5327
5328 2008-11-15 [colin]      3.6.1cvs30
5329
5330         * src/compose.c
5331                 Auto-save draft after external editor quits
5332
5333 2008-11-15 [colin]      3.6.1cvs29
5334
5335         * src/plugins/pgpcore/sgpgme.c
5336                 Fix wrong error display, thanks to
5337                 Charles A. Edwards
5338
5339 2008-11-14 [colin]      3.6.1cvs28
5340
5341         * src/prefs_actions.c
5342                 Comment out bogus (IMO) warning
5343
5344 2008-11-14 [colin]      3.6.1cvs27
5345
5346         * src/mainwindow.c
5347         * src/summaryview.c
5348         * src/summaryview.h
5349         * src/gtk/menu.c
5350         * src/gtk/menu.h
5351                 Share summaryview's context menu actions with
5352                 the equivalent menu items of the main menu;
5353                 this allows to share accelerators and de-
5354                 duplicate code.
5355
5356 2008-11-14 [colin]      3.6.1cvs26
5357
5358         * src/plugins/pgpcore/sgpgme.c
5359                 Fix bug 1768, 'claws-mail crashes while 
5360                 checking smime bad signature'
5361
5362 2008-11-13 [colin]      3.6.1cvs25
5363
5364         * src/account.c
5365         * src/filtering.c
5366                 Fix redefinition of PREFSBUFSIZE
5367
5368 2008-11-13 [wwp]        3.6.1cvs24
5369
5370         * tools/popfile-link.sh
5371                 Add support for reusing existing POPFile session ID.
5372
5373 2008-11-12 [colin]      3.6.1cvs23
5374
5375         * src/prefs_gtk.h
5376                 Fix bug 1771, 'Folder template gets 
5377                 truncated when exiting the application'
5378                 Use a 32k buffer for string preferences
5379
5380 2008-11-11 [colin]      3.6.1cvs22
5381
5382         * src/summaryview.c
5383                 Fix "display sender using addressbook" when
5384                 prefs_common.swap_from is in use. Patch by
5385                 H. Merijn Brand
5386
5387 2008-11-11 [colin]      3.6.1cvs21
5388
5389         * src/autofaces.c
5390         * src/common/md5.c
5391         * src/common/md5.h
5392                 Make a few functions static
5393
5394 2008-11-07 [colin]      3.6.1cvs20
5395
5396         * src/mainwindow.c
5397         * src/summaryview.c
5398                 Fix crash when rebuilding colorlabel
5399                 menu
5400         * src/addrgather.c
5401         * src/editldap.c
5402         * src/prefs_account.c
5403         * src/prefs_compose_writing.c
5404         * src/prefs_logging.c
5405         * src/prefs_message.c
5406         * src/prefs_other.c
5407         * src/prefs_receive.c
5408         * src/prefs_summaries.c
5409         * src/prefs_wrapping.c
5410         * src/plugins/bogofilter/bogofilter_gtk.c
5411         * src/plugins/pgpcore/prefs_gpg.c
5412         * src/plugins/spamassassin/spamassassin_gtk.c
5413                 Fix deprecated use of page_size in 
5414                 gtkspinbutton adjustments
5415
5416 2008-11-06 [mones]      3.6.1cvs19
5417
5418         * src/mainwindow.c
5419                 Fix missing "About" in Help menu
5420         * tools/claws.i18n.status.pl
5421                 Fix header
5422
5423 2008-11-05 [colin]      3.6.1cvs18
5424
5425         * src/action.c
5426         * src/main.c
5427         * src/mainwindow.c
5428         * src/common/socket.c
5429         * src/common/socket.h
5430         * src/gtk/gtkutils.c
5431         * src/gtk/gtkutils.h
5432                 w32: Implement single launch (lock
5433                 socket); always put debug log to
5434                 the rc_dir; fix Start menu update
5435                 after registering as default Mail 
5436                 app
5437
5438 2008-11-05 [colin]      3.6.1cvs17
5439
5440         * src/mainwindow.c
5441                 Setting the Mail start menu item in HKCU 
5442                 confuses the Internet Options dialog. Do 
5443                 it in HKLM as this dialog does.
5444
5445 2008-11-04 [colin]      3.6.1cvs16
5446
5447         * src/common/w32_reg.c
5448                 Fix off-by-one
5449
5450 2008-11-04 [colin]      3.6.1cvs15
5451
5452         * src/procmime.c
5453                 w32: Fix getting content-type 
5454         * src/mimeview.c
5455         * src/prefs_common.c
5456         * src/prefs_common.h
5457         * src/prefs_ext_prog.c
5458         * src/textview.c
5459                 w32: better integration (use the
5460                 standard file associations instead
5461                 of our platform-unadapted open
5462                 dialog)
5463         * src/mainwindow.c
5464         * src/common/utils.c
5465         * src/common/w32_reg.c
5466         * src/common/w32lib.h
5467                 w32: better integration (allow 
5468                 setting Claws as default MUA)
5469
5470 2008-11-01 [colin]      3.6.1cvs14
5471
5472         * src/codeconv.c
5473                 Fix wrongly converted non-ascii characters
5474                 when locale's charset is US-ASCII (strict-mode
5475                 was failing in this case)
5476
5477 2008-10-30 [colin]      3.6.1cvs13
5478
5479         * src/mimeview.c
5480         * src/mimeview.h
5481         * src/textview.c
5482         * src/textview.h
5483                 Use one UI Manager per mimeview, instead of
5484                 the global one -- else user_data pointer gets
5485                 broken if opening and closing another message-
5486                 view, then using right-click on a mimeview's 
5487                 mimepart. Probably fixes bug 1711, 'Save-as
5488                 attachment crashes'
5489
5490 2008-10-24 [paul]       3.6.1cvs12
5491
5492         * tools/Makefile.am
5493         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
5494         * tools/kdeservicemenu/install.sh
5495                 another, possibly the final?, attempt on getting this
5496                 sorted for kde4
5497
5498 2008-10-24 [paul]       3.6.1cvs11
5499
5500         * tools/kdeservicemenu/install.sh
5501                 fix servicemenu installation directory on kde4
5502
5503 2008-10-24 [paul]       3.6.1cvs10
5504
5505         * tools/kdeservicemenu/README
5506         * tools/kdeservicemenu/install.sh
5507                 add support for kde4 in addition to kde3.
5508                 a rework involving checking for kde4-config, then
5509                 kde-config, finally prompting the user for the
5510                 location of either if they cannot be found
5511                 
5512
5513 2008-10-18 [paul]       3.6.1cvs9
5514
5515         * tools/claws.i18n.status.pl
5516                 updated with latest translator info.
5517                 only print for languages defined in %langname
5518
5519 2008-10-17 [paul]       3.6.1cvs8
5520
5521         * src/plugins/pgpcore/sgpgme.c
5522                 when listing the uid's, show the uid validity
5523
5524 2008-10-16 [paul]       3.6.1cvs7
5525
5526         * INSTALL
5527                 updated
5528
5529 2008-10-13 [wwp]        3.6.1cvs6
5530
5531         * po/fr.po
5532                 Updated French translation.
5533
5534 2008-10-11 [colin]      3.6.1cvs5
5535
5536         * src/gtk/authors.h
5537                 Fix bug 1756, "Outdated translators list in About 
5538                 dialogue". Patch by Aleksei Miheev.
5539
5540 2008-10-11 [colin]      3.6.1cvs4
5541
5542         * src/account.c
5543         * src/imap.c
5544         * src/inc.c
5545         * src/main.c
5546         * src/mainwindow.c
5547         * src/news.c
5548         * src/pop.c
5549         * src/pop.h
5550         * src/prefs_account.c
5551         * src/send_message.c
5552         * src/send_message.h
5553         * src/ssl_manager.c
5554         * src/ssl_manager.h
5555         * src/wizard.c
5556         * src/common/claws.c
5557         * src/common/defs.h
5558         * src/common/session.c
5559         * src/common/session.h
5560         * src/common/smtp.c
5561         * src/common/smtp.h
5562         * src/common/socket.c
5563         * src/common/socket.h
5564         * src/common/ssl.c
5565         * src/common/ssl.h
5566         * src/common/ssl_certificate.c
5567         * src/common/ssl_certificate.h
5568         * src/gtk/about.c
5569         * src/gtk/sslcertwindow.c
5570         * src/gtk/sslcertwindow.h
5571                 Remove OpenSSL code
5572
5573 2008-10-11 [colin]      3.6.1cvs3
5574
5575         * src/common/ssl_certificate.c
5576                 Make local function static
5577
5578 2008-10-10 [colin]      3.6.1cvs2
5579
5580         * src/common/ssl.h
5581         * src/common/ssl_certificate.c
5582         * src/gtk/sslcertwindow.c
5583                 Add offline certificate verification,
5584                 thanks to Nikos Mavrogiannopoulos for the
5585                 hints
5586
5587 2008-10-10 [colin]      3.6.1cvs1
5588
5589         * src/common/ssl_certificate.c
5590         * src/gtk/sslcertwindow.c
5591                 Fix warnings
5592
5593 2008-10-10 [paul]       3.6.1
5594
5595         * m4/spamassassin.m4
5596                 remove openssl dross
5597
5598         * NEWS
5599         * README
5600         * RELEASE_NOTES 
5601                 3.6.1 released!
5602
5603 2008-10-10 [colin]      3.6.0cvs25
5604
5605         * src/common/ssl.c
5606                 Tell libetpan it doesn't need to init
5607                 GnuTLS
5608
5609 2008-10-10 [colin]      3.6.0cvs24
5610
5611         * claws-mail.pc.in
5612                 Remove references to openssl
5613
5614 2008-10-09 [colin]      3.6.0cvs23
5615
5616         * configure.ac
5617                 Fix message
5618
5619 2008-10-09 [colin]      3.6.0cvs22
5620
5621         * configure.ac
5622                 Error out when building against openssl
5623
5624 2008-10-09 [colin]      3.6.0cvs21
5625
5626         * configure.ac
5627         * COPYING
5628         * src/crash.c
5629         * src/main.c
5630         * src/gtk/about.c
5631                 Disable OpenSSL due to requirement of
5632                 OpenSSL exception. Code not removed yet,
5633                 just in case, but disabled.
5634
5635 2008-10-09 [colin]      3.6.0cvs20
5636
5637         * configure.ac
5638         * src/Makefile.am
5639         * src/crash.c
5640         * src/gedit-print.c
5641         * src/gedit-print.h
5642         * src/main.c
5643         * src/mainwindow.c
5644         * src/messageview.c
5645         * src/prefs_ext_prog.c
5646         * src/prefs_fonts.c
5647         * src/prefs_image_viewer.c
5648         * src/printing.c
5649         * src/printing.h
5650         * src/summaryview.c
5651         * src/gtk/Makefile.am
5652         * src/gtk/about.c
5653         * src/gtk/gtksourceprintjob.c
5654         * src/gtk/gtksourceprintjob.h
5655                 Revert previous patch. It'd be better to remove
5656                 OpenSSL instead, as GnuTLS works as well.
5657
5658 2008-10-09 [colin]      3.6.0cvs19
5659
5660         * configure.ac
5661         * src/Makefile.am
5662         * src/crash.c
5663         * src/gedit-print.c
5664         * src/gedit-print.h
5665         * src/main.c
5666         * src/mainwindow.c
5667         * src/messageview.c
5668         * src/prefs_ext_prog.c
5669         * src/prefs_fonts.c
5670         * src/prefs_image_viewer.c
5671         * src/printing.c
5672         * src/printing.h
5673         * src/summaryview.c
5674         * src/gtk/Makefile.am
5675         * src/gtk/about.c
5676         * src/gtk/gtksourceprintjob.c
5677         * src/gtk/gtksourceprintjob.h
5678                 Remove the libgnomeprint interface (deprecated,
5679                 and fixes Debian's #501570, 'Copyright confusion')
5680
5681 2008-10-09 [colin]      3.6.0cvs18
5682
5683         * configure.ac
5684                 Require libetpan 0.57 (important fixes)
5685
5686 2008-10-08 [paul]       3.6.0cvs17
5687
5688         * src/prefs_filtering_action.c
5689         * src/prefs_matcher.c
5690                 enable re-ordering of the filtering/processing
5691                 condition and actions lists by drag'n'drop
5692
5693 2008-10-08 [colin]      3.6.0cvs16
5694
5695         * src/addressbook.c
5696                 Fix wrong menu title
5697
5698 2008-10-07 [colin]      3.6.0cvs15
5699
5700         * src/imap.c
5701                 After thinking, revert this. It's only a minor
5702                 annoyance to GSSAPI users, and I can't test this
5703                 right now. Postponed until after next good release.
5704
5705 2008-10-07 [colin]      3.6.0cvs14
5706
5707         * src/imap.c
5708                 Don't ask for a password when using GSSAPI
5709
5710 2008-10-07 [colin]      3.6.0cvs13
5711
5712         * src/mainwindow.c
5713                 Fix build with GTK+ < 2.14
5714
5715 2008-10-07 [colin]      3.6.0cvs12
5716
5717         * src/mainwindow.c
5718         * src/mainwindow.h
5719         * src/prefs_common.c
5720         * src/prefs_common.h
5721         * src/summaryview.c
5722         * src/gtk/colorlabel.c
5723                 Fix bug 1749, 'Shortcut keys for color labels 
5724                 not changeable'
5725                 Make fullscreen a setting remembered between
5726                 sessions
5727
5728 2008-10-07 [colin]      3.6.0cvs11
5729
5730         * src/prefs_other.c
5731                 Fix bug 1747, 'Wanderlust keybindings no longer 
5732                 working (regression)'
5733
5734 2008-10-07 [colin]      3.6.0cvs10
5735
5736         * src/mainwindow.c
5737                 Make fullscreen a real menu item
5738
5739 2008-10-07 [colin]      3.6.0cvs9
5740
5741         * src/mainwindow.c
5742                 Make sure we won't save size when
5743                 fullscreening
5744
5745 2008-10-06 [colin]      3.6.0cvs8
5746
5747         * src/mainwindow.c
5748         * src/mainwindow.h
5749                 Handle fullscreen via F11. Patch by
5750                 Michael Rasmussen
5751
5752 2008-10-06 [colin]      3.6.0cvs7
5753
5754         * src/common/ssl.c
5755                 Fix return value when setting client cert
5756
5757 2008-10-04 [colin]      3.6.0cvs6
5758
5759         * src/mimeview.c
5760                 Fix bug 1742, 'Attachment list contents not 
5761                 visible/scrollable'
5762
5763 2008-10-04 [paul]       3.6.0cvs5
5764
5765         * src/mainwindow.c
5766                 fix failure of Hide toolbar option on restart
5767
5768 2008-10-04 [colin]      3.6.0cvs4
5769
5770         * src/addressbook.c
5771         * src/compose.c
5772         * src/mainwindow.c
5773         * src/messageview.c
5774         * src/summaryview.c
5775                 Maemo: Fix bug 1737, Crashes upon opening
5776
5777 2008-10-04 [paul]       3.6.0cvs3
5778
5779         * po/pt_BR.po
5780                 submitted (just a little late) by Frederico
5781                 Goncalves Guimaraes
5782
5783 2008-10-03 [wwp]        3.6.0cvs2
5784
5785         * po/fr.po
5786                 Many fixes, mostly in menus and accelerators.
5787
5788 2008-10-03 [colin]      3.6.0cvs1
5789
5790         * src/gtk/filesel.c
5791                 Allow network mounts with new GTKs: they're
5792                 available via FUSE mounts and we don't need
5793                 GVFS.
5794
5795 2008-10-03 [paul]       3.6.0
5796
5797         * NEWS
5798         * README
5799         * RELEASE_NOTES 
5800                 3.6.0 released!
5801
5802 2008-10-03 [paul]       3.5.0cvs145
5803
5804         * configure.ac
5805         * po/bg.po
5806         * po/nl.po
5807         * po/ru.po
5808         * po/sv.po
5809                 new translations. added by Yasen Pramatarov,
5810                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
5811         * po/ca.po
5812         * po/de.po
5813         * po/fi.po
5814         * po/fr.po
5815         * po/hu.po
5816         * po/it.po
5817         * po/pl.po
5818         * po/zh_CN.po
5819                 updated translations. submitted by Miquel Oliete,
5820                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
5821                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
5822
5823 2008-10-02 [colin]      3.5.0cvs144
5824
5825         * src/common/session.c
5826                 Fix crash when connection fails on windows
5827
5828 2008-10-01 [colin]      3.5.0cvs143
5829
5830         * src/imap.c
5831                 Real fix for FS-unsafe chars on win32
5832
5833 2008-10-01 [colin]      3.5.0cvs142
5834
5835         * src/imap.c
5836                 Encode prohibited filenames on win32
5837
5838 2008-09-30 [mones]      3.5.0cvs141
5839
5840         * src/ldapctrl.c
5841         * src/main.c
5842         * src/prefs_themes.c
5843         * src/printing.c
5844                 Fix output of some debug messages
5845
5846 2008-09-30 [colin]      3.5.0cvs140
5847
5848         * src/addrbook.c
5849         * src/addrharvest.c
5850         * src/compose.c
5851         * src/jpilot.c
5852         * src/mh.c
5853         * src/prefs_themes.c
5854         * src/procheader.c
5855         * src/procmime.c
5856         * src/summaryview.c
5857         * src/common/utils.c
5858         * src/gtk/sslcertwindow.c
5859                 Win32: Fix time usage; use g_stat
5860
5861 2008-09-29 [colin]      3.5.0cvs139
5862
5863         * src/common/utils.c
5864                 Fix case-sensitive match of subject
5865                 prefixes on win32
5866
5867 2008-09-29 [colin]      3.5.0cvs138
5868
5869         * src/folder_item_prefs.c
5870         * src/folder_item_prefs.h
5871         * src/matcher.c
5872         * src/prefs_folder_item.c
5873         * src/prefs_matcher.c
5874         * src/summaryview.c
5875         * src/common/string_match.c
5876         * src/common/utils.c
5877                 Fix a huge leak (dozens of megs per folder
5878                 change) on Windows: disable regexps 
5879
5880 2008-09-28 [paul]       3.5.0cvs137
5881
5882         * po/en_GB.po
5883                 updated
5884
5885 2008-09-27 [colin]      3.5.0cvs136
5886
5887         * src/account.c
5888         * src/account.h
5889                 Add accessor for cur_account
5890
5891 2008-09-27 [colin]      3.5.0cvs135
5892
5893         * src/imap.c
5894                 Fix crash when error happen on session establishment
5895
5896 2008-09-26 [mones]      3.5.0cvs134
5897
5898         * po/es.po
5899                 Updated for release
5900
5901 2008-09-26 [colin]      3.5.0cvs133
5902
5903         * src/plugins/pgpcore/claws.def
5904                 Fix symbol
5905
5906 2008-09-26 [colin]      3.5.0cvs132
5907
5908         * src/prefs_common.c
5909         * src/prefs_common.h
5910         * src/plugins/pgpcore/pgp_viewer.c
5911                 Add an accessor to prefs_common for plugins
5912                 (Win32 fix)
5913
5914 2008-09-25 [colin]      3.5.0cvs131
5915
5916         * src/main.c
5917                 Fix bug 1725, 'useless lines in clawsrc'
5918         * src/plugins/smime/mypgpcore.def
5919                 Add a missing symbol
5920
5921 2008-09-25 [paul]       3.5.0cvs130
5922
5923         * src/plugins/smime/mypgpcore.def
5924         * src/plugins/smime/plugin.def
5925         * src/plugins/smime/version.rc
5926                 add these windows-specific files
5927                 (Thanks to Colin)
5928
5929 2008-09-25 [colin]      3.5.0cvs129
5930
5931         * src/main.c
5932                 Load standard plugins only on first run
5933
5934 2008-09-25 [colin]      3.5.0cvs128
5935
5936         * src/codeconv.c
5937                 Fix build...
5938
5939 2008-09-24 [colin]      3.5.0cvs127
5940
5941         * src/codeconv.c
5942                 Add nb_NO's charset (iso-8859-1)
5943
5944 2008-09-24 [colin]      3.5.0cvs126
5945
5946         * src/common/utils.c
5947                 Fix get_mail_base_dir() on windows
5948                 (was synced from main ages ago)
5949
5950 2008-09-24 [colin]      3.5.0cvs125
5951
5952         * src/main.c
5953         * src/wizard.c
5954                 Integrate better with Windows' style
5955
5956 2008-09-23 [paul]       3.5.0cvs124
5957
5958         * src/compose.c
5959         * src/mainwindow.c
5960         * src/messageview.c
5961                 offer these strings to translators too 
5962
5963 2008-09-23 [colin]      3.5.0cvs123
5964
5965         * configure.ac
5966                 Add a --disable-dbus flag in case we want
5967                 no DBUS even if headers are available (like
5968                 for building gpg4win)
5969         * src/filtering.c
5970         * src/mainwindow.c
5971         * src/prefs_logging.c
5972         * src/common/utils.c
5973         * src/plugins/pgpcore/sgpgme.c
5974         * src/plugins/smime/claws.def
5975                 Windows fixes:
5976                 - disable filtering log (it's crashy for
5977                   some reason)
5978                 - fix gmtime_r when time is -1 (before 01/01/70)
5979                 - add symbols for smime
5980
5981 2008-09-22 [colin]      3.5.0cvs122
5982
5983         * src/common/utils.c
5984         * src/account.c
5985                 Remove raw printf
5986         * src/compose.c
5987                 Fix cursor position after changing account
5988         * src/imap.c
5989         * src/mimeview.c
5990         * src/news.c
5991                 Fix absolute path detection 
5992
5993 2008-09-21 [colin]      3.5.0cvs121
5994
5995         * src/gtk/gtkaspell.c
5996                 Don't try to use empty dictionaries
5997
5998 2008-09-20 [colin]      3.5.0cvs120
5999
6000         * po/POTFILES.in
6001                 Add the new files to the translations
6002
6003 2008-09-20 [colin]      3.5.0cvs119
6004
6005         * configure.ac
6006         * src/plugins/Makefile.am
6007         * src/plugins/smime/Makefile.am
6008         * src/plugins/smime/plugin.c
6009         * src/plugins/smime/smime.c
6010         * src/plugins/smime/smime.deps
6011         * src/plugins/smime/smime.h
6012                 Include S/Mime plugin in the main plugins
6013                 Will ease the Gpg4win team's work
6014
6015 2008-09-20 [colin]      3.5.0cvs118
6016
6017         * src/autofaces.c
6018         * src/compose.c
6019         * src/ldapquery.c
6020         * src/main.c
6021         * src/news.c
6022         * src/common/socket.c
6023         * src/gtk/gtkutils.c
6024         * src/plugins/pgpcore/claws.def
6025                 Windows: more fixes, thanks to wwp and
6026                 Marcus Brinkmann
6027
6028 2008-09-20 [colin]      3.5.0cvs117
6029
6030         * src/imap.c
6031                 Tell on which server errors happened
6032
6033 2008-09-20 [colin]      3.5.0cvs116
6034
6035         * src/etpan/etpan-thread-manager.c
6036         * src/etpan/imap-thread.c
6037         * src/etpan/nntp-thread.c
6038                 Windows: Fix hang on IMAP/NNTP
6039
6040 2008-09-20 [colin]      3.5.0cvs115
6041
6042         * src/common/utils.c
6043                 Fix bug 1723, "Buffer overflow crash caused by 
6044                 preview in 'Date format help' dialog box"
6045                 Also, optimise fast_strftime a bit :)
6046
6047 2008-09-18 [colin]      3.5.0cvs114
6048
6049         * src/procmime.c
6050         * src/textview.c
6051                 Check for NULLs before str* functions
6052
6053 2008-09-18 [colin]      3.5.0cvs113
6054
6055         * src/messageview.c
6056         * src/procmime.c
6057         * src/textview.c
6058                 Handle html parts in multipart/related
6059                 Decode ISO-8859-1 as Windows-1252 (the former
6060                 is a subset of the latter) in order to 
6061                 workaround Outlook mails misencoding
6062         * src/gtk/logwindow.c
6063         * src/gtk/logwindow.h
6064                 Clear mainwindow's error pixmap when the
6065                 error scrolls out of the log
6066
6067 2008-09-17 [colin]      3.5.0cvs112
6068
6069         * src/image_viewer.c
6070                 Fix image loading (multiple childs added to 
6071                 scrolledwindow, break of the resize functionality)
6072         * src/account.c
6073         * src/prefs_folder_item.c
6074         * src/prefs_spelling.c
6075         * src/gtk/gtkaspell.c
6076                 Better fix problems with dictionaries updates
6077
6078 2008-09-17 [colin]      3.5.0cvs111
6079
6080         * src/common/utils.c
6081                 Fix double-opening (fixes multiple signatures when
6082                 using signify)
6083
6084 2008-09-16 [colin]      3.5.0cvs110
6085
6086         * src/prefs_account.c
6087         * src/prefs_folder_item.c
6088         * src/prefs_spelling.c
6089         * src/gtk/gtkaspell.c
6090                 Better stripping of aspell dictionaries names
6091
6092 2008-09-16 [colin]
6093
6094         * 3.6.0-rc1 released
6095
6096 2008-09-16 [colin]      3.5.0cvs109
6097
6098         * src/account.c
6099         * src/inc.c
6100         * src/mainwindow.c
6101         * src/prefs_account.h
6102         * src/prefs_other.c
6103         * src/send_message.c
6104         * src/gtk/inputdialog.c
6105                 Don't add a pref to allow remembering passwords
6106                 (Just not checking the checkbox is enough)
6107
6108 2008-09-16 [colin]      3.5.0cvs108
6109
6110         * configure.ac
6111                 Require libetpan 0.56 as 0.55 is crashy
6112         * src/messageview.c
6113                 Fix english
6114         * src/gtk/inputdialog.c
6115         * src/gtk/inputdialog.h
6116                 Fix warnings
6117
6118 2008-09-16 [wwp]        3.5.0cvs107
6119
6120         * src/compose.c
6121                 Complete 3.5.0cvs106 by removing a function that got
6122                 moved to account.[ch].
6123
6124 2008-09-16 [wwp]        3.5.0cvs106
6125
6126         * src/account.c
6127         * src/account.h
6128         * src/compose.c
6129         * src/quote_fmt.c
6130         * src/quote_fmt_lex.l
6131         * src/quote_fmt_parse.y
6132                 Add account signature (path and value string) manipulation
6133                 keywords to the template processor. It's now possible in
6134                 all templates to insert the account signature to an
6135                 arbitrary location or to pass it to a external script for
6136                 further editing.
6137
6138
6139 2008-09-16 [mones]      3.5.0cvs105
6140
6141         * src/imap.c
6142         * src/inc.c
6143         * src/mainwindow.c
6144         * src/mainwindow.h
6145         * src/news.c
6146         * src/prefs_account.h
6147         * src/prefs_common.c
6148         * src/prefs_common.h
6149         * src/prefs_other.c
6150         * src/send_message.c
6151         * src/gtk/inputdialog.c
6152         * src/gtk/inputdialog.h
6153                 Implement session passwords: unsaved passwords for receiving
6154                 or sending of accounts can be remembered while running to 
6155                 avoid repetitive typing.
6156                 As keeping passwords in memory is unsafe a new preference 
6157                 in Other page is added to activate or not such capability.
6158
6159 2008-09-14 [colin]      3.5.0cvs104
6160
6161         * src/codeconv.c
6162         * src/codeconv.h
6163                 Make conv_iconv_strdup static
6164
6165 2008-09-12 [colin]      3.5.0cvs103
6166
6167         * claws-mail.pc.in
6168         * src/Makefile.am
6169         * src/compose.c
6170         * src/compose.h
6171         * src/crash.c
6172         * src/folder_item_prefs.c
6173         * src/folder_item_prefs.h
6174         * src/main.c
6175         * src/prefs_account.c
6176         * src/prefs_common.c
6177         * src/prefs_common.h
6178         * src/prefs_folder_item.c
6179         * src/prefs_spelling.c
6180         * src/prefs_template.c
6181         * src/quote_fmt.h
6182         * src/quote_fmt_parse.y
6183         * src/toolbar.c
6184         * src/toolbar.h
6185         * src/gtk/Makefile.am
6186         * src/gtk/about.c
6187         * src/gtk/filesel.c
6188         * src/gtk/gtkaspell.c
6189         * src/gtk/gtkaspell.h
6190         * src/plugins/bogofilter/Makefile.am
6191         * src/plugins/dillo_viewer/Makefile.am
6192         * src/plugins/spamassassin/Makefile.am
6193         * src/plugins/trayicon/Makefile.am
6194                 Switch spellchecker to Enchant
6195
6196 2008-09-12 [paul]       3.5.0cvs102
6197
6198         * tools/README
6199         * tools/csv2addressbook.pl
6200                 add support for Fox Mail
6201
6202 2008-09-12 [paul]       3.5.0cvs101
6203
6204         * src/compose.c
6205         * src/prefs_wrapping.c
6206                 changes to English
6207
6208 2008-09-12 [paul]       3.5.0cvs100
6209
6210         * configure.ac
6211                 revert cvs99's libenchant commit error
6212
6213 2008-09-12 [colin]      3.5.0cvs99
6214
6215         * src/inc.c
6216                 Only go to inbox if there are new mails
6217                 (and fetch was manual)
6218
6219 2008-09-10 [colin]      3.5.0cvs98
6220
6221         * src/inc.c
6222         * src/summaryview.c
6223         * src/common/session.c
6224                 Use g_timeout_add_seconds instead of g_timeout_add
6225                 on glib >= 2.14 when we don't need precision on the 
6226                 delay. This helps reducing power consumption:
6227                 http://mjg59.livejournal.com/74651.html
6228
6229 2008-09-10 [colin]      3.5.0cvs97
6230
6231         * src/compose.c
6232                 Don't save window size and position when
6233                 compose is hidden (filtering action)
6234
6235 2008-09-09 [colin]      3.5.0cvs96
6236
6237         * src/action.h
6238         * src/addr_compl.c
6239         * src/addressadd.c
6240         * src/addressbook.h
6241         * src/addressbook_foldersel.c
6242         * src/addressitem.h
6243         * src/addrgather.c
6244         * src/alertpanel.c
6245         * src/browseldap.c
6246         * src/editaddress.c
6247         * src/editaddress_other_attributes_ldap.h
6248         * src/editbook.c
6249         * src/editjpilot.c
6250         * src/editldap.c
6251         * src/editldap_basedn.c
6252         * src/editvcard.c
6253         * src/exphtmldlg.c
6254         * src/expldifdlg.c
6255         * src/export.c
6256         * src/foldersel.c
6257         * src/foldersel.h
6258         * src/gedit-print.c
6259         * src/gedit-print.h
6260         * src/grouplistdialog.c
6261         * src/headerview.c
6262         * src/headerview.h
6263         * src/image_viewer.c
6264         * src/import.c
6265         * src/importldif.c
6266         * src/importmutt.c
6267         * src/importpine.c
6268         * src/inc.c
6269         * src/main.c
6270         * src/main.h
6271         * src/messageview.c
6272         * src/messageview.h
6273         * src/noticeview.c
6274         * src/prefs_actions.c
6275         * src/prefs_filtering.c
6276         * src/prefs_folder_column.c
6277         * src/prefs_gtk.h
6278         * src/prefs_summary_column.c
6279         * src/prefs_toolbar.c
6280         * src/send_message.c
6281         * src/setup.c
6282         * src/sourcewindow.c
6283         * src/sourcewindow.h
6284         * src/ssl_manager.c
6285         * src/statusbar.c
6286         * src/statusbar.h
6287         * src/stock_pixmap.c
6288         * src/stock_pixmap.h
6289         * src/summaryview.c
6290         * src/textview.c
6291         * src/textview.h
6292         * src/undo.h
6293         * src/uri_opener.c
6294         * src/wizard.c
6295         * src/wizard.h
6296         * src/common/ssl.h
6297         * src/common/utils.c
6298         * src/gtk/about.c
6299         * src/gtk/colorlabel.c
6300         * src/gtk/colorlabel.h
6301         * src/gtk/combobox.h
6302         * src/gtk/description_window.c
6303         * src/gtk/filesel.c
6304         * src/gtk/gtkaspell.c
6305         * src/gtk/gtkaspell.h
6306         * src/gtk/gtkcmclist.c
6307         * src/gtk/gtkcmclist.h
6308         * src/gtk/gtkcmctree.c
6309         * src/gtk/gtkcmctree.h
6310         * src/gtk/gtkcmoptionmenu.h
6311         * src/gtk/gtksctree.c
6312         * src/gtk/gtksctree.h
6313         * src/gtk/gtkshruler.c
6314         * src/gtk/gtkshruler.h
6315         * src/gtk/gtksourceprintjob.c
6316         * src/gtk/gtksourceprintjob.h
6317         * src/gtk/gtkutils.c
6318         * src/gtk/gtkutils.h
6319         * src/gtk/gtkvscrollbutton.c
6320         * src/gtk/gtkvscrollbutton.h
6321         * src/gtk/icon_legend.c
6322         * src/gtk/inputdialog.c
6323         * src/gtk/logwindow.c
6324         * src/gtk/logwindow.h
6325         * src/gtk/manage_window.c
6326         * src/gtk/manage_window.h
6327         * src/gtk/menu.c
6328         * src/gtk/prefswindow.c
6329         * src/gtk/progressdialog.c
6330         * src/gtk/progressdialog.h
6331         * src/plugins/bogofilter/bogofilter_gtk.c
6332         * src/plugins/pgpcore/passphrase.c
6333         * src/plugins/spamassassin/spamassassin_gtk.c
6334         * src/plugins/trayicon/trayicon.c
6335         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6336         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
6337         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
6338         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6339         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
6340                 Complete GTK+ 2.14 undeprecation
6341                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
6342
6343 2008-09-09 [colin]      3.5.0cvs95
6344
6345         * src/gtk/gtkcmclist.h
6346                 Fix build on GTK+ 2.14
6347
6348 2008-09-08 [colin]      3.5.0cvs94
6349
6350         * src/noticeview.c
6351         * src/noticeview.h
6352                 Remove GtkSignalFunc
6353
6354 2008-09-07 [colin]      3.5.0cvs93
6355
6356         * src/addressadd.c
6357         * src/addressbook_foldersel.c
6358         * src/gtk/gtkcmclist.c
6359         * src/gtk/gtkcmclist.h
6360         * src/gtk/gtkcmctree.c
6361         * src/gtk/gtkcmctree.h
6362         * src/gtk/gtksctree.c
6363         * src/gtk/prefswindow.c
6364         * src/gtk/prefswindow.h
6365                 Use GDestroyNotify instead of GtkDestroyNotify
6366                 (deprecated in GTK+ 2.14)
6367
6368 2008-09-07 [colin]      3.5.0cvs92
6369
6370         * src/textview.c
6371                 Fix bug 1712, 'invalid "Phishing attempt warning" 
6372                 when linked text ends with spaces'
6373
6374 2008-09-05 [colin]      3.5.0cvs91
6375
6376         * src/procmime.c
6377                 Maybe fix bug 1711, 'Save-as attachment crashes'
6378                 Possibly wrong free() due to pointer shifting
6379
6380 2008-09-05 [colin]      3.5.0cvs90
6381
6382         * src/compose.c
6383                 Fix bug 1710, 'User misreads "Discard Message" 
6384                 as "Discard Changes"'. Propose to save or discard
6385                 only the latest changes when closing an existing
6386                 draft. Autosave may still have saved parts of the
6387                 edit session.
6388
6389 2008-09-04 [colin]      3.5.0cvs89
6390
6391         * src/summaryview.c
6392                 Fix bug 1707, 'Segfault when sorting on non-visible column'
6393
6394 2008-09-01 [colin]      3.5.0cvs88
6395
6396         * src/imap.c
6397         * src/summaryview.c
6398         * src/common/tags.c
6399         * src/etpan/imap-thread.c
6400         * src/etpan/imap-thread.h
6401                 Store spam flag on IMAP (Junk/NonJunk, as 
6402                 ThunderBird does - this is nonstandard)
6403
6404 2008-08-31 [wwp]        3.5.0cvs87
6405
6406         * ChangeLog
6407                 Fix globish edition^Wediting.
6408
6409 2008-08-31 [wwp]        3.5.0cvs86
6410
6411         * src/addressbook.c
6412                 Don't break nickname editing for non-LDAP books (nickname
6413                 value was overwritten when editing existing contact, this
6414                 came from 3.0.2cvs109).
6415
6416 2008-08-30 [colin]      3.5.0cvs85
6417
6418         * src/mainwindow.c
6419         * src/summaryview.c
6420                 Fix "Apply tags..." key shortcut
6421
6422 2008-08-29 [iwkse]      3.5.0cvs84
6423
6424         * src/summaryview.c
6425                         Bit of clean:)
6426
6427 2008-08-29 [iwkse]      3.5.0cvs83
6428
6429         * src/summaryview.c
6430                         Disable "Move to trash" action if
6431                         we are in a trash-like folder.
6432                         Thanks to colinl
6433
6434 2008-08-29 [paul]       3.5.0cvs82
6435
6436         * configure.ac
6437                 bump up libetpan version requirement since
6438                 0.55 is released now
6439
6440 2008-08-28 [wwp]        3.5.0cvs81
6441
6442         * src/account.c
6443         * src/pop.c
6444         * src/prefs_account.c
6445         * src/prefs_account.h
6446                 Add finer granularity to the POP3's remove-after delay (now in
6447                 hours in addition to in days), patch by Paul Rolland.
6448
6449 2008-08-28 [wwp]        3.5.0cvs80
6450
6451         * src/gtk/combobox.c
6452                 Fix a typo in a comment.
6453
6454 2008-08-28 [iwkse]      3.5.0cvs79
6455
6456         * src/account.c
6457         * src/prefs_actions.c
6458         * src/prefs_filtering.c
6459         * src/prefs_template.c
6460                         Add search feature to the account, 
6461                         template and action dialog.
6462                         It's turned on selecting one row
6463                         of the list and typing some random
6464                         letter. Thanks to wwp, colinl
6465
6466 2008-08-28 [colin]      3.5.0cvs78
6467
6468         * src/Makefile.am
6469         * src/account.c
6470         * src/compose.c
6471         * src/prefs_account.c
6472         * src/prefs_account.h
6473         * src/privacy.c
6474         * src/privacy.h
6475         * src/procmime.c
6476         * src/stock_pixmap.c
6477         * src/stock_pixmap.h
6478         * src/summaryview.c
6479         * src/pixmaps/key_gpg_signed.xpm
6480                 Fix bug 1412, "Sign reply, if mail was signed"
6481                 Add an account preference to sign replies to signed mails
6482
6483 2008-08-28 [iwkse]      3.5.0cvs77
6484
6485         * src/prefs_filtering.c
6486                 Making the search more useful,
6487                 jumping directly to the relative rule.
6488
6489 2008-08-27 [colin]      3.5.0cvs76
6490
6491         * src/main.c
6492                 Add a bit of info
6493
6494 2008-08-27 [colin]      3.5.0cvs75
6495
6496         * src/gtk/gtkcmctree.c
6497                 Fix a few ifdefs
6498
6499 2008-08-26 [colin]      3.5.0cvs74
6500
6501         * src/gtk/gtkcmctree.c
6502                 Fix missing inits on old glib
6503
6504 2008-08-26 [wwp]        3.5.0cvs73
6505
6506         * src/common/utils.c
6507                 Added 'Fwd' to the list of known common subject prefixes.
6508
6509 2008-08-25 [iwkse]      3.5.0cvs72
6510
6511         * src/image_viewer.c
6512                 Add animated gif support to the
6513                 message preview.
6514
6515 2008-08-25 [colin]      3.5.0cvs71
6516
6517         * src/gtk/gtkcmctree.c
6518                 Make sure work isn't null
6519
6520 2008-08-24 [colin]      3.5.0cvs70
6521
6522         * src/common/ssl.c
6523                 Fix typo on SSL_CERT_DIR
6524
6525 2008-08-23 [holger]     3.5.0cvs69
6526
6527         * src/printing.c
6528                 Fix bug 1699 'Separator line mis-placed when
6529                 printing some e-mails'. The number of header lines
6530                 was not correctly calculated when Pango inserts
6531                 linebreaks
6532
6533 2008-08-23 [colin]      3.5.0cvs68
6534
6535         * src/mainwindow.c
6536                 Fix the account selector button; thanks
6537                 to wwp
6538
6539 2008-08-21 [colin]      3.5.0cvs67
6540
6541         * src/compose.c
6542         * src/compose.h
6543                 Add a compose preference for auto-indent
6544         * src/mainwindow.c
6545         * src/summaryview.c
6546                 Make colorlabel accels a bit less hacky
6547
6548 2008-08-21 [colin]      3.5.0cvs66
6549
6550         * src/compose.c
6551         * src/prefs_common.c
6552         * src/prefs_common.h
6553         * src/prefs_wrapping.c
6554                 Add a preference for autoindent; fix no_join tag
6555                 being applied to whole lines instead of just \n when
6556                 creating a line 
6557
6558 2008-08-21 [colin]      3.5.0cvs65
6559
6560         * src/compose.c
6561                 Add support for auto-indentation
6562
6563 2008-08-19 [colin]      3.5.0cvs64
6564
6565         * src/compose.c
6566                 Save Autowrap status in drafts/queued mails
6567
6568 2008-08-19 [colin]      3.5.0cvs63
6569
6570         * src/mainwindow.c
6571                 Fix a comment (in reality, test commit on
6572                 the new CVS server)
6573
6574 2008-08-17 [colin]      3.5.0cvs62
6575
6576         * src/prefs_actions.c
6577         * src/procmime.c
6578         * src/wizard.c
6579         * src/common/socket.h
6580         * src/gtk/gtkcmctree.c
6581                 Fix warnings
6582
6583 2008-08-16 [colin]      3.5.0cvs61
6584
6585         * src/editaddress_other_attributes_ldap.h
6586                 Add 'l' field (localityName)
6587
6588 2008-08-16 [colin]      3.5.0cvs60
6589
6590         * src/mainwindow.c
6591         * src/gtk/gtkcmclist.c
6592         * src/gtk/gtkcmclist.h
6593         * src/gtk/gtkcmctree.c
6594         * src/gtk/gtksctree.c
6595         * src/gtk/gtkutils.c
6596         * src/gtk/gtkvscrollbutton.c
6597                 Fix Maemo build (OS2007)
6598
6599 2008-08-14 [colin]      3.5.0cvs59
6600
6601         * src/folder.c
6602                 Don't crash if parent is null when creating
6603                 a folder
6604         * src/gtk/pluginwindow.c
6605                 Don't crash on race when closing window while
6606                 a plugin is loading and does gtk_iterations
6607
6608 2008-08-13 [colin]      3.5.0cvs58
6609
6610         * src/messageview.c
6611         * src/messageview.h
6612         * src/mimeview.c
6613                 Fix bug 1696, 'Viewing binary attachements 
6614                 as text over 1 MB' (various buglets)
6615
6616 2008-08-10 [colin]      3.5.0cvs57
6617
6618         * src/summaryview.c
6619         * src/gtk/gtkcmclist.c
6620                 Continue fixing GTK < 2.12 build, thanks to
6621                 Michael Hugues
6622
6623 2008-08-10 [colin]      3.5.0cvs56
6624
6625         * src/gtk/gtksctree.c
6626                 Fix build on GTK < 2.12
6627
6628 2008-08-09 [colin]      3.5.0cvs55
6629
6630         * src/mainwindow.c
6631                 Fix untranslatable strings, thanks to
6632                 Stephan Sachse
6633
6634 2008-08-07 [colin]      3.5.0cvs54
6635
6636         * src/compose.c
6637         * src/editaddress.c
6638         * src/folderview.c
6639         * src/mainwindow.c
6640         * src/message_search.c
6641         * src/mimeview.c
6642         * src/noticeview.c
6643         * src/prefs_account.c
6644         * src/prefs_common.c
6645         * src/prefs_customheader.c
6646         * src/prefs_ext_prog.c
6647         * src/prefs_filtering_action.c
6648         * src/prefs_gtk.c
6649         * src/prefs_logging.c
6650         * src/prefs_matcher.c
6651         * src/prefs_msg_colors.c
6652         * src/procmime.c
6653         * src/summary_search.c
6654         * src/summaryview.c
6655         * src/toolbar.c
6656         * src/gtk/colorsel.c
6657         * src/gtk/gtkaspell.c
6658         * src/gtk/gtkutils.c
6659         * src/gtk/gtkutils.h
6660         * src/gtk/inputdialog.c
6661         * src/gtk/pluginwindow.c
6662         * src/gtk/quicksearch.c
6663         * src/plugins/bogofilter/bogofilter_gtk.c
6664         * src/plugins/dillo_viewer/dillo_prefs.c
6665         * src/plugins/spamassassin/spamassassin_gtk.c
6666                 - Fix Ctrl-Space shortcut
6667                 - Fix mime-parsing bug in procmime (cvs52)
6668                 - Fix double-free in procmime (cvs52)
6669                 - Use gtk_bin_get_child instead of GTK_BIN()->child
6670                 - Fix Goto menu in mainwindow
6671
6672 2008-08-07 [mones]      3.5.0cvs53
6673
6674         * po/es.po
6675                 Updated translation (lots of changes!)
6676         * src/compose.c
6677                 Add missing accelerator key
6678         * src/mainwindow.c
6679                 Restored 'v' key function (thanks Colin!)
6680
6681 2008-08-06 [colin]      3.5.0cvs52
6682
6683         * src/addrbook.c
6684         * src/addrcindex.c
6685         * src/addrduplicates.c
6686         * src/addrharvest.c
6687         * src/enriched.c
6688         * src/html.c
6689         * src/ldif.c
6690         * src/mimeview.c
6691         * src/mutt.c
6692         * src/pine.c
6693         * src/procmime.c
6694         * src/vcard.c
6695         * src/wizard.c
6696                 Fix my use of g_utf8_strdown (it returns
6697                 a newly allocated string and doesn't
6698                 change the parameter)
6699
6700 2008-08-06 [colin]      3.5.0cvs51
6701
6702         * src/compose.c
6703                 Fix bug 1690, 'Copy/Paste in edit window may 
6704                 break Undo'; middle-click pastes aren't 
6705                 REPLACE_INSERT but just INSERT. 
6706                 Also, fix privacy menu selection
6707
6708 2008-08-05 [colin]      3.5.0cvs50
6709
6710         * src/action.c
6711         * src/addr_compl.c
6712         * src/addrbook.c
6713         * src/addrcindex.c
6714         * src/addrduplicates.c
6715         * src/addrharvest.c
6716         * src/enriched.c
6717         * src/html.c
6718         * src/ldif.c
6719         * src/main.c
6720         * src/mimeview.c
6721         * src/mutt.c
6722         * src/pine.c
6723         * src/procmime.c
6724         * src/vcard.c
6725         * src/wizard.c
6726         * src/common/socket.c
6727         * src/gtk/gtkutils.c
6728         * src/gtk/gtkutils.h
6729         * src/gtk/menu.c
6730         * src/plugins/spamassassin/spamassassin.c
6731                 More undeprecation (Glib)
6732
6733 2008-08-05 [colin]      3.5.0cvs49
6734
6735         * src/prefs_account.c
6736         * src/prefs_filtering_action.c
6737         * src/prefs_matcher.c
6738         * src/gtk/Makefile.am
6739         * src/gtk/claws-marshal.list
6740         * src/gtk/colorlabel.c
6741         * src/gtk/colorsel.c
6742         * src/gtk/foldersort.c
6743         * src/gtk/gtkaspell.c
6744         * src/gtk/gtkcmclist.c
6745         * src/gtk/gtkcmclist.h
6746         * src/gtk/gtkcmctree.c
6747         * src/gtk/gtkcmctree.h
6748         * src/gtk/gtkcmoptionmenu.c
6749         * src/gtk/gtkcmoptionmenu.h
6750         * src/gtk/gtksctree.c
6751         * src/gtk/gtksctree.h
6752         * src/gtk/gtkutils.c
6753         * src/gtk/gtkutils.h
6754         * src/gtk/gtkvscrollbutton.c
6755         * src/gtk/menu.c
6756         * src/gtk/menu.h
6757         * src/gtk/quicksearch.c
6758         * src/plugins/dillo_viewer/dillo_viewer.c
6759         * src/plugins/pgpcore/select-keys.c
6760                 Try to finish yesterday's commit
6761
6762 2008-08-04 [colin]      3.5.0cvs48
6763
6764         * src/addressadd.c
6765         * src/addressbook.c
6766         * src/addressbook_foldersel.c
6767         * src/addressitem.h
6768         * src/addrgather.c
6769         * src/browseldap.c
6770         * src/compose.c
6771         * src/compose.h
6772         * src/editaddress.c
6773         * src/editaddress_other_attributes_ldap.c
6774         * src/editgroup.c
6775         * src/editldap_basedn.c
6776         * src/folderview.c
6777         * src/folderview.h
6778         * src/grouplistdialog.c
6779         * src/image_viewer.c
6780         * src/imap_gtk.c
6781         * src/importldif.c
6782         * src/main.c
6783         * src/mainwindow.c
6784         * src/message_search.c
6785         * src/mh_gtk.c
6786         * src/mimeview.c
6787         * src/mimeview.h
6788         * src/news_gtk.c
6789         * src/noticeview.h
6790         * src/prefs_account.c
6791         * src/prefs_filtering_action.c
6792         * src/prefs_matcher.c
6793         * src/prefs_msg_colors.c
6794         * src/prefs_summaries.c
6795         * src/statusbar.c
6796         * src/stock_pixmap.c
6797         * src/summary_search.c
6798         * src/summaryview.c
6799         * src/summaryview.h
6800         * src/textview.c
6801         * src/toolbar.h
6802         * src/gtk/Makefile.am
6803         * src/gtk/claws-marshal.list
6804         * src/gtk/colorsel.c
6805         * src/gtk/foldersort.c
6806         * src/gtk/gtkaspell.c
6807         * src/gtk/gtkcmclist.c
6808         * src/gtk/gtkcmclist.h
6809         * src/gtk/gtkcmctree.c
6810         * src/gtk/gtkcmctree.h
6811         * src/gtk/gtksctree.c
6812         * src/gtk/gtksctree.h
6813         * src/gtk/gtkutils.c
6814         * src/gtk/gtkutils.h
6815         * src/gtk/gtkvscrollbutton.c
6816         * src/gtk/menu.c
6817         * src/gtk/menu.h
6818         * src/gtk/quicksearch.c
6819         * src/plugins/dillo_viewer/dillo_viewer.c
6820         * src/plugins/pgpcore/select-keys.c
6821                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
6822                 Undeprecate their implementation (GtkArg, GtkType, ...)
6823                 Undeprecate a few other things here and there
6824                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
6825                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
6826                 still have work to do
6827
6828 2008-08-04 [colin]      3.5.0cvs47
6829
6830         * src/compose.c
6831         * src/compose.h
6832         * src/toolbar.h
6833         * src/textview.c
6834         * src/stock_pixmap.c
6835         * src/statusbar.c
6836         * src/noticeview.h
6837         * src/mimeview.h
6838         * src/mainwindow.c
6839         * src/image_viewer.c
6840         * src/gtk/gtkaspell.c
6841         * src/gtk/gtkvscrollbutton.c
6842         * src/plugins/dillo_viewer/dillo_viewer.c
6843                 Undeprecate more things
6844
6845 2008-08-02 [colin]      3.5.0cvs46
6846
6847         * src/mainwindow.c
6848                 Fix toggle menu activation state
6849                 (thanks to cvs45 ;)
6850
6851 2008-08-02 [paul]       3.5.0cvs45
6852
6853         * src/mainwindow.c
6854                 fix sensitivity of
6855                 /View/Show or hide/Message View
6856
6857 2008-08-01 [paul]       3.5.0cvs44
6858
6859         * src/common/utils.c
6860         * src/plugins/pgpcore/claws.def
6861         * src/plugins/pgpinline/claws.def
6862                 fix compilation problems on mingw32,
6863                 (bug 1688) Patch by Marcus Brinkmann
6864
6865 2008-08-01 [colin]      3.5.0cvs43
6866
6867         * src/gtk/gtkutils.c
6868         * src/gtk/gtkvscrollbutton.c
6869                 Oups, fix build
6870
6871 2008-08-01 [colin]      3.5.0cvs42
6872
6873         * src/compose.c
6874         * src/foldersel.c
6875         * src/mainwindow.c
6876         * src/prefs_account.c
6877         * src/prefs_folder_item.c
6878         * src/prefs_quote.c
6879         * src/summaryview.c
6880         * src/gtk/gtkaspell.c
6881         * src/gtk/gtkutils.c
6882         * src/gtk/gtkvscrollbutton.c
6883                 Replace a few deprecated function calls
6884
6885 2008-08-01 [paul]       3.5.0cvs41
6886
6887         * src/action.c
6888                 fix crash that occurs because of recent GtkUIManager
6889                 changes. Thanks to Colin
6890
6891 2008-07-31 [colin]      3.5.0cvs40
6892
6893         * src/addressbook.c
6894         * src/compose.c
6895         * src/mainwindow.c
6896         * src/messageview.c
6897                 Some Maemo fixes
6898         * src/gtk/menu.c
6899         * src/gtk/menu.h
6900                 Remove deprecated helper funcs
6901
6902 2008-07-30 [colin]      3.5.0cvs39
6903
6904         * src/folderview.c
6905         * src/folderview.h
6906         * src/imap_gtk.c
6907         * src/mh_gtk.c
6908         * src/news_gtk.c
6909                 Move the folderview popup menu to GtkUIManager
6910
6911 2008-07-29 [colin]      3.5.0cvs38
6912
6913         * src/account.c
6914         * src/account.h
6915         * src/action.c
6916         * src/action.h
6917         * src/addressitem.h
6918         * src/compose.c
6919         * src/edittags.c
6920         * src/mainwindow.c
6921         * src/mainwindow.h
6922         * src/mimeview.c
6923         * src/summaryview.c
6924         * src/gtk/menu.c
6925         * src/gtk/menu.h
6926                 Switch the main menu to GtkUIManager
6927                 Warning fixes
6928
6929 2008-07-29 [colin]      3.5.0cvs37
6930
6931         * src/news.c
6932                 Fix bug 1684, 'view news messages with large 
6933                 attachements segfaults'
6934
6935 2008-07-29 [colin]      3.5.0cvs36
6936
6937         * src/action.c
6938         * src/action.h
6939         * src/addressbook.c
6940         * src/addressitem.h
6941         * src/compose.c
6942         * src/compose.h
6943         * src/messageview.c
6944         * src/messageview.h
6945         * src/summaryview.c
6946         * src/gtk/menu.c
6947         * src/gtk/menu.h
6948                 More switches to GtkUIManager
6949
6950 2008-07-26 [colin]      3.5.0cvs35
6951
6952         * src/gtk/menu.c
6953         * src/gtk/menu.h
6954                 Fix prototype
6955
6956 2008-07-25 [colin]      3.5.0cvs34
6957
6958         * src/addrcustomattr.c
6959         * src/addressbook.c
6960         * src/compose.c
6961         * src/editaddress.c
6962         * src/editaddress_other_attributes_ldap.h
6963         * src/edittags.c
6964         * src/mainwindow.c
6965         * src/mimeview.c
6966         * src/prefs_actions.c
6967         * src/prefs_filtering.c
6968         * src/prefs_template.c
6969         * src/summaryview.c
6970         * src/textview.c
6971         * src/textview.h
6972         * src/toolbar.c
6973         * src/gtk/about.c
6974         * src/gtk/menu.c
6975         * src/gtk/menu.h
6976         * src/plugins/trayicon/trayicon.c
6977                 More changes from GtkItemFactory to GtkUIManager
6978
6979 2008-07-25 [colin]      3.5.0cvs33
6980
6981         * src/gtk/menu.h
6982                 Add a macro to remove menu items
6983                 Make the gui_manager variable useless
6984
6985 2008-07-24 [colin]      3.5.0cvs32
6986
6987         * src/mimeview.c
6988                 Fix a gtk warning on clear
6989         * src/mainwindow.c
6990         * src/summaryview.c
6991         * src/summaryview.h
6992                 Switch the message list popup menu to
6993                 GtkUIManager
6994
6995 2008-07-23 [colin]      3.5.0cvs31
6996
6997         * src/plugins/pgpcore/pgp_viewer.c
6998         * src/plugins/pgpcore/sgpgme.c
6999                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
7000                 Patch by Thomas Wiegner <wiegner@gmx.de>
7001
7002 2008-07-20 [paul]       3.5.0cvs30
7003
7004         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7005                 remove redundant GTK version check
7006
7007 2008-07-20 [ticho]      3.5.0cvs29
7008
7009         * src/folderview.c
7010         * src/imap_gtk.c
7011         * src/news_gtk.c
7012                 Moved sensitivity setting for "Download messages" for IMAP and
7013                 news folders from folderview.c to imap_gtk.c and news_gtk.c
7014                 respectively for better code readability.
7015                 Fixed indentation in news' set_sensitivity().
7016
7017 2008-07-20 [paul]       3.5.0cvs28
7018
7019         * src/addrgather.c
7020                 remove more redundant code following cvs27
7021
7022 2008-07-20 [paul]       3.5.0cvs27
7023
7024         * src/addrgather.c
7025                 remove now redundant code
7026         * src/mainwindow.c
7027         * src/mainwindow.h
7028                 fix bug 1673, 'Tools/Harvest adresses is
7029                 grayed out if folder is empty'
7030
7031 2008-07-19 [ticho]      3.5.0cvs26
7032
7033         * src/edittags.c
7034         * src/main.c
7035         * src/mimeview.c
7036         * src/mimeview.h
7037         * src/gtk/gtkutils.c
7038         * src/gtk/gtkutils.h
7039         * src/gtk/menu.c
7040         * src/gtk/menu.h
7041                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
7042                 instead of deprecated GtkItemFactory.
7043
7044 2008-07-19 [colin]      3.5.0cvs25
7045
7046         * src/account.c
7047         * src/addrgather.c
7048         * src/compose.c
7049         * src/editldap.c
7050         * src/expldifdlg.c
7051         * src/importldif.c
7052         * src/main.c
7053         * src/mainwindow.c
7054         * src/mimeview.c
7055         * src/noticeview.c
7056         * src/prefs_account.c
7057         * src/prefs_actions.c
7058         * src/prefs_ext_prog.c
7059         * src/prefs_filtering.c
7060         * src/prefs_folder_item.c
7061         * src/prefs_image_viewer.c
7062         * src/prefs_logging.c
7063         * src/prefs_msg_colors.c
7064         * src/prefs_other.c
7065         * src/prefs_send.c
7066         * src/prefs_spelling.c
7067         * src/prefs_summaries.c
7068         * src/prefs_template.c
7069         * src/printing.c
7070         * src/quote_fmt.c
7071         * src/summary_search.c
7072         * src/summaryview.c
7073         * src/toolbar.c
7074         * src/wizard.c
7075         * src/common/Makefile.am
7076         * src/gtk/gtksctree.c
7077         * src/gtk/gtkutils.h
7078         * src/gtk/pluginwindow.c
7079         * src/gtk/quicksearch.c
7080         * src/plugins/bogofilter/bogofilter_gtk.c
7081         * src/plugins/dillo_viewer/dillo_prefs.c
7082         * src/plugins/pgpcore/prefs_gpg.c
7083         * src/plugins/spamassassin/spamassassin_gtk.c
7084         * src/plugins/trayicon/trayicon.c
7085         * src/plugins/trayicon/trayicon_prefs.c
7086                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
7087                 or greater). Use the old deprecated one on GTK+ < 2.12.
7088                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
7089                 of time!
7090
7091 2008-07-16 [colin]      3.5.0cvs24
7092
7093         * src/mainwindow.c
7094                 Fix folderview's scrolbar when starting minimised
7095                 to tray, and popping up the mainwindow by calling
7096                 claws-mail from the command line
7097
7098 2008-07-08 [colin]      3.5.0cvs23
7099
7100         * src/compose.c
7101                 Possibly fix po-headers appearing on empty
7102                 templates
7103
7104 2008-07-08 [colin]      3.5.0cvs22
7105
7106         * src/folderview.c
7107         * src/summaryview.c
7108                 Finish the always_open tristate patch, by Jonathan
7109                 Corbet.
7110
7111 2008-07-07 [paul]       3.5.0cvs21
7112
7113         * src/mainwindow.c
7114                 fix typo (missing ")
7115
7116 2008-07-07 [paul]       3.5.0cvs20
7117
7118         * src/mainwindow.c
7119                 fit the menu style a bit better
7120
7121 2008-07-07 [colin]      3.5.0cvs19
7122
7123         * src/prefs_themes.c
7124                 Make upgrading themes easier
7125
7126 2008-07-07 [colin]      3.5.0cvs18
7127
7128         * src/mainwindow.c
7129         * src/prefs_toolbar.c
7130         * src/stock_pixmap.c
7131                 Finish fixing bug 1609, 'Icon issues'
7132
7133 2008-07-07 [colin]      3.5.0cvs17
7134
7135         * src/prefs_common.c
7136                 Fix the default value
7137
7138 2008-07-07 [colin]      3.5.0cvs16
7139
7140         * src/prefs_summaries.c
7141                 Revert my fix to the string, the correct term
7142                 is indeed Message View
7143
7144 2008-07-07 [colin]      3.5.0cvs15
7145
7146         * AUTHORS
7147         * src/gtk/authors.h
7148         * src/prefs_common.c
7149         * src/prefs_common.h
7150         * src/prefs_summaries.c
7151         * src/summaryview.c
7152         * src/gtk/authors.h
7153                 Change "Always open message when selected" to
7154                 a tristate (Never/Always/When preview is visible)
7155                 Patch by Jonathan Corbet <corbet@lwn.net>.
7156
7157 2008-07-06 [paul]       3.5.0cvs14
7158
7159         * src/addrgather.c
7160                 improve the layout of the dialogue
7161                 improve the English
7162                 add tooltips
7163                 fix some of the nasty coding style
7164         * src/mainwindow.c
7165                 improve the English
7166                 add some missing mnemonics
7167
7168 2008-07-05 [paul]       3.5.0cvs13
7169
7170         * src/mainwindow.c
7171         * src/mainwindow.h
7172                 fix bug 1398, '"Change current account" is
7173                 available even when there's only one account'
7174         * src/plugins/pgpcore/prefs_gpg.c
7175                 put back a needed include, removed in error
7176
7177 2008-07-05 [colin]      3.5.0cvs12
7178
7179         * src/mainwindow.c
7180                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
7181
7182 2008-07-05 [colin]      3.5.0cvs11
7183
7184         * src/news.c
7185         * src/news_gtk.c
7186                 Provide ability to rename newsgroups. Closes
7187                 bug 1444, 'Add GUI option for renaming 
7188                 newsgroups'. Patch by Pawel Pekala
7189
7190 2008-07-05 [colin]      3.5.0cvs10
7191
7192         * src/plugins/pgpcore/passphrase.c
7193         * src/plugins/pgpcore/prefs_gpg.c
7194         * src/plugins/pgpcore/select-keys.c
7195                 Simplify GTK includes (with the advantage
7196                 of compiling against GTK+2.13); patch by
7197                 Charles A Edwards
7198
7199 2008-07-05 [colin]      3.5.0cvs9
7200
7201         * src/wizard.c
7202                 Add SSL client certificates
7203
7204 2008-07-05 [colin]      3.5.0cvs8
7205
7206         * src/prefs_account.c
7207         * src/common/session.h
7208                 Fix warnings
7209         * src/common/ssl.c
7210                 Add one path for certs
7211
7212 2008-07-05 [colin]      3.5.0cvs7
7213
7214         * src/prefs_account.c
7215                 Fix no-ssl build
7216
7217 2008-07-04 [colin]      3.5.0cvs6
7218
7219         * src/common/ssl.c
7220         * src/common/ssl.h
7221         * src/common/ssl_certificate.c
7222                 Workaround distro bugs and fix certificate checking
7223                 with OpenSSL
7224
7225 2008-07-04 [colin]      3.5.0cvs5
7226
7227         * src/filtering.c
7228         * src/common/ssl_certificate.c
7229         * src/common/ssl_certificate.h
7230         * src/etpan/imap-thread.c
7231         * src/etpan/nntp-thread.c
7232                 Fix some leaks, thanks to Martin Zwickel
7233                 Rename gnutls functions that do the same
7234                 as OpenSSL ones, to avoid symbol clashing
7235                 when Claws is built against GnuTLS and
7236                 libetpan against OpenSSL
7237
7238 2008-07-04 [paul]       3.5.0cvs4
7239
7240         * src/prefs_account.c
7241                 remove 1 forgotten '.'
7242
7243 2008-07-04 [paul]       3.5.0cvs3
7244
7245         * src/prefs_account.c
7246                 layout/engrish fixes to the 'Client
7247                 certificates' frame
7248
7249 2008-07-03 [colin]      3.5.0cvs2
7250
7251         * src/imap.c
7252         * src/news.c
7253         * src/pop.c
7254         * src/prefs_account.c
7255         * src/prefs_account.h
7256         * src/prefs_common.c
7257         * src/send_message.c
7258         * src/common/session.c
7259         * src/common/session.h
7260         * src/common/smtp.c
7261         * src/common/smtp.h
7262         * src/common/socket.h
7263         * src/common/ssl.c
7264         * src/common/ssl.h
7265         * src/common/ssl_certificate.c
7266         * src/common/ssl_certificate.h
7267         * src/etpan/imap-thread.c
7268         * src/etpan/nntp-thread.c
7269         * src/gtk/inputdialog.c
7270                 Add support for SSL client certificates (either PEM files
7271                 with certificate and private key, either PKCS12 files)
7272
7273 2008-06-28 [colin]      3.5.0cvs1
7274
7275         * src/foldersel.c
7276                 Fix compilation with older GTKs
7277
7278 2008-06-27 [paul]       3.5.0
7279
7280         * NEWS
7281         * README
7282         * RELEASE_NOTES 
7283                 3.5.0 released
7284
7285 2008-06-27 [paul]       3.4.0cvs116
7286
7287         * src/gtk/authors.h
7288                 complete cvs115
7289
7290 2008-06-27 [paul]       3.4.0cvs115
7291
7292         * configure.ac
7293         * src/gtk/authors.h
7294                 no longer build unmaintained translations
7295
7296 2008-06-27 [paul]       3.4.0cvs114
7297
7298         * po/de.po
7299         * po/fi.po
7300         * po/pt_BR.po
7301                 updated by Stephan Sachse, Flammie Pirinen, and
7302                 Frederico Goncalves Guimaraes
7303
7304 2008-06-26 [wwp]        3.4.0cvs113
7305
7306         * manual/fr/advanced.xml
7307                 Update French version of the manual (AutoFaces documentation).
7308
7309 2008-06-26 [wwp]        3.4.0cvs112
7310
7311         * manual/fr/advanced.xml
7312         * manual/fr/plugins.xml
7313                 Updated French version of the manual (completed
7314                 hidden options list, added note about Clawsker
7315                 and new mail archiver plugin).
7316
7317 2008-06-25 [colin]      3.4.0cvs111
7318
7319         * src/gtk/gtkaspell.c
7320                 Fix non-UTF8 in the replace with dialog
7321         * src/prefs_actions.c
7322                 Fix possible crasher
7323                 Patches by Pawel
7324
7325 2008-06-24 [mones]      3.4.0cvs110
7326
7327         * src/autofaces.c
7328                 Fix non-warning message, downgraded to debug info
7329
7330 2008-06-24 [colin]      3.4.0cvs109
7331
7332         * src/summaryview.c
7333                 Fix bug 1650, Message line too small after 
7334                 changing columns in "three columns" layout
7335
7336 2008-06-24 [colin]      3.4.0cvs108
7337
7338         * src/messageview.c
7339                 Fix Spam button sensitivity in newsgroups
7340
7341 2008-06-23 [wwp]        3.4.0cvs107
7342
7343         * po/fr.po
7344                 Updated French translation.
7345
7346 2008-06-23 [mones]      3.4.0cvs106
7347
7348         * po/es.po
7349                 Updated translation for release
7350
7351 2008-06-22 [mones]      3.4.0cvs105
7352
7353         * manual/es/plugins.xml
7354                 Synced new entry for Mail Archiver plugin
7355
7356 2008-06-22 [colin]      3.4.0cvs104
7357
7358         * src/compose.c
7359                 Fix initial cursor position
7360
7361 2008-06-21 [paul]       3.4.0cvs103
7362
7363         * manual/plugins.xml
7364                 add an entry for the new Mail Archiver plugin
7365
7366 2008-06-21 [paul]       3.4.0cvs102
7367
7368         * src/gtk/about.c
7369                 we're in 'string freeze', put back the
7370                 < > symbols for now
7371
7372 2008-06-21 [paul]       3.4.0cvs101
7373
7374         * manual/advanced.xml
7375         * manual/es/advanced.xml
7376                 fix build warning: <emphasis> cannot be contained
7377                 within <filename>
7378         * src/gtk/about.c
7379                 fix non-clickable link on License page and drop
7380                 the containing < > symbols to match other links
7381
7382 2008-06-20 [mones]      3.4.0cvs100
7383
7384         * manual/advanced.xml
7385                 Added autofaces documentation, note about clawsker in hidden
7386                 preferences, minor markup fix. Thanks Paul for proofreading
7387         * manual/es/advanced.xml
7388                 Synchronised Spanish manual
7389
7390 2008-06-16 [colin]      3.4.0cvs99
7391
7392         * src/compose.c
7393                 Fix cursor placing on signature change
7394
7395 2008-06-16 [paul]       3.4.0cvs98
7396
7397         * src/imap_gtk.c
7398         * src/mh_gtk.c
7399         * src/gtk/inputdialog.c
7400                 really fussy coding style fixes
7401
7402 2008-06-16 [paul]       3.4.0cvs97
7403
7404         * src/Makefile.am
7405                 keep the alphabetical order
7406
7407 2008-06-13 [mones]      3.4.0cvs96
7408
7409         * src/autofaces.c
7410                 Fix crasher ;-)
7411         * src/prefs_filtering_action.c
7412                 Fixed cosmetic bug, processing also displays "Filtering"
7413
7414 2008-06-13 [mones]      3.4.0cvs95
7415
7416         * src/Makefile.am
7417         * src/autofaces.c       ** NEW FILE **  
7418         * src/autofaces.h       ** NEW FILE **
7419         * src/compose.c
7420                 Allow setting Faces and X-Faces globally and per-account
7421                 from configuration files under ~/.claws-mail/autofaces
7422
7423 2008-06-13 [holger]     3.4.0cvs94
7424
7425         * .cvsignore
7426                 More files to ignore
7427         * src/gtk/inputdialog.c
7428         * src/gtk/inputdialog.h
7429                 Make input dialog more generic so that a checkbox
7430                 with custom text can be used in addition to the
7431                 "remember this" checkbox
7432         * src/imap_gtk.c
7433         * src/mh_gtk.c
7434         * src/prefs_common.c
7435         * src/prefs_common.h
7436                 Allow new folders to inherit the properties of the
7437                 parent folder during folder creation
7438
7439 2008-06-13 [wwp]        3.4.0cvs93
7440
7441         * src/addressbook.c
7442                 a better fix for this string, won't break up translations,
7443                 and is conform to other similar ones.
7444
7445 2008-06-13 [wwp]        3.4.0cvs92
7446
7447         * src/addrduplicates.c
7448         * src/addressadd.c
7449         * src/addressbook.c
7450         * src/addressbook_foldersel.c
7451         * src/editgroup.c
7452                 use tree decorations everywhere AB folders are used (AB tree pane,
7453                     add address to AB, select AB folder, edit group, custom attr, find dup
7454                     results), in order to match global style
7455                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
7456                     double clicking on groups in tree pane does open the group edit dialog
7457                     double clicking on other items in tree pane does expand/collapse
7458                 fix a missing space in AB's delete-folder dialog
7459                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
7460
7461         * src/foldersel.c
7462                 make foldersel dialog show dotted lines according to global (hidden) prefs
7463
7464 2008-06-12 [colin]      3.4.0cvs91
7465
7466         * src/compose.c
7467         * src/compose.h
7468                 Fix bug 1635, 'Last character of message is truncated 
7469                 when changing accounts w/ sigs'
7470         * src/folderview.c
7471                 Fix bug 1636, 'Can't select "properties" on "folders 
7472                 only" folders'
7473
7474 2008-06-11 [colin]      3.4.0cvs90
7475
7476         * src/folder.c
7477                 Maybe fix bug 1623, 'exits with segfault when 
7478                 logging in to certain imap-servers'
7479
7480 2008-06-10 [mones]      3.4.0cvs89
7481
7482         * AUTHORS
7483         * tools/Makefile.am
7484         * tools/README
7485         * tools/convert_mbox.sh
7486                 Undo cvs86 and cvs87, it really should be a patch to 
7487                 convert_mbox.pl
7488
7489 2008-06-10 [wwp]        3.4.0cvs88
7490
7491         * po/fr.po
7492                 Updated French translation.
7493
7494 2008-06-10 [mones]      3.4.0cvs87
7495
7496         * tools/Makefile.am
7497                 Oops, forgot to add previous script for distribution
7498
7499 2008-06-10 [mones]      3.4.0cvs86
7500
7501         * AUTHORS
7502         * tools/README
7503         * tools/convert_mbox.sh
7504                 Added script to convert Evolution mail folders contributed
7505                 by Daniel Dickinson <cshore@fionavar.ca>
7506                 Fixes debian bug 461435
7507
7508 2008-06-09 [colin]      3.4.0cvs85
7509
7510         * src/main.c
7511                 Integrate AWN information bubble if dbus is
7512                 available
7513         * src/folder.c
7514                 Fix crash when calling scan_required() on 
7515                 folder classes that don't implement them
7516         * src/common/session.c
7517                 Fix a little typo
7518
7519 2008-06-09 [colin]      3.4.0cvs84
7520
7521         * src/main.c
7522                 Fix bug 1447, 'If user tries to close while starting 
7523                 up, it will not close ever.'
7524
7525 2008-06-09 [colin]      3.4.0cvs83
7526
7527         * src/filtering.c
7528                 Fix bug 1628, 'Claws Mail crashes when 
7529                 filtering selected messages'
7530
7531 2008-06-04 [colin]      3.4.0cvs82
7532
7533         * src/messageview.c
7534                 Complete handling of html parts in multipart/alternative
7535                 mails
7536
7537 2008-06-03 [paul]       3.4.0cvs81
7538
7539         * src/prefs_message.c
7540                 make always the english good
7541
7542 2008-06-03 [colin]      3.4.0cvs80
7543
7544         * src/mainwindow.c
7545         * src/mainwindow.h
7546                 Fix bug 1624, '[PATCH] Quick search should be 
7547                 disabled for folder view'; based on a patch by
7548                 Michael Terry
7549
7550 2008-06-03 [iwkse]      3.4.0cvs79
7551
7552         * src/addressbook.c
7553                 Fix little gui bug on button sensitivity
7554         * src/messageview.c
7555         * src/prefs_common.c
7556         * src/prefs_common.h
7557         * src/prefs_message.c
7558                 Allow by default to show html in multipart/alternative
7559
7560 2008-06-02 [colin]      3.4.0cvs78
7561
7562         * src/prefs_actions.c
7563                 GUI rework, patch by Pawel 
7564
7565 2008-06-02 [colin]      3.4.0cvs77
7566
7567         * src/quote_fmt.c
7568                 Fix sensitivity/alignment, patch from
7569                 Pawel
7570
7571 2008-05-31 [colin]      3.4.0cvs76
7572
7573         * src/imap.c
7574                 Fix login issue introduced in cvs75.
7575
7576 2008-05-31 [colin]      3.4.0cvs75
7577
7578         * src/imap.c
7579                 Fix more possible double-frees. Also, fix the root cause
7580                 of these double-frees by just noting the Session is to
7581                 be destroyed instead of destroying it in flight
7582
7583 2008-05-29 [paul]       3.4.0cvs74
7584
7585         * manual/keyboard.xml
7586                 'Makes' these entries like the others
7587
7588 2008-05-29 [colin]      3.4.0cvs73
7589
7590         * src/procmsg.h
7591                 Include utils.h in case we
7592                 need to pull goffset definition
7593
7594 2008-05-29 [colin]      3.4.0cvs72
7595
7596         * src/common/utils.h
7597                 Workaround a stupid Glib issue, where
7598                 goffset happens to be undefined. 
7599
7600 2008-05-28 [colin]      3.4.0cvs71
7601
7602         * src/compose.c
7603         * src/compose.h
7604         * src/grouplistdialog.c
7605         * src/image_viewer.c
7606         * src/imap.c
7607         * src/inc.c
7608         * src/main.c
7609         * src/matcher.c
7610         * src/messageview.c
7611         * src/mimeview.c
7612         * src/prefs_themes.c
7613         * src/procmsg.h
7614         * src/summaryview.c
7615         * src/summaryview.h
7616         * src/textview.c
7617         * src/common/smtp.c
7618         * src/common/utils.c
7619         * src/common/utils.h
7620                 Use goffset instead of off_t for MsgInfo's size
7621                 Allows using MsgInfo structure from plugins
7622                 compiled with largefile support
7623
7624 2008-05-26 [colin]      3.4.0cvs70
7625
7626         * src/mainwindow.c
7627         * src/mainwindow.h
7628                 Define THEME_CHANGED_HOOKLIST and invoke
7629                 it on theme change
7630         * src/plugins/trayicon/trayicon.c
7631                 Listen to THEME_CHANGED_HOOKLIST and
7632                 update accordingly
7633
7634 2008-05-26 [paul]       3.4.0cvs69
7635
7636         * src/mimeview.c
7637                 plug a leak in mimeview_save_all()
7638
7639 2008-05-24 [colin]      3.4.0cvs68
7640
7641         * src/common/utils.h
7642                 Fix wrong define on old glibs
7643
7644 2008-05-24 [paul]       3.4.0cvs67
7645
7646         * src/Makefile.am
7647         * src/stock_pixmap.c
7648         * src/stock_pixmap.h
7649         * src/toolbar.c
7650         * src/pixmaps/cancel.xpm
7651         * src/pixmaps/close.xpm
7652                 add a specific icon for A_CANCEL_INC (addresses
7653                 point 1 of bug 1609 'Icon issues')
7654                 replace close.xpm with an icon of the standard
7655                 24x24 size
7656
7657 2008-05-24 [paul]       3.4.0cvs66
7658
7659         * src/pixmaps/insert_file.xpm
7660                 replaced
7661
7662 2008-05-23 [paul]       3.4.0cvs65
7663
7664         * src/common/md5.c
7665         * src/common/md5.h
7666                 add the possibility to check md5 on binary files,
7667                 thanks to Colin
7668
7669 2008-05-23 [colin]      3.4.0cvs64
7670
7671         * src/mainwindow.c
7672         * src/summaryview.c
7673                 Fix bug 1610, 'claws crash after opening/closing 
7674                 preferences and window update'
7675
7676 2008-05-22 [colin]      3.4.0cvs63
7677
7678         * src/prefs_filtering_action.c
7679         * src/gtk/combobox.c
7680         * src/gtk/combobox.h
7681                 Fix reselecting of Tags actions in
7682                 filtering actions dialog
7683
7684 2008-05-22 [colin]      3.4.0cvs62
7685
7686         * src/Makefile.am
7687         * src/prefs_toolbar.c
7688         * src/stock_pixmap.c
7689         * src/stock_pixmap.h
7690         * src/toolbar.c
7691         * src/pixmaps/delete_btn.xpm
7692         * src/pixmaps/insert_file.xpm
7693         * src/pixmaps/mail_reply_to_list.xpm
7694                 Fix more of bug 1609:
7695                 - Add a Delete button icon
7696                 - Add a Reply to list button icon
7697                 - Fix Insert file button icon
7698                 Artwork by Ciprian Popovici.
7699
7700 2008-05-21 [colin]      3.4.0cvs61
7701
7702         * src/common/utils.c
7703                 Fix a little leak
7704
7705 2008-05-21 [wwp]        3.4.0cvs60
7706
7707         * src/prefs_filtering.c
7708                 Don't show SMTP-only accounts in accounts list, as they are
7709                 irrelevant for filtering incoming messages.
7710
7711 2008-05-21 [colin]      3.4.0cvs59
7712
7713         * src/mainwindow.c
7714                 Don't put SMTP-only accounts in receive menus
7715
7716 2008-05-21 [colin]      3.4.0cvs58
7717
7718         * src/imap.c
7719                 Fix cvs56 (brain fart)
7720
7721 2008-05-21 [colin]      3.4.0cvs57
7722
7723         * src/common/utils.c
7724                 Fix bug 1615, 'hang on FIFO when the other end's not 
7725                 opened'
7726
7727 2008-05-21 [colin]      3.4.0cvs56
7728
7729         * src/imap.c
7730                 Fix a warning
7731
7732 2008-05-19 [colin]      3.4.0cvs55
7733
7734         * src/plugins/pgpcore/sgpgme.c
7735                 Maybe fix debian bug 481856, 'Segmentation fault 
7736                 when verifying a GPG signature'. Although it 
7737                 looks like a race condition...
7738
7739 2008-05-19 [colin]      3.4.0cvs54
7740
7741         * src/prefs_filtering_action.c
7742         * src/prefs_matcher.c
7743         * src/common/tags.c
7744         * src/common/tags.h
7745         * src/gtk/combobox.c
7746         * src/gtk/combobox.h
7747                 Patch by Pawel: disabled Tags menus in filtering dialogs
7748
7749 2008-05-19 [colin]      3.4.0cvs53
7750
7751         * src/prefs_account.c
7752                 GUI patch by Pawel: align ports entries
7753
7754 2008-05-19 [colin]      3.4.0cvs52
7755
7756         * src/mainwindow.c
7757                 Fix bug 1616, 'strange question while emptying trash'
7758
7759 2008-05-18 [colin]      3.4.0cvs51
7760
7761         * src/common/plugin.c
7762         * src/etpan/imap-thread.c
7763         * src/etpan/nntp-thread.c
7764         * src/gtk/gtksctree.c
7765                 Fix bug 1613, 'Various memory leaks'; 
7766                 based on a patch by Didier Barvaux.
7767
7768 2008-05-18 [colin]      3.4.0cvs50
7769
7770         * src/mimeview.c
7771         * src/privacy.h
7772         * src/toolbar.c
7773         * src/toolbar.h
7774         * src/plugins/pgpcore/sgpgme.c
7775                 Fix more parts of bug 1609:
7776                 - Make use of specific Expired privacy icon
7777                 - Use CLOSE instead of NOTICE_ERROR for cancel
7778                   receiving
7779                 - Allow a Preferences button in the main toolbar
7780
7781 2008-05-18 [colin]      3.4.0cvs49
7782
7783         * src/stock_pixmap.c
7784                 Fix bug with non-updating icons after theme change:
7785                 If fetching pixbuf for a given icon after a theme
7786                 change, the next pixmap fetch would return the old
7787                 cached one, as the theme change was forgotten at 
7788                 this time. (and vice-versa). This was mostly 
7789                 visible on open folder icons
7790
7791 2008-05-17 [colin]      3.4.0cvs48
7792
7793         * src/prefs_summaries.c
7794         * src/summaryview.c
7795                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
7796                 options'. Patch by Pawel
7797
7798 2008-05-16 [colin]      3.4.0cvs47
7799
7800         * src/imap.c
7801                 Fix another possible crash (on fatal errors
7802                 at login, like stream error).
7803
7804 2008-05-16 [paul]       3.4.0cvs46
7805
7806         * tools/thunderbird-filters-convertor.pl
7807                 fix a typo
7808                 fix reading a tb rule that contains something
7809                 like that: \"Sender\"
7810
7811 2008-05-16 [paul]       3.4.0cvs45
7812
7813         * tools/README
7814         * tools/csv2addressbook.pl
7815                 add support for gmail exported csv address book
7816
7817 2008-05-16 [colin]      3.4.0cvs44
7818
7819         * configure.ac
7820         * src/ldapupdate.c
7821                 Fix ldap deprecated calls. Patch by
7822                 Michael Rasmussen
7823
7824 2008-05-16 [paul]       3.4.0cvs43
7825
7826         * manual/de/account.xml
7827         * manual/it/account.xml
7828         * manual/it/ack.xml
7829         * manual/it/addrbook.xml
7830         * manual/it/claws-mail-manual.xml
7831         * manual/it/gpl.xml
7832         * manual/it/intro.xml
7833         * manual/it/starting.xml
7834                 add pages towards German and Italian manuals.
7835                 (just for storage, they are not built yet, due
7836                 to being incomplete.) submitted by Speckmade
7837                 <Speckmade@gmx.net> and Salvatore De Paolis
7838                 <iwkse@claws-mail.org>
7839
7840 2008-05-16 [colin]      3.4.0cvs42
7841
7842         * src/gtk/sslcertwindow.c
7843                 Fix SHA1 fingerprint with GnuTLS
7844
7845 2008-05-15 [colin]      3.4.0cvs41
7846
7847         * src/gtk/sslcertwindow.c
7848                 Print SHA1 fingerprint too
7849
7850 2008-05-15 [colin]      3.4.0cvs40
7851
7852         * src/imap.c
7853                 Fix certificate port on TLS. It was 
7854                 previously always 0.
7855                 **IMPORTANT INFORMATION**: this will trigger 
7856                 one wrong "New certificate" warning at the 
7857                 first connection with this fix, if using STARTTLS
7858                 on IMAP.
7859         * src/gtk/sslcertwindow.c
7860                 Make labels selectable
7861
7862 2008-05-15 [colin]      3.4.0cvs39
7863
7864         * src/imap.c
7865                 Fix double free when STARTTLS fails (for
7866                 example due to refusing the certificate)
7867
7868 2008-05-15 [paul]       3.4.0cvs38
7869
7870         * manual/advanced.xml
7871                 fix typo
7872
7873 2008-05-15 [paul]       3.4.0cvs37
7874
7875         * manual/advanced.xml
7876         * src/prefs_send.c
7877                 make outgoing_fallback_to_ascii a hidden pref
7878
7879 2008-05-14 [colin]      3.4.0cvs36
7880
7881         * src/main.c
7882         * src/mainwindow.c
7883         * src/mainwindow.h
7884                 Make it possible to cancel quit when Claws
7885                 ask whether to empty trash.
7886
7887 2008-05-14 [colin]      3.4.0cvs35
7888
7889         * src/compose.c
7890         * src/prefs_common.c
7891         * src/prefs_common.h
7892         * src/prefs_send.c
7893                 Add a preference to be able to specify an
7894                 outgoing charset/encoding but still fallback
7895                 to 7bit US-ASCII when possible (default TRUE,
7896                 same behavior as pre-cvs34)
7897
7898 2008-05-14 [colin]      3.4.0cvs34
7899
7900         * src/compose.c
7901                 Always use the specified encoding and charset if it is
7902                 specified, even if the mail is ASCII.
7903
7904 2008-05-13 [paul]       3.4.0cvs33
7905
7906         * src/ldapupdate.c
7907                 fix the build warnings the easy way for now
7908
7909 2008-05-13 [colin]      3.4.0cvs32
7910
7911         * src/prefs_themes.c
7912                 Count .png files as icons too (fixes part
7913                 of bug 1609, 'Icon issues')
7914
7915 2008-05-13 [wwp]        3.4.0cvs31
7916
7917         * src/addressbook_foldersel.c
7918                 Fix wrong check (completes 3.4.0.cvs30).
7919
7920 2008-05-12 [wwp]        3.4.0cvs30
7921
7922         * src/addressbook.c
7923         * src/addressbook_foldersel.c
7924         * src/filtering.c
7925         * src/matcher.c
7926         * src/prefs_matcher.c
7927         * src/plugins/bogofilter/bogofilter.c
7928         * src/plugins/bogofilter/bogofilter_gtk.c
7929         * src/plugins/dillo_viewer/dillo_prefs.c
7930         * src/plugins/spamassassin/spamassassin.c
7931         * src/plugins/spamassassin/spamassassin_gtk.c
7932                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
7933                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
7934                 translated string "Any" in plugins (whitelisting) and
7935                 UTF8 comparisons.
7936
7937 2008-05-07 [colin]      3.4.0cvs29
7938
7939         * configure.ac
7940                 Fix --enable-maemo (assume --enable-generic-umpc)
7941
7942 2008-05-07 [colin]      3.4.0cvs28
7943
7944         * configure.ac
7945         * src/account.c
7946         * src/addr_compl.c
7947         * src/compose.c
7948         * src/editaddress.c
7949         * src/folderview.c
7950         * src/mainwindow.c
7951         * src/messageview.c
7952         * src/mimeview.c
7953         * src/prefs_account.c
7954         * src/prefs_common.c
7955         * src/prefs_display_header.c
7956         * src/prefs_filtering.c
7957         * src/prefs_summaries.c
7958         * src/prefs_template.c
7959         * src/prefs_toolbar.c
7960         * src/stock_pixmap.c
7961         * src/summaryview.c
7962         * src/summaryview.h
7963         * src/textview.c
7964         * src/toolbar.c
7965         * src/gtk/about.c
7966         * src/gtk/gtksctree.c
7967         * src/gtk/menu.c
7968         * src/gtk/prefswindow.c
7969         * src/gtk/sslcertwindow.c
7970                 Separate generic UMPC code (layouts, ...) from 
7971                 MAEMO code (Hildon, ...)
7972
7973 2008-05-06 [paul]       3.4.0cvs27
7974
7975         * tools/claws.i18n.status.pl
7976                 add he.po
7977
7978 2008-05-06 [colin]      3.4.0cvs26
7979
7980         * src/common/utils.c
7981                 Maybe fix crash on FreeBSD
7982
7983 2008-05-05 [colin]      3.4.0cvs25
7984
7985         * src/messageview.c
7986                 Fix bug 1602, 'Crash when sending return receipt for
7987                 messages with no subject'
7988
7989 2008-05-05 [colin]      3.4.0cvs24
7990
7991         * src/mimeview.c
7992                 Don't overwrite temporary files with same
7993                 name when drag and dropping. Fixes bug 1599,
7994                 'attach multiple files with the same name from 
7995                 one mail to another'
7996
7997 2008-05-04 [paul]       3.4.0cvs23
7998
7999         * src/compose.c
8000         * src/prefs_common.c
8001                 fix bug 1587 'can not replay with quote'
8002
8003 2008-05-03 [colin]      3.4.0cvs22
8004
8005         * po/de.po
8006                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
8007
8008 2008-05-03 [colin]      3.4.0cvs21
8009
8010         * src/toolbar.c
8011                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
8012                 icon isn't grayed although ineffective'
8013
8014 2008-05-02 [wwp]        3.4.0cvs20
8015
8016         * po/fr.po
8017                 Fix translation.
8018
8019         * src/prefs_folder_item.c
8020                 Add missing notice in folder properties (templates) when
8021                 folder is a root node.
8022
8023 2008-04-30 [colin]      3.4.0cvs19
8024
8025         * src/prefs_toolbar.c
8026                 Add Trash and Delete icons to the icon chooser
8027
8028 2008-04-30 [colin]      3.4.0cvs18
8029
8030         * src/compose.c
8031                 Remove "Delete entire line" which was a noop
8032                 and should be the same as "Delete line" :)
8033
8034 2008-04-30 [colin]      3.4.0cvs17
8035
8036         * src/compose.c
8037                 Fix 'Delete line' and 'Delete to end of line'
8038                 on the last line. Patch by <seelenhirt@gmx.net>
8039
8040 2008-04-28 [colin]      3.4.0cvs16
8041
8042         * src/folder.c
8043                 Fix bug 1589, 'tagsdb file not removed when
8044                 folder deleted'.
8045         * src/common/utils.c
8046                 Make sure claws_unlink accepts NULL arg.
8047
8048 2008-04-25 [colin]      3.4.0cvs15
8049
8050         * src/common/ssl.c
8051                 Fix/simplify previous commit
8052
8053 2008-04-25 [colin]      3.4.0cvs14
8054
8055         * src/addrindex.h
8056         * src/common/ssl_certificate.c
8057                 Patch by Marcus: Fix Win32 build
8058         * src/common/ssl.c
8059                 Fix build with GnuTLS/no pthread, thanks
8060                 to Marcus
8061
8062 2008-04-25 [colin]      3.4.0cvs13
8063
8064         * src/summaryview.c
8065                 Fix bug 1586, '3-pane vertical layout now and then 
8066                 still shows sender column'
8067
8068 2008-04-25 [colin]      3.4.0cvs12
8069
8070         * src/Makefile.am
8071         * src/w32-logo.ico
8072         * src/w32-resource.rc
8073                 Patch from Marcus Brinkmann to set an icon on w32.
8074
8075 2008-04-24 [colin]      3.4.0cvs11
8076
8077         * src/inc.c
8078         * src/inc.h
8079                 Trace inc locks
8080         * src/ldif.c
8081         * src/ldif.h
8082                 Fix bug 1581, 'Bad File Format during Import LDIF':
8083                 Use dynamically allocated buffers; also, allow 
8084                 importing contacts with no email address
8085
8086 2008-04-24 [colin]      3.4.0cvs10
8087
8088         * src/prefs_common.c
8089                 Increment the timeout a bit on OpenBSD, 75 isn't enough
8090
8091 2008-04-23 [colin]      3.4.0cvs9
8092
8093         * src/compose.c
8094         * src/prefs_folder_item.c
8095         * src/prefs_template.c
8096         * src/quote_fmt.c
8097                 Fix bug 1576: Fix unescaping of templates when testing them
8098                 I think it breaks nothing. (wwp, you're welcome to double-check)
8099
8100 2008-04-23 [paul]       3.4.0cvs8
8101
8102         * manual/advanced.xml
8103                 add info about the "two_line_vertical" hidden
8104                 pref
8105
8106 2008-04-22 [paul]       3.4.0cvs7
8107
8108         * src/prefs_common.c
8109         * src/prefs_common.h
8110         * src/summaryview.c
8111                 make the 2-line view in summaryview when in three
8112                 columns mode configurable. hidden pref: "two_line_vertical"
8113
8114 2008-04-22 [colin]      3.4.0cvs6
8115
8116         * src/inc.c
8117                 Fix missing inc_unlock()
8118         * src/prefs_matcher.c
8119         * src/send_message.c
8120                 Fix my last commit
8121
8122 2008-04-22 [colin]      3.4.0cvs5
8123
8124         * src/etpan/imap-thread.c
8125                 Use g_(un)setenv instead of (un)setenv which
8126                 doesn't exist on IRIX 6.5
8127
8128 2008-04-22 [colin]      3.4.0cvs4
8129
8130         * src/inc.c
8131         * src/prefs_common.c
8132         * src/send_message.c
8133                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
8134                 Set the default timeout to 75 seconds
8135
8136 2008-04-20 [colin]      3.4.0cvs3
8137
8138         * src/pixmaps/tray_newmail.offline.xpm
8139         * src/pixmaps/tray_newmail.xpm
8140         * src/pixmaps/tray_newmarkedmail.offline.xpm
8141         * src/pixmaps/tray_newmarkedmail.xpm
8142         * src/pixmaps/tray_nomail.offline.xpm
8143         * src/pixmaps/tray_nomail.xpm
8144         * src/pixmaps/tray_unreadmail.offline.xpm
8145         * src/pixmaps/tray_unreadmail.xpm
8146         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
8147         * src/pixmaps/tray_unreadmarkedmail.xpm
8148                 Make the tray icons a bit nicer. Would be
8149                 nice to get really nice icons from someone
8150                 who's good at Gimp :)
8151
8152 2008-04-18 [colin]      3.4.0cvs2
8153
8154         * src/common/log.c
8155                 Forgot one g_unlink
8156
8157 lease complete the changelog entry below
8158 2008-04-18 [colin]      3.4.0cvs1
8159
8160         * src/addrduplicates.c
8161         * src/addressbook.c
8162         * src/compose.c
8163         * src/crash.c
8164         * src/editaddress.c
8165         * src/folder.c
8166         * src/image_viewer.c
8167         * src/imap.c
8168         * src/inc.c
8169         * src/main.c
8170         * src/mbox.c
8171         * src/messageview.c
8172         * src/mh.c
8173         * src/msgcache.c
8174         * src/news.c
8175         * src/partial_download.c
8176         * src/pop.c
8177         * src/prefs_common.c
8178         * src/prefs_common.h
8179         * src/prefs_other.c
8180         * src/prefs_themes.c
8181         * src/procheader.c
8182         * src/procmime.c
8183         * src/procmsg.c
8184         * src/textview.c
8185         * src/wizard.c
8186         * src/common/prefs.c
8187         * src/common/ssl_certificate.c
8188         * src/common/template.c
8189         * src/common/utils.c
8190         * src/common/utils.h
8191         * src/etpan/imap-thread.c
8192         * src/plugins/dillo_viewer/dillo_viewer.c
8193         * src/plugins/pgpcore/sgpgme.c
8194         * src/plugins/pgpinline/pgpinline.c
8195                 Add an option to shred temporary files and messages
8196                 instead of just removing them. Slows deletions down!
8197
8198 2008-04-18 [paul]       3.4.0
8199
8200         * NEWS
8201         * README
8202         * RELEASE_NOTES 
8203                 3.4.0 released
8204
8205
8206 2008-04-18 [paul]       3.3.1cvs61
8207
8208         * po/de.po
8209         * po/fi.po
8210         * po/it.po
8211         * po/pt_BR.po
8212                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
8213                 and Frederico Goncalves Guimaraes
8214         * po/es.po
8215                 updated on the last minute by a lazy Ricardo Mones
8216
8217 2008-04-18 [colin]      3.3.1cvs60
8218
8219         * po/fr.po
8220                 Update translation (Fabien Vantard)
8221
8222 2008-04-17 [colin]      3.3.1cvs59
8223
8224         * src/imap.c
8225                 Fix debian bug 474712, 'claws seg faults when IMAP 
8226                 connection breaks after an IMAP protocol error 
8227                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
8228         * src/summaryview.c
8229                 Fix a little leak
8230
8231 2008-04-17 [colin]      3.3.1cvs58
8232
8233         * src/common/log.c
8234                 Fix log size getting out of control (claws-mail
8235                 getting SIGXFSZ): rotate if every 10MB
8236
8237 2008-04-10 [paul]       3.3.1cvs57
8238
8239         * src/prefs_other.c
8240                 improvements to english usage
8241
8242 2008-04-10 [paul]       3.3.1cvs56
8243
8244         * src/prefs_receive.c
8245                 add an accurate description
8246
8247 2008-04-08 [colin]      3.3.1cvs55
8248
8249         * src/undo.c
8250                 Probably fix corruption, introduced in cvs53
8251
8252 2008-04-04 [iwkse]      3.3.1cvs54
8253
8254         * src/undo.c
8255                 undo should works properly again
8256
8257 2008-04-04 [iwkse]      3.3.1cvs53
8258
8259         * src/undo.c
8260                 Fix a segfault but breaks undo
8261                 on a specific case (eg. double paste with
8262                 middle-mouse button)
8263
8264 2008-04-04 [iwkse]      3.3.1cvs52
8265
8266         * src/prefs_filtering.c
8267                 Fix previous Tab mess
8268
8269 2008-04-03 [iwkse]      3.3.1cvs51
8270
8271         * src/prefs_filtering.c
8272                 Add search in filtering rules list
8273
8274 2008-04-02 [colin]      3.3.1cvs50
8275
8276         * src/main.c
8277                 Revert part of the previous patch: we do
8278                 want to parse ~/.claws-mail/gtkrc-2.0 if it
8279                 exists
8280
8281 2008-04-02 [colin]      3.3.1cvs49
8282
8283         * src/main.c
8284                 Fix bug 1562, 'Claws-Mail does not completely 
8285                 respect settings in GTK2_RC_FILES environment'
8286                 Remove manual parsing of .gtkrc-2.0 and 
8287                 .gtk/gtkrc-2.0. GTK does it itself these days.
8288
8289 2008-04-01 [colin]      3.3.1cvs48
8290
8291         * src/imap_gtk.c
8292                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
8293                 ticking "Show only subscribed"'
8294
8295 2008-03-31 [colin]      3.3.1cvs47
8296
8297         * src/folder.c
8298                 Fix bug 1553, 'File lock not respected'
8299                 Regression due to the implementation of
8300                 deletion batching
8301
8302 2008-03-31 [colin]      3.3.1cvs46
8303
8304         * src/mainwindow.c
8305                 Fix tags menu update, thanks to Paul
8306
8307 2008-03-29 [wwp]        3.3.1cvs45
8308
8309         * src/prefs_account.c
8310         * src/prefs_common.c
8311         * src/prefs_folder_item.c
8312         * src/prefs_quote.c
8313         * src/quote_fmt.c
8314         * src/quote_fmt.h
8315                 Fix compose template formats (in global preferences)
8316                 being translated under specific conditions.
8317                 Add a button to restore factory defaults for current
8318                 language.
8319
8320 2008-03-27 [colin]      3.3.1cvs44
8321
8322         * src/common/prefs.c
8323         * src/common/xmlprops.c
8324                 Fix RedHat bug 431735, 'segfault if /home is full' 
8325                 (when starting): Fix double fclose() in prefs.c
8326                 and potentially xmlprops.c
8327
8328 2008-03-27 [colin]      3.3.1cvs43
8329
8330         * src/addressbook.c
8331                 Fix bug 1559, 'Claws Mail crashed deleting all 
8332                 common contacts'
8333
8334 2008-03-27 [wwp]        3.3.1cvs42
8335
8336         * src/addressbook.c
8337                 Fix 3.3.0cvs41.
8338
8339 2008-03-27 [wwp]        3.3.1cvs41
8340
8341         * src/addressbook.c
8342                 Prevent list flickering when deleting addresses.
8343
8344 2008-03-26 [colin]      3.3.1cvs40
8345
8346         * src/imap.c
8347                 Clean up session disconnection. Possibly
8348                 fix Ubuntu bug #204290
8349
8350 2008-03-26 [colin]      3.3.1cvs39
8351
8352         * src/textview.c
8353                 Fix bug 1555: current folder wasn't used when
8354                 right-clicking on an email address
8355
8356 2008-03-25 [colin]      3.3.1cvs38
8357
8358         * src/plugins/bogofilter/bogofilter.c
8359         * src/plugins/bogofilter/bogofilter.h
8360         * src/plugins/bogofilter/bogofilter_gtk.c
8361                 Add a "learn from whitelist" preference
8362                 Whitelist Unsure mails too.
8363
8364 2008-03-24 [paul]       3.3.1cvs37
8365
8366         * src/prefs_account.c
8367                 If no MH mailbox and no account exists, when
8368                 creating a POP/Local account, just create and
8369                 use the default one instead of bailing with a
8370                 "Mailbox doesn't exist" error
8371
8372 2008-03-21 [colin]      3.3.1cvs36
8373
8374         * src/procmime.c
8375                 strstrip mime subtype
8376
8377 2008-03-21 [paul]       3.3.1cvs35
8378
8379         * manual/advanced.xml
8380                 correct and update the info about Actions
8381
8382 2008-03-20 [colin]      3.3.1cvs34
8383
8384         * src/messageview.c
8385         * src/messageview.h
8386         * src/textview.c
8387                 Show at max 1MB of text, add a noticeview to
8388                 show everything optionally.
8389
8390 2008-03-20 [colin]      3.3.1cvs33
8391
8392         * src/stock_pixmap.c
8393                 Add support for png themes
8394
8395 2008-03-19 [wwp]        3.3.1cvs32
8396
8397         * src/procheader.c
8398                 Sanity check.
8399
8400 2008-03-18 [colin]      3.3.1cvs31
8401
8402         * src/common/utils.c
8403         * src/common/utils.h
8404                 Handle size_t instead of off_t in to_human_readable
8405
8406 2008-03-18 [colin]      3.3.1cvs30
8407
8408         * src/imap.c
8409                 Remove raw printf
8410
8411 2008-03-16 [colin]      3.3.1cvs29
8412
8413         * src/summaryview.c
8414                 Fix build on GTK < 2.12
8415
8416 2008-03-16 [colin]      3.3.1cvs28
8417
8418         * src/mainwindow.c
8419                 Refresh non-list widget when switching
8420                 messageview
8421
8422 2008-03-16 [colin]      3.3.1cvs27
8423
8424         * manual/faq.xml
8425                 Revert cvs25: This wasn't a typo :) :
8426                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
8427
8428
8429 2008-03-16 [colin]      3.3.1cvs26
8430
8431         * src/summaryview.c
8432         * src/gtk/gtksctree.c
8433         * src/gtk/gtksctree.h
8434                 Implement 2-lines items in Summaryview when in 
8435                 three columns mode
8436
8437 2008-03-16 [paul]       3.3.1cvs25
8438
8439         * manual/faq.xml
8440                 fix typo
8441
8442 2008-03-14 [colin]      3.3.1cvs24
8443
8444         * src/prefs_filtering_action.c
8445                 Fix buglet on setting recipient when
8446                 reediting forward rules.
8447
8448 2008-03-12 [colin]      3.3.1cvs23
8449
8450         * src/summaryview.c
8451                 Fix a new unused variable warning
8452         * src/plugins/trayicon/trayicon.c
8453                 Fix folderview's scrollbar at startup
8454                 if starting hidden
8455
8456 2008-03-12 [colin]      3.3.1cvs22
8457
8458         * src/folderview.c
8459         * src/summaryview.c
8460                 Use item_opened at the beginning of showing
8461                 a folder instead of the end. Fixes flicker.
8462
8463 2008-03-12 [paul]       3.3.1cvs21
8464
8465         * src/folder.c
8466         * src/folder.h
8467         * src/mainwindow.c
8468         * src/procmsg.c
8469         * src/summaryview.c
8470         * src/plugins/trayicon/trayicon.c
8471                 add tooltip with extended folder stats
8472
8473 2008-03-10 [colin]      3.3.1cvs20
8474
8475         * src/common/xml.c
8476                 Handle comments
8477
8478 2008-03-07 [colin]      3.3.1cvs19
8479
8480         * src/mainwindow.c
8481                 Fix blinking of the taskbar entry
8482
8483 2008-03-07 [colin]      3.3.1cvs18
8484
8485         * src/mainwindow.c
8486                 MAEMO: Fix bug 1494, 'Trayicon 
8487                 plugin breaks UI...'
8488
8489 2008-03-07 [paul]       3.3.1cvs17
8490
8491         * src/gtk/authors.h
8492                 reflect reality a bit more closely
8493
8494 2008-03-06 [colin]      3.3.1cvs16
8495
8496         * src/mainwindow.c
8497         * src/mainwindow.h
8498         * src/summaryview.c
8499         * src/summaryview.h
8500         * src/toolbar.c
8501                 Integrate things better wrt the new
8502                 summaryview extensibility.
8503
8504 2008-03-06 [wwp]        3.3.1cvs15
8505
8506         * src/quote_fmt.c
8507                 Fix some gcc warnings.
8508
8509 2008-03-06 [wwp]        3.3.1cvs14
8510
8511         * src/prefs_account.c
8512         * src/prefs_folder_item.c
8513         * src/prefs_gtk.c
8514         * src/prefs_template.c
8515         * src/gtk/prefswindow.c
8516         * src/gtk/prefswindow.h
8517                 prefs_templates: fix missing unregistering of addr_completion widgets
8518                 and and ending of addr_completion service.
8519                 prefs_folder_item: fix missing registering/unregistering of widgets,
8520                 and rework the way add_completion service is started and stopped.
8521                 Plus few prefswindow API changes (opening).
8522
8523 2008-03-06 [wwp]        3.3.1cvs13
8524
8525         * src/folder_item_prefs.c
8526         * src/prefs_template.c
8527         * src/prefs_template.h
8528         * src/quote_fmt.c
8529         * src/common/template.c
8530                 Complete 3.3.1cvs12, thanks to Colin.
8531
8532 2008-03-06 [wwp]        3.3.1cvs12
8533
8534         * src/compose.c
8535         * src/folder_item_prefs.c
8536         * src/folder_item_prefs.h
8537         * src/prefs_account.c
8538         * src/prefs_folder_item.c
8539         * src/prefs_quote.c
8540         * src/prefs_template.c
8541         * src/quote_fmt.c
8542         * src/quote_fmt.h
8543         * src/common/template.c
8544         * src/common/template.h
8545                 Global and per-folder templates can now override the from name (this
8546                 doesn't change the account being used).
8547                 Examples:
8548                  "My other name" <%account_email> (just changes the name)
8549                  my.faked.email@address.org (overrides the address too)
8550
8551 2008-03-05 [colin]      3.3.1cvs11
8552
8553         * src/summaryview.c
8554         * src/summaryview.h
8555                 Replace that hbox with a notebook
8556
8557 2008-03-05 [colin]      3.3.1cvs10
8558
8559         * src/folder.h
8560         * src/folderview.c
8561                 Add klass functions for notification of folder
8562                 opening/closing via the GUI
8563         * src/summaryview.c
8564         * src/summaryview.h
8565                 Add a specific container for the scrolledwin
8566
8567 2008-03-05 [colin]      3.3.1cvs9
8568
8569         * src/folder.h
8570         * src/folderview.c
8571                 Add klass functions for notification of folder 
8572                 opening/closing via the GUI
8573         * src/summaryview.c
8574         * src/summaryview.h
8575                 Add a specific container for the scrolledwin
8576
8577 2008-03-02 [colin]      3.3.1cvs8
8578
8579         * src/messageview.c
8580                 MAEMO: Fix bug 1541, 'Deleting message from within 
8581                 read window displays next message then closes.'
8582
8583 2008-03-02 [colin]      3.3.1cvs7
8584
8585         * src/main.c
8586                 Probably fix bug 1539, 'Program crashes':
8587                 Setup Gcrypt's thread functions when built
8588                 with GnuTLS
8589
8590 2008-03-01 [colin]      3.3.1cvs6
8591
8592         * src/folder.c
8593         * src/imap_gtk.c
8594                 Get rid of stale folders with no account
8595
8596 2008-02-28 [colin]      3.3.1cvs5
8597
8598         * src/compose.c
8599                 Fix bug 1534, 'Segmentation fault when doing 
8600                 some draft saving and then throwing away'
8601         * src/imap.c
8602                 Fix bug 1533, 'Claws is unable to mark messages 
8603                 as "read" in IMAP shared folders'
8604         * src/etpan/imap-thread.c
8605                 Fix bug 1515, 'large messages crash claws when 
8606                 syncing for offline mode'. This is rather a
8607                 workaround, and mails > 64MB will still be
8608                 problematic if there's less than 64MB available
8609                 on the dataroot volume.
8610         * src/messageview.c
8611                 MAEMO: Add information when fetching big messages
8612
8613 2008-02-26 [colin]      3.3.1cvs4
8614
8615         * src/imap.c
8616                 fix bug 1532, '"login refused" message insufficiently 
8617                 detailed'
8618
8619 2008-02-26 [paul]       3.3.1cvs3
8620
8621         * INSTALL
8622         * README
8623                 remove mentions of ClamAV and a few other
8624                 old bits of information
8625
8626 2008-02-23 [colin]      3.3.1cvs2
8627
8628         * src/main.c
8629                 Fix log output (missing \n)
8630
8631 2008-02-23 [colin]      3.3.1cvs1
8632
8633         * configure.ac
8634                 Bump version number for stable release
8635
8636 2008-02-23 [paul]       3.3.0cvs21
8637
8638         * po/he.po
8639                 updated by Ofer
8640
8641 2008-02-21 [colin]      3.3.0cvs20
8642
8643         * src/matcher.c
8644                 Fix bug 1527, 'filtering is case sensitive when it 
8645                 shouldn't be'
8646
8647 2008-02-20 [colin]      3.3.0cvs19
8648
8649         * src/main.c
8650                 Fix file attachments from older Thunar
8651
8652 2008-02-19 [colin]      3.3.0cvs18
8653
8654         * manual/plugins.xml
8655         * manual/es/plugins.xml
8656         * manual/fr/plugins.xml
8657         * manual/pl/plugins.xml
8658                 Remove Clamav
8659
8660 2008-02-19 [paul]       3.3.0cvs17
8661
8662         * tools/README
8663         * tools/csv2addressbook.pl
8664                 add support for Kmail/Kaddressbook
8665
8666 2008-02-18 [colin]      3.3.0cvs16
8667
8668         * src/imap.c
8669                 Unset folder's session before creating a
8670                 new one
8671         * src/main.c
8672         * src/prefs_common.c
8673         * src/prefs_common.h
8674         * manual/advanced.xml
8675                 Add an hidden use_networkmanager pref, to
8676                 disable NetworkManager handling. Also,
8677                 consider UNKNOWN state to be CONNECTED.
8678
8679 2008-02-18 [wwp]        3.3.0cvs15
8680
8681         * src/matcher.c
8682                 Fix Engrish and make 'not' more visible in filtering debug logs.
8683
8684 2008-02-15 [colin]      3.3.0cvs14
8685
8686         * src/matcher.c
8687                 Revert cvs10 for now, it breaks the feature
8688
8689 2008-02-15 [colin]      3.3.0cvs13
8690
8691         * src/main.c
8692                 Always focus folder tree at startup
8693         * src/compose.c
8694                 Fix bug 1521, 'Cannot close compose window after 
8695                 replying to a non-existent news message'
8696
8697 2008-02-13 [colin]      3.3.0cvs12
8698
8699         * src/folderview.c
8700                 Fix important warnings
8701
8702 2008-02-12 [colin]      3.3.0cvs11
8703
8704         * src/imap.c
8705         * src/etpan/imap-thread.c
8706         * src/etpan/imap-thread.h
8707                 Fix handling of $Forwarded flag on Exchange:
8708                 check for the existence or creatability of a
8709                 flag before using it.
8710
8711 2008-02-12 [colin]      3.3.0cvs10
8712
8713         * src/matcher.c
8714                 Optimise matching on Found in addressbook if
8715                 the matched header is in cache (From, etc)
8716
8717 2008-02-12 [colin]      3.3.0cvs9
8718
8719         * src/folderview.c
8720                 Fix crashy stuff when changing displayed
8721                 columns
8722
8723 2008-02-12 [wwp]        3.3.0cvs8
8724
8725         * src/folder.h
8726                 Remove duplicate func declaration and restore the one
8727                 a missing one.
8728
8729 2008-02-12 [wwp]        3.3.0cvs7
8730
8731         * src/compose.c
8732         * src/export.c
8733         * src/folder.c
8734         * src/folder.h
8735         * src/foldersel.c
8736         * src/foldersel.h
8737         * src/imap_gtk.c
8738         * src/import.c
8739         * src/mainwindow.c
8740         * src/messageview.c
8741         * src/mh_gtk.c
8742         * src/prefs_account.c
8743         * src/prefs_filtering_action.c
8744         * src/summaryview.c
8745         * src/plugins/bogofilter/bogofilter_gtk.c
8746         * src/plugins/spamassassin/spamassassin_gtk.c
8747                 Allow moving/copying folders to root folders when using
8748                 the folder selection dialog (it was not possible to
8749                 maemo users to reparent a subfolder to a root folder
8750                 at all).
8751
8752 2008-02-12 [fabien]     3.3.0cvs6
8753
8754         * po/fr.po
8755                 a few days late for i18n fr update. Sorry.
8756
8757 2008-02-11 [colin]      3.3.0cvs5
8758
8759         * src/main.c
8760                 Implement support for future /dev/mem_notify.
8761                 This Linux kernel feature will allow applications
8762                 to be notified that memory has to be freed
8763                 before getting OOM-killed. For more information:
8764                 http://lwn.net/Articles/267013/
8765
8766 2008-02-10 [paul]       3.3.0cvs4
8767
8768         * src/Makefile.am
8769         * src/mimeview.c
8770         * src/prefs_toolbar.c
8771         * src/stock_pixmap.c
8772         * src/stock_pixmap.h
8773         * src/pixmaps/mime_text_patch.xpm
8774                 add an icon for attached patches
8775
8776 2008-02-09 [paul]       3.3.0cvs3
8777
8778         * src/gtk/about.c
8779                 bump the (c) year
8780
8781 2008-02-09 [wwp]        3.3.0cvs2
8782
8783         * src/main.c
8784                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
8785
8786 2008-02-08 [colin]      3.3.0cvs1
8787
8788         * src/common/utils.c
8789                 Forbid attaching anything containing "../" or ".ssh/"
8790                 from mailto: URI
8791
8792 2008-02-08 [paul]       3.3.0
8793
8794         * NEWS
8795         * README
8796         * RELEASE_NOTES 
8797                 3.3.0 released
8798
8799 2008-02-08 [paul]       3.2.0cvs77
8800
8801         * AUTHORS
8802                 updated with new translators
8803         * configure.ac
8804                 added he to ALL_LINGUAS
8805         * po/cs.po
8806         * po/de.po
8807         * po/es.po
8808         * po/fi.po
8809         * po/hu.po
8810         * po/it.po
8811         * po/pt_BR.po
8812         * po/zh_CN.po
8813                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
8814                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
8815                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
8816                 and Ralph Young
8817         * po/he.po
8818                 new Hebrew translation by Ofer <oc666@netvision.net.il>
8819         * src/gtk/about.c
8820                 updated with new translators and bumped (c) year
8821         * src/gtk/authors.h
8822                 updated with new translators
8823
8824 2008-02-05 [colin]      3.2.0cvs76
8825
8826         * src/messageview.c
8827         * src/mimeview.c
8828         * src/mimeview.h
8829                 Special case text/calendar parts: if there's one in
8830                 the mail, and a plugin handling text/calendar is
8831                 loaded, show that part. That'll avoid rendering 
8832                 meetings as plain text, which just looks broken to
8833                 many users.
8834
8835 2008-02-04 [colin]      3.2.0cvs75
8836
8837         * src/mainwindow.c
8838                 Maemo: Fix LED handling on OS 2008
8839
8840 2008-02-01 [colin]      3.2.0cvs74
8841
8842         * src/compose.c
8843                 Possibly fix the annoying and hard-to reproduce bug
8844                 where lines 
8845                 are
8846                 rewrapped
8847                 like
8848                 that.
8849
8850 2008-02-01 [paul]       3.2.0cvs73
8851
8852         * src/common/utils.c
8853                 fix bug 1502, 'Plus signs are stripped from
8854                 email addresses when calling from command line'
8855                 Thanks to Colin
8856
8857 2008-01-31 [colin]      3.2.0cvs72
8858
8859         * src/exphtmldlg.c
8860         * src/mimeview.c
8861         * src/summaryview.c
8862                 Fix building of URIs from filenames
8863
8864 2008-01-31 [wwp]        3.2.0cvs71
8865
8866         * src/main.c
8867                 Fixes debug output of compiled-in features list
8868                 (completes 3.2.0cvs60).
8869
8870 2008-01-31 [colin]      3.2.0cvs70
8871
8872         * configure.ac
8873         * po/POTFILES.in
8874         * src/compose.c
8875         * src/plugins/Makefile.am
8876         * src/plugins/clamav/.cvsignore
8877         * src/plugins/clamav/Makefile.am
8878         * src/plugins/clamav/README
8879         * src/plugins/clamav/clamav_plugin.c
8880         * src/plugins/clamav/clamav_plugin.h
8881         * src/plugins/clamav/clamav_plugin_gtk.c
8882         * src/plugins/clamav/clamav_plugin_gtk.deps
8883                 Remove the Clamav plugin from the core
8884
8885 2008-01-28 [wwp]        3.2.0cvs69
8886
8887         * src/compose.c
8888         * src/prefs_template.c
8889         * src/prefs_template.h
8890         * src/quote_fmt.c
8891         * src/quote_fmt.h
8892         * src/quote_fmt_lex.l
8893         * src/quote_fmt_parse.y
8894                 Fix for bug #1493: count lines (\n chars) according to the way
8895                 format body is passed (i.e. \-escaped or not).
8896
8897 2008-01-27 [paul]       3.2.0cvs68
8898
8899         * po/en_GB.po
8900                 updated
8901         * src/prefs_actions.c
8902         * src/prefs_filtering.c
8903         * src/prefs_folder_item.c
8904         * src/prefs_template.c
8905         * src/gtk/about.c
8906                 some minor changes to the English
8907
8908 2008-01-24 [colin]      3.2.0cvs67
8909
8910         * src/etpan/imap-thread.c
8911         * src/etpan/nntp-thread.c
8912                 Fix bug 1348, 'Hang ups at exit time with 
8913                 pgp plugin since 3.0.2'
8914
8915 2008-01-23 [colin]      3.2.0cvs66
8916
8917         * src/toolbar.c
8918                 Fix translation of something that shouldn't be
8919
8920 2008-01-23 [colin]      3.2.0cvs65
8921
8922         * src/procmime.c
8923                 Fix bug 1486, 'Re: Incorrect content when replying'
8924                 Revert to full scan if short scan found only 0-length
8925                 text parts
8926
8927 2008-01-23 [paul]       3.2.0cvs64
8928
8929         * src/prefs_folder_item.c
8930                 fix bug 1485, 'selecting a folder's default
8931                 account if name contains '&''
8932
8933 2008-01-23 [colin]      3.2.0cvs63
8934
8935         * src/folder.c
8936         * src/folder.h
8937         * src/main.c
8938         * src/mainwindow.c
8939                 Fix bug 1480, 'should be able to display mail file
8940                 from command line'. Let 'claws-mail --select' accept
8941                 absolute paths in addition to folder identifiers.
8942
8943 2008-01-22 [wwp]        3.2.0cvs62
8944
8945         * src/account.c
8946         * src/account.h
8947         * src/compose.c
8948         * src/messageview.c
8949         * src/summaryview.c
8950         * src/common/utils.c
8951         * src/common/utils.h
8952                 Allow from=address in mailto sequence:
8953                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
8954                   The 'from' will try to select the first account matching in accounts list,
8955                   otherwise will use the usual account selection mechanism but override with
8956                   this 'from' address.
8957                 Allow mailto with NNTP accounts
8958                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
8959                   is the default one or if a NNTP account address is used with 'from'.
8960                   This is more or less a bugfix as it was possible to use mailto with a NNTP
8961                   default account but the complete mailto sequence was put in To.
8962
8963 2008-01-22 [wwp]        3.2.0cvs61
8964
8965         * doc/man/claws-mail.1
8966                 Updated the man page: status of few features, command-line
8967                 usage (--version-full) and completed list of config files
8968                 and dirs.
8969
8970 2008-01-22 [wwp]        3.2.0cvs60
8971
8972         * src/main.c
8973                 Added --version-full to display version and compiled-in
8974                 features list (for later use by Clawsker for instance).
8975
8976 2008-01-22 [holger]     3.2.0cvs59
8977
8978         * src/addrduplicates.c
8979                 Fix scrolling in addressbook duplicate
8980                 finder result dialog
8981
8982 2008-01-21 [colin]      3.2.0cvs58
8983
8984         * src/summaryview.c
8985                 Fix bug 1457, 'sorting messages on, say, from, 
8986                 should subsort on previous sort choice'. Subsort
8987                 by date when sort is Subject, From, To, Tags.
8988
8989 2008-01-21 [colin]      3.2.0cvs57
8990
8991         * AUTHORS
8992         * src/matcher.c
8993         * src/mimeview.c
8994         * src/common/ssl.c
8995         * src/gtk/authors.h
8996                 Fix bug 1478, 'Wrong pthread_create calls all 
8997                 over the place'. Patch by Christian Cornelssen
8998
8999 2008-01-20 [colin]      3.2.0cvs56
9000
9001         * src/imap.c
9002         * src/etpan/imap-thread.c
9003         * src/etpan/imap-thread.h
9004                 Fix bug 1468, 'Use IMAP keyword to 
9005                 store "forwarded" flag'
9006
9007 2008-01-20 [colin]      3.2.0cvs55
9008
9009         * src/folderutils.c
9010                 Make list operations faster
9011
9012 2008-01-20 [colin]      3.2.0cvs54
9013
9014         * src/mainwindow.c
9015                 Fix bug 1353, 'on startup with small screen 
9016                 layout, keyboard input gets lost'
9017
9018 2008-01-20 [colin]      3.2.0cvs53
9019
9020         * src/textview.c
9021                 Complete 3.2.0cvs49, and fixes bug 1477, 
9022                 'Claws Mail crashes when view PGP-encrypted 
9023                 message'
9024
9025 2008-01-20 [colin]      3.2.0cvs52
9026
9027         * src/compose.c
9028                 Fix privacy menu update when replying to
9029                 encrypted mail and no default privacy 
9030                 system is set
9031
9032 2008-01-19 [colin]      3.2.0cvs51
9033
9034         * src/filtering.c
9035         * src/procmsg.h
9036         * src/plugins/bogofilter/bogofilter.c
9037         * src/plugins/clamav/clamav_plugin.c
9038         * src/plugins/spamassassin/spamassassin.c
9039                 Batch filtering deletions too (and save 4 bytes
9040                 per MsgInfo in the process :)
9041
9042 2008-01-19 [colin]      3.2.0cvs50
9043
9044         * src/folder.c
9045                 Make cache update after copies much faster
9046                 on IMAP
9047
9048 2008-01-19 [colin]      3.2.0cvs49
9049
9050         * src/textview.c
9051                 Check g_fopen() success
9052
9053 2008-01-17 [wwp]        3.2.0cvs48
9054
9055         * manual/faq.xml
9056         * manual/es/faq.xml
9057         * manual/fr/faq.xml
9058         * manual/pl/faq.xml
9059                 Sylpheed? No idea what this means.
9060
9061 2008-01-17 [colin]      3.2.0cvs47
9062
9063         * src/gtk/gtksctree.c
9064                 Make dnd threshold higher on Maemo
9065
9066 2008-01-16 [colin]      3.2.0cvs46
9067
9068         * src/common/passcrypt.c
9069                 Fix build on FreeBSD, thanks to Pawel
9070
9071 2008-01-15 [colin]      3.2.0cvs45
9072
9073         * src/compose.c
9074                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
9075                 spell check of actuall word'
9076         * src/summaryview.c
9077                 Temporarily disable immediate execution when learning
9078                 spam *only* if the summaryview isn't locked
9079
9080 2008-01-15 [wwp]        3.2.0cvs44
9081
9082         * src/prefs_filtering.c
9083                 Fix filtering prefs layout (Maemo port), moving page up/down
9084                 from buttons to context menu.
9085
9086 2008-01-15 [colin]      3.2.0cvs43
9087
9088         * src/compose.c
9089                 Fix bug 1465, 'First line in new message does not mark URLs'
9090
9091 2008-01-15 [colin]      3.2.0cvs42
9092
9093         * src/common/passcrypt.c
9094                 Fix bug 1461, 'several components #define 
9095                 _XOPEN_SOURCE improperly'
9096
9097 2008-01-15 [colin]      3.2.0cvs41
9098
9099         * src/summaryview.c
9100                 Fix bug 1469, 'Column width adjustments on message 
9101                 lists do not save'
9102
9103 2008-01-14 [holger]     3.2.0cvs40
9104
9105         * configure.ac
9106                 Add tests for dbus, dbus glib bindings,
9107                 and NetworkManager. All is optional. Add new
9108                 --(en|dis)able-networkmanager-support switch.
9109         * src/Makefile.am
9110         * src/imap.c
9111         * src/inc.c
9112         * src/main.c
9113         * src/main.h
9114         * src/mainwindow.c
9115         * src/gtk/about.c
9116                 Add optional NetworkManager support, so Claws Mail
9117                 can try to do the right thing when the network connection
9118                 status changes. NetworkManager support is active by
9119                 default if above requirements were met.
9120
9121 2008-01-12 [colin]      3.2.0cvs39
9122
9123         * src/summaryview.c
9124                 Advertise the click-on-reply feature in the tooltip
9125
9126 2008-01-12 [colin]      3.2.0cvs38
9127
9128         * src/Makefile.am
9129         * src/stock_pixmap.c
9130         * src/stock_pixmap.h
9131         * src/pixmaps/tray_newmail.offline.xpm
9132         * src/pixmaps/tray_newmail.xpm
9133         * src/pixmaps/tray_newmarkedmail.offline.xpm
9134         * src/pixmaps/tray_newmarkedmail.xpm
9135         * src/pixmaps/tray_nomail.offline.xpm
9136         * src/pixmaps/tray_nomail.xpm
9137         * src/pixmaps/tray_unreadmail.offline.xpm
9138         * src/pixmaps/tray_unreadmail.xpm
9139         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
9140         * src/pixmaps/tray_unreadmarkedmail.xpm
9141         * src/plugins/trayicon/Makefile.am
9142         * src/plugins/trayicon/newmail.offline.xpm
9143         * src/plugins/trayicon/newmail.xpm
9144         * src/plugins/trayicon/newmarkedmail.offline.xpm
9145         * src/plugins/trayicon/newmarkedmail.xpm
9146         * src/plugins/trayicon/nomail.offline.xpm
9147         * src/plugins/trayicon/nomail.xpm
9148         * src/plugins/trayicon/trayicon.c
9149         * src/plugins/trayicon/unreadmail.offline.xpm
9150         * src/plugins/trayicon/unreadmail.xpm
9151         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9152         * src/plugins/trayicon/unreadmarkedmail.xpm
9153                 Make the Trayicon plugin icons themable
9154
9155 2008-01-12 [wwp]        3.2.0cvs37
9156
9157         * src/prefs_display_header.c
9158                 Fix extra leading hyphen visible in the display
9159                 header configuration combo list (maemo).
9160
9161 2008-01-11 [colin]      3.2.0cvs36
9162
9163         * src/imap.c
9164                 Set timeout to 1 before disconnecting all -
9165                 for when one switches to offline and has 
9166                 no network anymore
9167         * src/messageview.c
9168                 Fix bug 1454, 'error message shows parts and 
9169                 signature of previous messages'
9170         * src/prefs_common.c
9171                 Maemo: Hide Send dialog by default
9172
9173 2008-01-10 [colin]      3.2.0cvs35
9174
9175         * src/action.c
9176         * src/editldap.c
9177         * src/prefs_account.c
9178         * src/wizard.c
9179         * src/gtk/inputdialog.c
9180         * src/plugins/pgpcore/passphrase.c
9181                 Maemo: Fix bug 1455, 'Password enters leading letter 
9182                 incorrectly as uppercase'
9183
9184 2008-01-09 [colin]      3.2.0cvs34
9185
9186         * po/pl.po
9187                 Fix bug 1446, 'SC crashes frequently when staying 
9188                 in background'. Format string error in Polish 
9189                 translation
9190         * src/gtk/description_window.c
9191         * src/prefs_template.c
9192                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
9193                 patch by Pawel
9194         * src/wizard.c
9195                 Maemo: Fix build
9196
9197 2008-01-08 [colin]      3.2.0cvs33
9198
9199         * src/main.c
9200                 Maemo: connect HW status change signal for shutdown
9201         * src/mainwindow.c
9202                 Maemo: Fix hardware space key
9203         * src/wizard.c
9204                 Maemo: name mmc1 and 2 a better name
9205
9206 2008-01-08 [wwp]        3.2.0cvs32
9207
9208         * src/folder.c
9209         * src/folder_item_prefs.c
9210         * src/folder_item_prefs.h
9211         * src/prefs_folder_item.c
9212                 It's now possible to disable processing rules when
9213                 entering a folder (this adds a new option to the
9214                 folder properties dialog).
9215
9216 2008-01-08 [wwp]        3.2.0cvs31
9217
9218         * src/common/utils.c
9219                 Mailto: now supports 'insert' (stands for 'insert file'), this
9220                 adds the ability to create a new message from the command-line,
9221                 with body set from an existing file contents.
9222
9223 2008-01-08 [colin]      3.2.0cvs30
9224
9225         * src/summaryview.c
9226                 Maybe fix bug 1452, 'crash while drag'n'droping 
9227                 emails to an IMAP folder'
9228
9229 2008-01-07 [wwp]        3.2.0cvs29
9230
9231         * src/prefs_filtering.c
9232                 Static-alize a function, thanks to Colin.
9233
9234 2008-01-07 [colin]      3.2.0cvs28
9235
9236         * src/folderview.c
9237                 Fix scrolling to bottom when drag and dropping
9238         * src/summaryview.c
9239                 Fix bug 1445, 'Display sender using addressbook: fails 
9240                 when From: isn't an email address'
9241
9242 2008-01-07 [wwp]        3.2.0cvs27
9243
9244         * src/prefs_actions.c
9245         * src/prefs_filtering.c
9246         * src/prefs_template.c
9247                 Add tooltips to most buttons in the templates, actions and
9248                 filtering/processing dialogs.
9249
9250 2008-01-07 [wwp]        3.2.0cvs26
9251
9252         * src/prefs_filtering.c
9253                  - add a clear button to clear dialog input fields
9254                  - add page up and page down buttons to move selected rule up and down
9255                  - in rules list popup-menu: added Delete, Delete all and Duplicate
9256                  - popup-menu items are greyed out either if the list is empty (not counting the
9257                    (New) row or if there is no selected item
9258                  - clear store when closing dialog
9259
9260         * src/prefs_actions.c
9261                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9262                    clear button, popup-menu
9263                  - clear store when closing dialog
9264
9265         * src/prefs_template.c
9266                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9267                    clear button, popup-menu 
9268
9269         * src/addrcustomattr.c
9270                  - renamed popup-menu item Clear list to Delete all
9271                  - grey out popup-menu items is there is no selected item or if list is empty
9272                  - clear store when closing dialog
9273
9274         * src/edittags.c
9275                  - added popup-menu item Delete all
9276                  - grey out popup-menu items is there is no selected item or if list is empty
9277                  - clear store when closing dialog
9278
9279 2008-01-06 [wwp]        3.2.0cvs25
9280
9281         * src/addressadd.c
9282                 One more layout fix by Pawel (completes 3.2.0cvs24).
9283
9284 2008-01-05 [colin]      3.2.0cvs24
9285
9286         * src/addressadd.c
9287                 Little GUI fixes, patch by Pawel
9288
9289 2007-12-29 [wwp]        3.2.0cvs23
9290
9291         * src/compose.c
9292                 Fix for bug #1443, and strip possible whitespaces around
9293                 custom header names.
9294
9295 2007-12-29 [mones]      3.2.0cvs22
9296
9297         * po/es.po
9298                 Updated translation, corrected a term based 
9299                 on suggestion from Israel Saeta P�rez,
9300                 reverted awful X-Mailer translation
9301         * src/procmime.c
9302                 Complete cvs20 for FreeBSD, patch by Pawel
9303
9304 2007-12-29 [colin]      3.2.0cvs21
9305
9306         * src/textview.c
9307                 Fix bug 1442, 'Tags are repeated in 
9308                 encapsulated messages'
9309
9310 2007-12-28 [colin]      3.2.0cvs20
9311
9312         * src/procmime.c
9313                 Fix path to mime/globs. Patch by Marten King.
9314
9315 2007-12-27 [colin]      3.2.0cvs19
9316
9317         * src/plugins/pgpcore/Makefile.am
9318         * src/plugins/pgpinline/Makefile.am
9319         * src/plugins/pgpmime/Makefile.am
9320                 Add missing flags to build pgp plugins on maemo
9321
9322 2007-12-27 [colin]      3.2.0cvs18
9323
9324         * src/mainwindow.c
9325                 Maximise before showing to avoid probable flickering
9326                 on slow computers.
9327
9328 2007-12-27 [colin]      3.2.0cvs17
9329
9330         * src/main.c
9331         * src/mainwindow.c
9332         * src/prefs_common.c
9333         * src/prefs_common.h
9334                 Fix bug 1439, 'Claws Mail does not remember window size 
9335                 state when restarted'. Save maximised state and force
9336                 maximisation at startup if applicable.
9337
9338 2007-12-23 [paul]       3.2.0cvs16
9339
9340         * src/prefs_matcher.c
9341                 fix bug 1436, 'Filter condition dialog doesn't
9342                 load header name from current rules'
9343
9344 2007-12-22 [paul]       3.2.0cvs15
9345
9346         * src/compose.c
9347                 fix bug 1435, 'Reply doesn't take into account
9348                 reply-to field'
9349
9350 2007-12-21 [paul]       3.2.0cvs14
9351
9352         * src/common/ssl_certificate.c
9353                 fix FreeBSD build with IPV6 support 
9354
9355 2007-12-20 [colin]      3.2.0cvs13
9356
9357         * src/imap.c
9358                 Fix error handling
9359
9360 2007-12-20 [colin]      3.2.0cvs12
9361
9362         * src/imap.c
9363         * src/imap.h
9364         * src/prefs_account.c
9365                 Add DIGEST-MD5 support for IMAP authentication
9366
9367 2007-12-19 [mones]      3.2.0cvs11
9368
9369         * doc/man/claws-mail.1
9370                 Better ordering of sections, updated options
9371         * po/es.po
9372                 Updated strings
9373
9374 2007-12-19 [paul]       3.2.0cvs10
9375
9376         * src/prefs_account.c
9377                 use a spinbutton instead of an entry for
9378                 "POP authentication timeout" also
9379
9380 2007-12-19 [colin]      3.2.0cvs9
9381
9382         * src/prefs_filtering_action.c
9383         * src/prefs_matcher.c
9384         * src/gtk/description_window.c
9385                 Destroy info windows with their parents
9386                 Patch by Pawel
9387
9388 2007-12-19 [colin]      3.2.0cvs8
9389
9390         * src/prefs_account.c
9391                 Use spinbuttons instead of entries where needed
9392                 Patch by Pawel
9393
9394 2007-12-18 [paul]       3.2.0cvs7
9395
9396         * src/prefs_matcher.c
9397                 add missing i18n for a few strings
9398                 Patch by Stephan Sachse
9399
9400 2007-12-18 [paul]       3.2.0cvs6
9401
9402         * src/prefs_logging.c
9403                 use 'disk' instead of 'disc'
9404
9405 2007-12-18 [paul]       3.2.0cvs5
9406
9407         * po/en_GB.po
9408                 updated
9409         * src/addrcustomattr.c
9410         * src/editaddress.c
9411                 fixes to the ingleesh
9412         * src/prefs_filtering_action.c
9413                 fix copyright header
9414                 fix untranslated strings
9415         * src/prefs_filtering_action.h
9416                 fix copyright header
9417
9418 2007-12-18 [wwp]        3.2.0cvs4
9419
9420         * src/folderview.c
9421         * src/headerview.c
9422         * src/prefs_common.c
9423         * src/prefs_common.h
9424         * src/prefs_fonts.c
9425         * src/summaryview.c
9426         * src/textview.c
9427         * src/wizard.c
9428         * src/common/defs.h
9429         * src/gtk/gtkutils.c
9430                 Added prefs to set custom small and bold fonts
9431                 (might matter on some desktops, according to
9432                 DPI and font settings).
9433
9434 2007-12-18 [colin]      3.2.0cvs3
9435
9436         * src/prefs_logging.c
9437                 Rework GUI, patch by Pawel
9438
9439 2007-12-18 [colin]      3.2.0cvs2
9440
9441         * src/prefs_filtering_action.c
9442                 Rework GUI, patch by Pawel
9443
9444 2007-12-18 [colin]      3.2.0cvs1
9445
9446         * src/editaddress.c
9447                 Fix build on old GCC
9448                 Fix inverted buttons
9449
9450 2007-12-17 [paul]       3.2.0
9451
9452         * NEWS
9453         * README
9454         * RELEASE_NOTES 
9455                 3.2.0 released
9456
9457 2007-12-17 [paul]       3.1.0cvs79
9458
9459         * po/de.po
9460         * po/fr.po
9461         * po/hu.po
9462         * po/it.po
9463         * po/pt_BR.po
9464                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
9465                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
9466
9467 2007-12-17 [mones]      3.1.0cvs78
9468
9469         * po/es.po
9470                 Updated Spanish translation for 3.2.0 release
9471
9472 2007-12-16 [colin]      3.1.0cvs77
9473
9474         * src/addrcustomattr.c
9475                 Fix translations, patch by Fabien
9476
9477 2007-12-15 [paul]       3.1.0cvs76
9478
9479         * src/folderview.c
9480                 fix compiler warning
9481
9482 2007-12-14 [colin]      3.1.0cvs75
9483
9484         * src/folderview.c
9485                 Simplify logic
9486
9487 2007-12-12 [wwp]        3.1.0cvs74
9488
9489         * AUTHORS
9490         * src/gtk/authors.h
9491                 Added Marius Glauser to the hall of fame.
9492
9493 2007-12-12 [wwp]        3.1.0cvs73
9494
9495         * src/gtk/gtkutils.c
9496                 Improve the way we show results of searches
9497                 in message bodies: selected text now get centered
9498                 vertically in the message window.
9499                 Patch by Marius Glauser <seelenhirt@gmx.net>.
9500
9501 2007-12-10 [colin]      3.1.0cvs72
9502
9503         * src/folder.c
9504                 Don't crash when setting batch mode on no folder
9505
9506 2007-12-10 [colin]      3.1.0cvs71
9507
9508         * src/common/utils.c
9509                 Fix potential buffer overrun (thanks to
9510                 Hiroyuki)
9511
9512 2007-12-08 [paul]       3.1.0cvs70
9513
9514         * src/prefs_receive.c
9515                 small change to the English
9516
9517 2007-12-08 [colin]      3.1.0cvs69
9518
9519         * src/vcard.c
9520                 Fix warnings
9521
9522 2007-12-07 [colin]      3.1.0cvs68
9523
9524         * src/mainwindow.c
9525         * src/summaryview.c
9526         * src/summaryview.h
9527                 Free simplify_subject_preg at exit
9528
9529 2007-12-07 [colin]      3.1.0cvs67
9530
9531         * src/main.c
9532         * src/summaryview.c
9533         * src/common/utils.c
9534         * src/common/utils.h
9535                 We have to free reused regexps from time to
9536                 time, or they get huge
9537
9538 2007-12-07 [colin]      3.1.0cvs66
9539
9540         * src/vcard.c
9541                 Fix QP decoding (and UTF8)
9542
9543 2007-12-07 [colin]      3.1.0cvs65
9544
9545         * src/addrcustomattr.c
9546                 Update list of default custom attributes
9547                 now (will be needed for a feature patch
9548                 post 3.2.0)
9549
9550 2007-12-07 [colin]      3.1.0cvs64
9551
9552         * src/folder.c
9553                 Batch on destination folder when copying - fixes
9554                 slowness when moving unread mails to trash on IMAP
9555
9556 2007-12-06 [colin]      3.1.0cvs63
9557
9558         * src/common/w32_time.c
9559         * src/common/w32lib.h
9560         * src/etpan/etpan-thread-manager.c
9561         * src/etpan/imap-thread.c
9562         * src/etpan/nntp-thread.c
9563         * src/gtk/Makefile.am
9564                 Fix win32 build with libetpan. Thanks to
9565                 Marcus Brinkmann.
9566
9567 2007-12-06 [colin]      3.1.0cvs62
9568
9569         * src/account.c
9570         * src/imap.c
9571         * src/prefs_account.c
9572         * src/prefs_account.h
9573         * src/etpan/imap-thread.c
9574         * src/etpan/imap-thread.h
9575                 Disable connection via command line on WIN32
9576                 Disable mmap use on WIN32 - use normal strings
9577         * src/addressbook.c
9578         * src/addressbook.h
9579         * src/addressbook_foldersel.c
9580         * src/addressbook_foldersel.h
9581         * src/prefs_filtering_action.c
9582         * src/prefs_matcher.c
9583         * src/plugins/bogofilter/bogofilter_gtk.c
9584         * src/plugins/dillo_viewer/dillo_prefs.c
9585         * src/plugins/spamassassin/spamassassin_gtk.c
9586                 Fix leak, rework function logics to be more
9587                 natural - thanks to Holger
9588         * src/common/utils.c
9589                 Fix warnings
9590
9591 2007-12-06 [colin]      3.1.0cvs61
9592
9593         * src/news.c
9594         * src/common/utils.c
9595         * src/common/utils.h
9596                 Fix posting, and fix UTF-8 being sent when encoding
9597                 is 8bit
9598
9599 2007-12-05 [colin]      3.1.0cvs60
9600
9601         * src/news.c
9602                 Fix debian bug #453157, 'Fails to post usenet
9603                 articles after NNTP connection has been 
9604                 interrupted". Fix return value to prevent deletion
9605                 on failure, and issue MODE READER in case posting
9606                 fails at first.
9607
9608 2007-12-05 [colin]      3.1.0cvs59
9609
9610         * src/messageview.c
9611         * src/uri_opener.c
9612                 Improvements to the List URIs dialog
9613                 Patch by Pawel
9614
9615 2007-12-05 [colin]      3.1.0cvs58
9616
9617         * src/prefs_other.c
9618         * src/gtk/gtksctree.h
9619                 Fix warnings
9620
9621 2007-12-04 [colin]      3.1.0cvs57
9622
9623         * src/etpan/imap-thread.c
9624                 Fix bug 1378, 'Claws exits on IMAP alert message'
9625                 Don't do GTK calls directly from Etpan thread
9626
9627 2007-12-04 [colin]      3.1.0cvs56
9628
9629         * src/folderview.c
9630         * src/gtk/gtksctree.c
9631                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
9632                 Make all the left of column zero an hotspot for
9633                 expanding.
9634
9635 2007-12-04 [colin]      3.1.0cvs55
9636
9637         * src/mainwindow.c
9638         * src/mainwindow.h
9639         * src/prefs_common.c
9640         * src/prefs_common.h
9641         * src/prefs_receive.c
9642                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
9643
9644 2007-12-04 [wwp]        3.1.0cvs54
9645
9646         * src/prefs_other.c
9647                 Fix for bug #1419.
9648
9649 2007-12-04 [holger]     3.1.0cvs53
9650
9651         * src/addrduplicates.c
9652         * src/addrduplicates.h
9653                 Export addressbook entry deletion
9654
9655 2007-12-04 [colin]      3.1.0cvs52
9656
9657         * tools/Makefile.am
9658         * tools/README.sylprint
9659         * tools/sylprint.pl
9660         * tools/sylprint.rc
9661                 Fix debian bug #454089 (symlink attack in TMP directory)
9662                 http://secwatch.org/advisories/1019661/ :
9663                 Remove the buggy script, which was unmaintained anyway
9664         * src/news.c
9665         * src/procmsg.c
9666                 Store things in our private tmp directory.
9667
9668 2007-12-03 [colin]      3.1.0cvs51
9669
9670         * src/folder.c
9671         * src/folder.h
9672         * src/folderview.c
9673         * src/imap.c
9674         * src/mainwindow.c
9675                 Fix update problem when getting remote tags
9676         * src/prefs_matcher.c
9677                 Rework GUI to make it better. Patch by Pawel
9678                 Pekala
9679
9680 2007-12-03 [colin]      3.1.0cvs50
9681
9682         * src/etpan/imap-thread.c
9683         * src/etpan/nntp-thread.c
9684                 Fix bug 1417, 'Network log doesn't reveal 
9685                 enough NNTP errors'
9686
9687 2007-12-02 [iwkse]      3.1.0cvs49
9688
9689         * src/plugins/dillo_viewer/dillo_prefs.c
9690                         Insert dillo under the Plugins menu
9691
9692 2007-12-01 [paul]       3.1.0cvs48
9693
9694         * src/html.c
9695                 add these variant forms
9696                 Thanks to Colin
9697
9698 2007-12-01 [paul]       3.1.0cvs47
9699
9700         * src/matcher.c
9701                 fix a typo
9702
9703 2007-12-01 [paul]       3.1.0cvs46
9704
9705         * po/POTFILES.in
9706                 add the new addrcustomattr.c file
9707
9708 2007-11-29 [colin]      3.1.0cvs45
9709
9710         * src/common/ssl_certificate.c
9711                 Use the more modern getaddrinfo instead of 
9712                 gethostbyname when possible
9713
9714 2007-11-28 [colin]      3.1.0cvs44
9715
9716         * src/summaryview.c
9717                 Maybe fix bug 1410 and other crash reports
9718                 in summaryview since cvs38.
9719
9720 2007-11-28 [wwp]        3.1.0cvs43
9721
9722         * src/prefs_summary_open.c
9723                 Guard against an empty list of actions to perform
9724                 when opening a folder (or migration defaults could
9725                 be introduced, confusing).
9726
9727 2007-11-28 [colin]      3.1.0cvs42
9728
9729         * src/folderview.c
9730                 Fix mark all read from folder's contextual menu
9731
9732 2007-11-27 [colin]      3.1.0cvs41
9733
9734         * src/imap.c
9735         * src/imap.h
9736         * src/imap_gtk.c
9737         * src/prefs_account.c
9738         * src/etpan/imap-thread.c
9739                 A few fixes to the IMAP flags handling: Optimisations,
9740                 two crashers, mention that Bandwitdh-efficient mode
9741                 prevents tag fetching.
9742                 Fix M-UTF7 in subscription dialog.
9743
9744 2007-11-27 [colin]      3.1.0cvs40
9745
9746         * src/folder.c
9747         * src/mbox.c
9748         * src/summaryview.c
9749                 Make filtering faster on flags change: Batch original 
9750                 folderitem, where we'll do flags/tags changes.
9751
9752 2007-11-27 [colin]      3.1.0cvs39
9753
9754         * src/filtering.c
9755                 Fix bug 1407, 'After a copy action, further rules apply 
9756                 to both original and copy'
9757
9758 2007-11-27 [colin]      3.1.0cvs38
9759
9760         * src/edittags.c
9761         * src/summaryview.c
9762                 Fixes races when doing a long operation and user
9763                 asks for another one (Mark all read/unread on a 
9764                 big folder on IMAP for example)
9765
9766 2007-11-27 [wwp]        3.1.0cvs37
9767
9768         * src/addressbook.c
9769         * src/prefs_common.c
9770                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
9771                 and 3.1.0cvs35 (addressbook.c).
9772
9773 2007-11-27 [holger]     3.1.0cvs36
9774
9775         * src/printing.c
9776                 Add a line separating header and body
9777                 in the printout
9778
9779 2007-11-27 [wwp]        3.1.0cvs35
9780
9781         * src/addressbook.c
9782                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
9783                 (thanks to Colin) and revert disabling of cut/copy
9784                 context menu entries upon selected groups.
9785
9786 2007-11-27 [holger]     3.1.0cvs34
9787
9788         * src/printing.c
9789                 Add weights to the list of supported text attributes
9790                 for printing
9791
9792 2007-11-27 [wwp]        3.1.0cvs33
9793
9794         * src/Makefile.am
9795         * src/addrcustomattr.c
9796         * src/addrcustomattr.h
9797         * src/addressbook.c
9798         * src/editaddress.c
9799         * src/editaddress.h
9800         * src/prefs_common.c
9801         * src/prefs_common.h
9802         * src/common/defs.h
9803                 Provide a (customizable) list of preset attribute names
9804                 for editing contacts (closes bug #1391).
9805
9806 2007-11-27 [wwp]        3.1.0cvs32
9807
9808         * src/addrclip.c
9809         * src/addressbook.c
9810         * src/addritem.c
9811                 Various fixes in the address book:
9812                         - made copy/move of a folder to itself or its subtree
9813                           impossible (-> error)
9814                         - errors messages don't show in the status bar anymore,
9815                           use alertpanels instead
9816                         - simple click on group doesn't open group edit dialog
9817                           anymore when in contact edit embedded mode (was too itchy)
9818                         - fixed disabling of edit button and and menu entry when
9819                           in contact edit embedded mode (was done in a bad and
9820                           ineffective way)
9821                         - fix menu cut/paste sensitivity in treelist context
9822                           menu (conflicting enabling was done by different functions)
9823                         - fix some menu item sensitivity in address list context menu
9824                         - don't allow cut/copy of groups, it's useless as they won't
9825                           be copied w/ their contents
9826                         - fix missing copy of the picture file when copying (bug #1402),
9827                           fix picture attribute (internal) value when moving or copying
9828
9829
9830 2007-11-27 [colin]      3.1.0cvs31
9831
9832         * src/folder.c
9833         * src/imap.c
9834                 Fix tags loss on move, fix space encoding
9835
9836 2007-11-26 [colin]      3.1.0cvs30
9837
9838         * src/edittags.c
9839         * src/folder.c
9840         * src/folder.h
9841         * src/imap.c
9842         * src/messageview.c
9843         * src/procmsg.c
9844         * src/procmsg.h
9845         * src/summaryview.c
9846         * src/common/utils.c
9847         * src/common/utils.h
9848         * src/etpan/imap-thread.c
9849         * src/etpan/imap-thread.h
9850                 Add IMAP tags support
9851
9852 2007-11-26 [colin]      3.1.0cvs29
9853
9854         * src/imap.c
9855                 Fix bug 1405, 'imap auto auth method doesn't 
9856                 work since 3.1.0'
9857
9858 2007-11-26 [colin]      3.1.0cvs28
9859
9860         * src/messageview.c
9861         * src/procmime.c
9862                 Handle broken disposition-notifications from Evolution
9863                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
9864
9865 2007-11-25 [paul]       3.1.0cvs27
9866
9867         * src/folder_item_prefs.c
9868         * src/folder_item_prefs.h
9869                 remove dead code
9870
9871 2007-11-23 [wwp]        3.1.0cvs26
9872
9873         * src/matcher.c
9874         * src/matcher.h
9875         * src/matcher_parser_parse.y
9876         * src/prefs_matcher.c
9877                 Fix irrelevant case folding when adding matcher condition 'test',
9878                 thanks to Colin.
9879
9880 2007-11-23 [wwp]        3.1.0cvs25
9881
9882         * src/prefs_common.c
9883         * src/prefs_common.h
9884         * src/prefs_summary_open.c
9885         * src/prefs_summary_open.h
9886         * src/summaryview.c
9887                 Add "select first email in list" to the list of possible selections
9888                 when opening a folder.
9889
9890 2007-11-23 [paul]       3.1.0cvs24
9891
9892         * po/de.po
9893                 a fix by Stephan Sachse, plus remove all
9894                 old strings from the end of the file
9895
9896 2007-11-23 [wwp]        3.1.0cvs23
9897
9898         * src/prefs_msg_colors.c
9899                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
9900                 with little changes.
9901
9902 2007-11-23 [paul]       3.1.0cvs22
9903
9904         * src/prefs_logging.c
9905                 eliminate wasted horizontal space
9906
9907 2007-11-23 [paul]       3.1.0cvs21
9908
9909         * src/prefs_summaries.c
9910                 don't wrap the label or put linebreaks
9911
9912 2007-11-22 [colin]      3.1.0cvs20
9913
9914         * src/plugins/pgpinline/pgpinline.c
9915                 Fix decryption
9916
9917 2007-11-22 [wwp]        3.1.0cvs19
9918
9919         * src/prefs_themes.c
9920                 Yet another misuse of get_rc_dir(), still related
9921                 to user themes. Completes 3.1.0cvs18.
9922
9923 2007-11-22 [wwp]        3.1.0cvs18
9924
9925         * src/stock_pixmap.c
9926                 Fix a misuse of get_rc_dir(), user themes dir was
9927                 not set properly and some themes might have disappeared
9928                 from themes list in prefs.
9929
9930 2007-11-22 [wwp]        3.1.0cvs17
9931
9932         * src/edittags.c
9933         * src/edittags.h
9934         * src/common/tags.c
9935         * src/common/tags.h
9936                 Correct copyright for these claws-mail-only brand new
9937                 files.
9938
9939 2007-11-22 [paul]       3.1.0cvs16
9940
9941         * src/compose.c
9942                 fix bug 1400, 'Drag and drop of URLs does not work'
9943                 Thanks to Colin
9944
9945 2007-11-22 [paul]       3.1.0cvs15
9946
9947         * src/prefs_common.c
9948                 make "cmds_use_system_default" default to FALSE
9949                 so as not to disrupt current settings
9950         * src/summaryview.c
9951                 increase the size of the GdkRectangle, tooltips
9952                 didn't show for me otherwise
9953
9954 2007-11-21 [colin]      3.1.0cvs14
9955
9956         * src/compose.c
9957         * src/crash.c
9958         * src/exphtmldlg.c
9959         * src/mainwindow.c
9960         * src/manual.c
9961         * src/mimeview.c
9962         * src/prefs_account.c
9963         * src/prefs_common.c
9964         * src/prefs_common.h
9965         * src/prefs_ext_prog.c
9966         * src/textview.c
9967         * src/uri_opener.c
9968         * src/gtk/about.c
9969         * src/gtk/gtkutils.c
9970                 Use xdg-open as a way to find default browser,
9971                 when available
9972
9973 2007-11-21 [colin]      3.1.0cvs13
9974
9975         * src/messageview.c
9976         * src/procmime.c
9977         * src/procmsg.h
9978                 Send better return receipts (useful ones)
9979                 Handle incoming return receipts
9980
9981 2007-11-20 [colin]      3.1.0cvs12
9982
9983         * src/printing.c
9984         * src/printing.h
9985                 Add getter/setter for settings, and getter
9986                 for page setup
9987
9988 2007-11-20 [colin]      3.1.0cvs11
9989
9990         * src/folderview.c
9991         * src/main.c
9992         * src/mainwindow.c
9993                 Fix bug 1396, 'Crash on disabling a filter 
9994                 while it is processing'
9995
9996 2007-11-20 [paul]       3.1.0cvs10
9997
9998         * src/folder.c
9999                 fix bug 1395, 'Crash on checking for new mails
10000                 while filter is running'
10001                 Thanks to Colin
10002
10003 2007-11-20 [paul]       3.1.0cvs9
10004
10005         * src/compose.c
10006                 make this string easier for translators
10007
10008 2007-11-19 [colin]      3.1.0cvs8
10009
10010         * src/prefs_summaries.c
10011         * src/summaryview.c
10012                 Don't enable more tooltips on Maemo
10013
10014 2007-11-19 [colin]      3.1.0cvs7
10015
10016         * src/prefs_common.c
10017         * src/prefs_common.h
10018         * src/prefs_summaries.c
10019         * src/summaryview.c
10020                 Fix bug 1388, 'message list tool tips'
10021                 Add (optional) tooltips in summaryview.
10022                 This only works with GTK+ >= 2.12
10023
10024 2007-11-19 [colin]      3.1.0cvs6
10025
10026         * src/compose.c
10027                 Make strings a bit better when attaching
10028                 from mailto: URIs
10029
10030 2007-11-19 [colin]      3.1.0cvs5
10031
10032         * src/common/utils.c
10033                 Fix bug 1392, 'Top level domain .EU is 
10034                 not recognised as valid'
10035
10036 2007-11-19 [wwp]        3.1.0cvs4
10037
10038         * src/compose.c
10039         * src/compose.h
10040                 Revert changes to compose.c made in 3.1.0cvs2.
10041
10042 2007-11-19 [wwp]        3.1.0cvs3
10043
10044         * src/addressbook.c
10045         * src/addressbook.h
10046         * src/editaddress.c
10047         * src/editgroup.c
10048         * src/addrduplicates.c
10049                 Minor improvements in the address book:
10050                 always accept new contacts provided that some
10051                 detail is set (instead of rejecting silently).
10052                 Better guessing of contact name from incomplete
10053                 name information. Better display of contacts with
10054                 no name, in contact lists, group contents, find
10055                 duplicate results.
10056                 
10057
10058 2007-11-19 [wwp]        3.1.0cvs2
10059
10060         * src/compose.c
10061         * src/compose.h
10062         * src/prefs_logging.c
10063         * src/prefs_summaries.c
10064                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
10065                 wrap some long label in prefs/summaries, layout checkboxes
10066                 in a more compact form in prefs/loggin, make account and
10067                 header's combos have the same size/spacing in compose
10068                 window.
10069
10070 2007-11-19 [wwp]        3.1.0cvs1
10071
10072         * src/edittags.c
10073                 Fix a tiny leak and duplicate variable.
10074
10075 2007-11-19 [paul]       3.1.0
10076
10077         * NEWS
10078         * README
10079         * RELEASE_NOTES 
10080                 3.1.0 released
10081
10082 2007-11-19 [paul]       3.0.2cvs145
10083
10084         * po/de.po
10085         * po/fi.po
10086         * po/fr.po
10087         * po/hu.po
10088         * po/it.po
10089         * po/pl.po
10090         * po/pt_BR.po
10091         * po/sk.po
10092         * po/zh_CN.po
10093                 updated by Stephan Sachse, Flammie Pirinen,
10094                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
10095                 Emil Nowak, Frederico Goncalves Guimaraes,
10096                 Andrej Kacian, and Ralph Young
10097
10098 2007-11-18 [mones]      3.0.2cvs144
10099
10100         * po/es.po
10101                 Updated Spanish translation
10102
10103 2007-11-18 [colin]      3.0.2cvs143
10104
10105         * src/edittags.c
10106                 Prevent empty tag after edit, thanks to wwp
10107
10108 2007-11-18 [colin]      3.0.2cvs142
10109
10110         * src/editaddress.c
10111                 Fix possible "(null)" %s - thanks to wwp
10112
10113 2007-11-16 [wwp]        3.0.2cvs141
10114
10115         * src/common/utils.c
10116                 Fix for 3.0.2cvs140, prevents from crashing when opening
10117                 a compose window.
10118
10119 2007-11-16 [colin]      3.0.2cvs140
10120
10121         * src/main.c
10122         * src/common/claws.c
10123                 Output a bit more useful info at startup
10124                 in --debug mode
10125
10126 2007-11-16 [colin]      3.0.2cvs139
10127
10128         * src/compose.c
10129         * src/common/utils.c
10130         * src/common/utils.h
10131                 Fix bug 1387, 'Request for --compose to 
10132                 support multiple attachments'
10133
10134 2007-11-16 [colin]      3.0.2cvs138
10135
10136         * src/news.c
10137                 Fix bug 1390, 'NNTP fails after server 
10138                 closed connection'
10139
10140 2007-11-16 [colin]      3.0.2cvs137
10141
10142         * src/prefs_display_header.c
10143                 Fix bug 1389, 'Changing 'Display headers 
10144                 in message view' breaks dispheaderrc'
10145
10146 2007-11-14 [colin]      3.0.2cvs136
10147
10148         * src/summaryview.c
10149         * src/gtk/quicksearch.c
10150         * src/gtk/quicksearch.h
10151                 Fix resetting the quicksearch when in non-sticky
10152                 mode, but Recursive is set: reset only when going
10153                 out of the root search folder.
10154
10155 2007-11-14 [colin]      3.0.2cvs135
10156
10157         * src/filtering.c
10158                 Don't set new flag back when doing "Mark as unread"
10159                 from filtering
10160
10161 2007-11-12 [paul]       3.0.2cvs134
10162
10163         * src/plugins/dillo_viewer/dillo_viewer.c
10164                 don't offer the mime type for translation
10165
10166 2007-11-12 [paul]
10167
10168         3.1.0-rc2 released
10169
10170 2007-11-11 [colin]      3.0.2cvs133
10171
10172         * src/imap_gtk.c
10173         * src/mh_gtk.c
10174                 Use markup-escaped strings in dialogs
10175
10176 2007-11-11 [colin]      3.0.2cvs132
10177
10178         * src/imap.c
10179                 Better IMAP-UTF7/UTF8 conversion
10180
10181 2007-11-10 [colin]      3.0.2cvs131
10182
10183         * src/news.c
10184                 Fix debian bug 450698, 'nntp auth behavior changed 
10185                 without notice'
10186
10187 2007-11-10 [colin]      3.0.2cvs130
10188
10189         * configure.ac
10190         * src/inc.c
10191         * src/main.c
10192         * src/main.h
10193         * src/mimeview.c
10194         * src/statusbar.c
10195         * src/common/utils.c
10196         * src/etpan/Makefile.am
10197         * src/gtk/filesel.c
10198         * src/gtk/gtkutils.h
10199         * src/gtk/menu.c
10200         * src/plugins/bogofilter/Makefile.am
10201         * src/plugins/clamav/Makefile.am
10202         * src/plugins/dillo_viewer/Makefile.am
10203         * src/plugins/pgpcore/Makefile.am
10204         * src/plugins/spamassassin/Makefile.am
10205         * src/plugins/trayicon/Makefile.am
10206                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
10207
10208 2007-11-09 [colin]      3.0.2cvs129
10209
10210         * src/addressbook.c
10211         * src/ldapupdate.c
10212                 fix bug 1375, 'Impossible to modify e-mail
10213                 in LDAP addressbook twice'; Try two. update
10214                 externalID, don't make display lag, and
10215                 fix the cases where dn is not mail.
10216
10217 2007-11-08 [paul]       3.0.2cvs128
10218
10219         * src/account.c
10220         * src/compose.c
10221         * src/messageview.c
10222         * src/prefs_account.c
10223         * src/prefs_account.h
10224                 reinstate 'Generate Message-ID' option as an
10225                 account preference. (hidden on IMAP)
10226                 Thanks to Colin
10227
10228 2007-11-08 [paul]       3.0.2cvs127
10229
10230         * src/textview.c
10231                 MAEMO: fix failure of loading images inline
10232                 MAEMO: fix bug 1349, 'Emails still skip to end
10233                 when opened (in certain circumstances)...'
10234
10235 2007-11-07 [colin]      3.0.2cvs126
10236
10237         * src/toolbar.c
10238                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
10239
10240 2007-11-07 [colin]      3.0.2cvs125
10241
10242         * src/toolbar.c
10243                 Re-change the string occurence of A_CLAWS_ACTIONS
10244                 to A_SYL_ACTIONS, to prevent parse errors of the
10245                 toolbar_*.xml files
10246
10247 2007-11-07 [colin]      3.0.2cvs124
10248
10249         * src/mimeview.c
10250         * src/prefs_common.c
10251         * src/prefs_common.h
10252         * manual/advanced.xml
10253                 Add an hidden pref, 'save_parts_readwrite';
10254                 completes 3.0.2cvs35
10255
10256 2007-11-07 [paul]       3.0.2cvs123
10257
10258         * src/prefs_toolbar.c
10259         * src/toolbar.c
10260         * src/toolbar.h
10261                 rename ToolbarSylpheedActions to ToolbarClawsActions
10262                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
10263
10264 2007-11-07 [paul]       3.0.2cvs122
10265
10266         * src/toolbar.c
10267                 MAEMO: remove tooltips
10268
10269 2007-11-07 [colin]      3.0.2cvs121
10270
10271         * src/plugins/pgpinline/pgpinline.c
10272                 Fix bug 1377, 'unspecific errors on 
10273                 signature checking'. Fix trimming of
10274                 UTF8 data.
10275
10276 2007-11-06 [iwkse]      3.0.2cvs120
10277
10278         * src/prefs_summary_open.c
10279                 yet a string change
10280
10281 2007-11-06 [paul]       3.0.2cvs119
10282
10283         * tools/Makefile.am
10284         * tools/README
10285         * tools/csv2addressbook.pl
10286                 add a new script that imports a CSV formatted
10287                 address book. Becky and Thunderbird address
10288                 book are currently supported.
10289
10290 2007-11-05 [colin]      3.0.2cvs118
10291
10292         * src/imap.c
10293                 Fix deletion 
10294
10295 2007-11-05 [iwkse]      3.0.2cvs117
10296
10297         * src/prefs_summary_open.c
10298                 String changes
10299
10300 2007-11-04 [paul]       3.0.2cvs116
10301
10302         * src/addressbook_foldersel.c
10303                 fix gtk critical warning
10304                 Patch by Pawel Pekala
10305
10306 2007-11-04 [paul]       3.0.2cvs115
10307
10308         * tools/README
10309         * tools/claws-mail-compose-insert-files.pl
10310                 add --bcc and uri_escape() everything
10311
10312 2007-11-04 [paul]       3.0.2cvs114
10313
10314         * src/gtk/gtkutils.c
10315                 gtkut_stock_with_text_button_set_create(): set
10316                 GTK_CAN_DEFAULT on buttons 2 and 3
10317
10318 2007-11-03 [paul]       3.0.2cvs113
10319
10320         * src/common/utils.c
10321                 fix debian bug #448814, 'mailto: URI decoding
10322                 desn't decode the destination address field'
10323                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
10324
10325 2007-11-03 [paul]       3.0.2cvs112
10326
10327         * AUTHORS
10328         * src/compose.c
10329         * src/gtk/authors.h
10330                 allow Bcc in commandline URIs
10331                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
10332
10333 2007-11-02 [colin]      3.0.2cvs111
10334
10335         * src/addressbook.c
10336                 Maybe fix bug 1376, 'crash on 
10337                 addressbook manipulation'
10338
10339 2007-10-31 [paul]       3.0.2cvs110
10340
10341         * src/ldapupdate.c
10342                 fix bug 1375, 'Impossible to modify e-mail
10343                 in LDAP addressbook twice'
10344                 Patch by Michael Rasmussen
10345
10346 2007-10-30 [paul]       3.0.2cvs109
10347
10348         * configure.ac
10349                 enable GnuTLS support with --enable-gnutls which
10350                 will disable openssl support. if the user has
10351                 gtk >= 2.10.x don't allow gnomeprint even if the
10352                 user asks for it
10353
10354 2007-10-30 [paul]
10355
10356         3.1.0-rc1 released
10357
10358 2007-10-30 [paul]       3.0.2cvs108
10359
10360         * Makefile.am
10361                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
10362
10363 2007-10-30 [paul]       3.0.2cvs107
10364
10365         * src/expldifdlg.c
10366         * src/prefs_account.c
10367         * src/prefs_folder_item.c
10368         * src/prefs_spelling.c
10369         * src/prefs_themes.c
10370         * src/wizard.c
10371         * src/gtk/gtkaspell.c
10372         * src/gtk/gtkaspell.h
10373         * src/plugins/spamassassin/spamassassin_gtk.c
10374                 replace deprecated gtk_option_menu...
10375                 patch by Pawel Pekala
10376
10377 2007-10-29 [colin]      3.0.2cvs106
10378
10379         * src/plugins/dillo_viewer/dillo_prefs.c
10380                 Fix forgotten signal connect
10381
10382 2007-10-28 [colin]      3.0.2cvs105
10383
10384         * src/plugins/dillo_viewer/dillo_prefs.c
10385         * src/plugins/dillo_viewer/dillo_prefs.h
10386         * src/plugins/dillo_viewer/dillo_viewer.c
10387                 Implement addressbook-based whitelisting for loading
10388                 remote images. Fixed missing destroy of the embedded
10389                 browser that made a Dillo window pop up on exit, if
10390                 an HTML part was displayed.
10391
10392 2007-10-26 [colin]      3.0.2cvs104
10393
10394         * src/edittags.c
10395                 Add missing static
10396
10397 2007-10-25 [colin]      3.0.2cvs103
10398
10399         * src/editaddress.c
10400                 Add tap-and-hold on the picture, for Maemo
10401         * src/edittags.c
10402         * src/edittags.h
10403         * src/mainwindow.c
10404         * src/procmsg.c
10405         * src/summaryview.c
10406         * src/textview.c
10407                 Unify tag interfaces.
10408
10409 2007-10-25 [colin]      3.0.2cvs102
10410
10411         * src/imap.c
10412         * src/etpan/imap-thread.h
10413                 Much better error handling. We'll need to be really
10414                 clear to users about where errors come from, with 
10415                 the apparition of Gmail's IMAP server.
10416
10417 2007-10-24 [colin]      3.0.2cvs101
10418
10419         * src/edittags.c
10420         * src/mainwindow.c
10421         * src/summaryview.c
10422         * src/textview.c
10423                 Add tags sorting (alphabetical); allow deletion of
10424                 tags from the Apply Tags window
10425
10426 2007-10-24 [colin]      3.0.2cvs100
10427
10428         * src/editaddress.c
10429         * src/editaddress_other_attributes_ldap.c
10430         * src/editaddress_other_attributes_ldap.h
10431         * src/ldapctrl.c
10432         * src/ldapquery.c
10433         * src/ldapupdate.c
10434                 Fix LDAP writing (got broken in cvs39)
10435                 Add read-only support for jpegPhoto LDAP field
10436
10437 2007-10-23 [colin]      3.0.2cvs99
10438
10439         * src/news.c
10440                 Fix crash in some cases
10441
10442 2007-10-22 [colin]      3.0.2cvs98
10443
10444         * src/common/socket.h
10445         * src/common/ssl.c
10446                 Fix big leak in GnuTLS code
10447
10448 2007-10-22 [colin]      3.0.2cvs97
10449
10450         * src/news.c
10451                 Fix bug 1368, 'SIGSEGV in NNTP code'
10452
10453 2007-10-22 [colin]      3.0.2cvs96
10454
10455         * src/prefs_customheader.c
10456                 Catch compface warnings when generating X-Faces
10457
10458 2007-10-22 [wwp]        3.0.2cvs95
10459
10460         * src/quote_fmt_parse.y
10461                 Remove accidentally committed debug traces.
10462                 Fix a warning.
10463
10464 2007-10-22 [colin]      3.0.2cvs94
10465
10466         * src/etpan/nntp-thread.c
10467                 Fix authentication
10468
10469 2007-10-19 [wwp]        3.0.2cvs93
10470
10471         * src/common/ssl_certificate.c
10472                 Add missing include (Windows).
10473
10474 2007-10-19 [colin]      3.0.2cvs92
10475
10476         * src/imap_gtk.c
10477         * src/mimeview.c
10478         * src/textview.c
10479         * src/gtk/inputdialog.c
10480         * src/gtk/inputdialog.h
10481                 Remove the last old combo; patch by
10482                 Pawel
10483
10484 2007-10-19 [colin]      3.0.2cvs91
10485
10486         * src/common/ssl.c
10487                 Fix interop problem with GnuTLS and some crappy
10488                 servers that have very little keys.
10489
10490 2007-10-19 [colin]      3.0.2cvs90
10491
10492         * src/common/ssl.c
10493                 Fix return value check on GnuTLS, and
10494                 display the error
10495
10496 2007-10-18 [colin]      3.0.2cvs89
10497
10498         * src/common/ssl_certificate.c
10499                 Fix missing initialisations
10500
10501 2007-10-18 [wwp]        3.0.2cvs88
10502
10503         * src/Makefile.am
10504                 Fix linking against GNUTLS (matters if --enable-gnutls only).
10505
10506 2007-10-18 [colin]      3.0.2cvs87
10507
10508         * po/POTFILES.in
10509                 Fix build
10510
10511 2007-10-18 [mones]      3.0.2cvs86
10512
10513         * src/editbook.c
10514         * src/import.c
10515         * src/prefs_account.c
10516         * src/prefs_receive.c
10517         * src/gtk/about.c
10518         * src/plugins/bogofilter/bogofilter_gtk.c
10519         * src/plugins/spamassassin/spamassassin_gtk.c
10520                 More capitalisation micro-fixes
10521
10522 2007-10-18 [paul]       3.0.2cvs85
10523
10524         * configure.ac
10525                 add info about NNTP support via libetpan
10526                 change the configure output ending msg a little
10527         * src/gtk/about.c
10528                 similar changes to above
10529
10530 2007-10-18 [colin]      3.0.2cvs84
10531
10532         * src/procmime.c
10533         * src/procmime.h
10534                 Fix missing symbol for S/MIME
10535
10536 2007-10-18 [colin]      3.0.2cvs83
10537
10538         * src/prefs_filtering_action.c
10539                 Fix crash in tags (introduced in cvs78)
10540
10541 2007-10-18 [colin]      3.0.2cvs82
10542
10543         * src/common/Makefile.am
10544         * src/common/nntp.c
10545         * src/common/nntp.h
10546         * src/etpan/Makefile.am
10547         * src/etpan/etpan-thread-manager-types.h
10548         * src/etpan/etpan-thread-manager.c
10549         * src/etpan/imap-thread.c
10550         * src/etpan/nntp-thread.c
10551         * src/etpan/nntp-thread.h
10552         * src/news.c
10553         * src/news.h
10554                 Rewrite the nntp implementation
10555                 to use libetpan. Non-blocking NNTP!
10556         * src/account.c
10557         * src/crash.c
10558         * src/imap.c
10559         * src/inc.c
10560         * src/main.c
10561         * src/mainwindow.c
10562         * src/pop.c
10563         * src/pop.h
10564         * src/prefs_account.c
10565         * src/recv.c
10566         * src/recv.h
10567         * src/send_message.c
10568         * src/send_message.h
10569         * src/ssl_manager.c
10570         * src/ssl_manager.h
10571         * src/wizard.c
10572         * src/common/claws.c
10573         * src/common/session.c
10574         * src/common/session.h
10575         * src/common/smtp.c
10576         * src/common/smtp.h
10577         * src/common/socket.c
10578         * src/common/socket.h
10579         * src/common/ssl.c
10580         * src/common/ssl.h
10581         * src/common/ssl_certificate.c
10582         * src/common/ssl_certificate.h
10583         * src/gtk/about.c
10584         * src/gtk/sslcertwindow.c
10585         * src/gtk/sslcertwindow.h
10586                 Implement GnuTLS support. GnuTLS support
10587                 will be used if OpenSSL isn't available, or
10588                 specified explicitely. (the reason is that
10589                 GnuTLS cerficate checking is a bit less 
10590                 practical than OpenSSL's)
10591
10592 2007-10-18 [paul]       3.0.2cvs81
10593
10594         * src/gtk/inputdialog.c
10595         * src/gtk/inputdialog.h
10596                 fix copyright header
10597
10598 2007-10-17 [colin]      3.0.2cvs80
10599
10600         * src/plugins/pgpcore/select-keys.c
10601                 Fix bug which prevented encryption key
10602                 auto-selection when two or more matched the
10603                 email address, but only one isn't revoked
10604                 or expired.
10605
10606 2007-10-17 [wwp]        3.0.2cvs79
10607
10608         * src/compose.c
10609         * src/quote_fmt.c
10610         * src/quote_fmt.h
10611         * src/quote_fmt_lex.l
10612         * src/quote_fmt_parse.y
10613                 Templates can now attach files using |attach{filename}.
10614
10615 2007-10-17 [wwp]        3.0.2cvs78
10616
10617         * src/prefs_customheader.c
10618         * src/prefs_ext_prog.c
10619         * src/prefs_filtering_action.c
10620         * src/prefs_matcher.c
10621         * src/prefs_other.c
10622         * src/prefs_toolbar.c
10623         * src/gtk/combobox.c
10624         * src/gtk/combobox.h
10625         * src/gtk/gtkutils.c
10626         * src/gtk/gtkutils.h
10627         * src/plugins/bogofilter/bogofilter_gtk.c
10628         * src/plugins/spamassassin/spamassassin_gtk.c
10629                 Removed almost all remaining instances of GtkCombo
10630                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
10631                 few visual and code cleanup from Colin.
10632
10633 2007-10-16 [wwp]        3.0.2cvs77
10634         * src/gtk/pluginwindow.c
10635                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
10636
10637 2007-10-15 [colin]      3.0.2cvs76
10638
10639         * src/edittags.c
10640         * src/edittags.h
10641         * src/filtering.c
10642         * src/filtering.h
10643         * src/importmutt.c
10644         * src/importpine.c
10645         * src/main.c
10646         * src/messageview.c
10647         * src/messageview.h
10648         * src/mimeview.c
10649         * src/mimeview.h
10650         * src/pop.c
10651         * src/pop.h
10652         * src/prefs_common.c
10653         * src/prefs_common.h
10654         * src/prefs_customheader.c
10655         * src/prefs_customheader.h
10656         * src/prefs_display_header.c
10657         * src/prefs_display_header.h
10658         * src/prefs_filtering_action.c
10659         * src/prefs_filtering_action.h
10660         * src/prefs_folder_column.c
10661         * src/prefs_folder_column.h
10662         * src/prefs_folder_item.c
10663         * src/prefs_folder_item.h
10664         * src/prefs_gtk.c
10665         * src/prefs_gtk.h
10666         * src/prefs_logging.h
10667         * src/prefs_matcher.c
10668         * src/prefs_matcher.h
10669         * src/prefs_summary_column.c
10670         * src/prefs_summary_column.h
10671         * src/prefs_summary_open.c
10672         * src/procheader.c
10673         * src/procheader.h
10674         * src/procmime.c
10675         * src/procmime.h
10676         * src/recv.c
10677         * src/recv.h
10678         * src/sourcewindow.c
10679         * src/sourcewindow.h
10680         * src/summaryview.c
10681         * src/summaryview.h
10682         * src/textview.c
10683         * src/textview.h
10684         * src/toolbar.c
10685         * src/toolbar.h
10686         * src/common/mgutils.c
10687         * src/common/mgutils.h
10688         * src/common/nntp.c
10689         * src/common/nntp.h
10690         * src/common/prefs.c
10691         * src/common/prefs.h
10692         * src/common/socket.c
10693         * src/common/socket.h
10694         * src/common/stringtable.c
10695         * src/common/stringtable.h
10696         * src/common/template.c
10697         * src/common/template.h
10698         * src/common/uuencode.c
10699         * src/common/uuencode.h
10700         * src/gtk/gtkshruler.c
10701         * src/gtk/gtkshruler.h
10702         * src/gtk/menu.c
10703         * src/gtk/menu.h
10704         * src/gtk/progressdialog.c
10705         * src/gtk/progressdialog.h
10706                 Remove/staticalize, the return of the revenge
10707
10708 2007-10-15 [colin]      3.0.2cvs75
10709
10710         * src/matcher.c
10711                 Fix redirections in filtering's tests
10712
10713 2007-10-15 [colin]      3.0.2cvs74
10714
10715         * src/imap.c
10716                 Don't build imap_synchronise at all when 
10717                 building without libetpan
10718
10719 2007-10-14 [colin]      3.0.2cvs73
10720
10721         * src/imap.c
10722         * src/common/md5.c
10723         * src/common/md5.h
10724         * src/gtk/manage_window.c
10725         * src/gtk/manage_window.h
10726                 Remove more unused code
10727
10728 2007-10-14 [colin]      3.0.2cvs72
10729
10730         * src/addrquery.c
10731         * src/addrquery.h
10732         * src/recv.c
10733         * src/recv.h
10734         * src/vcard.c
10735         * src/vcard.h
10736         * src/common/xml.c
10737         * src/common/xml.h
10738         * src/common/xmlprops.c
10739         * src/common/xmlprops.h
10740                 Remove more unused code
10741
10742 2007-10-14 [colin]      3.0.2cvs71
10743
10744         * src/common/utils.c
10745                 Remove unused function
10746
10747 2007-10-13 [colin]      3.0.2cvs70
10748
10749         * src/imap.c
10750         * src/imap.h
10751         * src/mainwindow.c
10752         * src/mainwindow.h
10753         * src/gtk/gtkutils.c
10754         * src/gtk/gtkutils.h
10755                 Staticalise/Remove more code
10756
10757 2007-10-13 [colin]      3.0.2cvs69
10758
10759         * src/common/utils.c
10760         * src/common/utils.h
10761                 Remove dead code, unused for ages
10762
10763 2007-10-13 [colin]      3.0.2cvs68
10764
10765         * src/main.c
10766         * src/main.h
10767                 Maemo: define hildon_program in main.c,
10768                 make it accessible in the .h with extern
10769
10770 2007-10-13 [paul]       3.0.2cvs67
10771
10772         * src/gtk/menu.c
10773                 fix a bunch of runtime warnings on maemo
10774
10775 2007-10-13 [paul]       3.0.2cvs66
10776
10777         * src/main.c
10778         * src/main.h
10779         * src/gtk/gtkutils.c
10780         * src/gtk/gtkutils.h
10781                 fix a bunch of compiler warnings on maemo
10782
10783 2007-10-12 [colin]      3.0.2cvs65
10784
10785         * src/account.c
10786         * src/addritem.c
10787         * src/addritem.h
10788         * src/filtering.c
10789         * src/filtering.h
10790         * src/folder.c
10791         * src/folder.h
10792         * src/common/utils.c
10793         * src/common/utils.h
10794                 Remove unused code, staticalise some functions
10795
10796 2007-10-12 [paul]       3.0.2cvs64
10797
10798         * src/account.c
10799         * src/folderview.c
10800         * src/main.c
10801         * src/mainwindow.c
10802         * src/messageview.c
10803         * src/summary_search.c
10804         * src/summaryview.c
10805         * src/toolbar.c
10806         * src/wizard.c
10807         * src/common/utils.c
10808         * src/gtk/prefswindow.c
10809                 fix a bunch of compiler warnings on maemo
10810
10811 2007-10-11 [colin]      3.0.2cvs63
10812
10813         * src/editaddress.c
10814                 Make static function static
10815
10816 2007-10-11 [mones]      3.0.2cvs62
10817
10818         * src/addrduplicates.c
10819         * src/addressbook.c
10820         * src/compose.c
10821         * src/expldifdlg.c
10822         * src/mainwindow.c
10823         * src/messageview.c
10824         * src/pop.c
10825         * src/prefs_customheader.c
10826         * src/prefs_send.c
10827         * src/prefs_themes.c
10828         * src/common/plugin.c
10829         * src/gtk/pluginwindow.c
10830         * src/gtk/quicksearch.c
10831                 Fix several typos and capitalisation issues
10832
10833 2007-10-11 [wwp]        3.0.2cvs61
10834
10835         * src/editaddress.c
10836                 Fix a warning about possible use of uninitialized
10837                 filename var.
10838
10839 2007-10-11 [wwp]        3.0.2cvs60
10840
10841         * src/editaddress.c
10842                 Disable "Unset picture" menu item when there's
10843                 no picture to clear. Fix an extraneous g_unref_object,
10844                 add missing initializers.
10845
10846 2007-10-11 [wwp]        3.0.2cvs59
10847
10848         * src/pixmaps/anonymous.xpm
10849         * src/editaddress.c
10850         * src/Makefile.am
10851         * src/stock_pixmap.c
10852         * src/stock_pixmap.h
10853                 Fix a leak, gettext-ize the photo label.
10854                 Don't clear the existing picture if loading
10855                 a new one fails. Use a default 'anonymous'
10856                 picture (this new xpm has been added to the
10857                 internal stock_pixmap API). Add a
10858                 "Set picture" context menu entry.
10859
10860 2007-10-11 [colin]      3.0.2cvs58
10861
10862         * src/messageview.c
10863                 Make shift-shortcuts work
10864         * src/prefs_actions.c
10865                 Don't ask if we really want to close when
10866                 choosing OK and only the list is changed
10867         * src/prefs_template.c
10868                 Don't ask if we really want to close when
10869                 choosing OK and only the list is changed
10870         * src/common/plugin.c
10871                 Fix writing of second [Plugins_*] block
10872         * src/common/template.c
10873                 Remove unused files (fixes deletion)
10874
10875 2007-10-10 [paul]       3.0.2cvs57
10876
10877         * src/prefs_template.c
10878                 put the whole thing in a scrolled window
10879                 so that half the page is no longer inaccessible
10880                 on maemo
10881                 make the gtk_text_view smaller on maemo
10882
10883 2007-10-10 [colin]      3.0.2cvs56
10884
10885         * src/compose.c
10886                 Fix updating of Attachments number in some
10887                 cases (reedit, attach from command-line, ...)
10888
10889 2007-10-10 [colin]      3.0.2cvs55
10890
10891         * src/editaddress.c
10892                 Initialise error correctly
10893
10894 2007-10-10 [paul]       3.0.2cvs54
10895
10896         * src/prefs_filtering_action.c
10897         * src/gtk/description_window.c
10898         * src/gtk/foldersort.c
10899         * src/gtk/quicksearch.c
10900                 get rid of some pointless new lines and
10901                 make the descripton labels wrap better
10902
10903 2007-10-10 [colin]      3.0.2cvs53
10904
10905         * src/addressadd.c
10906         * src/editaddress.c
10907         * src/headerview.c
10908         * src/textview.c
10909                 More error handling on saving pictures
10910
10911 2007-10-10 [colin]      3.0.2cvs52
10912
10913         * src/printing.c
10914         * src/printing.h
10915                 Generalize a bit printing, so we can factorize
10916                 most of the code. 
10917
10918 2007-10-10 [paul]       3.0.2cvs51
10919
10920         * src/addrduplicates.c
10921                 fix engrish
10922                 use GTK_STOCK... buttons
10923
10924 2007-10-10 [paul]       3.0.2cvs50
10925
10926         * src/addressadd.c
10927         * src/addrindex.c
10928         * src/editaddress.c
10929                 Fix previous patch
10930                 Thanks to Colin
10931
10932 2007-10-10 [paul]       3.0.2cvs49
10933
10934         * src/summaryview.c
10935         * src/messageview.c
10936                 Fix crash on Add sender to addressbook when
10937                 From is null
10938         * src/addressadd.c
10939         * src/addrindex.c
10940         * src/editaddress.c
10941         * src/editaddress_other_attributes_ldap.h
10942                 Fix leaks 
10943                 Rename images to .png in addrbook/
10944         * src/headerview.c
10945         * src/textview.c
10946                 Fix Face/X-Face being used if adding another
10947                 address than sender to addressbook
10948                 Thanks to Colin
10949
10950 2007-10-10 [holger]     3.0.2cvs48
10951
10952         * src/addrduplicates.c
10953         * src/editaddress.c
10954                 Improvements to the addressbook duplicate finder
10955                 feature:
10956                  - add an edit button to the button bar
10957                  - display the whole bookname (with iface) and
10958                    use this for same-book checking
10959                  - after editing, try to keep selections if the
10960                    entries are still present
10961                  - sort the email column alphabetically
10962                  - put results in a scrolled window
10963                  - support embedded editing
10964                  - make columns in detail view resizable
10965                  - add keyboard shortcuts
10966
10967 2007-10-10 [wwp]        3.0.2cvs47
10968
10969         * src/addrindex.c
10970                 Fix a crash when there's no From: in email, thanks to Colin.
10971
10972 2007-10-09 [paul]       3.0.2cvs46
10973
10974         * src/messageview.c
10975         * src/summaryview.c
10976         * src/textview.c
10977                 fix building without compface support
10978
10979 2007-10-09 [colin]      3.0.2cvs45
10980
10981         * src/editaddress.c
10982         * src/headerview.c
10983         * src/textview.c
10984                 Add error handling
10985
10986 2007-10-09 [colin]      3.0.2cvs44
10987
10988         * src/addrduplicates.c
10989         * src/addressadd.c
10990         * src/addressadd.h
10991         * src/addressbook.c
10992         * src/addressbook.h
10993         * src/addrindex.c
10994         * src/addrindex.h
10995         * src/addritem.c
10996         * src/addritem.h
10997         * src/compose.c
10998         * src/editaddress.c
10999         * src/editaddress_other_attributes_ldap.h
11000         * src/headerview.c
11001         * src/messageview.c
11002         * src/mimeview.c
11003         * src/summaryview.c
11004         * src/textview.c
11005         * src/gtk/gtkutils.c
11006                 Automatically set contacts' pictures from Face 
11007                 or X-Face if they have no picture
11008                 Display the contact picture in textview or
11009                 headerview for mails sent by people in the 
11010                 addressbook, that have no Face or X-Face
11011                 Fix a few details in the Person edition dialog
11012                 (ability to unset picture)
11013                 Remove picture file when deleting contacts
11014
11015 2007-10-09 [iwkse]      3.0.2cvs43
11016
11017         * src/gtk/about.c
11018                 center the about window
11019
11020 2007-10-09 [paul]       3.0.2cvs42
11021
11022         * src/prefs_toolbar.c
11023                 fix icon selector window on maemo
11024
11025 2007-10-09 [paul]       3.0.2cvs41
11026
11027         * src/messageview.c
11028                 add 'go to' menu to separate msgview
11029
11030 2007-10-09 [colin]      3.0.2cvs40
11031
11032         * src/common/defs.h
11033                 Add forgotten file
11034
11035 2007-10-09 [iwkse]      3.0.2cvs39
11036
11037         * Makefile.am
11038         * src/addressbook.c
11039         * src/addritem.c
11040         * src/addritem.h
11041         * src/editaddress.c
11042         * src/editaddress_other_attributes_ldap.h
11043         * src/addrbook.c
11044         * src/Makefile.am
11045                 set a photo in the Addressbook
11046
11047 2007-10-08 [colin]      3.0.2cvs38
11048
11049         * src/prefs_toolbar.c
11050                 Make height 320 to remove the scrollbar 
11051                 (with current number of icons)
11052
11053 2007-10-08 [colin]      3.0.2cvs37
11054
11055         * src/prefs_toolbar.c
11056                 Transform the treeview to a GtkIconView.
11057                 Patch by Pawel
11058                 In addition, transform the window so that 
11059                 it looks like a popup menu. Patch by me
11060
11061 2007-10-08 [colin]      3.0.2cvs36
11062
11063         * src/compose.c
11064         * src/compose.h
11065                 Beautify the GUI a bit; in particular, show the
11066                 number of attachments in the tab's title.
11067                 Patch by Pawel
11068
11069 2007-10-08 [paul]       3.0.2cvs35
11070
11071         * src/mimeview.c
11072                 Save users from themselves: save temporary
11073                 files used for Open/Open with as read-only.
11074                 Thanks to Colin
11075
11076 2007-10-08 [paul]       3.0.2cvs34
11077
11078         * tools/Makefile.am
11079                 forgot this in cvs33
11080
11081 2007-10-08 [paul]       3.0.2cvs33
11082
11083         * tools/kdeservicemenu/README
11084         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
11085         * tools/kdeservicemenu/install.sh
11086         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
11087                 renamed template* to *template so as not to confuse
11088                 lintian
11089
11090 2007-10-08 [paul]       3.0.2cvs32
11091
11092         * src/prefs_themes.c
11093         * src/stock_pixmap.c
11094                 replace 2 direct uses of RC_DIR
11095
11096 2007-10-07 [colin]      3.0.2cvs31
11097
11098         * src/addrduplicates.c
11099         * src/addrduplicates.h
11100         * src/addressbook.c
11101         * src/addressbook.h
11102         * src/addrindex.c
11103         * src/addrindex.h
11104                 Implement deletion in duplicate finder. 
11105                 Patch by Holger 
11106
11107 2007-10-07 [colin]      3.0.2cvs30
11108
11109         * src/exporthtml.c
11110         * src/mbox.c
11111         * src/common/utils.c
11112                 Better fix for Solaris, thanks to Nicolas Doualot
11113
11114 2007-10-07 [colin]      3.0.2cvs29
11115
11116         * AUTHORS
11117         * src/gtk/authors.h
11118                 Add Frank Dietrich
11119
11120 2007-10-07 [colin]      3.0.2cvs28
11121
11122         * src/exporthtml.c
11123                 Fix HTML export to make it more compliant
11124                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
11125
11126 2007-10-07 [colin]      3.0.2cvs27
11127
11128         * src/prefs_toolbar.c
11129                 Only use icons that wouldn't look stupid in the toolbar
11130                 Patch by Pawel
11131
11132 2007-10-07 [colin]      3.0.2cvs26
11133
11134         * src/prefs_toolbar.c
11135                 Fix old icon being used when none is selected
11136
11137 2007-10-07 [colin]      3.0.2cvs25
11138
11139         * src/toolbar.c
11140                 Fix copy/paste error
11141
11142 2007-10-07 [colin]      3.0.2cvs24
11143
11144         * src/prefs_toolbar.c
11145         * src/toolbar.c
11146         * src/toolbar.h
11147                 Update icon to default one when changing event
11148                 Make the icon chooser nicer (handle Esc, Enter,
11149                 double-click)
11150
11151 2007-10-06 [colin]      3.0.2cvs23
11152
11153         * src/prefs_toolbar.c
11154                 Fix text reset; patch by Pawel
11155
11156 2007-10-06 [colin]      3.0.2cvs22
11157
11158         * src/toolbar.h
11159                 Complete previous commit
11160
11161 2007-10-06 [colin]      3.0.2cvs21
11162
11163         * src/prefs_toolbar.c
11164         * src/toolbar.c
11165                 Set toolbar text automatically to the default
11166                 when changing Event executed on click
11167
11168 2007-10-06 [colin]      3.0.2cvs20
11169
11170         * src/prefs_toolbar.c
11171                 Invert Text and Event fields
11172
11173 2007-10-06 [colin]      3.0.2cvs19
11174
11175         * src/prefs_toolbar.c
11176         * src/toolbar.c
11177                 Make toolbar prefs look much better
11178                 Patch by Pawel Pekala
11179
11180 2007-10-06 [paul]       3.0.2cvs18
11181
11182         * src/account.c
11183         * src/prefs_filtering.c
11184                 fix checkbuttons in gtktreeview on maemo by
11185                 setting maemo's "allow-checkbox-mode" to FALSE
11186
11187 2007-10-06 [colin]      3.0.2cvs17
11188
11189         * configure.ac
11190                 Export -DSOLARIS in CFLAGS for all
11191                 Solaris (not just 2.8) and OpenSolaris
11192
11193 2007-10-06 [paul]       3.0.2cvs16
11194
11195         * AUTHORS
11196         * src/exporthtml.c
11197         * src/mbox.c
11198         * src/gtk/authors.h
11199                 fix build on solaris where ctime_r takes
11200                 3 arguments rather than 2.
11201                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
11202
11203 2007-10-05 [colin]      3.0.2cvs15
11204
11205         * src/etpan/imap-thread.c
11206                 Fix wrong error codepath
11207
11208 2007-10-05 [wwp]        3.0.2cvs14
11209
11210         * src/filtering.c
11211                 Fix unexpected logging of quicksearches:
11212                 debug_filtering_session flag was never reset to FALSE, causing
11213                 matcher functions to log when called from a quicksearch
11214                 (if a filtering session happened before).
11215
11216 2007-10-05 [paul]       3.0.2cvs13
11217
11218         * src/prefs_actions.c
11219         * src/prefs_filtering.c
11220         * src/prefs_template.c
11221                 fix bug 1343, 'Filtering..'s close button
11222                 silently discards new filter'
11223                 Thanks to Colin
11224
11225 2007-10-05 [paul]       3.0.2cvs12
11226
11227         * configure.ac
11228         * src/Makefile.am
11229                 fix bug 1347, '-Wno-unused-function, optional'
11230
11231 2007-10-05 [colin]      3.0.2cvs11
11232
11233         * src/procmime.c
11234         * src/common/mgutils.c
11235                 Fix warnings
11236
11237 2007-10-05 [mones]      3.0.2cvs10
11238
11239         * manual/advanced.xml
11240                 Use full menu name
11241         * manual/es/advanced.xml
11242                 Synchronise translation
11243
11244 2007-10-04 [colin]      3.0.2cvs9
11245
11246         * src/action.c
11247         * src/addrbook.c
11248         * src/addrindex.c
11249         * src/compose.c
11250         * src/exporthtml.c
11251         * src/exportldif.c
11252         * src/folder.c
11253         * src/main.c
11254         * src/matcher.c
11255         * src/mbox.c
11256         * src/messageview.c
11257         * src/mh.c
11258         * src/news.c
11259         * src/partial_download.c
11260         * src/pop.c
11261         * src/procmime.c
11262         * src/procmsg.c
11263         * src/toolbar.c
11264         * src/common/log.c
11265         * src/common/mgutils.c
11266         * src/common/plugin.c
11267         * src/common/utils.c
11268         * src/common/xml.c
11269         * src/common/xml.h
11270         * src/common/xmlprops.c
11271         * src/common/xmlprops.h
11272         * src/plugins/bogofilter/bogofilter.c
11273         * src/plugins/clamav/clamav_plugin.c
11274         * src/plugins/dillo_viewer/dillo_prefs.c
11275         * src/plugins/pgpcore/prefs_gpg.c
11276         * src/plugins/pgpinline/pgpinline.c
11277         * src/plugins/pgpmime/pgpmime.c
11278         * src/plugins/spamassassin/spamassassin.c
11279         * src/plugins/trayicon/trayicon_prefs.c
11280                 Verify success on writes. Will fix possible strange
11281                 failure on disk full.
11282
11283 2007-10-04 [paul]       3.0.2cvs8
11284
11285         * manual/advanced.xml
11286                 add further info about Actions
11287                 Patch by Emmanuel Briot <briot@adacore.com>
11288
11289 2007-10-04 [paul]       3.0.2cvs7
11290
11291         * src/account.c
11292                 remove the D column, instead indicate the
11293                 default account by use of bold text
11294
11295 2007-10-03 [colin]      3.0.2cvs6
11296
11297         * src/common/template.c
11298                 Fix templates writing (was prone to disk full problems)
11299
11300 2007-10-03 [colin]      3.0.2cvs5
11301
11302         * src/Makefile.am
11303         * src/addrduplicates.c
11304         * src/addrduplicates.h
11305         * src/addressbook.c
11306                 Add duplicate deletion. Patch by Holger
11307
11308 2007-10-03 [colin]      3.0.2cvs4
11309
11310         * src/matcher.c
11311         * src/gtk/quicksearch.c
11312                 Fix bug 1340, 'Case insensitive searches with 
11313                 non-ascii alphabets fail'.
11314
11315 2007-10-03 [colin]      3.0.2cvs3
11316
11317         * src/main.c
11318         * src/common/utils.c
11319         * src/common/utils.h
11320                 Implement run-time alternative config directories
11321
11322 2007-10-03 [colin]      3.0.2cvs2
11323
11324         * src/folderview.c
11325                 Prevent opening folder item while folder
11326                 is scanned in a better way
11327
11328 2007-10-02 [paul]       3.0.2cvs1
11329
11330         * NEWS
11331         * README
11332         * RELEASE_NOTES
11333         * configure.ac
11334                 bump up version number following stable release
11335
11336 2007-09-30 [colin]      3.0.1cvs49
11337
11338         * src/imap.c
11339                 Refresh session if needed
11340
11341 2007-09-30 [colin]      3.0.1cvs48
11342
11343         * src/imap.c
11344                 Reset folder's session to NULL
11345                 before destroying it
11346
11347 2007-09-30 [mones]      3.0.1cvs47
11348
11349         * manual/handling.xml
11350                 Use markup quotes instead hardcoded quotes
11351         * manual/es/handling.xml
11352                 Added new synced section (IMAP subscriptions)
11353
11354 2007-09-29 [colin]      3.0.1cvs46
11355
11356         * src/imap.c
11357                 Notice disconnections faster
11358
11359 2007-09-28 [colin]      3.0.1cvs45
11360
11361         * src/addressbook.c
11362         * src/addrindex.c
11363                 Fix warnings
11364
11365 2007-09-28 [paul]       3.0.1cvs44
11366
11367         * src/mimeview.c
11368                 fix maemo build
11369
11370 2007-09-28 [paul]       3.0.1cvs43
11371
11372         * src/account.c
11373                 use gtk_widget_set_size_request() on the label
11374                 so that wrapping works better. get rid of the
11375                 (partially deprecated) hbutton_box.
11376                 these changes should prevent buttons overlapping
11377                 on maemo
11378
11379 2007-09-28 [colin]      3.0.1cvs42
11380
11381         * src/pop.c
11382                 Fix typo :)
11383
11384 2007-09-28 [colin]      3.0.1cvs41
11385
11386         * src/compose.c
11387         * src/msgcache.c
11388         * src/pop.c
11389         * src/procmime.c
11390         * src/etpan/imap-thread.c
11391                 64bits-related warning fixes
11392
11393 2007-09-28 [colin]      3.0.1cvs40
11394
11395         * src/folder_item_prefs.c
11396         * src/ldaputil.c
11397         * src/mainwindow.c
11398         * src/mimeview.c
11399         * src/common/tags.c
11400                 Fix warnings
11401
11402 2007-09-28 [colin]      3.0.1cvs39
11403
11404         * src/plugins/spamassassin/spamassassin.c
11405         * src/plugins/spamassassin/spamassassin.h
11406         * src/plugins/spamassassin/spamassassin_gtk.c
11407                 Add addressbook-based whitelisting
11408
11409 2007-09-28 [colin]      3.0.1cvs38
11410
11411         * src/folder.c
11412                 Fix bug 1337, 'crash on pressing Send button'
11413
11414 2007-09-28 [paul]       3.0.1cvs37
11415
11416         * src/prefs_folder_item.c
11417                 give the orphans a parent. makes all prefs
11418                 pages visible on maemo
11419
11420 2007-09-28 [colin]      3.0.1cvs36
11421
11422         * src/prefs_folder_column.c
11423         * src/prefs_summary_column.c
11424                 Fix two leaks
11425
11426 2007-09-27 [colin]      3.0.1cvs35
11427
11428         * src/gtk/quicksearch.c
11429                 Fix bug 1336, 'Segfault if empty space before search-string'
11430
11431 2007-09-26 [mones]      3.0.1cvs34
11432
11433         * manual/account.xml
11434         * manual/plugins.xml
11435                 Fixed irc channel name, added some docbook markup.
11436                 Changed text markup to docbook markup. 
11437                 Added spamcop as supported in SpamReport description.
11438         * manual/fr/plugins.xml
11439                 Fixed irc channel name.
11440         * manual/es/account.xml
11441         * manual/es/advanced.xml
11442         * manual/es/claws-mail-manual.xml
11443         * manual/es/glossary.xml
11444         * manual/es/gpl.xml
11445         * manual/es/keyboard.xml
11446         * manual/es/plugins.xml
11447                 Synced with English version, fixed a couple of typos.
11448
11449 2007-09-26 [colin]      3.0.1cvs33
11450
11451         * configure.ac
11452                 Explain why "Libgnomeprint: no" on GTK+ 2.10
11453
11454 2007-09-26 [colin]      3.0.1cvs32
11455
11456         * src/messageview.c
11457         * src/procmsg.c
11458         * src/procmsg.h
11459                 Optimisation: avoid fetching mail 3 times locally
11460                 for displaying
11461
11462 2007-09-26 [colin]      3.0.1cvs31
11463
11464         * src/mh.c
11465                 Fix missing static
11466
11467 2007-09-26 [colin]      3.0.1cvs30
11468
11469         * src/folder.c
11470         * src/folder.h
11471         * src/mh.c
11472         * src/mh.h
11473                 Fix MH mtime hack - make it a folder class function
11474
11475 2007-09-26 [colin]      3.0.1cvs29
11476
11477         * src/inc.c
11478                 Fix bug 1334, 'user defined mail incorporation 
11479                 script not run'
11480
11481 2007-09-25 [colin]      3.0.1cvs28
11482
11483         * src/codeconv.c
11484                 Optimisation: shortcut conv_codeset_strdup
11485                 when src_code and dest_code are the same
11486         * src/common/xml.c
11487         * src/common/xml.h
11488                 Optimisation: shortcut code conversions when
11489                 files are in UTF-8; faster list walking by
11490                 using prepend/reverse.
11491
11492 2007-09-25 [holger]     3.0.1cvs27
11493
11494         * src/printing.c
11495                 Replace button bar of the preview window
11496                 with a real toolbar (patch by Colin)
11497                 Add zooming to the preview window
11498
11499 2007-09-24 [paul]       3.0.1cvs26
11500
11501         * src/compose.c
11502                 compact the character set menu, adding some
11503                 missing encodings. Patch by Pawel Pekala
11504
11505 2007-09-23 [paul]       3.0.1cvs25
11506
11507         * src/prefs_account.c
11508         * src/prefs_folder_item.c
11509         * src/prefs_quote.c
11510         * src/quote_fmt.c
11511         * src/quote_fmt.h
11512                 remove unnecessary frame from Templates options
11513                 and improve the English of the check button label
11514
11515 2007-09-22 [colin]      3.0.1cvs24
11516
11517         * src/gtk/quicksearch.c
11518                 Fix bug 1329, 'error in quicksearch.c'
11519                 Fix return with value in function returning void
11520
11521 2007-09-22 [colin]      3.0.1cvs23
11522
11523         * src/imap.c
11524         * src/procmsg.h
11525         * src/common/utils.c
11526         * src/common/utils.h
11527         * src/etpan/imap-thread.c
11528                 Optimise fetching IMAP cached emails *a lot*
11529                 (remember whether mail is fully cached and \r's
11530                  are already stripped)
11531
11532 2007-09-22 [colin]      3.0.1cvs22
11533
11534         * src/folder.c
11535         * src/folder.h
11536         * src/prefs_folder_item.c
11537                 Add a button to allow users to drop local caches.
11538
11539 2007-09-21 [colin]      3.0.1cvs21
11540
11541         * src/summaryview.c
11542                 Remove unnecessary error when cancelling export to mbox.
11543                 Patch by Pawel
11544
11545 2007-09-21 [paul]       3.0.1cvs20
11546
11547         * src/gtk/prefswindow.c
11548                 remove unnecessary frames from the prefs
11549                 pages. Patch by Pawel Pekala
11550
11551 2007-09-21 [paul]       3.0.1cvs19
11552
11553         * src/prefs_account.c
11554         * src/prefs_folder_item.c
11555         * src/prefs_quote.c
11556         * src/quote_fmt.c
11557                 put the Templates options into a tabbed
11558                 layout. Patch by Pawel Pekala
11559
11560 2007-09-21 [paul]       3.0.1cvs18
11561
11562         * src/mainwindow.c
11563                 group together the character set menu items
11564                 move the /View/Show or hide/Message view below
11565                 .../Toolbar menu item
11566                 Patch by Pawel Pekala
11567
11568 2007-09-21 [mones]      3.0.1cvs17
11569
11570         * src/compose.c
11571                 Fix for bug 1327, 'segfault when replying to a non-existent
11572                 news message', thanks to Colin.
11573
11574 2007-09-21 [colin]      3.0.1cvs16
11575
11576         * src/folderview.c
11577                 Complete 3.0.1cvs15
11578
11579 2007-09-20 [colin]      3.0.1cvs15
11580
11581         * src/folderview.c
11582         * src/folderview.h
11583                 Maybe fix bug 1324, 'Corrupted IMAP cache'
11584
11585 2007-09-20 [colin]      3.0.1cvs14
11586
11587         * src/printing.c
11588                 Fix a little leak
11589
11590 2007-09-20 [holger]     3.0.1cvs13
11591
11592         * src/printing.c
11593                 Add page layout to print preview.
11594                 Make the close-button in the toolbar
11595                 right-aligned.
11596
11597 2007-09-20 [paul]       3.0.1cvs12
11598
11599         * po/ru.po
11600                 updated by Pavlo Bohmat
11601
11602 2007-09-19 [colin]      3.0.1cvs11
11603
11604         * src/common/utils.c
11605                 Prevent unquoted mime boundaries, by always
11606                 using a /
11607
11608 2007-09-19 [colin]      3.0.1cvs10
11609
11610         * src/printing.c
11611                 Fix drawing area size, fix DPI change that
11612                 can cause total number of lines to decrease
11613
11614 2007-09-19 [colin]      3.0.1cvs9
11615
11616         * po/POTFILES.in
11617         * src/printing.c
11618                 Make print preview more efficient and nicer.
11619                 Patch mostly by Holger Berndt <hb@claws-mail.org>
11620
11621 2007-09-19 [colin]      3.0.1cvs8
11622
11623         * src/prefs_common.c
11624         * src/prefs_common.h
11625         * src/printing.c
11626                 Add scrolledwindow, default allocation and
11627                 size saving to the print preview window.
11628
11629 2007-09-18 [colin]      3.0.1cvs7
11630
11631         * src/prefs_common.c
11632         * src/prefs_common.h
11633         * src/prefs_image_viewer.c
11634         * src/printing.c
11635                 GtkPrintOperation:
11636                 - add image printing support
11637                 - add option to print images
11638                 - add preview widget
11639                 - add saving of a few Page Setup parameters
11640
11641 2007-09-18 [colin]      3.0.1cvs6
11642
11643         * AUTHORS
11644         * src/gtk/authors.h
11645                 Add Guillaume Chazarain
11646
11647 2007-09-18 [colin]      3.0.1cvs5
11648
11649         * src/common/utils.c
11650                 Fix bug 1321, 'access before allocation 
11651                 when scanning for uris'. Patch by 
11652                 Guillaume Chazarain <guichaz@yahoo.fr>
11653
11654 2007-09-18 [colin]      3.0.1cvs4
11655
11656         * src/toolbar.c
11657                 Fix bug 1320, 'Memory leak caused by 
11658                 gtk_container_get_children'. Patch by
11659                 Guillaume Chazarain <guichaz@yahoo.fr>
11660
11661 2007-09-18 [colin]      3.0.1cvs3
11662
11663         * src/printing.c
11664         * src/printing.h
11665                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
11666
11667 2007-09-18 [colin]      3.0.1cvs2
11668
11669         * src/Makefile.am
11670         * src/mainwindow.c
11671         * src/messageview.c
11672         * src/messageview.h
11673         * src/prefs_ext_prog.c
11674         * src/prefs_fonts.c
11675         * src/printing.c
11676         * src/printing.h
11677         * src/summaryview.c
11678                 Use GtkPrintOperation by default on GTK+ >= 2.10
11679                 Patch by Holger Berndt <hb@claws-mail.org>
11680
11681 2007-09-18 [paul]       3.0.1cvs1
11682
11683         * NEWS
11684         * README
11685         * RELEASE_NOTES
11686         * configure.ac
11687                 bump up version number following stable release
11688
11689 2007-09-16 [colin]      3.0.0cvs18
11690
11691         * src/folder.c
11692                 Fix possible memleak
11693
11694 2007-09-16 [colin]      3.0.0cvs17
11695
11696         * src/folderview.c
11697                 Fix bug 1311, 'Wrong arrow position 
11698                 while moving message into folder when 
11699                 column headers hidden'
11700         * src/image_viewer.c
11701                 Show error in the GUI if image can't
11702                 be loaded
11703         * src/matcher.c
11704                 Fix spurious output
11705         * src/messageview.c
11706                 Allow setting domain in msgid
11707         * src/common/plugin.c
11708                 Add timing information
11709
11710 2007-09-16 [colin]      3.0.0cvs16
11711
11712         * src/account.c
11713         * src/compose.c
11714         * src/prefs_account.c
11715         * src/prefs_account.h
11716         * src/common/utils.c
11717                 Remove Generate Message-ID option. We need
11718                 this on some IMAP servers.
11719         * src/prefs_template.c
11720                 Fix double-free
11721
11722 2007-09-16 [colin]      3.0.0cvs15
11723
11724         * src/prefs_filtering.c
11725         * src/prefs_filtering.h
11726         * src/prefs_filtering_action.c
11727         * src/common/tags.c
11728                 Fix tags issues: tags with spaces, renaming
11729                 tags.
11730
11731 2007-09-16 [colin]      3.0.0cvs14
11732
11733         * src/folderview.c
11734         * src/main.c
11735         * src/mainwindow.c
11736                 Fix bug 1308, 'Claws deletes folderlist.xml after
11737                 fetching mail short after start-up'
11738
11739 2007-09-16 [colin]      3.0.0cvs13
11740
11741         * src/compose.c
11742                 Fix scrolling to cursor
11743
11744 2007-09-16 [paul]       3.0.0cvs12
11745
11746         * po/sr.po
11747                 updated by Aleksandar Urosevic
11748
11749 2007-09-16 [paul]       3.0.0cvs11
11750
11751         * src/folder.c
11752                 do not allow locked msgs to be deleted,
11753                 even by filtering/processing
11754
11755 2007-09-07 [paul]       3.0.0cvs10
11756
11757         * src/prefs_folder_column.c
11758         * src/prefs_summary_column.c
11759                 implement button sensitivity
11760                 patch by Pawel Pekala
11761
11762 2007-09-06 [wwp]        3.0.0cvs9
11763
11764         * src/prefs_gtk.c
11765                 Add a missing linefeed to a debug message.
11766
11767 2007-09-05 [colin]      3.0.0cvs8
11768
11769         * src/inc.c
11770                 Fix statusbar/window mismatch on Maemo
11771
11772 2007-09-05 [colin]      3.0.0cvs7
11773
11774         * src/ldaputil.c
11775                 Fix build without USE_LDAP_TLS
11776
11777 2007-09-05 [colin]      3.0.0cvs6
11778
11779         * src/folder.c
11780         * src/imap.c
11781         * src/inc.c
11782         * src/mbox.c
11783         * src/send_message.c
11784         * src/statusbar.c
11785         * src/statusbar.h
11786                 Maemo: distinguish various statusbar messages,
11787                 in order to display only the most important.
11788
11789 2007-09-04 [wwp]        3.0.0cvs5
11790
11791         * src/account.c
11792                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
11793                 Show protocol "SMTP" and the appropriate server for send-only
11794                 accounts, show "-" instead of "" when no value is relevant.
11795
11796 2007-09-03 [ticho]      3.0.0cvs4
11797
11798         * src/summaryview.c
11799                 Handle plural form better in delete confirmation dialog.
11800
11801 2007-09-03 [wwp]        3.0.0cvs3
11802
11803         * src/compose.c
11804                 Warn differently when sending or sending later (queueing).
11805
11806 2007-09-03 [colin]      3.0.0cvs2
11807
11808         * src/procmime.c
11809         * src/procmime.h
11810         * src/common/plugin.c
11811         * src/common/plugin.h
11812                 Add a new plugin API, MimeParser. It allows
11813                 plugins to scan email MIME parts and optionally,
11814                 transform them.
11815
11816 2007-09-03 [mones]      3.0.0cvs1
11817
11818         * po/es.po
11819                 Updated translation
11820         * src/common/defs.h
11821                 While a better solution is made double history sizes
11822
11823 2007-09-03 [paul]       3.0.0
11824
11825         * NEWS
11826         * README
11827         * RELEASE_NOTES
11828                 3.0.0 released
11829
11830 [For previous entries, see ChangeLog.2.0.0-3.0.0]