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