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