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