2008-09-18 [colin] 3.5.0cvs114
[claws.git] / ChangeLog
1 2008-09-18 [colin]      3.5.0cvs114
2
3         * src/procmime.c
4         * src/textview.c
5                 Check for NULLs before str* functions
6
7 2008-09-18 [colin]      3.5.0cvs113
8
9         * src/messageview.c
10         * src/procmime.c
11         * src/textview.c
12                 Handle html parts in multipart/related
13                 Decode ISO-8859-1 as Windows-1252 (the former
14                 is a subset of the latter) in order to 
15                 workaround Outlook mails misencoding
16         * src/gtk/logwindow.c
17         * src/gtk/logwindow.h
18                 Clear mainwindow's error pixmap when the
19                 error scrolls out of the log
20
21 2008-09-17 [colin]      3.5.0cvs112
22
23         * src/image_viewer.c
24                 Fix image loading (multiple childs added to 
25                 scrolledwindow, break of the resize functionality)
26         * src/account.c
27         * src/prefs_folder_item.c
28         * src/prefs_spelling.c
29         * src/gtk/gtkaspell.c
30                 Better fix problems with dictionaries updates
31
32 2008-09-17 [colin]      3.5.0cvs111
33
34         * src/common/utils.c
35                 Fix double-opening (fixes multiple signatures when
36                 using signify)
37
38 2008-09-16 [colin]      3.5.0cvs110
39
40         * src/prefs_account.c
41         * src/prefs_folder_item.c
42         * src/prefs_spelling.c
43         * src/gtk/gtkaspell.c
44                 Better stripping of aspell dictionaries names
45
46 2008-09-16 [colin]
47
48         * 3.6.0-rc1 released
49
50 2008-09-16 [colin]      3.5.0cvs109
51
52         * src/account.c
53         * src/inc.c
54         * src/mainwindow.c
55         * src/prefs_account.h
56         * src/prefs_other.c
57         * src/send_message.c
58         * src/gtk/inputdialog.c
59                 Don't add a pref to allow remembering passwords
60                 (Just not checking the checkbox is enough)
61
62 2008-09-16 [colin]      3.5.0cvs108
63
64         * configure.ac
65                 Require libetpan 0.56 as 0.55 is crashy
66         * src/messageview.c
67                 Fix english
68         * src/gtk/inputdialog.c
69         * src/gtk/inputdialog.h
70                 Fix warnings
71
72 2008-09-16 [wwp]        3.5.0cvs107
73
74         * src/compose.c
75                 Complete 3.5.0cvs106 by removing a function that got
76                 moved to account.[ch].
77
78 2008-09-16 [wwp]        3.5.0cvs106
79
80         * src/account.c
81         * src/account.h
82         * src/compose.c
83         * src/quote_fmt.c
84         * src/quote_fmt_lex.l
85         * src/quote_fmt_parse.y
86                 Add account signature (path and value string) manipulation
87                 keywords to the template processor. It's now possible in
88                 all templates to insert the account signature to an
89                 arbitrary location or to pass it to a external script for
90                 further editing.
91
92
93 2008-09-16 [mones]      3.5.0cvs105
94
95         * src/imap.c
96         * src/inc.c
97         * src/mainwindow.c
98         * src/mainwindow.h
99         * src/news.c
100         * src/prefs_account.h
101         * src/prefs_common.c
102         * src/prefs_common.h
103         * src/prefs_other.c
104         * src/send_message.c
105         * src/gtk/inputdialog.c
106         * src/gtk/inputdialog.h
107                 Implement session passwords: unsaved passwords for receiving
108                 or sending of accounts can be remembered while running to 
109                 avoid repetitive typing.
110                 As keeping passwords in memory is unsafe a new preference 
111                 in Other page is added to activate or not such capability.
112
113 2008-09-14 [colin]      3.5.0cvs104
114
115         * src/codeconv.c
116         * src/codeconv.h
117                 Make conv_iconv_strdup static
118
119 2008-09-12 [colin]      3.5.0cvs103
120
121         * claws-mail.pc.in
122         * src/Makefile.am
123         * src/compose.c
124         * src/compose.h
125         * src/crash.c
126         * src/folder_item_prefs.c
127         * src/folder_item_prefs.h
128         * src/main.c
129         * src/prefs_account.c
130         * src/prefs_common.c
131         * src/prefs_common.h
132         * src/prefs_folder_item.c
133         * src/prefs_spelling.c
134         * src/prefs_template.c
135         * src/quote_fmt.h
136         * src/quote_fmt_parse.y
137         * src/toolbar.c
138         * src/toolbar.h
139         * src/gtk/Makefile.am
140         * src/gtk/about.c
141         * src/gtk/filesel.c
142         * src/gtk/gtkaspell.c
143         * src/gtk/gtkaspell.h
144         * src/plugins/bogofilter/Makefile.am
145         * src/plugins/dillo_viewer/Makefile.am
146         * src/plugins/spamassassin/Makefile.am
147         * src/plugins/trayicon/Makefile.am
148                 Switch spellchecker to Enchant
149
150 2008-09-12 [paul]       3.5.0cvs102
151
152         * tools/README
153         * tools/csv2addressbook.pl
154                 add support for Fox Mail
155
156 2008-09-12 [paul]       3.5.0cvs101
157
158         * src/compose.c
159         * src/prefs_wrapping.c
160                 changes to English
161
162 2008-09-12 [paul]       3.5.0cvs100
163
164         * configure.ac
165                 revert cvs99's libenchant commit error
166
167 2008-09-12 [colin]      3.5.0cvs99
168
169         * src/inc.c
170                 Only go to inbox if there are new mails
171                 (and fetch was manual)
172
173 2008-09-10 [colin]      3.5.0cvs98
174
175         * src/inc.c
176         * src/summaryview.c
177         * src/common/session.c
178                 Use g_timeout_add_seconds instead of g_timeout_add
179                 on glib >= 2.14 when we don't need precision on the 
180                 delay. This helps reducing power consumption:
181                 http://mjg59.livejournal.com/74651.html
182
183 2008-09-10 [colin]      3.5.0cvs97
184
185         * src/compose.c
186                 Don't save window size and position when
187                 compose is hidden (filtering action)
188
189 2008-09-09 [colin]      3.5.0cvs96
190
191         * src/action.h
192         * src/addr_compl.c
193         * src/addressadd.c
194         * src/addressbook.h
195         * src/addressbook_foldersel.c
196         * src/addressitem.h
197         * src/addrgather.c
198         * src/alertpanel.c
199         * src/browseldap.c
200         * src/editaddress.c
201         * src/editaddress_other_attributes_ldap.h
202         * src/editbook.c
203         * src/editjpilot.c
204         * src/editldap.c
205         * src/editldap_basedn.c
206         * src/editvcard.c
207         * src/exphtmldlg.c
208         * src/expldifdlg.c
209         * src/export.c
210         * src/foldersel.c
211         * src/foldersel.h
212         * src/gedit-print.c
213         * src/gedit-print.h
214         * src/grouplistdialog.c
215         * src/headerview.c
216         * src/headerview.h
217         * src/image_viewer.c
218         * src/import.c
219         * src/importldif.c
220         * src/importmutt.c
221         * src/importpine.c
222         * src/inc.c
223         * src/main.c
224         * src/main.h
225         * src/messageview.c
226         * src/messageview.h
227         * src/noticeview.c
228         * src/prefs_actions.c
229         * src/prefs_filtering.c
230         * src/prefs_folder_column.c
231         * src/prefs_gtk.h
232         * src/prefs_summary_column.c
233         * src/prefs_toolbar.c
234         * src/send_message.c
235         * src/setup.c
236         * src/sourcewindow.c
237         * src/sourcewindow.h
238         * src/ssl_manager.c
239         * src/statusbar.c
240         * src/statusbar.h
241         * src/stock_pixmap.c
242         * src/stock_pixmap.h
243         * src/summaryview.c
244         * src/textview.c
245         * src/textview.h
246         * src/undo.h
247         * src/uri_opener.c
248         * src/wizard.c
249         * src/wizard.h
250         * src/common/ssl.h
251         * src/common/utils.c
252         * src/gtk/about.c
253         * src/gtk/colorlabel.c
254         * src/gtk/colorlabel.h
255         * src/gtk/combobox.h
256         * src/gtk/description_window.c
257         * src/gtk/filesel.c
258         * src/gtk/gtkaspell.c
259         * src/gtk/gtkaspell.h
260         * src/gtk/gtkcmclist.c
261         * src/gtk/gtkcmclist.h
262         * src/gtk/gtkcmctree.c
263         * src/gtk/gtkcmctree.h
264         * src/gtk/gtkcmoptionmenu.h
265         * src/gtk/gtksctree.c
266         * src/gtk/gtksctree.h
267         * src/gtk/gtkshruler.c
268         * src/gtk/gtkshruler.h
269         * src/gtk/gtksourceprintjob.c
270         * src/gtk/gtksourceprintjob.h
271         * src/gtk/gtkutils.c
272         * src/gtk/gtkutils.h
273         * src/gtk/gtkvscrollbutton.c
274         * src/gtk/gtkvscrollbutton.h
275         * src/gtk/icon_legend.c
276         * src/gtk/inputdialog.c
277         * src/gtk/logwindow.c
278         * src/gtk/logwindow.h
279         * src/gtk/manage_window.c
280         * src/gtk/manage_window.h
281         * src/gtk/menu.c
282         * src/gtk/prefswindow.c
283         * src/gtk/progressdialog.c
284         * src/gtk/progressdialog.h
285         * src/plugins/bogofilter/bogofilter_gtk.c
286         * src/plugins/pgpcore/passphrase.c
287         * src/plugins/spamassassin/spamassassin_gtk.c
288         * src/plugins/trayicon/trayicon.c
289         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
290         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
291         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
292         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
293         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
294                 Complete GTK+ 2.14 undeprecation
295                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
296
297 2008-09-09 [colin]      3.5.0cvs95
298
299         * src/gtk/gtkcmclist.h
300                 Fix build on GTK+ 2.14
301
302 2008-09-08 [colin]      3.5.0cvs94
303
304         * src/noticeview.c
305         * src/noticeview.h
306                 Remove GtkSignalFunc
307
308 2008-09-07 [colin]      3.5.0cvs93
309
310         * src/addressadd.c
311         * src/addressbook_foldersel.c
312         * src/gtk/gtkcmclist.c
313         * src/gtk/gtkcmclist.h
314         * src/gtk/gtkcmctree.c
315         * src/gtk/gtkcmctree.h
316         * src/gtk/gtksctree.c
317         * src/gtk/prefswindow.c
318         * src/gtk/prefswindow.h
319                 Use GDestroyNotify instead of GtkDestroyNotify
320                 (deprecated in GTK+ 2.14)
321
322 2008-09-07 [colin]      3.5.0cvs92
323
324         * src/textview.c
325                 Fix bug 1712, 'invalid "Phishing attempt warning" 
326                 when linked text ends with spaces'
327
328 2008-09-05 [colin]      3.5.0cvs91
329
330         * src/procmime.c
331                 Maybe fix bug 1711, 'Save-as attachment crashes'
332                 Possibly wrong free() due to pointer shifting
333
334 2008-09-05 [colin]      3.5.0cvs90
335
336         * src/compose.c
337                 Fix bug 1710, 'User misreads "Discard Message" 
338                 as "Discard Changes"'. Propose to save or discard
339                 only the latest changes when closing an existing
340                 draft. Autosave may still have saved parts of the
341                 edit session.
342
343 2008-09-04 [colin]      3.5.0cvs89
344
345         * src/summaryview.c
346                 Fix bug 1707, 'Segfault when sorting on non-visible column'
347
348 2008-09-01 [colin]      3.5.0cvs88
349
350         * src/imap.c
351         * src/summaryview.c
352         * src/common/tags.c
353         * src/etpan/imap-thread.c
354         * src/etpan/imap-thread.h
355                 Store spam flag on IMAP (Junk/NonJunk, as 
356                 ThunderBird does - this is nonstandard)
357
358 2008-08-31 [wwp]        3.5.0cvs87
359
360         * ChangeLog
361                 Fix globish edition^Wediting.
362
363 2008-08-31 [wwp]        3.5.0cvs86
364
365         * src/addressbook.c
366                 Don't break nickname editing for non-LDAP books (nickname
367                 value was overwritten when editing existing contact, this
368                 came from 3.0.2cvs109).
369
370 2008-08-30 [colin]      3.5.0cvs85
371
372         * src/mainwindow.c
373         * src/summaryview.c
374                 Fix "Apply tags..." key shortcut
375
376 2008-08-29 [iwkse]      3.5.0cvs84
377
378         * src/summaryview.c
379                         Bit of clean:)
380
381 2008-08-29 [iwkse]      3.5.0cvs83
382
383         * src/summaryview.c
384                         Disable "Move to trash" action if
385                         we are in a trash-like folder.
386                         Thanks to colinl
387
388 2008-08-29 [paul]       3.5.0cvs82
389
390         * configure.ac
391                 bump up libetpan version requirement since
392                 0.55 is released now
393
394 2008-08-28 [wwp]        3.5.0cvs81
395
396         * src/account.c
397         * src/pop.c
398         * src/prefs_account.c
399         * src/prefs_account.h
400                 Add finer granularity to the POP3's remove-after delay (now in
401                 hours in addition to in days), patch by Paul Rolland.
402
403 2008-08-28 [wwp]        3.5.0cvs80
404
405         * src/gtk/combobox.c
406                 Fix a typo in a comment.
407
408 2008-08-28 [iwkse]      3.5.0cvs79
409
410         * src/account.c
411         * src/prefs_actions.c
412         * src/prefs_filtering.c
413         * src/prefs_template.c
414                         Add search feature to the account, 
415                         template and action dialog.
416                         It's turned on selecting one row
417                         of the list and typing some random
418                         letter. Thanks to wwp, colinl
419
420 2008-08-28 [colin]      3.5.0cvs78
421
422         * src/Makefile.am
423         * src/account.c
424         * src/compose.c
425         * src/prefs_account.c
426         * src/prefs_account.h
427         * src/privacy.c
428         * src/privacy.h
429         * src/procmime.c
430         * src/stock_pixmap.c
431         * src/stock_pixmap.h
432         * src/summaryview.c
433         * src/pixmaps/key_gpg_signed.xpm
434                 Fix bug 1412, "Sign reply, if mail was signed"
435                 Add an account preference to sign replies to signed mails
436
437 2008-08-28 [iwkse]      3.5.0cvs77
438
439         * src/prefs_filtering.c
440                 Making the search more useful,
441                 jumping directly to the relative rule.
442
443 2008-08-27 [colin]      3.5.0cvs76
444
445         * src/main.c
446                 Add a bit of info
447
448 2008-08-27 [colin]      3.5.0cvs75
449
450         * src/gtk/gtkcmctree.c
451                 Fix a few ifdefs
452
453 2008-08-26 [colin]      3.5.0cvs74
454
455         * src/gtk/gtkcmctree.c
456                 Fix missing inits on old glib
457
458 2008-08-26 [wwp]        3.5.0cvs73
459
460         * src/common/utils.c
461                 Added 'Fwd' to the list of known common subject prefixes.
462
463 2008-08-25 [iwkse]      3.5.0cvs72
464
465         * src/image_viewer.c
466                 Add animated gif support to the
467                 message preview.
468
469 2008-08-25 [colin]      3.5.0cvs71
470
471         * src/gtk/gtkcmctree.c
472                 Make sure work isn't null
473
474 2008-08-24 [colin]      3.5.0cvs70
475
476         * src/common/ssl.c
477                 Fix typo on SSL_CERT_DIR
478
479 2008-08-23 [holger]     3.5.0cvs69
480
481         * src/printing.c
482                 Fix bug 1699 'Separator line mis-placed when
483                 printing some e-mails'. The number of header lines
484                 was not correctly calculated when Pango inserts
485                 linebreaks
486
487 2008-08-23 [colin]      3.5.0cvs68
488
489         * src/mainwindow.c
490                 Fix the account selector button; thanks
491                 to wwp
492
493 2008-08-21 [colin]      3.5.0cvs67
494
495         * src/compose.c
496         * src/compose.h
497                 Add a compose preference for auto-indent
498         * src/mainwindow.c
499         * src/summaryview.c
500                 Make colorlabel accels a bit less hacky
501
502 2008-08-21 [colin]      3.5.0cvs66
503
504         * src/compose.c
505         * src/prefs_common.c
506         * src/prefs_common.h
507         * src/prefs_wrapping.c
508                 Add a preference for autoindent; fix no_join tag
509                 being applied to whole lines instead of just \n when
510                 creating a line 
511
512 2008-08-21 [colin]      3.5.0cvs65
513
514         * src/compose.c
515                 Add support for auto-indentation
516
517 2008-08-19 [colin]      3.5.0cvs64
518
519         * src/compose.c
520                 Save Autowrap status in drafts/queued mails
521
522 2008-08-19 [colin]      3.5.0cvs63
523
524         * src/mainwindow.c
525                 Fix a comment (in reality, test commit on
526                 the new CVS server)
527
528 2008-08-17 [colin]      3.5.0cvs62
529
530         * src/prefs_actions.c
531         * src/procmime.c
532         * src/wizard.c
533         * src/common/socket.h
534         * src/gtk/gtkcmctree.c
535                 Fix warnings
536
537 2008-08-16 [colin]      3.5.0cvs61
538
539         * src/editaddress_other_attributes_ldap.h
540                 Add 'l' field (localityName)
541
542 2008-08-16 [colin]      3.5.0cvs60
543
544         * src/mainwindow.c
545         * src/gtk/gtkcmclist.c
546         * src/gtk/gtkcmclist.h
547         * src/gtk/gtkcmctree.c
548         * src/gtk/gtksctree.c
549         * src/gtk/gtkutils.c
550         * src/gtk/gtkvscrollbutton.c
551                 Fix Maemo build (OS2007)
552
553 2008-08-14 [colin]      3.5.0cvs59
554
555         * src/folder.c
556                 Don't crash if parent is null when creating
557                 a folder
558         * src/gtk/pluginwindow.c
559                 Don't crash on race when closing window while
560                 a plugin is loading and does gtk_iterations
561
562 2008-08-13 [colin]      3.5.0cvs58
563
564         * src/messageview.c
565         * src/messageview.h
566         * src/mimeview.c
567                 Fix bug 1696, 'Viewing binary attachements 
568                 as text over 1 MB' (various buglets)
569
570 2008-08-10 [colin]      3.5.0cvs57
571
572         * src/summaryview.c
573         * src/gtk/gtkcmclist.c
574                 Continue fixing GTK < 2.12 build, thanks to
575                 Michael Hugues
576
577 2008-08-10 [colin]      3.5.0cvs56
578
579         * src/gtk/gtksctree.c
580                 Fix build on GTK < 2.12
581
582 2008-08-09 [colin]      3.5.0cvs55
583
584         * src/mainwindow.c
585                 Fix untranslatable strings, thanks to
586                 Stephan Sachse
587
588 2008-08-07 [colin]      3.5.0cvs54
589
590         * src/compose.c
591         * src/editaddress.c
592         * src/folderview.c
593         * src/mainwindow.c
594         * src/message_search.c
595         * src/mimeview.c
596         * src/noticeview.c
597         * src/prefs_account.c
598         * src/prefs_common.c
599         * src/prefs_customheader.c
600         * src/prefs_ext_prog.c
601         * src/prefs_filtering_action.c
602         * src/prefs_gtk.c
603         * src/prefs_logging.c
604         * src/prefs_matcher.c
605         * src/prefs_msg_colors.c
606         * src/procmime.c
607         * src/summary_search.c
608         * src/summaryview.c
609         * src/toolbar.c
610         * src/gtk/colorsel.c
611         * src/gtk/gtkaspell.c
612         * src/gtk/gtkutils.c
613         * src/gtk/gtkutils.h
614         * src/gtk/inputdialog.c
615         * src/gtk/pluginwindow.c
616         * src/gtk/quicksearch.c
617         * src/plugins/bogofilter/bogofilter_gtk.c
618         * src/plugins/dillo_viewer/dillo_prefs.c
619         * src/plugins/spamassassin/spamassassin_gtk.c
620                 - Fix Ctrl-Space shortcut
621                 - Fix mime-parsing bug in procmime (cvs52)
622                 - Fix double-free in procmime (cvs52)
623                 - Use gtk_bin_get_child instead of GTK_BIN()->child
624                 - Fix Goto menu in mainwindow
625
626 2008-08-07 [mones]      3.5.0cvs53
627
628         * po/es.po
629                 Updated translation (lots of changes!)
630         * src/compose.c
631                 Add missing accelerator key
632         * src/mainwindow.c
633                 Restored 'v' key function (thanks Colin!)
634
635 2008-08-06 [colin]      3.5.0cvs52
636
637         * src/addrbook.c
638         * src/addrcindex.c
639         * src/addrduplicates.c
640         * src/addrharvest.c
641         * src/enriched.c
642         * src/html.c
643         * src/ldif.c
644         * src/mimeview.c
645         * src/mutt.c
646         * src/pine.c
647         * src/procmime.c
648         * src/vcard.c
649         * src/wizard.c
650                 Fix my use of g_utf8_strdown (it returns
651                 a newly allocated string and doesn't
652                 change the parameter)
653
654 2008-08-06 [colin]      3.5.0cvs51
655
656         * src/compose.c
657                 Fix bug 1690, 'Copy/Paste in edit window may 
658                 break Undo'; middle-click pastes aren't 
659                 REPLACE_INSERT but just INSERT. 
660                 Also, fix privacy menu selection
661
662 2008-08-05 [colin]      3.5.0cvs50
663
664         * src/action.c
665         * src/addr_compl.c
666         * src/addrbook.c
667         * src/addrcindex.c
668         * src/addrduplicates.c
669         * src/addrharvest.c
670         * src/enriched.c
671         * src/html.c
672         * src/ldif.c
673         * src/main.c
674         * src/mimeview.c
675         * src/mutt.c
676         * src/pine.c
677         * src/procmime.c
678         * src/vcard.c
679         * src/wizard.c
680         * src/common/socket.c
681         * src/gtk/gtkutils.c
682         * src/gtk/gtkutils.h
683         * src/gtk/menu.c
684         * src/plugins/spamassassin/spamassassin.c
685                 More undeprecation (Glib)
686
687 2008-08-05 [colin]      3.5.0cvs49
688
689         * src/prefs_account.c
690         * src/prefs_filtering_action.c
691         * src/prefs_matcher.c
692         * src/gtk/Makefile.am
693         * src/gtk/claws-marshal.list
694         * src/gtk/colorlabel.c
695         * src/gtk/colorsel.c
696         * src/gtk/foldersort.c
697         * src/gtk/gtkaspell.c
698         * src/gtk/gtkcmclist.c
699         * src/gtk/gtkcmclist.h
700         * src/gtk/gtkcmctree.c
701         * src/gtk/gtkcmctree.h
702         * src/gtk/gtkcmoptionmenu.c
703         * src/gtk/gtkcmoptionmenu.h
704         * src/gtk/gtksctree.c
705         * src/gtk/gtksctree.h
706         * src/gtk/gtkutils.c
707         * src/gtk/gtkutils.h
708         * src/gtk/gtkvscrollbutton.c
709         * src/gtk/menu.c
710         * src/gtk/menu.h
711         * src/gtk/quicksearch.c
712         * src/plugins/dillo_viewer/dillo_viewer.c
713         * src/plugins/pgpcore/select-keys.c
714                 Try to finish yesterday's commit
715
716 2008-08-04 [colin]      3.5.0cvs48
717
718         * src/addressadd.c
719         * src/addressbook.c
720         * src/addressbook_foldersel.c
721         * src/addressitem.h
722         * src/addrgather.c
723         * src/browseldap.c
724         * src/compose.c
725         * src/compose.h
726         * src/editaddress.c
727         * src/editaddress_other_attributes_ldap.c
728         * src/editgroup.c
729         * src/editldap_basedn.c
730         * src/folderview.c
731         * src/folderview.h
732         * src/grouplistdialog.c
733         * src/image_viewer.c
734         * src/imap_gtk.c
735         * src/importldif.c
736         * src/main.c
737         * src/mainwindow.c
738         * src/message_search.c
739         * src/mh_gtk.c
740         * src/mimeview.c
741         * src/mimeview.h
742         * src/news_gtk.c
743         * src/noticeview.h
744         * src/prefs_account.c
745         * src/prefs_filtering_action.c
746         * src/prefs_matcher.c
747         * src/prefs_msg_colors.c
748         * src/prefs_summaries.c
749         * src/statusbar.c
750         * src/stock_pixmap.c
751         * src/summary_search.c
752         * src/summaryview.c
753         * src/summaryview.h
754         * src/textview.c
755         * src/toolbar.h
756         * src/gtk/Makefile.am
757         * src/gtk/claws-marshal.list
758         * src/gtk/colorsel.c
759         * src/gtk/foldersort.c
760         * src/gtk/gtkaspell.c
761         * src/gtk/gtkcmclist.c
762         * src/gtk/gtkcmclist.h
763         * src/gtk/gtkcmctree.c
764         * src/gtk/gtkcmctree.h
765         * src/gtk/gtksctree.c
766         * src/gtk/gtksctree.h
767         * src/gtk/gtkutils.c
768         * src/gtk/gtkutils.h
769         * src/gtk/gtkvscrollbutton.c
770         * src/gtk/menu.c
771         * src/gtk/menu.h
772         * src/gtk/quicksearch.c
773         * src/plugins/dillo_viewer/dillo_viewer.c
774         * src/plugins/pgpcore/select-keys.c
775                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
776                 Undeprecate their implementation (GtkArg, GtkType, ...)
777                 Undeprecate a few other things here and there
778                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
779                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
780                 still have work to do
781
782 2008-08-04 [colin]      3.5.0cvs47
783
784         * src/compose.c
785         * src/compose.h
786         * src/toolbar.h
787         * src/textview.c
788         * src/stock_pixmap.c
789         * src/statusbar.c
790         * src/noticeview.h
791         * src/mimeview.h
792         * src/mainwindow.c
793         * src/image_viewer.c
794         * src/gtk/gtkaspell.c
795         * src/gtk/gtkvscrollbutton.c
796         * src/plugins/dillo_viewer/dillo_viewer.c
797                 Undeprecate more things
798
799 2008-08-02 [colin]      3.5.0cvs46
800
801         * src/mainwindow.c
802                 Fix toggle menu activation state
803                 (thanks to cvs45 ;)
804
805 2008-08-02 [paul]       3.5.0cvs45
806
807         * src/mainwindow.c
808                 fix sensitivity of
809                 /View/Show or hide/Message View
810
811 2008-08-01 [paul]       3.5.0cvs44
812
813         * src/common/utils.c
814         * src/plugins/pgpcore/claws.def
815         * src/plugins/pgpinline/claws.def
816                 fix compilation problems on mingw32,
817                 (bug 1688) Patch by Marcus Brinkmann
818
819 2008-08-01 [colin]      3.5.0cvs43
820
821         * src/gtk/gtkutils.c
822         * src/gtk/gtkvscrollbutton.c
823                 Oups, fix build
824
825 2008-08-01 [colin]      3.5.0cvs42
826
827         * src/compose.c
828         * src/foldersel.c
829         * src/mainwindow.c
830         * src/prefs_account.c
831         * src/prefs_folder_item.c
832         * src/prefs_quote.c
833         * src/summaryview.c
834         * src/gtk/gtkaspell.c
835         * src/gtk/gtkutils.c
836         * src/gtk/gtkvscrollbutton.c
837                 Replace a few deprecated function calls
838
839 2008-08-01 [paul]       3.5.0cvs41
840
841         * src/action.c
842                 fix crash that occurs because of recent GtkUIManager
843                 changes. Thanks to Colin
844
845 2008-07-31 [colin]      3.5.0cvs40
846
847         * src/addressbook.c
848         * src/compose.c
849         * src/mainwindow.c
850         * src/messageview.c
851                 Some Maemo fixes
852         * src/gtk/menu.c
853         * src/gtk/menu.h
854                 Remove deprecated helper funcs
855
856 2008-07-30 [colin]      3.5.0cvs39
857
858         * src/folderview.c
859         * src/folderview.h
860         * src/imap_gtk.c
861         * src/mh_gtk.c
862         * src/news_gtk.c
863                 Move the folderview popup menu to GtkUIManager
864
865 2008-07-29 [colin]      3.5.0cvs38
866
867         * src/account.c
868         * src/account.h
869         * src/action.c
870         * src/action.h
871         * src/addressitem.h
872         * src/compose.c
873         * src/edittags.c
874         * src/mainwindow.c
875         * src/mainwindow.h
876         * src/mimeview.c
877         * src/summaryview.c
878         * src/gtk/menu.c
879         * src/gtk/menu.h
880                 Switch the main menu to GtkUIManager
881                 Warning fixes
882
883 2008-07-29 [colin]      3.5.0cvs37
884
885         * src/news.c
886                 Fix bug 1684, 'view news messages with large 
887                 attachements segfaults'
888
889 2008-07-29 [colin]      3.5.0cvs36
890
891         * src/action.c
892         * src/action.h
893         * src/addressbook.c
894         * src/addressitem.h
895         * src/compose.c
896         * src/compose.h
897         * src/messageview.c
898         * src/messageview.h
899         * src/summaryview.c
900         * src/gtk/menu.c
901         * src/gtk/menu.h
902                 More switches to GtkUIManager
903
904 2008-07-26 [colin]      3.5.0cvs35
905
906         * src/gtk/menu.c
907         * src/gtk/menu.h
908                 Fix prototype
909
910 2008-07-25 [colin]      3.5.0cvs34
911
912         * src/addrcustomattr.c
913         * src/addressbook.c
914         * src/compose.c
915         * src/editaddress.c
916         * src/editaddress_other_attributes_ldap.h
917         * src/edittags.c
918         * src/mainwindow.c
919         * src/mimeview.c
920         * src/prefs_actions.c
921         * src/prefs_filtering.c
922         * src/prefs_template.c
923         * src/summaryview.c
924         * src/textview.c
925         * src/textview.h
926         * src/toolbar.c
927         * src/gtk/about.c
928         * src/gtk/menu.c
929         * src/gtk/menu.h
930         * src/plugins/trayicon/trayicon.c
931                 More changes from GtkItemFactory to GtkUIManager
932
933 2008-07-25 [colin]      3.5.0cvs33
934
935         * src/gtk/menu.h
936                 Add a macro to remove menu items
937                 Make the gui_manager variable useless
938
939 2008-07-24 [colin]      3.5.0cvs32
940
941         * src/mimeview.c
942                 Fix a gtk warning on clear
943         * src/mainwindow.c
944         * src/summaryview.c
945         * src/summaryview.h
946                 Switch the message list popup menu to
947                 GtkUIManager
948
949 2008-07-23 [colin]      3.5.0cvs31
950
951         * src/plugins/pgpcore/pgp_viewer.c
952         * src/plugins/pgpcore/sgpgme.c
953                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
954                 Patch by Thomas Wiegner <wiegner@gmx.de>
955
956 2008-07-20 [paul]       3.5.0cvs30
957
958         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
959                 remove redundant GTK version check
960
961 2008-07-20 [ticho]      3.5.0cvs29
962
963         * src/folderview.c
964         * src/imap_gtk.c
965         * src/news_gtk.c
966                 Moved sensitivity setting for "Download messages" for IMAP and
967                 news folders from folderview.c to imap_gtk.c and news_gtk.c
968                 respectively for better code readability.
969                 Fixed indentation in news' set_sensitivity().
970
971 2008-07-20 [paul]       3.5.0cvs28
972
973         * src/addrgather.c
974                 remove more redundant code following cvs27
975
976 2008-07-20 [paul]       3.5.0cvs27
977
978         * src/addrgather.c
979                 remove now redundant code
980         * src/mainwindow.c
981         * src/mainwindow.h
982                 fix bug 1673, 'Tools/Harvest adresses is
983                 grayed out if folder is empty'
984
985 2008-07-19 [ticho]      3.5.0cvs26
986
987         * src/edittags.c
988         * src/main.c
989         * src/mimeview.c
990         * src/mimeview.h
991         * src/gtk/gtkutils.c
992         * src/gtk/gtkutils.h
993         * src/gtk/menu.c
994         * src/gtk/menu.h
995                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
996                 instead of deprecated GtkItemFactory.
997
998 2008-07-19 [colin]      3.5.0cvs25
999
1000         * src/account.c
1001         * src/addrgather.c
1002         * src/compose.c
1003         * src/editldap.c
1004         * src/expldifdlg.c
1005         * src/importldif.c
1006         * src/main.c
1007         * src/mainwindow.c
1008         * src/mimeview.c
1009         * src/noticeview.c
1010         * src/prefs_account.c
1011         * src/prefs_actions.c
1012         * src/prefs_ext_prog.c
1013         * src/prefs_filtering.c
1014         * src/prefs_folder_item.c
1015         * src/prefs_image_viewer.c
1016         * src/prefs_logging.c
1017         * src/prefs_msg_colors.c
1018         * src/prefs_other.c
1019         * src/prefs_send.c
1020         * src/prefs_spelling.c
1021         * src/prefs_summaries.c
1022         * src/prefs_template.c
1023         * src/printing.c
1024         * src/quote_fmt.c
1025         * src/summary_search.c
1026         * src/summaryview.c
1027         * src/toolbar.c
1028         * src/wizard.c
1029         * src/common/Makefile.am
1030         * src/gtk/gtksctree.c
1031         * src/gtk/gtkutils.h
1032         * src/gtk/pluginwindow.c
1033         * src/gtk/quicksearch.c
1034         * src/plugins/bogofilter/bogofilter_gtk.c
1035         * src/plugins/dillo_viewer/dillo_prefs.c
1036         * src/plugins/pgpcore/prefs_gpg.c
1037         * src/plugins/spamassassin/spamassassin_gtk.c
1038         * src/plugins/trayicon/trayicon.c
1039         * src/plugins/trayicon/trayicon_prefs.c
1040                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
1041                 or greater). Use the old deprecated one on GTK+ < 2.12.
1042                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
1043                 of time!
1044
1045 2008-07-16 [colin]      3.5.0cvs24
1046
1047         * src/mainwindow.c
1048                 Fix folderview's scrolbar when starting minimised
1049                 to tray, and popping up the mainwindow by calling
1050                 claws-mail from the command line
1051
1052 2008-07-08 [colin]      3.5.0cvs23
1053
1054         * src/compose.c
1055                 Possibly fix po-headers appearing on empty
1056                 templates
1057
1058 2008-07-08 [colin]      3.5.0cvs22
1059
1060         * src/folderview.c
1061         * src/summaryview.c
1062                 Finish the always_open tristate patch, by Jonathan
1063                 Corbet.
1064
1065 2008-07-07 [paul]       3.5.0cvs21
1066
1067         * src/mainwindow.c
1068                 fix typo (missing ")
1069
1070 2008-07-07 [paul]       3.5.0cvs20
1071
1072         * src/mainwindow.c
1073                 fit the menu style a bit better
1074
1075 2008-07-07 [colin]      3.5.0cvs19
1076
1077         * src/prefs_themes.c
1078                 Make upgrading themes easier
1079
1080 2008-07-07 [colin]      3.5.0cvs18
1081
1082         * src/mainwindow.c
1083         * src/prefs_toolbar.c
1084         * src/stock_pixmap.c
1085                 Finish fixing bug 1609, 'Icon issues'
1086
1087 2008-07-07 [colin]      3.5.0cvs17
1088
1089         * src/prefs_common.c
1090                 Fix the default value
1091
1092 2008-07-07 [colin]      3.5.0cvs16
1093
1094         * src/prefs_summaries.c
1095                 Revert my fix to the string, the correct term
1096                 is indeed Message View
1097
1098 2008-07-07 [colin]      3.5.0cvs15
1099
1100         * AUTHORS
1101         * src/gtk/authors.h
1102         * src/prefs_common.c
1103         * src/prefs_common.h
1104         * src/prefs_summaries.c
1105         * src/summaryview.c
1106         * src/gtk/authors.h
1107                 Change "Always open message when selected" to
1108                 a tristate (Never/Always/When preview is visible)
1109                 Patch by Jonathan Corbet <corbet@lwn.net>.
1110
1111 2008-07-06 [paul]       3.5.0cvs14
1112
1113         * src/addrgather.c
1114                 improve the layout of the dialogue
1115                 improve the English
1116                 add tooltips
1117                 fix some of the nasty coding style
1118         * src/mainwindow.c
1119                 improve the English
1120                 add some missing mnemonics
1121
1122 2008-07-05 [paul]       3.5.0cvs13
1123
1124         * src/mainwindow.c
1125         * src/mainwindow.h
1126                 fix bug 1398, '"Change current account" is
1127                 available even when there's only one account'
1128         * src/plugins/pgpcore/prefs_gpg.c
1129                 put back a needed include, removed in error
1130
1131 2008-07-05 [colin]      3.5.0cvs12
1132
1133         * src/mainwindow.c
1134                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
1135
1136 2008-07-05 [colin]      3.5.0cvs11
1137
1138         * src/news.c
1139         * src/news_gtk.c
1140                 Provide ability to rename newsgroups. Closes
1141                 bug 1444, 'Add GUI option for renaming 
1142                 newsgroups'. Patch by Pawel Pekala
1143
1144 2008-07-05 [colin]      3.5.0cvs10
1145
1146         * src/plugins/pgpcore/passphrase.c
1147         * src/plugins/pgpcore/prefs_gpg.c
1148         * src/plugins/pgpcore/select-keys.c
1149                 Simplify GTK includes (with the advantage
1150                 of compiling against GTK+2.13); patch by
1151                 Charles A Edwards
1152
1153 2008-07-05 [colin]      3.5.0cvs9
1154
1155         * src/wizard.c
1156                 Add SSL client certificates
1157
1158 2008-07-05 [colin]      3.5.0cvs8
1159
1160         * src/prefs_account.c
1161         * src/common/session.h
1162                 Fix warnings
1163         * src/common/ssl.c
1164                 Add one path for certs
1165
1166 2008-07-05 [colin]      3.5.0cvs7
1167
1168         * src/prefs_account.c
1169                 Fix no-ssl build
1170
1171 2008-07-04 [colin]      3.5.0cvs6
1172
1173         * src/common/ssl.c
1174         * src/common/ssl.h
1175         * src/common/ssl_certificate.c
1176                 Workaround distro bugs and fix certificate checking
1177                 with OpenSSL
1178
1179 2008-07-04 [colin]      3.5.0cvs5
1180
1181         * src/filtering.c
1182         * src/common/ssl_certificate.c
1183         * src/common/ssl_certificate.h
1184         * src/etpan/imap-thread.c
1185         * src/etpan/nntp-thread.c
1186                 Fix some leaks, thanks to Martin Zwickel
1187                 Rename gnutls functions that do the same
1188                 as OpenSSL ones, to avoid symbol clashing
1189                 when Claws is built against GnuTLS and
1190                 libetpan against OpenSSL
1191
1192 2008-07-04 [paul]       3.5.0cvs4
1193
1194         * src/prefs_account.c
1195                 remove 1 forgotten '.'
1196
1197 2008-07-04 [paul]       3.5.0cvs3
1198
1199         * src/prefs_account.c
1200                 layout/engrish fixes to the 'Client
1201                 certificates' frame
1202
1203 2008-07-03 [colin]      3.5.0cvs2
1204
1205         * src/imap.c
1206         * src/news.c
1207         * src/pop.c
1208         * src/prefs_account.c
1209         * src/prefs_account.h
1210         * src/prefs_common.c
1211         * src/send_message.c
1212         * src/common/session.c
1213         * src/common/session.h
1214         * src/common/smtp.c
1215         * src/common/smtp.h
1216         * src/common/socket.h
1217         * src/common/ssl.c
1218         * src/common/ssl.h
1219         * src/common/ssl_certificate.c
1220         * src/common/ssl_certificate.h
1221         * src/etpan/imap-thread.c
1222         * src/etpan/nntp-thread.c
1223         * src/gtk/inputdialog.c
1224                 Add support for SSL client certificates (either PEM files
1225                 with certificate and private key, either PKCS12 files)
1226
1227 2008-06-28 [colin]      3.5.0cvs1
1228
1229         * src/foldersel.c
1230                 Fix compilation with older GTKs
1231
1232 2008-06-27 [paul]       3.5.0
1233
1234         * NEWS
1235         * README
1236         * RELEASE_NOTES 
1237                 3.5.0 released
1238
1239 2008-06-27 [paul]       3.4.0cvs116
1240
1241         * src/gtk/authors.h
1242                 complete cvs115
1243
1244 2008-06-27 [paul]       3.4.0cvs115
1245
1246         * configure.ac
1247         * src/gtk/authors.h
1248                 no longer build unmaintained translations
1249
1250 2008-06-27 [paul]       3.4.0cvs114
1251
1252         * po/de.po
1253         * po/fi.po
1254         * po/pt_BR.po
1255                 updated by Stephan Sachse, Flammie Pirinen, and
1256                 Frederico Goncalves Guimaraes
1257
1258 2008-06-26 [wwp]        3.4.0cvs113
1259
1260         * manual/fr/advanced.xml
1261                 Update French version of the manual (AutoFaces documentation).
1262
1263 2008-06-26 [wwp]        3.4.0cvs112
1264
1265         * manual/fr/advanced.xml
1266         * manual/fr/plugins.xml
1267                 Updated French version of the manual (completed
1268                 hidden options list, added note about Clawsker
1269                 and new mail archiver plugin).
1270
1271 2008-06-25 [colin]      3.4.0cvs111
1272
1273         * src/gtk/gtkaspell.c
1274                 Fix non-UTF8 in the replace with dialog
1275         * src/prefs_actions.c
1276                 Fix possible crasher
1277                 Patches by Pawel
1278
1279 2008-06-24 [mones]      3.4.0cvs110
1280
1281         * src/autofaces.c
1282                 Fix non-warning message, downgraded to debug info
1283
1284 2008-06-24 [colin]      3.4.0cvs109
1285
1286         * src/summaryview.c
1287                 Fix bug 1650, Message line too small after 
1288                 changing columns in "three columns" layout
1289
1290 2008-06-24 [colin]      3.4.0cvs108
1291
1292         * src/messageview.c
1293                 Fix Spam button sensitivity in newsgroups
1294
1295 2008-06-23 [wwp]        3.4.0cvs107
1296
1297         * po/fr.po
1298                 Updated French translation.
1299
1300 2008-06-23 [mones]      3.4.0cvs106
1301
1302         * po/es.po
1303                 Updated translation for release
1304
1305 2008-06-22 [mones]      3.4.0cvs105
1306
1307         * manual/es/plugins.xml
1308                 Synced new entry for Mail Archiver plugin
1309
1310 2008-06-22 [colin]      3.4.0cvs104
1311
1312         * src/compose.c
1313                 Fix initial cursor position
1314
1315 2008-06-21 [paul]       3.4.0cvs103
1316
1317         * manual/plugins.xml
1318                 add an entry for the new Mail Archiver plugin
1319
1320 2008-06-21 [paul]       3.4.0cvs102
1321
1322         * src/gtk/about.c
1323                 we're in 'string freeze', put back the
1324                 < > symbols for now
1325
1326 2008-06-21 [paul]       3.4.0cvs101
1327
1328         * manual/advanced.xml
1329         * manual/es/advanced.xml
1330                 fix build warning: <emphasis> cannot be contained
1331                 within <filename>
1332         * src/gtk/about.c
1333                 fix non-clickable link on License page and drop
1334                 the containing < > symbols to match other links
1335
1336 2008-06-20 [mones]      3.4.0cvs100
1337
1338         * manual/advanced.xml
1339                 Added autofaces documentation, note about clawsker in hidden
1340                 preferences, minor markup fix. Thanks Paul for proofreading
1341         * manual/es/advanced.xml
1342                 Synchronised Spanish manual
1343
1344 2008-06-16 [colin]      3.4.0cvs99
1345
1346         * src/compose.c
1347                 Fix cursor placing on signature change
1348
1349 2008-06-16 [paul]       3.4.0cvs98
1350
1351         * src/imap_gtk.c
1352         * src/mh_gtk.c
1353         * src/gtk/inputdialog.c
1354                 really fussy coding style fixes
1355
1356 2008-06-16 [paul]       3.4.0cvs97
1357
1358         * src/Makefile.am
1359                 keep the alphabetical order
1360
1361 2008-06-13 [mones]      3.4.0cvs96
1362
1363         * src/autofaces.c
1364                 Fix crasher ;-)
1365         * src/prefs_filtering_action.c
1366                 Fixed cosmetic bug, processing also displays "Filtering"
1367
1368 2008-06-13 [mones]      3.4.0cvs95
1369
1370         * src/Makefile.am
1371         * src/autofaces.c       ** NEW FILE **  
1372         * src/autofaces.h       ** NEW FILE **
1373         * src/compose.c
1374                 Allow setting Faces and X-Faces globally and per-account
1375                 from configuration files under ~/.claws-mail/autofaces
1376
1377 2008-06-13 [holger]     3.4.0cvs94
1378
1379         * .cvsignore
1380                 More files to ignore
1381         * src/gtk/inputdialog.c
1382         * src/gtk/inputdialog.h
1383                 Make input dialog more generic so that a checkbox
1384                 with custom text can be used in addition to the
1385                 "remember this" checkbox
1386         * src/imap_gtk.c
1387         * src/mh_gtk.c
1388         * src/prefs_common.c
1389         * src/prefs_common.h
1390                 Allow new folders to inherit the properties of the
1391                 parent folder during folder creation
1392
1393 2008-06-13 [wwp]        3.4.0cvs93
1394
1395         * src/addressbook.c
1396                 a better fix for this string, won't break up translations,
1397                 and is conform to other similar ones.
1398
1399 2008-06-13 [wwp]        3.4.0cvs92
1400
1401         * src/addrduplicates.c
1402         * src/addressadd.c
1403         * src/addressbook.c
1404         * src/addressbook_foldersel.c
1405         * src/editgroup.c
1406                 use tree decorations everywhere AB folders are used (AB tree pane,
1407                     add address to AB, select AB folder, edit group, custom attr, find dup
1408                     results), in order to match global style
1409                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
1410                     double clicking on groups in tree pane does open the group edit dialog
1411                     double clicking on other items in tree pane does expand/collapse
1412                 fix a missing space in AB's delete-folder dialog
1413                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
1414
1415         * src/foldersel.c
1416                 make foldersel dialog show dotted lines according to global (hidden) prefs
1417
1418 2008-06-12 [colin]      3.4.0cvs91
1419
1420         * src/compose.c
1421         * src/compose.h
1422                 Fix bug 1635, 'Last character of message is truncated 
1423                 when changing accounts w/ sigs'
1424         * src/folderview.c
1425                 Fix bug 1636, 'Can't select "properties" on "folders 
1426                 only" folders'
1427
1428 2008-06-11 [colin]      3.4.0cvs90
1429
1430         * src/folder.c
1431                 Maybe fix bug 1623, 'exits with segfault when 
1432                 logging in to certain imap-servers'
1433
1434 2008-06-10 [mones]      3.4.0cvs89
1435
1436         * AUTHORS
1437         * tools/Makefile.am
1438         * tools/README
1439         * tools/convert_mbox.sh
1440                 Undo cvs86 and cvs87, it really should be a patch to 
1441                 convert_mbox.pl
1442
1443 2008-06-10 [wwp]        3.4.0cvs88
1444
1445         * po/fr.po
1446                 Updated French translation.
1447
1448 2008-06-10 [mones]      3.4.0cvs87
1449
1450         * tools/Makefile.am
1451                 Oops, forgot to add previous script for distribution
1452
1453 2008-06-10 [mones]      3.4.0cvs86
1454
1455         * AUTHORS
1456         * tools/README
1457         * tools/convert_mbox.sh
1458                 Added script to convert Evolution mail folders contributed
1459                 by Daniel Dickinson <cshore@fionavar.ca>
1460                 Fixes debian bug 461435
1461
1462 2008-06-09 [colin]      3.4.0cvs85
1463
1464         * src/main.c
1465                 Integrate AWN information bubble if dbus is
1466                 available
1467         * src/folder.c
1468                 Fix crash when calling scan_required() on 
1469                 folder classes that don't implement them
1470         * src/common/session.c
1471                 Fix a little typo
1472
1473 2008-06-09 [colin]      3.4.0cvs84
1474
1475         * src/main.c
1476                 Fix bug 1447, 'If user tries to close while starting 
1477                 up, it will not close ever.'
1478
1479 2008-06-09 [colin]      3.4.0cvs83
1480
1481         * src/filtering.c
1482                 Fix bug 1628, 'Claws Mail crashes when 
1483                 filtering selected messages'
1484
1485 2008-06-04 [colin]      3.4.0cvs82
1486
1487         * src/messageview.c
1488                 Complete handling of html parts in multipart/alternative
1489                 mails
1490
1491 2008-06-03 [paul]       3.4.0cvs81
1492
1493         * src/prefs_message.c
1494                 make always the english good
1495
1496 2008-06-03 [colin]      3.4.0cvs80
1497
1498         * src/mainwindow.c
1499         * src/mainwindow.h
1500                 Fix bug 1624, '[PATCH] Quick search should be 
1501                 disabled for folder view'; based on a patch by
1502                 Michael Terry
1503
1504 2008-06-03 [iwkse]      3.4.0cvs79
1505
1506         * src/addressbook.c
1507                 Fix little gui bug on button sensitivity
1508         * src/messageview.c
1509         * src/prefs_common.c
1510         * src/prefs_common.h
1511         * src/prefs_message.c
1512                 Allow by default to show html in multipart/alternative
1513
1514 2008-06-02 [colin]      3.4.0cvs78
1515
1516         * src/prefs_actions.c
1517                 GUI rework, patch by Pawel 
1518
1519 2008-06-02 [colin]      3.4.0cvs77
1520
1521         * src/quote_fmt.c
1522                 Fix sensitivity/alignment, patch from
1523                 Pawel
1524
1525 2008-05-31 [colin]      3.4.0cvs76
1526
1527         * src/imap.c
1528                 Fix login issue introduced in cvs75.
1529
1530 2008-05-31 [colin]      3.4.0cvs75
1531
1532         * src/imap.c
1533                 Fix more possible double-frees. Also, fix the root cause
1534                 of these double-frees by just noting the Session is to
1535                 be destroyed instead of destroying it in flight
1536
1537 2008-05-29 [paul]       3.4.0cvs74
1538
1539         * manual/keyboard.xml
1540                 'Makes' these entries like the others
1541
1542 2008-05-29 [colin]      3.4.0cvs73
1543
1544         * src/procmsg.h
1545                 Include utils.h in case we
1546                 need to pull goffset definition
1547
1548 2008-05-29 [colin]      3.4.0cvs72
1549
1550         * src/common/utils.h
1551                 Workaround a stupid Glib issue, where
1552                 goffset happens to be undefined. 
1553
1554 2008-05-28 [colin]      3.4.0cvs71
1555
1556         * src/compose.c
1557         * src/compose.h
1558         * src/grouplistdialog.c
1559         * src/image_viewer.c
1560         * src/imap.c
1561         * src/inc.c
1562         * src/main.c
1563         * src/matcher.c
1564         * src/messageview.c
1565         * src/mimeview.c
1566         * src/prefs_themes.c
1567         * src/procmsg.h
1568         * src/summaryview.c
1569         * src/summaryview.h
1570         * src/textview.c
1571         * src/common/smtp.c
1572         * src/common/utils.c
1573         * src/common/utils.h
1574                 Use goffset instead of off_t for MsgInfo's size
1575                 Allows using MsgInfo structure from plugins
1576                 compiled with largefile support
1577
1578 2008-05-26 [colin]      3.4.0cvs70
1579
1580         * src/mainwindow.c
1581         * src/mainwindow.h
1582                 Define THEME_CHANGED_HOOKLIST and invoke
1583                 it on theme change
1584         * src/plugins/trayicon/trayicon.c
1585                 Listen to THEME_CHANGED_HOOKLIST and
1586                 update accordingly
1587
1588 2008-05-26 [paul]       3.4.0cvs69
1589
1590         * src/mimeview.c
1591                 plug a leak in mimeview_save_all()
1592
1593 2008-05-24 [colin]      3.4.0cvs68
1594
1595         * src/common/utils.h
1596                 Fix wrong define on old glibs
1597
1598 2008-05-24 [paul]       3.4.0cvs67
1599
1600         * src/Makefile.am
1601         * src/stock_pixmap.c
1602         * src/stock_pixmap.h
1603         * src/toolbar.c
1604         * src/pixmaps/cancel.xpm
1605         * src/pixmaps/close.xpm
1606                 add a specific icon for A_CANCEL_INC (addresses
1607                 point 1 of bug 1609 'Icon issues')
1608                 replace close.xpm with an icon of the standard
1609                 24x24 size
1610
1611 2008-05-24 [paul]       3.4.0cvs66
1612
1613         * src/pixmaps/insert_file.xpm
1614                 replaced
1615
1616 2008-05-23 [paul]       3.4.0cvs65
1617
1618         * src/common/md5.c
1619         * src/common/md5.h
1620                 add the possibility to check md5 on binary files,
1621                 thanks to Colin
1622
1623 2008-05-23 [colin]      3.4.0cvs64
1624
1625         * src/mainwindow.c
1626         * src/summaryview.c
1627                 Fix bug 1610, 'claws crash after opening/closing 
1628                 preferences and window update'
1629
1630 2008-05-22 [colin]      3.4.0cvs63
1631
1632         * src/prefs_filtering_action.c
1633         * src/gtk/combobox.c
1634         * src/gtk/combobox.h
1635                 Fix reselecting of Tags actions in
1636                 filtering actions dialog
1637
1638 2008-05-22 [colin]      3.4.0cvs62
1639
1640         * src/Makefile.am
1641         * src/prefs_toolbar.c
1642         * src/stock_pixmap.c
1643         * src/stock_pixmap.h
1644         * src/toolbar.c
1645         * src/pixmaps/delete_btn.xpm
1646         * src/pixmaps/insert_file.xpm
1647         * src/pixmaps/mail_reply_to_list.xpm
1648                 Fix more of bug 1609:
1649                 - Add a Delete button icon
1650                 - Add a Reply to list button icon
1651                 - Fix Insert file button icon
1652                 Artwork by Ciprian Popovici.
1653
1654 2008-05-21 [colin]      3.4.0cvs61
1655
1656         * src/common/utils.c
1657                 Fix a little leak
1658
1659 2008-05-21 [wwp]        3.4.0cvs60
1660
1661         * src/prefs_filtering.c
1662                 Don't show SMTP-only accounts in accounts list, as they are
1663                 irrelevant for filtering incoming messages.
1664
1665 2008-05-21 [colin]      3.4.0cvs59
1666
1667         * src/mainwindow.c
1668                 Don't put SMTP-only accounts in receive menus
1669
1670 2008-05-21 [colin]      3.4.0cvs58
1671
1672         * src/imap.c
1673                 Fix cvs56 (brain fart)
1674
1675 2008-05-21 [colin]      3.4.0cvs57
1676
1677         * src/common/utils.c
1678                 Fix bug 1615, 'hang on FIFO when the other end's not 
1679                 opened'
1680
1681 2008-05-21 [colin]      3.4.0cvs56
1682
1683         * src/imap.c
1684                 Fix a warning
1685
1686 2008-05-19 [colin]      3.4.0cvs55
1687
1688         * src/plugins/pgpcore/sgpgme.c
1689                 Maybe fix debian bug 481856, 'Segmentation fault 
1690                 when verifying a GPG signature'. Although it 
1691                 looks like a race condition...
1692
1693 2008-05-19 [colin]      3.4.0cvs54
1694
1695         * src/prefs_filtering_action.c
1696         * src/prefs_matcher.c
1697         * src/common/tags.c
1698         * src/common/tags.h
1699         * src/gtk/combobox.c
1700         * src/gtk/combobox.h
1701                 Patch by Pawel: disabled Tags menus in filtering dialogs
1702
1703 2008-05-19 [colin]      3.4.0cvs53
1704
1705         * src/prefs_account.c
1706                 GUI patch by Pawel: align ports entries
1707
1708 2008-05-19 [colin]      3.4.0cvs52
1709
1710         * src/mainwindow.c
1711                 Fix bug 1616, 'strange question while emptying trash'
1712
1713 2008-05-18 [colin]      3.4.0cvs51
1714
1715         * src/common/plugin.c
1716         * src/etpan/imap-thread.c
1717         * src/etpan/nntp-thread.c
1718         * src/gtk/gtksctree.c
1719                 Fix bug 1613, 'Various memory leaks'; 
1720                 based on a patch by Didier Barvaux.
1721
1722 2008-05-18 [colin]      3.4.0cvs50
1723
1724         * src/mimeview.c
1725         * src/privacy.h
1726         * src/toolbar.c
1727         * src/toolbar.h
1728         * src/plugins/pgpcore/sgpgme.c
1729                 Fix more parts of bug 1609:
1730                 - Make use of specific Expired privacy icon
1731                 - Use CLOSE instead of NOTICE_ERROR for cancel
1732                   receiving
1733                 - Allow a Preferences button in the main toolbar
1734
1735 2008-05-18 [colin]      3.4.0cvs49
1736
1737         * src/stock_pixmap.c
1738                 Fix bug with non-updating icons after theme change:
1739                 If fetching pixbuf for a given icon after a theme
1740                 change, the next pixmap fetch would return the old
1741                 cached one, as the theme change was forgotten at 
1742                 this time. (and vice-versa). This was mostly 
1743                 visible on open folder icons
1744
1745 2008-05-17 [colin]      3.4.0cvs48
1746
1747         * src/prefs_summaries.c
1748         * src/summaryview.c
1749                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
1750                 options'. Patch by Pawel
1751
1752 2008-05-16 [colin]      3.4.0cvs47
1753
1754         * src/imap.c
1755                 Fix another possible crash (on fatal errors
1756                 at login, like stream error).
1757
1758 2008-05-16 [paul]       3.4.0cvs46
1759
1760         * tools/thunderbird-filters-convertor.pl
1761                 fix a typo
1762                 fix reading a tb rule that contains something
1763                 like that: \"Sender\"
1764
1765 2008-05-16 [paul]       3.4.0cvs45
1766
1767         * tools/README
1768         * tools/csv2addressbook.pl
1769                 add support for gmail exported csv address book
1770
1771 2008-05-16 [colin]      3.4.0cvs44
1772
1773         * configure.ac
1774         * src/ldapupdate.c
1775                 Fix ldap deprecated calls. Patch by
1776                 Michael Rasmussen
1777
1778 2008-05-16 [paul]       3.4.0cvs43
1779
1780         * manual/de/account.xml
1781         * manual/it/account.xml
1782         * manual/it/ack.xml
1783         * manual/it/addrbook.xml
1784         * manual/it/claws-mail-manual.xml
1785         * manual/it/gpl.xml
1786         * manual/it/intro.xml
1787         * manual/it/starting.xml
1788                 add pages towards German and Italian manuals.
1789                 (just for storage, they are not built yet, due
1790                 to being incomplete.) submitted by Speckmade
1791                 <Speckmade@gmx.net> and Salvatore De Paolis
1792                 <iwkse@claws-mail.org>
1793
1794 2008-05-16 [colin]      3.4.0cvs42
1795
1796         * src/gtk/sslcertwindow.c
1797                 Fix SHA1 fingerprint with GnuTLS
1798
1799 2008-05-15 [colin]      3.4.0cvs41
1800
1801         * src/gtk/sslcertwindow.c
1802                 Print SHA1 fingerprint too
1803
1804 2008-05-15 [colin]      3.4.0cvs40
1805
1806         * src/imap.c
1807                 Fix certificate port on TLS. It was 
1808                 previously always 0.
1809                 **IMPORTANT INFORMATION**: this will trigger 
1810                 one wrong "New certificate" warning at the 
1811                 first connection with this fix, if using STARTTLS
1812                 on IMAP.
1813         * src/gtk/sslcertwindow.c
1814                 Make labels selectable
1815
1816 2008-05-15 [colin]      3.4.0cvs39
1817
1818         * src/imap.c
1819                 Fix double free when STARTTLS fails (for
1820                 example due to refusing the certificate)
1821
1822 2008-05-15 [paul]       3.4.0cvs38
1823
1824         * manual/advanced.xml
1825                 fix typo
1826
1827 2008-05-15 [paul]       3.4.0cvs37
1828
1829         * manual/advanced.xml
1830         * src/prefs_send.c
1831                 make outgoing_fallback_to_ascii a hidden pref
1832
1833 2008-05-14 [colin]      3.4.0cvs36
1834
1835         * src/main.c
1836         * src/mainwindow.c
1837         * src/mainwindow.h
1838                 Make it possible to cancel quit when Claws
1839                 ask whether to empty trash.
1840
1841 2008-05-14 [colin]      3.4.0cvs35
1842
1843         * src/compose.c
1844         * src/prefs_common.c
1845         * src/prefs_common.h
1846         * src/prefs_send.c
1847                 Add a preference to be able to specify an
1848                 outgoing charset/encoding but still fallback
1849                 to 7bit US-ASCII when possible (default TRUE,
1850                 same behavior as pre-cvs34)
1851
1852 2008-05-14 [colin]      3.4.0cvs34
1853
1854         * src/compose.c
1855                 Always use the specified encoding and charset if it is
1856                 specified, even if the mail is ASCII.
1857
1858 2008-05-13 [paul]       3.4.0cvs33
1859
1860         * src/ldapupdate.c
1861                 fix the build warnings the easy way for now
1862
1863 2008-05-13 [colin]      3.4.0cvs32
1864
1865         * src/prefs_themes.c
1866                 Count .png files as icons too (fixes part
1867                 of bug 1609, 'Icon issues')
1868
1869 2008-05-13 [wwp]        3.4.0cvs31
1870
1871         * src/addressbook_foldersel.c
1872                 Fix wrong check (completes 3.4.0.cvs30).
1873
1874 2008-05-12 [wwp]        3.4.0cvs30
1875
1876         * src/addressbook.c
1877         * src/addressbook_foldersel.c
1878         * src/filtering.c
1879         * src/matcher.c
1880         * src/prefs_matcher.c
1881         * src/plugins/bogofilter/bogofilter.c
1882         * src/plugins/bogofilter/bogofilter_gtk.c
1883         * src/plugins/dillo_viewer/dillo_prefs.c
1884         * src/plugins/spamassassin/spamassassin.c
1885         * src/plugins/spamassassin/spamassassin_gtk.c
1886                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
1887                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
1888                 translated string "Any" in plugins (whitelisting) and
1889                 UTF8 comparisons.
1890
1891 2008-05-07 [colin]      3.4.0cvs29
1892
1893         * configure.ac
1894                 Fix --enable-maemo (assume --enable-generic-umpc)
1895
1896 2008-05-07 [colin]      3.4.0cvs28
1897
1898         * configure.ac
1899         * src/account.c
1900         * src/addr_compl.c
1901         * src/compose.c
1902         * src/editaddress.c
1903         * src/folderview.c
1904         * src/mainwindow.c
1905         * src/messageview.c
1906         * src/mimeview.c
1907         * src/prefs_account.c
1908         * src/prefs_common.c
1909         * src/prefs_display_header.c
1910         * src/prefs_filtering.c
1911         * src/prefs_summaries.c
1912         * src/prefs_template.c
1913         * src/prefs_toolbar.c
1914         * src/stock_pixmap.c
1915         * src/summaryview.c
1916         * src/summaryview.h
1917         * src/textview.c
1918         * src/toolbar.c
1919         * src/gtk/about.c
1920         * src/gtk/gtksctree.c
1921         * src/gtk/menu.c
1922         * src/gtk/prefswindow.c
1923         * src/gtk/sslcertwindow.c
1924                 Separate generic UMPC code (layouts, ...) from 
1925                 MAEMO code (Hildon, ...)
1926
1927 2008-05-06 [paul]       3.4.0cvs27
1928
1929         * tools/claws.i18n.status.pl
1930                 add he.po
1931
1932 2008-05-06 [colin]      3.4.0cvs26
1933
1934         * src/common/utils.c
1935                 Maybe fix crash on FreeBSD
1936
1937 2008-05-05 [colin]      3.4.0cvs25
1938
1939         * src/messageview.c
1940                 Fix bug 1602, 'Crash when sending return receipt for
1941                 messages with no subject'
1942
1943 2008-05-05 [colin]      3.4.0cvs24
1944
1945         * src/mimeview.c
1946                 Don't overwrite temporary files with same
1947                 name when drag and dropping. Fixes bug 1599,
1948                 'attach multiple files with the same name from 
1949                 one mail to another'
1950
1951 2008-05-04 [paul]       3.4.0cvs23
1952
1953         * src/compose.c
1954         * src/prefs_common.c
1955                 fix bug 1587 'can not replay with quote'
1956
1957 2008-05-03 [colin]      3.4.0cvs22
1958
1959         * po/de.po
1960                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
1961
1962 2008-05-03 [colin]      3.4.0cvs21
1963
1964         * src/toolbar.c
1965                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
1966                 icon isn't grayed although ineffective'
1967
1968 2008-05-02 [wwp]        3.4.0cvs20
1969
1970         * po/fr.po
1971                 Fix translation.
1972
1973         * src/prefs_folder_item.c
1974                 Add missing notice in folder properties (templates) when
1975                 folder is a root node.
1976
1977 2008-04-30 [colin]      3.4.0cvs19
1978
1979         * src/prefs_toolbar.c
1980                 Add Trash and Delete icons to the icon chooser
1981
1982 2008-04-30 [colin]      3.4.0cvs18
1983
1984         * src/compose.c
1985                 Remove "Delete entire line" which was a noop
1986                 and should be the same as "Delete line" :)
1987
1988 2008-04-30 [colin]      3.4.0cvs17
1989
1990         * src/compose.c
1991                 Fix 'Delete line' and 'Delete to end of line'
1992                 on the last line. Patch by <seelenhirt@gmx.net>
1993
1994 2008-04-28 [colin]      3.4.0cvs16
1995
1996         * src/folder.c
1997                 Fix bug 1589, 'tagsdb file not removed when
1998                 folder deleted'.
1999         * src/common/utils.c
2000                 Make sure claws_unlink accepts NULL arg.
2001
2002 2008-04-25 [colin]      3.4.0cvs15
2003
2004         * src/common/ssl.c
2005                 Fix/simplify previous commit
2006
2007 2008-04-25 [colin]      3.4.0cvs14
2008
2009         * src/addrindex.h
2010         * src/common/ssl_certificate.c
2011                 Patch by Marcus: Fix Win32 build
2012         * src/common/ssl.c
2013                 Fix build with GnuTLS/no pthread, thanks
2014                 to Marcus
2015
2016 2008-04-25 [colin]      3.4.0cvs13
2017
2018         * src/summaryview.c
2019                 Fix bug 1586, '3-pane vertical layout now and then 
2020                 still shows sender column'
2021
2022 2008-04-25 [colin]      3.4.0cvs12
2023
2024         * src/Makefile.am
2025         * src/w32-logo.ico
2026         * src/w32-resource.rc
2027                 Patch from Marcus Brinkmann to set an icon on w32.
2028
2029 2008-04-24 [colin]      3.4.0cvs11
2030
2031         * src/inc.c
2032         * src/inc.h
2033                 Trace inc locks
2034         * src/ldif.c
2035         * src/ldif.h
2036                 Fix bug 1581, 'Bad File Format during Import LDIF':
2037                 Use dynamically allocated buffers; also, allow 
2038                 importing contacts with no email address
2039
2040 2008-04-24 [colin]      3.4.0cvs10
2041
2042         * src/prefs_common.c
2043                 Increment the timeout a bit on OpenBSD, 75 isn't enough
2044
2045 2008-04-23 [colin]      3.4.0cvs9
2046
2047         * src/compose.c
2048         * src/prefs_folder_item.c
2049         * src/prefs_template.c
2050         * src/quote_fmt.c
2051                 Fix bug 1576: Fix unescaping of templates when testing them
2052                 I think it breaks nothing. (wwp, you're welcome to double-check)
2053
2054 2008-04-23 [paul]       3.4.0cvs8
2055
2056         * manual/advanced.xml
2057                 add info about the "two_line_vertical" hidden
2058                 pref
2059
2060 2008-04-22 [paul]       3.4.0cvs7
2061
2062         * src/prefs_common.c
2063         * src/prefs_common.h
2064         * src/summaryview.c
2065                 make the 2-line view in summaryview when in three
2066                 columns mode configurable. hidden pref: "two_line_vertical"
2067
2068 2008-04-22 [colin]      3.4.0cvs6
2069
2070         * src/inc.c
2071                 Fix missing inc_unlock()
2072         * src/prefs_matcher.c
2073         * src/send_message.c
2074                 Fix my last commit
2075
2076 2008-04-22 [colin]      3.4.0cvs5
2077
2078         * src/etpan/imap-thread.c
2079                 Use g_(un)setenv instead of (un)setenv which
2080                 doesn't exist on IRIX 6.5
2081
2082 2008-04-22 [colin]      3.4.0cvs4
2083
2084         * src/inc.c
2085         * src/prefs_common.c
2086         * src/send_message.c
2087                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
2088                 Set the default timeout to 75 seconds
2089
2090 2008-04-20 [colin]      3.4.0cvs3
2091
2092         * src/pixmaps/tray_newmail.offline.xpm
2093         * src/pixmaps/tray_newmail.xpm
2094         * src/pixmaps/tray_newmarkedmail.offline.xpm
2095         * src/pixmaps/tray_newmarkedmail.xpm
2096         * src/pixmaps/tray_nomail.offline.xpm
2097         * src/pixmaps/tray_nomail.xpm
2098         * src/pixmaps/tray_unreadmail.offline.xpm
2099         * src/pixmaps/tray_unreadmail.xpm
2100         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
2101         * src/pixmaps/tray_unreadmarkedmail.xpm
2102                 Make the tray icons a bit nicer. Would be
2103                 nice to get really nice icons from someone
2104                 who's good at Gimp :)
2105
2106 2008-04-18 [colin]      3.4.0cvs2
2107
2108         * src/common/log.c
2109                 Forgot one g_unlink
2110
2111 lease complete the changelog entry below
2112 2008-04-18 [colin]      3.4.0cvs1
2113
2114         * src/addrduplicates.c
2115         * src/addressbook.c
2116         * src/compose.c
2117         * src/crash.c
2118         * src/editaddress.c
2119         * src/folder.c
2120         * src/image_viewer.c
2121         * src/imap.c
2122         * src/inc.c
2123         * src/main.c
2124         * src/mbox.c
2125         * src/messageview.c
2126         * src/mh.c
2127         * src/msgcache.c
2128         * src/news.c
2129         * src/partial_download.c
2130         * src/pop.c
2131         * src/prefs_common.c
2132         * src/prefs_common.h
2133         * src/prefs_other.c
2134         * src/prefs_themes.c
2135         * src/procheader.c
2136         * src/procmime.c
2137         * src/procmsg.c
2138         * src/textview.c
2139         * src/wizard.c
2140         * src/common/prefs.c
2141         * src/common/ssl_certificate.c
2142         * src/common/template.c
2143         * src/common/utils.c
2144         * src/common/utils.h
2145         * src/etpan/imap-thread.c
2146         * src/plugins/dillo_viewer/dillo_viewer.c
2147         * src/plugins/pgpcore/sgpgme.c
2148         * src/plugins/pgpinline/pgpinline.c
2149                 Add an option to shred temporary files and messages
2150                 instead of just removing them. Slows deletions down!
2151
2152 2008-04-18 [paul]       3.4.0
2153
2154         * NEWS
2155         * README
2156         * RELEASE_NOTES 
2157                 3.4.0 released
2158
2159
2160 2008-04-18 [paul]       3.3.1cvs61
2161
2162         * po/de.po
2163         * po/fi.po
2164         * po/it.po
2165         * po/pt_BR.po
2166                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
2167                 and Frederico Goncalves Guimaraes
2168         * po/es.po
2169                 updated on the last minute by a lazy Ricardo Mones
2170
2171 2008-04-18 [colin]      3.3.1cvs60
2172
2173         * po/fr.po
2174                 Update translation (Fabien Vantard)
2175
2176 2008-04-17 [colin]      3.3.1cvs59
2177
2178         * src/imap.c
2179                 Fix debian bug 474712, 'claws seg faults when IMAP 
2180                 connection breaks after an IMAP protocol error 
2181                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
2182         * src/summaryview.c
2183                 Fix a little leak
2184
2185 2008-04-17 [colin]      3.3.1cvs58
2186
2187         * src/common/log.c
2188                 Fix log size getting out of control (claws-mail
2189                 getting SIGXFSZ): rotate if every 10MB
2190
2191 2008-04-10 [paul]       3.3.1cvs57
2192
2193         * src/prefs_other.c
2194                 improvements to english usage
2195
2196 2008-04-10 [paul]       3.3.1cvs56
2197
2198         * src/prefs_receive.c
2199                 add an accurate description
2200
2201 2008-04-08 [colin]      3.3.1cvs55
2202
2203         * src/undo.c
2204                 Probably fix corruption, introduced in cvs53
2205
2206 2008-04-04 [iwkse]      3.3.1cvs54
2207
2208         * src/undo.c
2209                 undo should works properly again
2210
2211 2008-04-04 [iwkse]      3.3.1cvs53
2212
2213         * src/undo.c
2214                 Fix a segfault but breaks undo
2215                 on a specific case (eg. double paste with
2216                 middle-mouse button)
2217
2218 2008-04-04 [iwkse]      3.3.1cvs52
2219
2220         * src/prefs_filtering.c
2221                 Fix previous Tab mess
2222
2223 2008-04-03 [iwkse]      3.3.1cvs51
2224
2225         * src/prefs_filtering.c
2226                 Add search in filtering rules list
2227
2228 2008-04-02 [colin]      3.3.1cvs50
2229
2230         * src/main.c
2231                 Revert part of the previous patch: we do
2232                 want to parse ~/.claws-mail/gtkrc-2.0 if it
2233                 exists
2234
2235 2008-04-02 [colin]      3.3.1cvs49
2236
2237         * src/main.c
2238                 Fix bug 1562, 'Claws-Mail does not completely 
2239                 respect settings in GTK2_RC_FILES environment'
2240                 Remove manual parsing of .gtkrc-2.0 and 
2241                 .gtk/gtkrc-2.0. GTK does it itself these days.
2242
2243 2008-04-01 [colin]      3.3.1cvs48
2244
2245         * src/imap_gtk.c
2246                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
2247                 ticking "Show only subscribed"'
2248
2249 2008-03-31 [colin]      3.3.1cvs47
2250
2251         * src/folder.c
2252                 Fix bug 1553, 'File lock not respected'
2253                 Regression due to the implementation of
2254                 deletion batching
2255
2256 2008-03-31 [colin]      3.3.1cvs46
2257
2258         * src/mainwindow.c
2259                 Fix tags menu update, thanks to Paul
2260
2261 2008-03-29 [wwp]        3.3.1cvs45
2262
2263         * src/prefs_account.c
2264         * src/prefs_common.c
2265         * src/prefs_folder_item.c
2266         * src/prefs_quote.c
2267         * src/quote_fmt.c
2268         * src/quote_fmt.h
2269                 Fix compose template formats (in global preferences)
2270                 being translated under specific conditions.
2271                 Add a button to restore factory defaults for current
2272                 language.
2273
2274 2008-03-27 [colin]      3.3.1cvs44
2275
2276         * src/common/prefs.c
2277         * src/common/xmlprops.c
2278                 Fix RedHat bug 431735, 'segfault if /home is full' 
2279                 (when starting): Fix double fclose() in prefs.c
2280                 and potentially xmlprops.c
2281
2282 2008-03-27 [colin]      3.3.1cvs43
2283
2284         * src/addressbook.c
2285                 Fix bug 1559, 'Claws Mail crashed deleting all 
2286                 common contacts'
2287
2288 2008-03-27 [wwp]        3.3.1cvs42
2289
2290         * src/addressbook.c
2291                 Fix 3.3.0cvs41.
2292
2293 2008-03-27 [wwp]        3.3.1cvs41
2294
2295         * src/addressbook.c
2296                 Prevent list flickering when deleting addresses.
2297
2298 2008-03-26 [colin]      3.3.1cvs40
2299
2300         * src/imap.c
2301                 Clean up session disconnection. Possibly
2302                 fix Ubuntu bug #204290
2303
2304 2008-03-26 [colin]      3.3.1cvs39
2305
2306         * src/textview.c
2307                 Fix bug 1555: current folder wasn't used when
2308                 right-clicking on an email address
2309
2310 2008-03-25 [colin]      3.3.1cvs38
2311
2312         * src/plugins/bogofilter/bogofilter.c
2313         * src/plugins/bogofilter/bogofilter.h
2314         * src/plugins/bogofilter/bogofilter_gtk.c
2315                 Add a "learn from whitelist" preference
2316                 Whitelist Unsure mails too.
2317
2318 2008-03-24 [paul]       3.3.1cvs37
2319
2320         * src/prefs_account.c
2321                 If no MH mailbox and no account exists, when
2322                 creating a POP/Local account, just create and
2323                 use the default one instead of bailing with a
2324                 "Mailbox doesn't exist" error
2325
2326 2008-03-21 [colin]      3.3.1cvs36
2327
2328         * src/procmime.c
2329                 strstrip mime subtype
2330
2331 2008-03-21 [paul]       3.3.1cvs35
2332
2333         * manual/advanced.xml
2334                 correct and update the info about Actions
2335
2336 2008-03-20 [colin]      3.3.1cvs34
2337
2338         * src/messageview.c
2339         * src/messageview.h
2340         * src/textview.c
2341                 Show at max 1MB of text, add a noticeview to
2342                 show everything optionally.
2343
2344 2008-03-20 [colin]      3.3.1cvs33
2345
2346         * src/stock_pixmap.c
2347                 Add support for png themes
2348
2349 2008-03-19 [wwp]        3.3.1cvs32
2350
2351         * src/procheader.c
2352                 Sanity check.
2353
2354 2008-03-18 [colin]      3.3.1cvs31
2355
2356         * src/common/utils.c
2357         * src/common/utils.h
2358                 Handle size_t instead of off_t in to_human_readable
2359
2360 2008-03-18 [colin]      3.3.1cvs30
2361
2362         * src/imap.c
2363                 Remove raw printf
2364
2365 2008-03-16 [colin]      3.3.1cvs29
2366
2367         * src/summaryview.c
2368                 Fix build on GTK < 2.12
2369
2370 2008-03-16 [colin]      3.3.1cvs28
2371
2372         * src/mainwindow.c
2373                 Refresh non-list widget when switching
2374                 messageview
2375
2376 2008-03-16 [colin]      3.3.1cvs27
2377
2378         * manual/faq.xml
2379                 Revert cvs25: This wasn't a typo :) :
2380                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
2381
2382
2383 2008-03-16 [colin]      3.3.1cvs26
2384
2385         * src/summaryview.c
2386         * src/gtk/gtksctree.c
2387         * src/gtk/gtksctree.h
2388                 Implement 2-lines items in Summaryview when in 
2389                 three columns mode
2390
2391 2008-03-16 [paul]       3.3.1cvs25
2392
2393         * manual/faq.xml
2394                 fix typo
2395
2396 2008-03-14 [colin]      3.3.1cvs24
2397
2398         * src/prefs_filtering_action.c
2399                 Fix buglet on setting recipient when
2400                 reediting forward rules.
2401
2402 2008-03-12 [colin]      3.3.1cvs23
2403
2404         * src/summaryview.c
2405                 Fix a new unused variable warning
2406         * src/plugins/trayicon/trayicon.c
2407                 Fix folderview's scrollbar at startup
2408                 if starting hidden
2409
2410 2008-03-12 [colin]      3.3.1cvs22
2411
2412         * src/folderview.c
2413         * src/summaryview.c
2414                 Use item_opened at the beginning of showing
2415                 a folder instead of the end. Fixes flicker.
2416
2417 2008-03-12 [paul]       3.3.1cvs21
2418
2419         * src/folder.c
2420         * src/folder.h
2421         * src/mainwindow.c
2422         * src/procmsg.c
2423         * src/summaryview.c
2424         * src/plugins/trayicon/trayicon.c
2425                 add tooltip with extended folder stats
2426
2427 2008-03-10 [colin]      3.3.1cvs20
2428
2429         * src/common/xml.c
2430                 Handle comments
2431
2432 2008-03-07 [colin]      3.3.1cvs19
2433
2434         * src/mainwindow.c
2435                 Fix blinking of the taskbar entry
2436
2437 2008-03-07 [colin]      3.3.1cvs18
2438
2439         * src/mainwindow.c
2440                 MAEMO: Fix bug 1494, 'Trayicon 
2441                 plugin breaks UI...'
2442
2443 2008-03-07 [paul]       3.3.1cvs17
2444
2445         * src/gtk/authors.h
2446                 reflect reality a bit more closely
2447
2448 2008-03-06 [colin]      3.3.1cvs16
2449
2450         * src/mainwindow.c
2451         * src/mainwindow.h
2452         * src/summaryview.c
2453         * src/summaryview.h
2454         * src/toolbar.c
2455                 Integrate things better wrt the new
2456                 summaryview extensibility.
2457
2458 2008-03-06 [wwp]        3.3.1cvs15
2459
2460         * src/quote_fmt.c
2461                 Fix some gcc warnings.
2462
2463 2008-03-06 [wwp]        3.3.1cvs14
2464
2465         * src/prefs_account.c
2466         * src/prefs_folder_item.c
2467         * src/prefs_gtk.c
2468         * src/prefs_template.c
2469         * src/gtk/prefswindow.c
2470         * src/gtk/prefswindow.h
2471                 prefs_templates: fix missing unregistering of addr_completion widgets
2472                 and and ending of addr_completion service.
2473                 prefs_folder_item: fix missing registering/unregistering of widgets,
2474                 and rework the way add_completion service is started and stopped.
2475                 Plus few prefswindow API changes (opening).
2476
2477 2008-03-06 [wwp]        3.3.1cvs13
2478
2479         * src/folder_item_prefs.c
2480         * src/prefs_template.c
2481         * src/prefs_template.h
2482         * src/quote_fmt.c
2483         * src/common/template.c
2484                 Complete 3.3.1cvs12, thanks to Colin.
2485
2486 2008-03-06 [wwp]        3.3.1cvs12
2487
2488         * src/compose.c
2489         * src/folder_item_prefs.c
2490         * src/folder_item_prefs.h
2491         * src/prefs_account.c
2492         * src/prefs_folder_item.c
2493         * src/prefs_quote.c
2494         * src/prefs_template.c
2495         * src/quote_fmt.c
2496         * src/quote_fmt.h
2497         * src/common/template.c
2498         * src/common/template.h
2499                 Global and per-folder templates can now override the from name (this
2500                 doesn't change the account being used).
2501                 Examples:
2502                  "My other name" <%account_email> (just changes the name)
2503                  my.faked.email@address.org (overrides the address too)
2504
2505 2008-03-05 [colin]      3.3.1cvs11
2506
2507         * src/summaryview.c
2508         * src/summaryview.h
2509                 Replace that hbox with a notebook
2510
2511 2008-03-05 [colin]      3.3.1cvs10
2512
2513         * src/folder.h
2514         * src/folderview.c
2515                 Add klass functions for notification of folder
2516                 opening/closing via the GUI
2517         * src/summaryview.c
2518         * src/summaryview.h
2519                 Add a specific container for the scrolledwin
2520
2521 2008-03-05 [colin]      3.3.1cvs9
2522
2523         * src/folder.h
2524         * src/folderview.c
2525                 Add klass functions for notification of folder 
2526                 opening/closing via the GUI
2527         * src/summaryview.c
2528         * src/summaryview.h
2529                 Add a specific container for the scrolledwin
2530
2531 2008-03-02 [colin]      3.3.1cvs8
2532
2533         * src/messageview.c
2534                 MAEMO: Fix bug 1541, 'Deleting message from within 
2535                 read window displays next message then closes.'
2536
2537 2008-03-02 [colin]      3.3.1cvs7
2538
2539         * src/main.c
2540                 Probably fix bug 1539, 'Program crashes':
2541                 Setup Gcrypt's thread functions when built
2542                 with GnuTLS
2543
2544 2008-03-01 [colin]      3.3.1cvs6
2545
2546         * src/folder.c
2547         * src/imap_gtk.c
2548                 Get rid of stale folders with no account
2549
2550 2008-02-28 [colin]      3.3.1cvs5
2551
2552         * src/compose.c
2553                 Fix bug 1534, 'Segmentation fault when doing 
2554                 some draft saving and then throwing away'
2555         * src/imap.c
2556                 Fix bug 1533, 'Claws is unable to mark messages 
2557                 as "read" in IMAP shared folders'
2558         * src/etpan/imap-thread.c
2559                 Fix bug 1515, 'large messages crash claws when 
2560                 syncing for offline mode'. This is rather a
2561                 workaround, and mails > 64MB will still be
2562                 problematic if there's less than 64MB available
2563                 on the dataroot volume.
2564         * src/messageview.c
2565                 MAEMO: Add information when fetching big messages
2566
2567 2008-02-26 [colin]      3.3.1cvs4
2568
2569         * src/imap.c
2570                 fix bug 1532, '"login refused" message insufficiently 
2571                 detailed'
2572
2573 2008-02-26 [paul]       3.3.1cvs3
2574
2575         * INSTALL
2576         * README
2577                 remove mentions of ClamAV and a few other
2578                 old bits of information
2579
2580 2008-02-23 [colin]      3.3.1cvs2
2581
2582         * src/main.c
2583                 Fix log output (missing \n)
2584
2585 2008-02-23 [colin]      3.3.1cvs1
2586
2587         * configure.ac
2588                 Bump version number for stable release
2589
2590 2008-02-23 [paul]       3.3.0cvs21
2591
2592         * po/he.po
2593                 updated by Ofer
2594
2595 2008-02-21 [colin]      3.3.0cvs20
2596
2597         * src/matcher.c
2598                 Fix bug 1527, 'filtering is case sensitive when it 
2599                 shouldn't be'
2600
2601 2008-02-20 [colin]      3.3.0cvs19
2602
2603         * src/main.c
2604                 Fix file attachments from older Thunar
2605
2606 2008-02-19 [colin]      3.3.0cvs18
2607
2608         * manual/plugins.xml
2609         * manual/es/plugins.xml
2610         * manual/fr/plugins.xml
2611         * manual/pl/plugins.xml
2612                 Remove Clamav
2613
2614 2008-02-19 [paul]       3.3.0cvs17
2615
2616         * tools/README
2617         * tools/csv2addressbook.pl
2618                 add support for Kmail/Kaddressbook
2619
2620 2008-02-18 [colin]      3.3.0cvs16
2621
2622         * src/imap.c
2623                 Unset folder's session before creating a
2624                 new one
2625         * src/main.c
2626         * src/prefs_common.c
2627         * src/prefs_common.h
2628         * manual/advanced.xml
2629                 Add an hidden use_networkmanager pref, to
2630                 disable NetworkManager handling. Also,
2631                 consider UNKNOWN state to be CONNECTED.
2632
2633 2008-02-18 [wwp]        3.3.0cvs15
2634
2635         * src/matcher.c
2636                 Fix Engrish and make 'not' more visible in filtering debug logs.
2637
2638 2008-02-15 [colin]      3.3.0cvs14
2639
2640         * src/matcher.c
2641                 Revert cvs10 for now, it breaks the feature
2642
2643 2008-02-15 [colin]      3.3.0cvs13
2644
2645         * src/main.c
2646                 Always focus folder tree at startup
2647         * src/compose.c
2648                 Fix bug 1521, 'Cannot close compose window after 
2649                 replying to a non-existent news message'
2650
2651 2008-02-13 [colin]      3.3.0cvs12
2652
2653         * src/folderview.c
2654                 Fix important warnings
2655
2656 2008-02-12 [colin]      3.3.0cvs11
2657
2658         * src/imap.c
2659         * src/etpan/imap-thread.c
2660         * src/etpan/imap-thread.h
2661                 Fix handling of $Forwarded flag on Exchange:
2662                 check for the existence or creatability of a
2663                 flag before using it.
2664
2665 2008-02-12 [colin]      3.3.0cvs10
2666
2667         * src/matcher.c
2668                 Optimise matching on Found in addressbook if
2669                 the matched header is in cache (From, etc)
2670
2671 2008-02-12 [colin]      3.3.0cvs9
2672
2673         * src/folderview.c
2674                 Fix crashy stuff when changing displayed
2675                 columns
2676
2677 2008-02-12 [wwp]        3.3.0cvs8
2678
2679         * src/folder.h
2680                 Remove duplicate func declaration and restore the one
2681                 a missing one.
2682
2683 2008-02-12 [wwp]        3.3.0cvs7
2684
2685         * src/compose.c
2686         * src/export.c
2687         * src/folder.c
2688         * src/folder.h
2689         * src/foldersel.c
2690         * src/foldersel.h
2691         * src/imap_gtk.c
2692         * src/import.c
2693         * src/mainwindow.c
2694         * src/messageview.c
2695         * src/mh_gtk.c
2696         * src/prefs_account.c
2697         * src/prefs_filtering_action.c
2698         * src/summaryview.c
2699         * src/plugins/bogofilter/bogofilter_gtk.c
2700         * src/plugins/spamassassin/spamassassin_gtk.c
2701                 Allow moving/copying folders to root folders when using
2702                 the folder selection dialog (it was not possible to
2703                 maemo users to reparent a subfolder to a root folder
2704                 at all).
2705
2706 2008-02-12 [fabien]     3.3.0cvs6
2707
2708         * po/fr.po
2709                 a few days late for i18n fr update. Sorry.
2710
2711 2008-02-11 [colin]      3.3.0cvs5
2712
2713         * src/main.c
2714                 Implement support for future /dev/mem_notify.
2715                 This Linux kernel feature will allow applications
2716                 to be notified that memory has to be freed
2717                 before getting OOM-killed. For more information:
2718                 http://lwn.net/Articles/267013/
2719
2720 2008-02-10 [paul]       3.3.0cvs4
2721
2722         * src/Makefile.am
2723         * src/mimeview.c
2724         * src/prefs_toolbar.c
2725         * src/stock_pixmap.c
2726         * src/stock_pixmap.h
2727         * src/pixmaps/mime_text_patch.xpm
2728                 add an icon for attached patches
2729
2730 2008-02-09 [paul]       3.3.0cvs3
2731
2732         * src/gtk/about.c
2733                 bump the (c) year
2734
2735 2008-02-09 [wwp]        3.3.0cvs2
2736
2737         * src/main.c
2738                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
2739
2740 2008-02-08 [colin]      3.3.0cvs1
2741
2742         * src/common/utils.c
2743                 Forbid attaching anything containing "../" or ".ssh/"
2744                 from mailto: URI
2745
2746 2008-02-08 [paul]       3.3.0
2747
2748         * NEWS
2749         * README
2750         * RELEASE_NOTES 
2751                 3.3.0 released
2752
2753 2008-02-08 [paul]       3.2.0cvs77
2754
2755         * AUTHORS
2756                 updated with new translators
2757         * configure.ac
2758                 added he to ALL_LINGUAS
2759         * po/cs.po
2760         * po/de.po
2761         * po/es.po
2762         * po/fi.po
2763         * po/hu.po
2764         * po/it.po
2765         * po/pt_BR.po
2766         * po/zh_CN.po
2767                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
2768                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
2769                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
2770                 and Ralph Young
2771         * po/he.po
2772                 new Hebrew translation by Ofer <oc666@netvision.net.il>
2773         * src/gtk/about.c
2774                 updated with new translators and bumped (c) year
2775         * src/gtk/authors.h
2776                 updated with new translators
2777
2778 2008-02-05 [colin]      3.2.0cvs76
2779
2780         * src/messageview.c
2781         * src/mimeview.c
2782         * src/mimeview.h
2783                 Special case text/calendar parts: if there's one in
2784                 the mail, and a plugin handling text/calendar is
2785                 loaded, show that part. That'll avoid rendering 
2786                 meetings as plain text, which just looks broken to
2787                 many users.
2788
2789 2008-02-04 [colin]      3.2.0cvs75
2790
2791         * src/mainwindow.c
2792                 Maemo: Fix LED handling on OS 2008
2793
2794 2008-02-01 [colin]      3.2.0cvs74
2795
2796         * src/compose.c
2797                 Possibly fix the annoying and hard-to reproduce bug
2798                 where lines 
2799                 are
2800                 rewrapped
2801                 like
2802                 that.
2803
2804 2008-02-01 [paul]       3.2.0cvs73
2805
2806         * src/common/utils.c
2807                 fix bug 1502, 'Plus signs are stripped from
2808                 email addresses when calling from command line'
2809                 Thanks to Colin
2810
2811 2008-01-31 [colin]      3.2.0cvs72
2812
2813         * src/exphtmldlg.c
2814         * src/mimeview.c
2815         * src/summaryview.c
2816                 Fix building of URIs from filenames
2817
2818 2008-01-31 [wwp]        3.2.0cvs71
2819
2820         * src/main.c
2821                 Fixes debug output of compiled-in features list
2822                 (completes 3.2.0cvs60).
2823
2824 2008-01-31 [colin]      3.2.0cvs70
2825
2826         * configure.ac
2827         * po/POTFILES.in
2828         * src/compose.c
2829         * src/plugins/Makefile.am
2830         * src/plugins/clamav/.cvsignore
2831         * src/plugins/clamav/Makefile.am
2832         * src/plugins/clamav/README
2833         * src/plugins/clamav/clamav_plugin.c
2834         * src/plugins/clamav/clamav_plugin.h
2835         * src/plugins/clamav/clamav_plugin_gtk.c
2836         * src/plugins/clamav/clamav_plugin_gtk.deps
2837                 Remove the Clamav plugin from the core
2838
2839 2008-01-28 [wwp]        3.2.0cvs69
2840
2841         * src/compose.c
2842         * src/prefs_template.c
2843         * src/prefs_template.h
2844         * src/quote_fmt.c
2845         * src/quote_fmt.h
2846         * src/quote_fmt_lex.l
2847         * src/quote_fmt_parse.y
2848                 Fix for bug #1493: count lines (\n chars) according to the way
2849                 format body is passed (i.e. \-escaped or not).
2850
2851 2008-01-27 [paul]       3.2.0cvs68
2852
2853         * po/en_GB.po
2854                 updated
2855         * src/prefs_actions.c
2856         * src/prefs_filtering.c
2857         * src/prefs_folder_item.c
2858         * src/prefs_template.c
2859         * src/gtk/about.c
2860                 some minor changes to the English
2861
2862 2008-01-24 [colin]      3.2.0cvs67
2863
2864         * src/etpan/imap-thread.c
2865         * src/etpan/nntp-thread.c
2866                 Fix bug 1348, 'Hang ups at exit time with 
2867                 pgp plugin since 3.0.2'
2868
2869 2008-01-23 [colin]      3.2.0cvs66
2870
2871         * src/toolbar.c
2872                 Fix translation of something that shouldn't be
2873
2874 2008-01-23 [colin]      3.2.0cvs65
2875
2876         * src/procmime.c
2877                 Fix bug 1486, 'Re: Incorrect content when replying'
2878                 Revert to full scan if short scan found only 0-length
2879                 text parts
2880
2881 2008-01-23 [paul]       3.2.0cvs64
2882
2883         * src/prefs_folder_item.c
2884                 fix bug 1485, 'selecting a folder's default
2885                 account if name contains '&''
2886
2887 2008-01-23 [colin]      3.2.0cvs63
2888
2889         * src/folder.c
2890         * src/folder.h
2891         * src/main.c
2892         * src/mainwindow.c
2893                 Fix bug 1480, 'should be able to display mail file
2894                 from command line'. Let 'claws-mail --select' accept
2895                 absolute paths in addition to folder identifiers.
2896
2897 2008-01-22 [wwp]        3.2.0cvs62
2898
2899         * src/account.c
2900         * src/account.h
2901         * src/compose.c
2902         * src/messageview.c
2903         * src/summaryview.c
2904         * src/common/utils.c
2905         * src/common/utils.h
2906                 Allow from=address in mailto sequence:
2907                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
2908                   The 'from' will try to select the first account matching in accounts list,
2909                   otherwise will use the usual account selection mechanism but override with
2910                   this 'from' address.
2911                 Allow mailto with NNTP accounts
2912                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
2913                   is the default one or if a NNTP account address is used with 'from'.
2914                   This is more or less a bugfix as it was possible to use mailto with a NNTP
2915                   default account but the complete mailto sequence was put in To.
2916
2917 2008-01-22 [wwp]        3.2.0cvs61
2918
2919         * doc/man/claws-mail.1
2920                 Updated the man page: status of few features, command-line
2921                 usage (--version-full) and completed list of config files
2922                 and dirs.
2923
2924 2008-01-22 [wwp]        3.2.0cvs60
2925
2926         * src/main.c
2927                 Added --version-full to display version and compiled-in
2928                 features list (for later use by Clawsker for instance).
2929
2930 2008-01-22 [holger]     3.2.0cvs59
2931
2932         * src/addrduplicates.c
2933                 Fix scrolling in addressbook duplicate
2934                 finder result dialog
2935
2936 2008-01-21 [colin]      3.2.0cvs58
2937
2938         * src/summaryview.c
2939                 Fix bug 1457, 'sorting messages on, say, from, 
2940                 should subsort on previous sort choice'. Subsort
2941                 by date when sort is Subject, From, To, Tags.
2942
2943 2008-01-21 [colin]      3.2.0cvs57
2944
2945         * AUTHORS
2946         * src/matcher.c
2947         * src/mimeview.c
2948         * src/common/ssl.c
2949         * src/gtk/authors.h
2950                 Fix bug 1478, 'Wrong pthread_create calls all 
2951                 over the place'. Patch by Christian Cornelssen
2952
2953 2008-01-20 [colin]      3.2.0cvs56
2954
2955         * src/imap.c
2956         * src/etpan/imap-thread.c
2957         * src/etpan/imap-thread.h
2958                 Fix bug 1468, 'Use IMAP keyword to 
2959                 store "forwarded" flag'
2960
2961 2008-01-20 [colin]      3.2.0cvs55
2962
2963         * src/folderutils.c
2964                 Make list operations faster
2965
2966 2008-01-20 [colin]      3.2.0cvs54
2967
2968         * src/mainwindow.c
2969                 Fix bug 1353, 'on startup with small screen 
2970                 layout, keyboard input gets lost'
2971
2972 2008-01-20 [colin]      3.2.0cvs53
2973
2974         * src/textview.c
2975                 Complete 3.2.0cvs49, and fixes bug 1477, 
2976                 'Claws Mail crashes when view PGP-encrypted 
2977                 message'
2978
2979 2008-01-20 [colin]      3.2.0cvs52
2980
2981         * src/compose.c
2982                 Fix privacy menu update when replying to
2983                 encrypted mail and no default privacy 
2984                 system is set
2985
2986 2008-01-19 [colin]      3.2.0cvs51
2987
2988         * src/filtering.c
2989         * src/procmsg.h
2990         * src/plugins/bogofilter/bogofilter.c
2991         * src/plugins/clamav/clamav_plugin.c
2992         * src/plugins/spamassassin/spamassassin.c
2993                 Batch filtering deletions too (and save 4 bytes
2994                 per MsgInfo in the process :)
2995
2996 2008-01-19 [colin]      3.2.0cvs50
2997
2998         * src/folder.c
2999                 Make cache update after copies much faster
3000                 on IMAP
3001
3002 2008-01-19 [colin]      3.2.0cvs49
3003
3004         * src/textview.c
3005                 Check g_fopen() success
3006
3007 2008-01-17 [wwp]        3.2.0cvs48
3008
3009         * manual/faq.xml
3010         * manual/es/faq.xml
3011         * manual/fr/faq.xml
3012         * manual/pl/faq.xml
3013                 Sylpheed? No idea what this means.
3014
3015 2008-01-17 [colin]      3.2.0cvs47
3016
3017         * src/gtk/gtksctree.c
3018                 Make dnd threshold higher on Maemo
3019
3020 2008-01-16 [colin]      3.2.0cvs46
3021
3022         * src/common/passcrypt.c
3023                 Fix build on FreeBSD, thanks to Pawel
3024
3025 2008-01-15 [colin]      3.2.0cvs45
3026
3027         * src/compose.c
3028                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
3029                 spell check of actuall word'
3030         * src/summaryview.c
3031                 Temporarily disable immediate execution when learning
3032                 spam *only* if the summaryview isn't locked
3033
3034 2008-01-15 [wwp]        3.2.0cvs44
3035
3036         * src/prefs_filtering.c
3037                 Fix filtering prefs layout (Maemo port), moving page up/down
3038                 from buttons to context menu.
3039
3040 2008-01-15 [colin]      3.2.0cvs43
3041
3042         * src/compose.c
3043                 Fix bug 1465, 'First line in new message does not mark URLs'
3044
3045 2008-01-15 [colin]      3.2.0cvs42
3046
3047         * src/common/passcrypt.c
3048                 Fix bug 1461, 'several components #define 
3049                 _XOPEN_SOURCE improperly'
3050
3051 2008-01-15 [colin]      3.2.0cvs41
3052
3053         * src/summaryview.c
3054                 Fix bug 1469, 'Column width adjustments on message 
3055                 lists do not save'
3056
3057 2008-01-14 [holger]     3.2.0cvs40
3058
3059         * configure.ac
3060                 Add tests for dbus, dbus glib bindings,
3061                 and NetworkManager. All is optional. Add new
3062                 --(en|dis)able-networkmanager-support switch.
3063         * src/Makefile.am
3064         * src/imap.c
3065         * src/inc.c
3066         * src/main.c
3067         * src/main.h
3068         * src/mainwindow.c
3069         * src/gtk/about.c
3070                 Add optional NetworkManager support, so Claws Mail
3071                 can try to do the right thing when the network connection
3072                 status changes. NetworkManager support is active by
3073                 default if above requirements were met.
3074
3075 2008-01-12 [colin]      3.2.0cvs39
3076
3077         * src/summaryview.c
3078                 Advertise the click-on-reply feature in the tooltip
3079
3080 2008-01-12 [colin]      3.2.0cvs38
3081
3082         * src/Makefile.am
3083         * src/stock_pixmap.c
3084         * src/stock_pixmap.h
3085         * src/pixmaps/tray_newmail.offline.xpm
3086         * src/pixmaps/tray_newmail.xpm
3087         * src/pixmaps/tray_newmarkedmail.offline.xpm
3088         * src/pixmaps/tray_newmarkedmail.xpm
3089         * src/pixmaps/tray_nomail.offline.xpm
3090         * src/pixmaps/tray_nomail.xpm
3091         * src/pixmaps/tray_unreadmail.offline.xpm
3092         * src/pixmaps/tray_unreadmail.xpm
3093         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
3094         * src/pixmaps/tray_unreadmarkedmail.xpm
3095         * src/plugins/trayicon/Makefile.am
3096         * src/plugins/trayicon/newmail.offline.xpm
3097         * src/plugins/trayicon/newmail.xpm
3098         * src/plugins/trayicon/newmarkedmail.offline.xpm
3099         * src/plugins/trayicon/newmarkedmail.xpm
3100         * src/plugins/trayicon/nomail.offline.xpm
3101         * src/plugins/trayicon/nomail.xpm
3102         * src/plugins/trayicon/trayicon.c
3103         * src/plugins/trayicon/unreadmail.offline.xpm
3104         * src/plugins/trayicon/unreadmail.xpm
3105         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3106         * src/plugins/trayicon/unreadmarkedmail.xpm
3107                 Make the Trayicon plugin icons themable
3108
3109 2008-01-12 [wwp]        3.2.0cvs37
3110
3111         * src/prefs_display_header.c
3112                 Fix extra leading hyphen visible in the display
3113                 header configuration combo list (maemo).
3114
3115 2008-01-11 [colin]      3.2.0cvs36
3116
3117         * src/imap.c
3118                 Set timeout to 1 before disconnecting all -
3119                 for when one switches to offline and has 
3120                 no network anymore
3121         * src/messageview.c
3122                 Fix bug 1454, 'error message shows parts and 
3123                 signature of previous messages'
3124         * src/prefs_common.c
3125                 Maemo: Hide Send dialog by default
3126
3127 2008-01-10 [colin]      3.2.0cvs35
3128
3129         * src/action.c
3130         * src/editldap.c
3131         * src/prefs_account.c
3132         * src/wizard.c
3133         * src/gtk/inputdialog.c
3134         * src/plugins/pgpcore/passphrase.c
3135                 Maemo: Fix bug 1455, 'Password enters leading letter 
3136                 incorrectly as uppercase'
3137
3138 2008-01-09 [colin]      3.2.0cvs34
3139
3140         * po/pl.po
3141                 Fix bug 1446, 'SC crashes frequently when staying 
3142                 in background'. Format string error in Polish 
3143                 translation
3144         * src/gtk/description_window.c
3145         * src/prefs_template.c
3146                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
3147                 patch by Pawel
3148         * src/wizard.c
3149                 Maemo: Fix build
3150
3151 2008-01-08 [colin]      3.2.0cvs33
3152
3153         * src/main.c
3154                 Maemo: connect HW status change signal for shutdown
3155         * src/mainwindow.c
3156                 Maemo: Fix hardware space key
3157         * src/wizard.c
3158                 Maemo: name mmc1 and 2 a better name
3159
3160 2008-01-08 [wwp]        3.2.0cvs32
3161
3162         * src/folder.c
3163         * src/folder_item_prefs.c
3164         * src/folder_item_prefs.h
3165         * src/prefs_folder_item.c
3166                 It's now possible to disable processing rules when
3167                 entering a folder (this adds a new option to the
3168                 folder properties dialog).
3169
3170 2008-01-08 [wwp]        3.2.0cvs31
3171
3172         * src/common/utils.c
3173                 Mailto: now supports 'insert' (stands for 'insert file'), this
3174                 adds the ability to create a new message from the command-line,
3175                 with body set from an existing file contents.
3176
3177 2008-01-08 [colin]      3.2.0cvs30
3178
3179         * src/summaryview.c
3180                 Maybe fix bug 1452, 'crash while drag'n'droping 
3181                 emails to an IMAP folder'
3182
3183 2008-01-07 [wwp]        3.2.0cvs29
3184
3185         * src/prefs_filtering.c
3186                 Static-alize a function, thanks to Colin.
3187
3188 2008-01-07 [colin]      3.2.0cvs28
3189
3190         * src/folderview.c
3191                 Fix scrolling to bottom when drag and dropping
3192         * src/summaryview.c
3193                 Fix bug 1445, 'Display sender using addressbook: fails 
3194                 when From: isn't an email address'
3195
3196 2008-01-07 [wwp]        3.2.0cvs27
3197
3198         * src/prefs_actions.c
3199         * src/prefs_filtering.c
3200         * src/prefs_template.c
3201                 Add tooltips to most buttons in the templates, actions and
3202                 filtering/processing dialogs.
3203
3204 2008-01-07 [wwp]        3.2.0cvs26
3205
3206         * src/prefs_filtering.c
3207                  - add a clear button to clear dialog input fields
3208                  - add page up and page down buttons to move selected rule up and down
3209                  - in rules list popup-menu: added Delete, Delete all and Duplicate
3210                  - popup-menu items are greyed out either if the list is empty (not counting the
3211                    (New) row or if there is no selected item
3212                  - clear store when closing dialog
3213
3214         * src/prefs_actions.c
3215                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3216                    clear button, popup-menu
3217                  - clear store when closing dialog
3218
3219         * src/prefs_template.c
3220                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3221                    clear button, popup-menu 
3222
3223         * src/addrcustomattr.c
3224                  - renamed popup-menu item Clear list to Delete all
3225                  - grey out popup-menu items is there is no selected item or if list is empty
3226                  - clear store when closing dialog
3227
3228         * src/edittags.c
3229                  - added popup-menu item Delete all
3230                  - grey out popup-menu items is there is no selected item or if list is empty
3231                  - clear store when closing dialog
3232
3233 2008-01-06 [wwp]        3.2.0cvs25
3234
3235         * src/addressadd.c
3236                 One more layout fix by Pawel (completes 3.2.0cvs24).
3237
3238 2008-01-05 [colin]      3.2.0cvs24
3239
3240         * src/addressadd.c
3241                 Little GUI fixes, patch by Pawel
3242
3243 2007-12-29 [wwp]        3.2.0cvs23
3244
3245         * src/compose.c
3246                 Fix for bug #1443, and strip possible whitespaces around
3247                 custom header names.
3248
3249 2007-12-29 [mones]      3.2.0cvs22
3250
3251         * po/es.po
3252                 Updated translation, corrected a term based 
3253                 on suggestion from Israel Saeta Pérez,
3254                 reverted awful X-Mailer translation
3255         * src/procmime.c
3256                 Complete cvs20 for FreeBSD, patch by Pawel
3257
3258 2007-12-29 [colin]      3.2.0cvs21
3259
3260         * src/textview.c
3261                 Fix bug 1442, 'Tags are repeated in 
3262                 encapsulated messages'
3263
3264 2007-12-28 [colin]      3.2.0cvs20
3265
3266         * src/procmime.c
3267                 Fix path to mime/globs. Patch by Marten King.
3268
3269 2007-12-27 [colin]      3.2.0cvs19
3270
3271         * src/plugins/pgpcore/Makefile.am
3272         * src/plugins/pgpinline/Makefile.am
3273         * src/plugins/pgpmime/Makefile.am
3274                 Add missing flags to build pgp plugins on maemo
3275
3276 2007-12-27 [colin]      3.2.0cvs18
3277
3278         * src/mainwindow.c
3279                 Maximise before showing to avoid probable flickering
3280                 on slow computers.
3281
3282 2007-12-27 [colin]      3.2.0cvs17
3283
3284         * src/main.c
3285         * src/mainwindow.c
3286         * src/prefs_common.c
3287         * src/prefs_common.h
3288                 Fix bug 1439, 'Claws Mail does not remember window size 
3289                 state when restarted'. Save maximised state and force
3290                 maximisation at startup if applicable.
3291
3292 2007-12-23 [paul]       3.2.0cvs16
3293
3294         * src/prefs_matcher.c
3295                 fix bug 1436, 'Filter condition dialog doesn't
3296                 load header name from current rules'
3297
3298 2007-12-22 [paul]       3.2.0cvs15
3299
3300         * src/compose.c
3301                 fix bug 1435, 'Reply doesn't take into account
3302                 reply-to field'
3303
3304 2007-12-21 [paul]       3.2.0cvs14
3305
3306         * src/common/ssl_certificate.c
3307                 fix FreeBSD build with IPV6 support 
3308
3309 2007-12-20 [colin]      3.2.0cvs13
3310
3311         * src/imap.c
3312                 Fix error handling
3313
3314 2007-12-20 [colin]      3.2.0cvs12
3315
3316         * src/imap.c
3317         * src/imap.h
3318         * src/prefs_account.c
3319                 Add DIGEST-MD5 support for IMAP authentication
3320
3321 2007-12-19 [mones]      3.2.0cvs11
3322
3323         * doc/man/claws-mail.1
3324                 Better ordering of sections, updated options
3325         * po/es.po
3326                 Updated strings
3327
3328 2007-12-19 [paul]       3.2.0cvs10
3329
3330         * src/prefs_account.c
3331                 use a spinbutton instead of an entry for
3332                 "POP authentication timeout" also
3333
3334 2007-12-19 [colin]      3.2.0cvs9
3335
3336         * src/prefs_filtering_action.c
3337         * src/prefs_matcher.c
3338         * src/gtk/description_window.c
3339                 Destroy info windows with their parents
3340                 Patch by Pawel
3341
3342 2007-12-19 [colin]      3.2.0cvs8
3343
3344         * src/prefs_account.c
3345                 Use spinbuttons instead of entries where needed
3346                 Patch by Pawel
3347
3348 2007-12-18 [paul]       3.2.0cvs7
3349
3350         * src/prefs_matcher.c
3351                 add missing i18n for a few strings
3352                 Patch by Stephan Sachse
3353
3354 2007-12-18 [paul]       3.2.0cvs6
3355
3356         * src/prefs_logging.c
3357                 use 'disk' instead of 'disc'
3358
3359 2007-12-18 [paul]       3.2.0cvs5
3360
3361         * po/en_GB.po
3362                 updated
3363         * src/addrcustomattr.c
3364         * src/editaddress.c
3365                 fixes to the ingleesh
3366         * src/prefs_filtering_action.c
3367                 fix copyright header
3368                 fix untranslated strings
3369         * src/prefs_filtering_action.h
3370                 fix copyright header
3371
3372 2007-12-18 [wwp]        3.2.0cvs4
3373
3374         * src/folderview.c
3375         * src/headerview.c
3376         * src/prefs_common.c
3377         * src/prefs_common.h
3378         * src/prefs_fonts.c
3379         * src/summaryview.c
3380         * src/textview.c
3381         * src/wizard.c
3382         * src/common/defs.h
3383         * src/gtk/gtkutils.c
3384                 Added prefs to set custom small and bold fonts
3385                 (might matter on some desktops, according to
3386                 DPI and font settings).
3387
3388 2007-12-18 [colin]      3.2.0cvs3
3389
3390         * src/prefs_logging.c
3391                 Rework GUI, patch by Pawel
3392
3393 2007-12-18 [colin]      3.2.0cvs2
3394
3395         * src/prefs_filtering_action.c
3396                 Rework GUI, patch by Pawel
3397
3398 2007-12-18 [colin]      3.2.0cvs1
3399
3400         * src/editaddress.c
3401                 Fix build on old GCC
3402                 Fix inverted buttons
3403
3404 2007-12-17 [paul]       3.2.0
3405
3406         * NEWS
3407         * README
3408         * RELEASE_NOTES 
3409                 3.2.0 released
3410
3411 2007-12-17 [paul]       3.1.0cvs79
3412
3413         * po/de.po
3414         * po/fr.po
3415         * po/hu.po
3416         * po/it.po
3417         * po/pt_BR.po
3418                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
3419                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
3420
3421 2007-12-17 [mones]      3.1.0cvs78
3422
3423         * po/es.po
3424                 Updated Spanish translation for 3.2.0 release
3425
3426 2007-12-16 [colin]      3.1.0cvs77
3427
3428         * src/addrcustomattr.c
3429                 Fix translations, patch by Fabien
3430
3431 2007-12-15 [paul]       3.1.0cvs76
3432
3433         * src/folderview.c
3434                 fix compiler warning
3435
3436 2007-12-14 [colin]      3.1.0cvs75
3437
3438         * src/folderview.c
3439                 Simplify logic
3440
3441 2007-12-12 [wwp]        3.1.0cvs74
3442
3443         * AUTHORS
3444         * src/gtk/authors.h
3445                 Added Marius Glauser to the hall of fame.
3446
3447 2007-12-12 [wwp]        3.1.0cvs73
3448
3449         * src/gtk/gtkutils.c
3450                 Improve the way we show results of searches
3451                 in message bodies: selected text now get centered
3452                 vertically in the message window.
3453                 Patch by Marius Glauser <seelenhirt@gmx.net>.
3454
3455 2007-12-10 [colin]      3.1.0cvs72
3456
3457         * src/folder.c
3458                 Don't crash when setting batch mode on no folder
3459
3460 2007-12-10 [colin]      3.1.0cvs71
3461
3462         * src/common/utils.c
3463                 Fix potential buffer overrun (thanks to
3464                 Hiroyuki)
3465
3466 2007-12-08 [paul]       3.1.0cvs70
3467
3468         * src/prefs_receive.c
3469                 small change to the English
3470
3471 2007-12-08 [colin]      3.1.0cvs69
3472
3473         * src/vcard.c
3474                 Fix warnings
3475
3476 2007-12-07 [colin]      3.1.0cvs68
3477
3478         * src/mainwindow.c
3479         * src/summaryview.c
3480         * src/summaryview.h
3481                 Free simplify_subject_preg at exit
3482
3483 2007-12-07 [colin]      3.1.0cvs67
3484
3485         * src/main.c
3486         * src/summaryview.c
3487         * src/common/utils.c
3488         * src/common/utils.h
3489                 We have to free reused regexps from time to
3490                 time, or they get huge
3491
3492 2007-12-07 [colin]      3.1.0cvs66
3493
3494         * src/vcard.c
3495                 Fix QP decoding (and UTF8)
3496
3497 2007-12-07 [colin]      3.1.0cvs65
3498
3499         * src/addrcustomattr.c
3500                 Update list of default custom attributes
3501                 now (will be needed for a feature patch
3502                 post 3.2.0)
3503
3504 2007-12-07 [colin]      3.1.0cvs64
3505
3506         * src/folder.c
3507                 Batch on destination folder when copying - fixes
3508                 slowness when moving unread mails to trash on IMAP
3509
3510 2007-12-06 [colin]      3.1.0cvs63
3511
3512         * src/common/w32_time.c
3513         * src/common/w32lib.h
3514         * src/etpan/etpan-thread-manager.c
3515         * src/etpan/imap-thread.c
3516         * src/etpan/nntp-thread.c
3517         * src/gtk/Makefile.am
3518                 Fix win32 build with libetpan. Thanks to
3519                 Marcus Brinkmann.
3520
3521 2007-12-06 [colin]      3.1.0cvs62
3522
3523         * src/account.c
3524         * src/imap.c
3525         * src/prefs_account.c
3526         * src/prefs_account.h
3527         * src/etpan/imap-thread.c
3528         * src/etpan/imap-thread.h
3529                 Disable connection via command line on WIN32
3530                 Disable mmap use on WIN32 - use normal strings
3531         * src/addressbook.c
3532         * src/addressbook.h
3533         * src/addressbook_foldersel.c
3534         * src/addressbook_foldersel.h
3535         * src/prefs_filtering_action.c
3536         * src/prefs_matcher.c
3537         * src/plugins/bogofilter/bogofilter_gtk.c
3538         * src/plugins/dillo_viewer/dillo_prefs.c
3539         * src/plugins/spamassassin/spamassassin_gtk.c
3540                 Fix leak, rework function logics to be more
3541                 natural - thanks to Holger
3542         * src/common/utils.c
3543                 Fix warnings
3544
3545 2007-12-06 [colin]      3.1.0cvs61
3546
3547         * src/news.c
3548         * src/common/utils.c
3549         * src/common/utils.h
3550                 Fix posting, and fix UTF-8 being sent when encoding
3551                 is 8bit
3552
3553 2007-12-05 [colin]      3.1.0cvs60
3554
3555         * src/news.c
3556                 Fix debian bug #453157, 'Fails to post usenet
3557                 articles after NNTP connection has been 
3558                 interrupted". Fix return value to prevent deletion
3559                 on failure, and issue MODE READER in case posting
3560                 fails at first.
3561
3562 2007-12-05 [colin]      3.1.0cvs59
3563
3564         * src/messageview.c
3565         * src/uri_opener.c
3566                 Improvements to the List URIs dialog
3567                 Patch by Pawel
3568
3569 2007-12-05 [colin]      3.1.0cvs58
3570
3571         * src/prefs_other.c
3572         * src/gtk/gtksctree.h
3573                 Fix warnings
3574
3575 2007-12-04 [colin]      3.1.0cvs57
3576
3577         * src/etpan/imap-thread.c
3578                 Fix bug 1378, 'Claws exits on IMAP alert message'
3579                 Don't do GTK calls directly from Etpan thread
3580
3581 2007-12-04 [colin]      3.1.0cvs56
3582
3583         * src/folderview.c
3584         * src/gtk/gtksctree.c
3585                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
3586                 Make all the left of column zero an hotspot for
3587                 expanding.
3588
3589 2007-12-04 [colin]      3.1.0cvs55
3590
3591         * src/mainwindow.c
3592         * src/mainwindow.h
3593         * src/prefs_common.c
3594         * src/prefs_common.h
3595         * src/prefs_receive.c
3596                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
3597
3598 2007-12-04 [wwp]        3.1.0cvs54
3599
3600         * src/prefs_other.c
3601                 Fix for bug #1419.
3602
3603 2007-12-04 [holger]     3.1.0cvs53
3604
3605         * src/addrduplicates.c
3606         * src/addrduplicates.h
3607                 Export addressbook entry deletion
3608
3609 2007-12-04 [colin]      3.1.0cvs52
3610
3611         * tools/Makefile.am
3612         * tools/README.sylprint
3613         * tools/sylprint.pl
3614         * tools/sylprint.rc
3615                 Fix debian bug #454089 (symlink attack in TMP directory)
3616                 http://secwatch.org/advisories/1019661/ :
3617                 Remove the buggy script, which was unmaintained anyway
3618         * src/news.c
3619         * src/procmsg.c
3620                 Store things in our private tmp directory.
3621
3622 2007-12-03 [colin]      3.1.0cvs51
3623
3624         * src/folder.c
3625         * src/folder.h
3626         * src/folderview.c
3627         * src/imap.c
3628         * src/mainwindow.c
3629                 Fix update problem when getting remote tags
3630         * src/prefs_matcher.c
3631                 Rework GUI to make it better. Patch by Pawel
3632                 Pekala
3633
3634 2007-12-03 [colin]      3.1.0cvs50
3635
3636         * src/etpan/imap-thread.c
3637         * src/etpan/nntp-thread.c
3638                 Fix bug 1417, 'Network log doesn't reveal 
3639                 enough NNTP errors'
3640
3641 2007-12-02 [iwkse]      3.1.0cvs49
3642
3643         * src/plugins/dillo_viewer/dillo_prefs.c
3644                         Insert dillo under the Plugins menu
3645
3646 2007-12-01 [paul]       3.1.0cvs48
3647
3648         * src/html.c
3649                 add these variant forms
3650                 Thanks to Colin
3651
3652 2007-12-01 [paul]       3.1.0cvs47
3653
3654         * src/matcher.c
3655                 fix a typo
3656
3657 2007-12-01 [paul]       3.1.0cvs46
3658
3659         * po/POTFILES.in
3660                 add the new addrcustomattr.c file
3661
3662 2007-11-29 [colin]      3.1.0cvs45
3663
3664         * src/common/ssl_certificate.c
3665                 Use the more modern getaddrinfo instead of 
3666                 gethostbyname when possible
3667
3668 2007-11-28 [colin]      3.1.0cvs44
3669
3670         * src/summaryview.c
3671                 Maybe fix bug 1410 and other crash reports
3672                 in summaryview since cvs38.
3673
3674 2007-11-28 [wwp]        3.1.0cvs43
3675
3676         * src/prefs_summary_open.c
3677                 Guard against an empty list of actions to perform
3678                 when opening a folder (or migration defaults could
3679                 be introduced, confusing).
3680
3681 2007-11-28 [colin]      3.1.0cvs42
3682
3683         * src/folderview.c
3684                 Fix mark all read from folder's contextual menu
3685
3686 2007-11-27 [colin]      3.1.0cvs41
3687
3688         * src/imap.c
3689         * src/imap.h
3690         * src/imap_gtk.c
3691         * src/prefs_account.c
3692         * src/etpan/imap-thread.c
3693                 A few fixes to the IMAP flags handling: Optimisations,
3694                 two crashers, mention that Bandwitdh-efficient mode
3695                 prevents tag fetching.
3696                 Fix M-UTF7 in subscription dialog.
3697
3698 2007-11-27 [colin]      3.1.0cvs40
3699
3700         * src/folder.c
3701         * src/mbox.c
3702         * src/summaryview.c
3703                 Make filtering faster on flags change: Batch original 
3704                 folderitem, where we'll do flags/tags changes.
3705
3706 2007-11-27 [colin]      3.1.0cvs39
3707
3708         * src/filtering.c
3709                 Fix bug 1407, 'After a copy action, further rules apply 
3710                 to both original and copy'
3711
3712 2007-11-27 [colin]      3.1.0cvs38
3713
3714         * src/edittags.c
3715         * src/summaryview.c
3716                 Fixes races when doing a long operation and user
3717                 asks for another one (Mark all read/unread on a 
3718                 big folder on IMAP for example)
3719
3720 2007-11-27 [wwp]        3.1.0cvs37
3721
3722         * src/addressbook.c
3723         * src/prefs_common.c
3724                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
3725                 and 3.1.0cvs35 (addressbook.c).
3726
3727 2007-11-27 [holger]     3.1.0cvs36
3728
3729         * src/printing.c
3730                 Add a line separating header and body
3731                 in the printout
3732
3733 2007-11-27 [wwp]        3.1.0cvs35
3734
3735         * src/addressbook.c
3736                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
3737                 (thanks to Colin) and revert disabling of cut/copy
3738                 context menu entries upon selected groups.
3739
3740 2007-11-27 [holger]     3.1.0cvs34
3741
3742         * src/printing.c
3743                 Add weights to the list of supported text attributes
3744                 for printing
3745
3746 2007-11-27 [wwp]        3.1.0cvs33
3747
3748         * src/Makefile.am
3749         * src/addrcustomattr.c
3750         * src/addrcustomattr.h
3751         * src/addressbook.c
3752         * src/editaddress.c
3753         * src/editaddress.h
3754         * src/prefs_common.c
3755         * src/prefs_common.h
3756         * src/common/defs.h
3757                 Provide a (customizable) list of preset attribute names
3758                 for editing contacts (closes bug #1391).
3759
3760 2007-11-27 [wwp]        3.1.0cvs32
3761
3762         * src/addrclip.c
3763         * src/addressbook.c
3764         * src/addritem.c
3765                 Various fixes in the address book:
3766                         - made copy/move of a folder to itself or its subtree
3767                           impossible (-> error)
3768                         - errors messages don't show in the status bar anymore,
3769                           use alertpanels instead
3770                         - simple click on group doesn't open group edit dialog
3771                           anymore when in contact edit embedded mode (was too itchy)
3772                         - fixed disabling of edit button and and menu entry when
3773                           in contact edit embedded mode (was done in a bad and
3774                           ineffective way)
3775                         - fix menu cut/paste sensitivity in treelist context
3776                           menu (conflicting enabling was done by different functions)
3777                         - fix some menu item sensitivity in address list context menu
3778                         - don't allow cut/copy of groups, it's useless as they won't
3779                           be copied w/ their contents
3780                         - fix missing copy of the picture file when copying (bug #1402),
3781                           fix picture attribute (internal) value when moving or copying
3782
3783
3784 2007-11-27 [colin]      3.1.0cvs31
3785
3786         * src/folder.c
3787         * src/imap.c
3788                 Fix tags loss on move, fix space encoding
3789
3790 2007-11-26 [colin]      3.1.0cvs30
3791
3792         * src/edittags.c
3793         * src/folder.c
3794         * src/folder.h
3795         * src/imap.c
3796         * src/messageview.c
3797         * src/procmsg.c
3798         * src/procmsg.h
3799         * src/summaryview.c
3800         * src/common/utils.c
3801         * src/common/utils.h
3802         * src/etpan/imap-thread.c
3803         * src/etpan/imap-thread.h
3804                 Add IMAP tags support
3805
3806 2007-11-26 [colin]      3.1.0cvs29
3807
3808         * src/imap.c
3809                 Fix bug 1405, 'imap auto auth method doesn't 
3810                 work since 3.1.0'
3811
3812 2007-11-26 [colin]      3.1.0cvs28
3813
3814         * src/messageview.c
3815         * src/procmime.c
3816                 Handle broken disposition-notifications from Evolution
3817                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
3818
3819 2007-11-25 [paul]       3.1.0cvs27
3820
3821         * src/folder_item_prefs.c
3822         * src/folder_item_prefs.h
3823                 remove dead code
3824
3825 2007-11-23 [wwp]        3.1.0cvs26
3826
3827         * src/matcher.c
3828         * src/matcher.h
3829         * src/matcher_parser_parse.y
3830         * src/prefs_matcher.c
3831                 Fix irrelevant case folding when adding matcher condition 'test',
3832                 thanks to Colin.
3833
3834 2007-11-23 [wwp]        3.1.0cvs25
3835
3836         * src/prefs_common.c
3837         * src/prefs_common.h
3838         * src/prefs_summary_open.c
3839         * src/prefs_summary_open.h
3840         * src/summaryview.c
3841                 Add "select first email in list" to the list of possible selections
3842                 when opening a folder.
3843
3844 2007-11-23 [paul]       3.1.0cvs24
3845
3846         * po/de.po
3847                 a fix by Stephan Sachse, plus remove all
3848                 old strings from the end of the file
3849
3850 2007-11-23 [wwp]        3.1.0cvs23
3851
3852         * src/prefs_msg_colors.c
3853                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
3854                 with little changes.
3855
3856 2007-11-23 [paul]       3.1.0cvs22
3857
3858         * src/prefs_logging.c
3859                 eliminate wasted horizontal space
3860
3861 2007-11-23 [paul]       3.1.0cvs21
3862
3863         * src/prefs_summaries.c
3864                 don't wrap the label or put linebreaks
3865
3866 2007-11-22 [colin]      3.1.0cvs20
3867
3868         * src/plugins/pgpinline/pgpinline.c
3869                 Fix decryption
3870
3871 2007-11-22 [wwp]        3.1.0cvs19
3872
3873         * src/prefs_themes.c
3874                 Yet another misuse of get_rc_dir(), still related
3875                 to user themes. Completes 3.1.0cvs18.
3876
3877 2007-11-22 [wwp]        3.1.0cvs18
3878
3879         * src/stock_pixmap.c
3880                 Fix a misuse of get_rc_dir(), user themes dir was
3881                 not set properly and some themes might have disappeared
3882                 from themes list in prefs.
3883
3884 2007-11-22 [wwp]        3.1.0cvs17
3885
3886         * src/edittags.c
3887         * src/edittags.h
3888         * src/common/tags.c
3889         * src/common/tags.h
3890                 Correct copyright for these claws-mail-only brand new
3891                 files.
3892
3893 2007-11-22 [paul]       3.1.0cvs16
3894
3895         * src/compose.c
3896                 fix bug 1400, 'Drag and drop of URLs does not work'
3897                 Thanks to Colin
3898
3899 2007-11-22 [paul]       3.1.0cvs15
3900
3901         * src/prefs_common.c
3902                 make "cmds_use_system_default" default to FALSE
3903                 so as not to disrupt current settings
3904         * src/summaryview.c
3905                 increase the size of the GdkRectangle, tooltips
3906                 didn't show for me otherwise
3907
3908 2007-11-21 [colin]      3.1.0cvs14
3909
3910         * src/compose.c
3911         * src/crash.c
3912         * src/exphtmldlg.c
3913         * src/mainwindow.c
3914         * src/manual.c
3915         * src/mimeview.c
3916         * src/prefs_account.c
3917         * src/prefs_common.c
3918         * src/prefs_common.h
3919         * src/prefs_ext_prog.c
3920         * src/textview.c
3921         * src/uri_opener.c
3922         * src/gtk/about.c
3923         * src/gtk/gtkutils.c
3924                 Use xdg-open as a way to find default browser,
3925                 when available
3926
3927 2007-11-21 [colin]      3.1.0cvs13
3928
3929         * src/messageview.c
3930         * src/procmime.c
3931         * src/procmsg.h
3932                 Send better return receipts (useful ones)
3933                 Handle incoming return receipts
3934
3935 2007-11-20 [colin]      3.1.0cvs12
3936
3937         * src/printing.c
3938         * src/printing.h
3939                 Add getter/setter for settings, and getter
3940                 for page setup
3941
3942 2007-11-20 [colin]      3.1.0cvs11
3943
3944         * src/folderview.c
3945         * src/main.c
3946         * src/mainwindow.c
3947                 Fix bug 1396, 'Crash on disabling a filter 
3948                 while it is processing'
3949
3950 2007-11-20 [paul]       3.1.0cvs10
3951
3952         * src/folder.c
3953                 fix bug 1395, 'Crash on checking for new mails
3954                 while filter is running'
3955                 Thanks to Colin
3956
3957 2007-11-20 [paul]       3.1.0cvs9
3958
3959         * src/compose.c
3960                 make this string easier for translators
3961
3962 2007-11-19 [colin]      3.1.0cvs8
3963
3964         * src/prefs_summaries.c
3965         * src/summaryview.c
3966                 Don't enable more tooltips on Maemo
3967
3968 2007-11-19 [colin]      3.1.0cvs7
3969
3970         * src/prefs_common.c
3971         * src/prefs_common.h
3972         * src/prefs_summaries.c
3973         * src/summaryview.c
3974                 Fix bug 1388, 'message list tool tips'
3975                 Add (optional) tooltips in summaryview.
3976                 This only works with GTK+ >= 2.12
3977
3978 2007-11-19 [colin]      3.1.0cvs6
3979
3980         * src/compose.c
3981                 Make strings a bit better when attaching
3982                 from mailto: URIs
3983
3984 2007-11-19 [colin]      3.1.0cvs5
3985
3986         * src/common/utils.c
3987                 Fix bug 1392, 'Top level domain .EU is 
3988                 not recognised as valid'
3989
3990 2007-11-19 [wwp]        3.1.0cvs4
3991
3992         * src/compose.c
3993         * src/compose.h
3994                 Revert changes to compose.c made in 3.1.0cvs2.
3995
3996 2007-11-19 [wwp]        3.1.0cvs3
3997
3998         * src/addressbook.c
3999         * src/addressbook.h
4000         * src/editaddress.c
4001         * src/editgroup.c
4002         * src/addrduplicates.c
4003                 Minor improvements in the address book:
4004                 always accept new contacts provided that some
4005                 detail is set (instead of rejecting silently).
4006                 Better guessing of contact name from incomplete
4007                 name information. Better display of contacts with
4008                 no name, in contact lists, group contents, find
4009                 duplicate results.
4010                 
4011
4012 2007-11-19 [wwp]        3.1.0cvs2
4013
4014         * src/compose.c
4015         * src/compose.h
4016         * src/prefs_logging.c
4017         * src/prefs_summaries.c
4018                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
4019                 wrap some long label in prefs/summaries, layout checkboxes
4020                 in a more compact form in prefs/loggin, make account and
4021                 header's combos have the same size/spacing in compose
4022                 window.
4023
4024 2007-11-19 [wwp]        3.1.0cvs1
4025
4026         * src/edittags.c
4027                 Fix a tiny leak and duplicate variable.
4028
4029 2007-11-19 [paul]       3.1.0
4030
4031         * NEWS
4032         * README
4033         * RELEASE_NOTES 
4034                 3.1.0 released
4035
4036 2007-11-19 [paul]       3.0.2cvs145
4037
4038         * po/de.po
4039         * po/fi.po
4040         * po/fr.po
4041         * po/hu.po
4042         * po/it.po
4043         * po/pl.po
4044         * po/pt_BR.po
4045         * po/sk.po
4046         * po/zh_CN.po
4047                 updated by Stephan Sachse, Flammie Pirinen,
4048                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
4049                 Emil Nowak, Frederico Goncalves Guimaraes,
4050                 Andrej Kacian, and Ralph Young
4051
4052 2007-11-18 [mones]      3.0.2cvs144
4053
4054         * po/es.po
4055                 Updated Spanish translation
4056
4057 2007-11-18 [colin]      3.0.2cvs143
4058
4059         * src/edittags.c
4060                 Prevent empty tag after edit, thanks to wwp
4061
4062 2007-11-18 [colin]      3.0.2cvs142
4063
4064         * src/editaddress.c
4065                 Fix possible "(null)" %s - thanks to wwp
4066
4067 2007-11-16 [wwp]        3.0.2cvs141
4068
4069         * src/common/utils.c
4070                 Fix for 3.0.2cvs140, prevents from crashing when opening
4071                 a compose window.
4072
4073 2007-11-16 [colin]      3.0.2cvs140
4074
4075         * src/main.c
4076         * src/common/claws.c
4077                 Output a bit more useful info at startup
4078                 in --debug mode
4079
4080 2007-11-16 [colin]      3.0.2cvs139
4081
4082         * src/compose.c
4083         * src/common/utils.c
4084         * src/common/utils.h
4085                 Fix bug 1387, 'Request for --compose to 
4086                 support multiple attachments'
4087
4088 2007-11-16 [colin]      3.0.2cvs138
4089
4090         * src/news.c
4091                 Fix bug 1390, 'NNTP fails after server 
4092                 closed connection'
4093
4094 2007-11-16 [colin]      3.0.2cvs137
4095
4096         * src/prefs_display_header.c
4097                 Fix bug 1389, 'Changing 'Display headers 
4098                 in message view' breaks dispheaderrc'
4099
4100 2007-11-14 [colin]      3.0.2cvs136
4101
4102         * src/summaryview.c
4103         * src/gtk/quicksearch.c
4104         * src/gtk/quicksearch.h
4105                 Fix resetting the quicksearch when in non-sticky
4106                 mode, but Recursive is set: reset only when going
4107                 out of the root search folder.
4108
4109 2007-11-14 [colin]      3.0.2cvs135
4110
4111         * src/filtering.c
4112                 Don't set new flag back when doing "Mark as unread"
4113                 from filtering
4114
4115 2007-11-12 [paul]       3.0.2cvs134
4116
4117         * src/plugins/dillo_viewer/dillo_viewer.c
4118                 don't offer the mime type for translation
4119
4120 2007-11-12 [paul]
4121
4122         3.1.0-rc2 released
4123
4124 2007-11-11 [colin]      3.0.2cvs133
4125
4126         * src/imap_gtk.c
4127         * src/mh_gtk.c
4128                 Use markup-escaped strings in dialogs
4129
4130 2007-11-11 [colin]      3.0.2cvs132
4131
4132         * src/imap.c
4133                 Better IMAP-UTF7/UTF8 conversion
4134
4135 2007-11-10 [colin]      3.0.2cvs131
4136
4137         * src/news.c
4138                 Fix debian bug 450698, 'nntp auth behavior changed 
4139                 without notice'
4140
4141 2007-11-10 [colin]      3.0.2cvs130
4142
4143         * configure.ac
4144         * src/inc.c
4145         * src/main.c
4146         * src/main.h
4147         * src/mimeview.c
4148         * src/statusbar.c
4149         * src/common/utils.c
4150         * src/etpan/Makefile.am
4151         * src/gtk/filesel.c
4152         * src/gtk/gtkutils.h
4153         * src/gtk/menu.c
4154         * src/plugins/bogofilter/Makefile.am
4155         * src/plugins/clamav/Makefile.am
4156         * src/plugins/dillo_viewer/Makefile.am
4157         * src/plugins/pgpcore/Makefile.am
4158         * src/plugins/spamassassin/Makefile.am
4159         * src/plugins/trayicon/Makefile.am
4160                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
4161
4162 2007-11-09 [colin]      3.0.2cvs129
4163
4164         * src/addressbook.c
4165         * src/ldapupdate.c
4166                 fix bug 1375, 'Impossible to modify e-mail
4167                 in LDAP addressbook twice'; Try two. update
4168                 externalID, don't make display lag, and
4169                 fix the cases where dn is not mail.
4170
4171 2007-11-08 [paul]       3.0.2cvs128
4172
4173         * src/account.c
4174         * src/compose.c
4175         * src/messageview.c
4176         * src/prefs_account.c
4177         * src/prefs_account.h
4178                 reinstate 'Generate Message-ID' option as an
4179                 account preference. (hidden on IMAP)
4180                 Thanks to Colin
4181
4182 2007-11-08 [paul]       3.0.2cvs127
4183
4184         * src/textview.c
4185                 MAEMO: fix failure of loading images inline
4186                 MAEMO: fix bug 1349, 'Emails still skip to end
4187                 when opened (in certain circumstances)...'
4188
4189 2007-11-07 [colin]      3.0.2cvs126
4190
4191         * src/toolbar.c
4192                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
4193
4194 2007-11-07 [colin]      3.0.2cvs125
4195
4196         * src/toolbar.c
4197                 Re-change the string occurence of A_CLAWS_ACTIONS
4198                 to A_SYL_ACTIONS, to prevent parse errors of the
4199                 toolbar_*.xml files
4200
4201 2007-11-07 [colin]      3.0.2cvs124
4202
4203         * src/mimeview.c
4204         * src/prefs_common.c
4205         * src/prefs_common.h
4206         * manual/advanced.xml
4207                 Add an hidden pref, 'save_parts_readwrite';
4208                 completes 3.0.2cvs35
4209
4210 2007-11-07 [paul]       3.0.2cvs123
4211
4212         * src/prefs_toolbar.c
4213         * src/toolbar.c
4214         * src/toolbar.h
4215                 rename ToolbarSylpheedActions to ToolbarClawsActions
4216                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
4217
4218 2007-11-07 [paul]       3.0.2cvs122
4219
4220         * src/toolbar.c
4221                 MAEMO: remove tooltips
4222
4223 2007-11-07 [colin]      3.0.2cvs121
4224
4225         * src/plugins/pgpinline/pgpinline.c
4226                 Fix bug 1377, 'unspecific errors on 
4227                 signature checking'. Fix trimming of
4228                 UTF8 data.
4229
4230 2007-11-06 [iwkse]      3.0.2cvs120
4231
4232         * src/prefs_summary_open.c
4233                 yet a string change
4234
4235 2007-11-06 [paul]       3.0.2cvs119
4236
4237         * tools/Makefile.am
4238         * tools/README
4239         * tools/csv2addressbook.pl
4240                 add a new script that imports a CSV formatted
4241                 address book. Becky and Thunderbird address
4242                 book are currently supported.
4243
4244 2007-11-05 [colin]      3.0.2cvs118
4245
4246         * src/imap.c
4247                 Fix deletion 
4248
4249 2007-11-05 [iwkse]      3.0.2cvs117
4250
4251         * src/prefs_summary_open.c
4252                 String changes
4253
4254 2007-11-04 [paul]       3.0.2cvs116
4255
4256         * src/addressbook_foldersel.c
4257                 fix gtk critical warning
4258                 Patch by Pawel Pekala
4259
4260 2007-11-04 [paul]       3.0.2cvs115
4261
4262         * tools/README
4263         * tools/claws-mail-compose-insert-files.pl
4264                 add --bcc and uri_escape() everything
4265
4266 2007-11-04 [paul]       3.0.2cvs114
4267
4268         * src/gtk/gtkutils.c
4269                 gtkut_stock_with_text_button_set_create(): set
4270                 GTK_CAN_DEFAULT on buttons 2 and 3
4271
4272 2007-11-03 [paul]       3.0.2cvs113
4273
4274         * src/common/utils.c
4275                 fix debian bug #448814, 'mailto: URI decoding
4276                 desn't decode the destination address field'
4277                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
4278
4279 2007-11-03 [paul]       3.0.2cvs112
4280
4281         * AUTHORS
4282         * src/compose.c
4283         * src/gtk/authors.h
4284                 allow Bcc in commandline URIs
4285                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
4286
4287 2007-11-02 [colin]      3.0.2cvs111
4288
4289         * src/addressbook.c
4290                 Maybe fix bug 1376, 'crash on 
4291                 addressbook manipulation'
4292
4293 2007-10-31 [paul]       3.0.2cvs110
4294
4295         * src/ldapupdate.c
4296                 fix bug 1375, 'Impossible to modify e-mail
4297                 in LDAP addressbook twice'
4298                 Patch by Michael Rasmussen
4299
4300 2007-10-30 [paul]       3.0.2cvs109
4301
4302         * configure.ac
4303                 enable GnuTLS support with --enable-gnutls which
4304                 will disable openssl support. if the user has
4305                 gtk >= 2.10.x don't allow gnomeprint even if the
4306                 user asks for it
4307
4308 2007-10-30 [paul]
4309
4310         3.1.0-rc1 released
4311
4312 2007-10-30 [paul]       3.0.2cvs108
4313
4314         * Makefile.am
4315                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
4316
4317 2007-10-30 [paul]       3.0.2cvs107
4318
4319         * src/expldifdlg.c
4320         * src/prefs_account.c
4321         * src/prefs_folder_item.c
4322         * src/prefs_spelling.c
4323         * src/prefs_themes.c
4324         * src/wizard.c
4325         * src/gtk/gtkaspell.c
4326         * src/gtk/gtkaspell.h
4327         * src/plugins/spamassassin/spamassassin_gtk.c
4328                 replace deprecated gtk_option_menu...
4329                 patch by Pawel Pekala
4330
4331 2007-10-29 [colin]      3.0.2cvs106
4332
4333         * src/plugins/dillo_viewer/dillo_prefs.c
4334                 Fix forgotten signal connect
4335
4336 2007-10-28 [colin]      3.0.2cvs105
4337
4338         * src/plugins/dillo_viewer/dillo_prefs.c
4339         * src/plugins/dillo_viewer/dillo_prefs.h
4340         * src/plugins/dillo_viewer/dillo_viewer.c
4341                 Implement addressbook-based whitelisting for loading
4342                 remote images. Fixed missing destroy of the embedded
4343                 browser that made a Dillo window pop up on exit, if
4344                 an HTML part was displayed.
4345
4346 2007-10-26 [colin]      3.0.2cvs104
4347
4348         * src/edittags.c
4349                 Add missing static
4350
4351 2007-10-25 [colin]      3.0.2cvs103
4352
4353         * src/editaddress.c
4354                 Add tap-and-hold on the picture, for Maemo
4355         * src/edittags.c
4356         * src/edittags.h
4357         * src/mainwindow.c
4358         * src/procmsg.c
4359         * src/summaryview.c
4360         * src/textview.c
4361                 Unify tag interfaces.
4362
4363 2007-10-25 [colin]      3.0.2cvs102
4364
4365         * src/imap.c
4366         * src/etpan/imap-thread.h
4367                 Much better error handling. We'll need to be really
4368                 clear to users about where errors come from, with 
4369                 the apparition of Gmail's IMAP server.
4370
4371 2007-10-24 [colin]      3.0.2cvs101
4372
4373         * src/edittags.c
4374         * src/mainwindow.c
4375         * src/summaryview.c
4376         * src/textview.c
4377                 Add tags sorting (alphabetical); allow deletion of
4378                 tags from the Apply Tags window
4379
4380 2007-10-24 [colin]      3.0.2cvs100
4381
4382         * src/editaddress.c
4383         * src/editaddress_other_attributes_ldap.c
4384         * src/editaddress_other_attributes_ldap.h
4385         * src/ldapctrl.c
4386         * src/ldapquery.c
4387         * src/ldapupdate.c
4388                 Fix LDAP writing (got broken in cvs39)
4389                 Add read-only support for jpegPhoto LDAP field
4390
4391 2007-10-23 [colin]      3.0.2cvs99
4392
4393         * src/news.c
4394                 Fix crash in some cases
4395
4396 2007-10-22 [colin]      3.0.2cvs98
4397
4398         * src/common/socket.h
4399         * src/common/ssl.c
4400                 Fix big leak in GnuTLS code
4401
4402 2007-10-22 [colin]      3.0.2cvs97
4403
4404         * src/news.c
4405                 Fix bug 1368, 'SIGSEGV in NNTP code'
4406
4407 2007-10-22 [colin]      3.0.2cvs96
4408
4409         * src/prefs_customheader.c
4410                 Catch compface warnings when generating X-Faces
4411
4412 2007-10-22 [wwp]        3.0.2cvs95
4413
4414         * src/quote_fmt_parse.y
4415                 Remove accidentally committed debug traces.
4416                 Fix a warning.
4417
4418 2007-10-22 [colin]      3.0.2cvs94
4419
4420         * src/etpan/nntp-thread.c
4421                 Fix authentication
4422
4423 2007-10-19 [wwp]        3.0.2cvs93
4424
4425         * src/common/ssl_certificate.c
4426                 Add missing include (Windows).
4427
4428 2007-10-19 [colin]      3.0.2cvs92
4429
4430         * src/imap_gtk.c
4431         * src/mimeview.c
4432         * src/textview.c
4433         * src/gtk/inputdialog.c
4434         * src/gtk/inputdialog.h
4435                 Remove the last old combo; patch by
4436                 Pawel
4437
4438 2007-10-19 [colin]      3.0.2cvs91
4439
4440         * src/common/ssl.c
4441                 Fix interop problem with GnuTLS and some crappy
4442                 servers that have very little keys.
4443
4444 2007-10-19 [colin]      3.0.2cvs90
4445
4446         * src/common/ssl.c
4447                 Fix return value check on GnuTLS, and
4448                 display the error
4449
4450 2007-10-18 [colin]      3.0.2cvs89
4451
4452         * src/common/ssl_certificate.c
4453                 Fix missing initialisations
4454
4455 2007-10-18 [wwp]        3.0.2cvs88
4456
4457         * src/Makefile.am
4458                 Fix linking against GNUTLS (matters if --enable-gnutls only).
4459
4460 2007-10-18 [colin]      3.0.2cvs87
4461
4462         * po/POTFILES.in
4463                 Fix build
4464
4465 2007-10-18 [mones]      3.0.2cvs86
4466
4467         * src/editbook.c
4468         * src/import.c
4469         * src/prefs_account.c
4470         * src/prefs_receive.c
4471         * src/gtk/about.c
4472         * src/plugins/bogofilter/bogofilter_gtk.c
4473         * src/plugins/spamassassin/spamassassin_gtk.c
4474                 More capitalisation micro-fixes
4475
4476 2007-10-18 [paul]       3.0.2cvs85
4477
4478         * configure.ac
4479                 add info about NNTP support via libetpan
4480                 change the configure output ending msg a little
4481         * src/gtk/about.c
4482                 similar changes to above
4483
4484 2007-10-18 [colin]      3.0.2cvs84
4485
4486         * src/procmime.c
4487         * src/procmime.h
4488                 Fix missing symbol for S/MIME
4489
4490 2007-10-18 [colin]      3.0.2cvs83
4491
4492         * src/prefs_filtering_action.c
4493                 Fix crash in tags (introduced in cvs78)
4494
4495 2007-10-18 [colin]      3.0.2cvs82
4496
4497         * src/common/Makefile.am
4498         * src/common/nntp.c
4499         * src/common/nntp.h
4500         * src/etpan/Makefile.am
4501         * src/etpan/etpan-thread-manager-types.h
4502         * src/etpan/etpan-thread-manager.c
4503         * src/etpan/imap-thread.c
4504         * src/etpan/nntp-thread.c
4505         * src/etpan/nntp-thread.h
4506         * src/news.c
4507         * src/news.h
4508                 Rewrite the nntp implementation
4509                 to use libetpan. Non-blocking NNTP!
4510         * src/account.c
4511         * src/crash.c
4512         * src/imap.c
4513         * src/inc.c
4514         * src/main.c
4515         * src/mainwindow.c
4516         * src/pop.c
4517         * src/pop.h
4518         * src/prefs_account.c
4519         * src/recv.c
4520         * src/recv.h
4521         * src/send_message.c
4522         * src/send_message.h
4523         * src/ssl_manager.c
4524         * src/ssl_manager.h
4525         * src/wizard.c
4526         * src/common/claws.c
4527         * src/common/session.c
4528         * src/common/session.h
4529         * src/common/smtp.c
4530         * src/common/smtp.h
4531         * src/common/socket.c
4532         * src/common/socket.h
4533         * src/common/ssl.c
4534         * src/common/ssl.h
4535         * src/common/ssl_certificate.c
4536         * src/common/ssl_certificate.h
4537         * src/gtk/about.c
4538         * src/gtk/sslcertwindow.c
4539         * src/gtk/sslcertwindow.h
4540                 Implement GnuTLS support. GnuTLS support
4541                 will be used if OpenSSL isn't available, or
4542                 specified explicitely. (the reason is that
4543                 GnuTLS cerficate checking is a bit less 
4544                 practical than OpenSSL's)
4545
4546 2007-10-18 [paul]       3.0.2cvs81
4547
4548         * src/gtk/inputdialog.c
4549         * src/gtk/inputdialog.h
4550                 fix copyright header
4551
4552 2007-10-17 [colin]      3.0.2cvs80
4553
4554         * src/plugins/pgpcore/select-keys.c
4555                 Fix bug which prevented encryption key
4556                 auto-selection when two or more matched the
4557                 email address, but only one isn't revoked
4558                 or expired.
4559
4560 2007-10-17 [wwp]        3.0.2cvs79
4561
4562         * src/compose.c
4563         * src/quote_fmt.c
4564         * src/quote_fmt.h
4565         * src/quote_fmt_lex.l
4566         * src/quote_fmt_parse.y
4567                 Templates can now attach files using |attach{filename}.
4568
4569 2007-10-17 [wwp]        3.0.2cvs78
4570
4571         * src/prefs_customheader.c
4572         * src/prefs_ext_prog.c
4573         * src/prefs_filtering_action.c
4574         * src/prefs_matcher.c
4575         * src/prefs_other.c
4576         * src/prefs_toolbar.c
4577         * src/gtk/combobox.c
4578         * src/gtk/combobox.h
4579         * src/gtk/gtkutils.c
4580         * src/gtk/gtkutils.h
4581         * src/plugins/bogofilter/bogofilter_gtk.c
4582         * src/plugins/spamassassin/spamassassin_gtk.c
4583                 Removed almost all remaining instances of GtkCombo
4584                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
4585                 few visual and code cleanup from Colin.
4586
4587 2007-10-16 [wwp]        3.0.2cvs77
4588         * src/gtk/pluginwindow.c
4589                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
4590
4591 2007-10-15 [colin]      3.0.2cvs76
4592
4593         * src/edittags.c
4594         * src/edittags.h
4595         * src/filtering.c
4596         * src/filtering.h
4597         * src/importmutt.c
4598         * src/importpine.c
4599         * src/main.c
4600         * src/messageview.c
4601         * src/messageview.h
4602         * src/mimeview.c
4603         * src/mimeview.h
4604         * src/pop.c
4605         * src/pop.h
4606         * src/prefs_common.c
4607         * src/prefs_common.h
4608         * src/prefs_customheader.c
4609         * src/prefs_customheader.h
4610         * src/prefs_display_header.c
4611         * src/prefs_display_header.h
4612         * src/prefs_filtering_action.c
4613         * src/prefs_filtering_action.h
4614         * src/prefs_folder_column.c
4615         * src/prefs_folder_column.h
4616         * src/prefs_folder_item.c
4617         * src/prefs_folder_item.h
4618         * src/prefs_gtk.c
4619         * src/prefs_gtk.h
4620         * src/prefs_logging.h
4621         * src/prefs_matcher.c
4622         * src/prefs_matcher.h
4623         * src/prefs_summary_column.c
4624         * src/prefs_summary_column.h
4625         * src/prefs_summary_open.c
4626         * src/procheader.c
4627         * src/procheader.h
4628         * src/procmime.c
4629         * src/procmime.h
4630         * src/recv.c
4631         * src/recv.h
4632         * src/sourcewindow.c
4633         * src/sourcewindow.h
4634         * src/summaryview.c
4635         * src/summaryview.h
4636         * src/textview.c
4637         * src/textview.h
4638         * src/toolbar.c
4639         * src/toolbar.h
4640         * src/common/mgutils.c
4641         * src/common/mgutils.h
4642         * src/common/nntp.c
4643         * src/common/nntp.h
4644         * src/common/prefs.c
4645         * src/common/prefs.h
4646         * src/common/socket.c
4647         * src/common/socket.h
4648         * src/common/stringtable.c
4649         * src/common/stringtable.h
4650         * src/common/template.c
4651         * src/common/template.h
4652         * src/common/uuencode.c
4653         * src/common/uuencode.h
4654         * src/gtk/gtkshruler.c
4655         * src/gtk/gtkshruler.h
4656         * src/gtk/menu.c
4657         * src/gtk/menu.h
4658         * src/gtk/progressdialog.c
4659         * src/gtk/progressdialog.h
4660                 Remove/staticalize, the return of the revenge
4661
4662 2007-10-15 [colin]      3.0.2cvs75
4663
4664         * src/matcher.c
4665                 Fix redirections in filtering's tests
4666
4667 2007-10-15 [colin]      3.0.2cvs74
4668
4669         * src/imap.c
4670                 Don't build imap_synchronise at all when 
4671                 building without libetpan
4672
4673 2007-10-14 [colin]      3.0.2cvs73
4674
4675         * src/imap.c
4676         * src/common/md5.c
4677         * src/common/md5.h
4678         * src/gtk/manage_window.c
4679         * src/gtk/manage_window.h
4680                 Remove more unused code
4681
4682 2007-10-14 [colin]      3.0.2cvs72
4683
4684         * src/addrquery.c
4685         * src/addrquery.h
4686         * src/recv.c
4687         * src/recv.h
4688         * src/vcard.c
4689         * src/vcard.h
4690         * src/common/xml.c
4691         * src/common/xml.h
4692         * src/common/xmlprops.c
4693         * src/common/xmlprops.h
4694                 Remove more unused code
4695
4696 2007-10-14 [colin]      3.0.2cvs71
4697
4698         * src/common/utils.c
4699                 Remove unused function
4700
4701 2007-10-13 [colin]      3.0.2cvs70
4702
4703         * src/imap.c
4704         * src/imap.h
4705         * src/mainwindow.c
4706         * src/mainwindow.h
4707         * src/gtk/gtkutils.c
4708         * src/gtk/gtkutils.h
4709                 Staticalise/Remove more code
4710
4711 2007-10-13 [colin]      3.0.2cvs69
4712
4713         * src/common/utils.c
4714         * src/common/utils.h
4715                 Remove dead code, unused for ages
4716
4717 2007-10-13 [colin]      3.0.2cvs68
4718
4719         * src/main.c
4720         * src/main.h
4721                 Maemo: define hildon_program in main.c,
4722                 make it accessible in the .h with extern
4723
4724 2007-10-13 [paul]       3.0.2cvs67
4725
4726         * src/gtk/menu.c
4727                 fix a bunch of runtime warnings on maemo
4728
4729 2007-10-13 [paul]       3.0.2cvs66
4730
4731         * src/main.c
4732         * src/main.h
4733         * src/gtk/gtkutils.c
4734         * src/gtk/gtkutils.h
4735                 fix a bunch of compiler warnings on maemo
4736
4737 2007-10-12 [colin]      3.0.2cvs65
4738
4739         * src/account.c
4740         * src/addritem.c
4741         * src/addritem.h
4742         * src/filtering.c
4743         * src/filtering.h
4744         * src/folder.c
4745         * src/folder.h
4746         * src/common/utils.c
4747         * src/common/utils.h
4748                 Remove unused code, staticalise some functions
4749
4750 2007-10-12 [paul]       3.0.2cvs64
4751
4752         * src/account.c
4753         * src/folderview.c
4754         * src/main.c
4755         * src/mainwindow.c
4756         * src/messageview.c
4757         * src/summary_search.c
4758         * src/summaryview.c
4759         * src/toolbar.c
4760         * src/wizard.c
4761         * src/common/utils.c
4762         * src/gtk/prefswindow.c
4763                 fix a bunch of compiler warnings on maemo
4764
4765 2007-10-11 [colin]      3.0.2cvs63
4766
4767         * src/editaddress.c
4768                 Make static function static
4769
4770 2007-10-11 [mones]      3.0.2cvs62
4771
4772         * src/addrduplicates.c
4773         * src/addressbook.c
4774         * src/compose.c
4775         * src/expldifdlg.c
4776         * src/mainwindow.c
4777         * src/messageview.c
4778         * src/pop.c
4779         * src/prefs_customheader.c
4780         * src/prefs_send.c
4781         * src/prefs_themes.c
4782         * src/common/plugin.c
4783         * src/gtk/pluginwindow.c
4784         * src/gtk/quicksearch.c
4785                 Fix several typos and capitalisation issues
4786
4787 2007-10-11 [wwp]        3.0.2cvs61
4788
4789         * src/editaddress.c
4790                 Fix a warning about possible use of uninitialized
4791                 filename var.
4792
4793 2007-10-11 [wwp]        3.0.2cvs60
4794
4795         * src/editaddress.c
4796                 Disable "Unset picture" menu item when there's
4797                 no picture to clear. Fix an extraneous g_unref_object,
4798                 add missing initializers.
4799
4800 2007-10-11 [wwp]        3.0.2cvs59
4801
4802         * src/pixmaps/anonymous.xpm
4803         * src/editaddress.c
4804         * src/Makefile.am
4805         * src/stock_pixmap.c
4806         * src/stock_pixmap.h
4807                 Fix a leak, gettext-ize the photo label.
4808                 Don't clear the existing picture if loading
4809                 a new one fails. Use a default 'anonymous'
4810                 picture (this new xpm has been added to the
4811                 internal stock_pixmap API). Add a
4812                 "Set picture" context menu entry.
4813
4814 2007-10-11 [colin]      3.0.2cvs58
4815
4816         * src/messageview.c
4817                 Make shift-shortcuts work
4818         * src/prefs_actions.c
4819                 Don't ask if we really want to close when
4820                 choosing OK and only the list is changed
4821         * src/prefs_template.c
4822                 Don't ask if we really want to close when
4823                 choosing OK and only the list is changed
4824         * src/common/plugin.c
4825                 Fix writing of second [Plugins_*] block
4826         * src/common/template.c
4827                 Remove unused files (fixes deletion)
4828
4829 2007-10-10 [paul]       3.0.2cvs57
4830
4831         * src/prefs_template.c
4832                 put the whole thing in a scrolled window
4833                 so that half the page is no longer inaccessible
4834                 on maemo
4835                 make the gtk_text_view smaller on maemo
4836
4837 2007-10-10 [colin]      3.0.2cvs56
4838
4839         * src/compose.c
4840                 Fix updating of Attachments number in some
4841                 cases (reedit, attach from command-line, ...)
4842
4843 2007-10-10 [colin]      3.0.2cvs55
4844
4845         * src/editaddress.c
4846                 Initialise error correctly
4847
4848 2007-10-10 [paul]       3.0.2cvs54
4849
4850         * src/prefs_filtering_action.c
4851         * src/gtk/description_window.c
4852         * src/gtk/foldersort.c
4853         * src/gtk/quicksearch.c
4854                 get rid of some pointless new lines and
4855                 make the descripton labels wrap better
4856
4857 2007-10-10 [colin]      3.0.2cvs53
4858
4859         * src/addressadd.c
4860         * src/editaddress.c
4861         * src/headerview.c
4862         * src/textview.c
4863                 More error handling on saving pictures
4864
4865 2007-10-10 [colin]      3.0.2cvs52
4866
4867         * src/printing.c
4868         * src/printing.h
4869                 Generalize a bit printing, so we can factorize
4870                 most of the code. 
4871
4872 2007-10-10 [paul]       3.0.2cvs51
4873
4874         * src/addrduplicates.c
4875                 fix engrish
4876                 use GTK_STOCK... buttons
4877
4878 2007-10-10 [paul]       3.0.2cvs50
4879
4880         * src/addressadd.c
4881         * src/addrindex.c
4882         * src/editaddress.c
4883                 Fix previous patch
4884                 Thanks to Colin
4885
4886 2007-10-10 [paul]       3.0.2cvs49
4887
4888         * src/summaryview.c
4889         * src/messageview.c
4890                 Fix crash on Add sender to addressbook when
4891                 From is null
4892         * src/addressadd.c
4893         * src/addrindex.c
4894         * src/editaddress.c
4895         * src/editaddress_other_attributes_ldap.h
4896                 Fix leaks 
4897                 Rename images to .png in addrbook/
4898         * src/headerview.c
4899         * src/textview.c
4900                 Fix Face/X-Face being used if adding another
4901                 address than sender to addressbook
4902                 Thanks to Colin
4903
4904 2007-10-10 [holger]     3.0.2cvs48
4905
4906         * src/addrduplicates.c
4907         * src/editaddress.c
4908                 Improvements to the addressbook duplicate finder
4909                 feature:
4910                  - add an edit button to the button bar
4911                  - display the whole bookname (with iface) and
4912                    use this for same-book checking
4913                  - after editing, try to keep selections if the
4914                    entries are still present
4915                  - sort the email column alphabetically
4916                  - put results in a scrolled window
4917                  - support embedded editing
4918                  - make columns in detail view resizable
4919                  - add keyboard shortcuts
4920
4921 2007-10-10 [wwp]        3.0.2cvs47
4922
4923         * src/addrindex.c
4924                 Fix a crash when there's no From: in email, thanks to Colin.
4925
4926 2007-10-09 [paul]       3.0.2cvs46
4927
4928         * src/messageview.c
4929         * src/summaryview.c
4930         * src/textview.c
4931                 fix building without compface support
4932
4933 2007-10-09 [colin]      3.0.2cvs45
4934
4935         * src/editaddress.c
4936         * src/headerview.c
4937         * src/textview.c
4938                 Add error handling
4939
4940 2007-10-09 [colin]      3.0.2cvs44
4941
4942         * src/addrduplicates.c
4943         * src/addressadd.c
4944         * src/addressadd.h
4945         * src/addressbook.c
4946         * src/addressbook.h
4947         * src/addrindex.c
4948         * src/addrindex.h
4949         * src/addritem.c
4950         * src/addritem.h
4951         * src/compose.c
4952         * src/editaddress.c
4953         * src/editaddress_other_attributes_ldap.h
4954         * src/headerview.c
4955         * src/messageview.c
4956         * src/mimeview.c
4957         * src/summaryview.c
4958         * src/textview.c
4959         * src/gtk/gtkutils.c
4960                 Automatically set contacts' pictures from Face 
4961                 or X-Face if they have no picture
4962                 Display the contact picture in textview or
4963                 headerview for mails sent by people in the 
4964                 addressbook, that have no Face or X-Face
4965                 Fix a few details in the Person edition dialog
4966                 (ability to unset picture)
4967                 Remove picture file when deleting contacts
4968
4969 2007-10-09 [iwkse]      3.0.2cvs43
4970
4971         * src/gtk/about.c
4972                 center the about window
4973
4974 2007-10-09 [paul]       3.0.2cvs42
4975
4976         * src/prefs_toolbar.c
4977                 fix icon selector window on maemo
4978
4979 2007-10-09 [paul]       3.0.2cvs41
4980
4981         * src/messageview.c
4982                 add 'go to' menu to separate msgview
4983
4984 2007-10-09 [colin]      3.0.2cvs40
4985
4986         * src/common/defs.h
4987                 Add forgotten file
4988
4989 2007-10-09 [iwkse]      3.0.2cvs39
4990
4991         * Makefile.am
4992         * src/addressbook.c
4993         * src/addritem.c
4994         * src/addritem.h
4995         * src/editaddress.c
4996         * src/editaddress_other_attributes_ldap.h
4997         * src/addrbook.c
4998         * src/Makefile.am
4999                 set a photo in the Addressbook
5000
5001 2007-10-08 [colin]      3.0.2cvs38
5002
5003         * src/prefs_toolbar.c
5004                 Make height 320 to remove the scrollbar 
5005                 (with current number of icons)
5006
5007 2007-10-08 [colin]      3.0.2cvs37
5008
5009         * src/prefs_toolbar.c
5010                 Transform the treeview to a GtkIconView.
5011                 Patch by Pawel
5012                 In addition, transform the window so that 
5013                 it looks like a popup menu. Patch by me
5014
5015 2007-10-08 [colin]      3.0.2cvs36
5016
5017         * src/compose.c
5018         * src/compose.h
5019                 Beautify the GUI a bit; in particular, show the
5020                 number of attachments in the tab's title.
5021                 Patch by Pawel
5022
5023 2007-10-08 [paul]       3.0.2cvs35
5024
5025         * src/mimeview.c
5026                 Save users from themselves: save temporary
5027                 files used for Open/Open with as read-only.
5028                 Thanks to Colin
5029
5030 2007-10-08 [paul]       3.0.2cvs34
5031
5032         * tools/Makefile.am
5033                 forgot this in cvs33
5034
5035 2007-10-08 [paul]       3.0.2cvs33
5036
5037         * tools/kdeservicemenu/README
5038         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
5039         * tools/kdeservicemenu/install.sh
5040         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5041                 renamed template* to *template so as not to confuse
5042                 lintian
5043
5044 2007-10-08 [paul]       3.0.2cvs32
5045
5046         * src/prefs_themes.c
5047         * src/stock_pixmap.c
5048                 replace 2 direct uses of RC_DIR
5049
5050 2007-10-07 [colin]      3.0.2cvs31
5051
5052         * src/addrduplicates.c
5053         * src/addrduplicates.h
5054         * src/addressbook.c
5055         * src/addressbook.h
5056         * src/addrindex.c
5057         * src/addrindex.h
5058                 Implement deletion in duplicate finder. 
5059                 Patch by Holger 
5060
5061 2007-10-07 [colin]      3.0.2cvs30
5062
5063         * src/exporthtml.c
5064         * src/mbox.c
5065         * src/common/utils.c
5066                 Better fix for Solaris, thanks to Nicolas Doualot
5067
5068 2007-10-07 [colin]      3.0.2cvs29
5069
5070         * AUTHORS
5071         * src/gtk/authors.h
5072                 Add Frank Dietrich
5073
5074 2007-10-07 [colin]      3.0.2cvs28
5075
5076         * src/exporthtml.c
5077                 Fix HTML export to make it more compliant
5078                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
5079
5080 2007-10-07 [colin]      3.0.2cvs27
5081
5082         * src/prefs_toolbar.c
5083                 Only use icons that wouldn't look stupid in the toolbar
5084                 Patch by Pawel
5085
5086 2007-10-07 [colin]      3.0.2cvs26
5087
5088         * src/prefs_toolbar.c
5089                 Fix old icon being used when none is selected
5090
5091 2007-10-07 [colin]      3.0.2cvs25
5092
5093         * src/toolbar.c
5094                 Fix copy/paste error
5095
5096 2007-10-07 [colin]      3.0.2cvs24
5097
5098         * src/prefs_toolbar.c
5099         * src/toolbar.c
5100         * src/toolbar.h
5101                 Update icon to default one when changing event
5102                 Make the icon chooser nicer (handle Esc, Enter,
5103                 double-click)
5104
5105 2007-10-06 [colin]      3.0.2cvs23
5106
5107         * src/prefs_toolbar.c
5108                 Fix text reset; patch by Pawel
5109
5110 2007-10-06 [colin]      3.0.2cvs22
5111
5112         * src/toolbar.h
5113                 Complete previous commit
5114
5115 2007-10-06 [colin]      3.0.2cvs21
5116
5117         * src/prefs_toolbar.c
5118         * src/toolbar.c
5119                 Set toolbar text automatically to the default
5120                 when changing Event executed on click
5121
5122 2007-10-06 [colin]      3.0.2cvs20
5123
5124         * src/prefs_toolbar.c
5125                 Invert Text and Event fields
5126
5127 2007-10-06 [colin]      3.0.2cvs19
5128
5129         * src/prefs_toolbar.c
5130         * src/toolbar.c
5131                 Make toolbar prefs look much better
5132                 Patch by Pawel Pekala
5133
5134 2007-10-06 [paul]       3.0.2cvs18
5135
5136         * src/account.c
5137         * src/prefs_filtering.c
5138                 fix checkbuttons in gtktreeview on maemo by
5139                 setting maemo's "allow-checkbox-mode" to FALSE
5140
5141 2007-10-06 [colin]      3.0.2cvs17
5142
5143         * configure.ac
5144                 Export -DSOLARIS in CFLAGS for all
5145                 Solaris (not just 2.8) and OpenSolaris
5146
5147 2007-10-06 [paul]       3.0.2cvs16
5148
5149         * AUTHORS
5150         * src/exporthtml.c
5151         * src/mbox.c
5152         * src/gtk/authors.h
5153                 fix build on solaris where ctime_r takes
5154                 3 arguments rather than 2.
5155                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
5156
5157 2007-10-05 [colin]      3.0.2cvs15
5158
5159         * src/etpan/imap-thread.c
5160                 Fix wrong error codepath
5161
5162 2007-10-05 [wwp]        3.0.2cvs14
5163
5164         * src/filtering.c
5165                 Fix unexpected logging of quicksearches:
5166                 debug_filtering_session flag was never reset to FALSE, causing
5167                 matcher functions to log when called from a quicksearch
5168                 (if a filtering session happened before).
5169
5170 2007-10-05 [paul]       3.0.2cvs13
5171
5172         * src/prefs_actions.c
5173         * src/prefs_filtering.c
5174         * src/prefs_template.c
5175                 fix bug 1343, 'Filtering..'s close button
5176                 silently discards new filter'
5177                 Thanks to Colin
5178
5179 2007-10-05 [paul]       3.0.2cvs12
5180
5181         * configure.ac
5182         * src/Makefile.am
5183                 fix bug 1347, '-Wno-unused-function, optional'
5184
5185 2007-10-05 [colin]      3.0.2cvs11
5186
5187         * src/procmime.c
5188         * src/common/mgutils.c
5189                 Fix warnings
5190
5191 2007-10-05 [mones]      3.0.2cvs10
5192
5193         * manual/advanced.xml
5194                 Use full menu name
5195         * manual/es/advanced.xml
5196                 Synchronise translation
5197
5198 2007-10-04 [colin]      3.0.2cvs9
5199
5200         * src/action.c
5201         * src/addrbook.c
5202         * src/addrindex.c
5203         * src/compose.c
5204         * src/exporthtml.c
5205         * src/exportldif.c
5206         * src/folder.c
5207         * src/main.c
5208         * src/matcher.c
5209         * src/mbox.c
5210         * src/messageview.c
5211         * src/mh.c
5212         * src/news.c
5213         * src/partial_download.c
5214         * src/pop.c
5215         * src/procmime.c
5216         * src/procmsg.c
5217         * src/toolbar.c
5218         * src/common/log.c
5219         * src/common/mgutils.c
5220         * src/common/plugin.c
5221         * src/common/utils.c
5222         * src/common/xml.c
5223         * src/common/xml.h
5224         * src/common/xmlprops.c
5225         * src/common/xmlprops.h
5226         * src/plugins/bogofilter/bogofilter.c
5227         * src/plugins/clamav/clamav_plugin.c
5228         * src/plugins/dillo_viewer/dillo_prefs.c
5229         * src/plugins/pgpcore/prefs_gpg.c
5230         * src/plugins/pgpinline/pgpinline.c
5231         * src/plugins/pgpmime/pgpmime.c
5232         * src/plugins/spamassassin/spamassassin.c
5233         * src/plugins/trayicon/trayicon_prefs.c
5234                 Verify success on writes. Will fix possible strange
5235                 failure on disk full.
5236
5237 2007-10-04 [paul]       3.0.2cvs8
5238
5239         * manual/advanced.xml
5240                 add further info about Actions
5241                 Patch by Emmanuel Briot <briot@adacore.com>
5242
5243 2007-10-04 [paul]       3.0.2cvs7
5244
5245         * src/account.c
5246                 remove the D column, instead indicate the
5247                 default account by use of bold text
5248
5249 2007-10-03 [colin]      3.0.2cvs6
5250
5251         * src/common/template.c
5252                 Fix templates writing (was prone to disk full problems)
5253
5254 2007-10-03 [colin]      3.0.2cvs5
5255
5256         * src/Makefile.am
5257         * src/addrduplicates.c
5258         * src/addrduplicates.h
5259         * src/addressbook.c
5260                 Add duplicate deletion. Patch by Holger
5261
5262 2007-10-03 [colin]      3.0.2cvs4
5263
5264         * src/matcher.c
5265         * src/gtk/quicksearch.c
5266                 Fix bug 1340, 'Case insensitive searches with 
5267                 non-ascii alphabets fail'.
5268
5269 2007-10-03 [colin]      3.0.2cvs3
5270
5271         * src/main.c
5272         * src/common/utils.c
5273         * src/common/utils.h
5274                 Implement run-time alternative config directories
5275
5276 2007-10-03 [colin]      3.0.2cvs2
5277
5278         * src/folderview.c
5279                 Prevent opening folder item while folder
5280                 is scanned in a better way
5281
5282 2007-10-02 [paul]       3.0.2cvs1
5283
5284         * NEWS
5285         * README
5286         * RELEASE_NOTES
5287         * configure.ac
5288                 bump up version number following stable release
5289
5290 2007-09-30 [colin]      3.0.1cvs49
5291
5292         * src/imap.c
5293                 Refresh session if needed
5294
5295 2007-09-30 [colin]      3.0.1cvs48
5296
5297         * src/imap.c
5298                 Reset folder's session to NULL
5299                 before destroying it
5300
5301 2007-09-30 [mones]      3.0.1cvs47
5302
5303         * manual/handling.xml
5304                 Use markup quotes instead hardcoded quotes
5305         * manual/es/handling.xml
5306                 Added new synced section (IMAP subscriptions)
5307
5308 2007-09-29 [colin]      3.0.1cvs46
5309
5310         * src/imap.c
5311                 Notice disconnections faster
5312
5313 2007-09-28 [colin]      3.0.1cvs45
5314
5315         * src/addressbook.c
5316         * src/addrindex.c
5317                 Fix warnings
5318
5319 2007-09-28 [paul]       3.0.1cvs44
5320
5321         * src/mimeview.c
5322                 fix maemo build
5323
5324 2007-09-28 [paul]       3.0.1cvs43
5325
5326         * src/account.c
5327                 use gtk_widget_set_size_request() on the label
5328                 so that wrapping works better. get rid of the
5329                 (partially deprecated) hbutton_box.
5330                 these changes should prevent buttons overlapping
5331                 on maemo
5332
5333 2007-09-28 [colin]      3.0.1cvs42
5334
5335         * src/pop.c
5336                 Fix typo :)
5337
5338 2007-09-28 [colin]      3.0.1cvs41
5339
5340         * src/compose.c
5341         * src/msgcache.c
5342         * src/pop.c
5343         * src/procmime.c
5344         * src/etpan/imap-thread.c
5345                 64bits-related warning fixes
5346
5347 2007-09-28 [colin]      3.0.1cvs40
5348
5349         * src/folder_item_prefs.c
5350         * src/ldaputil.c
5351         * src/mainwindow.c
5352         * src/mimeview.c
5353         * src/common/tags.c
5354                 Fix warnings
5355
5356 2007-09-28 [colin]      3.0.1cvs39
5357
5358         * src/plugins/spamassassin/spamassassin.c
5359         * src/plugins/spamassassin/spamassassin.h
5360         * src/plugins/spamassassin/spamassassin_gtk.c
5361                 Add addressbook-based whitelisting
5362
5363 2007-09-28 [colin]      3.0.1cvs38
5364
5365         * src/folder.c
5366                 Fix bug 1337, 'crash on pressing Send button'
5367
5368 2007-09-28 [paul]       3.0.1cvs37
5369
5370         * src/prefs_folder_item.c
5371                 give the orphans a parent. makes all prefs
5372                 pages visible on maemo
5373
5374 2007-09-28 [colin]      3.0.1cvs36
5375
5376         * src/prefs_folder_column.c
5377         * src/prefs_summary_column.c
5378                 Fix two leaks
5379
5380 2007-09-27 [colin]      3.0.1cvs35
5381
5382         * src/gtk/quicksearch.c
5383                 Fix bug 1336, 'Segfault if empty space before search-string'
5384
5385 2007-09-26 [mones]      3.0.1cvs34
5386
5387         * manual/account.xml
5388         * manual/plugins.xml
5389                 Fixed irc channel name, added some docbook markup.
5390                 Changed text markup to docbook markup. 
5391                 Added spamcop as supported in SpamReport description.
5392         * manual/fr/plugins.xml
5393                 Fixed irc channel name.
5394         * manual/es/account.xml
5395         * manual/es/advanced.xml
5396         * manual/es/claws-mail-manual.xml
5397         * manual/es/glossary.xml
5398         * manual/es/gpl.xml
5399         * manual/es/keyboard.xml
5400         * manual/es/plugins.xml
5401                 Synced with English version, fixed a couple of typos.
5402
5403 2007-09-26 [colin]      3.0.1cvs33
5404
5405         * configure.ac
5406                 Explain why "Libgnomeprint: no" on GTK+ 2.10
5407
5408 2007-09-26 [colin]      3.0.1cvs32
5409
5410         * src/messageview.c
5411         * src/procmsg.c
5412         * src/procmsg.h
5413                 Optimisation: avoid fetching mail 3 times locally
5414                 for displaying
5415
5416 2007-09-26 [colin]      3.0.1cvs31
5417
5418         * src/mh.c
5419                 Fix missing static
5420
5421 2007-09-26 [colin]      3.0.1cvs30
5422
5423         * src/folder.c
5424         * src/folder.h
5425         * src/mh.c
5426         * src/mh.h
5427                 Fix MH mtime hack - make it a folder class function
5428
5429 2007-09-26 [colin]      3.0.1cvs29
5430
5431         * src/inc.c
5432                 Fix bug 1334, 'user defined mail incorporation 
5433                 script not run'
5434
5435 2007-09-25 [colin]      3.0.1cvs28
5436
5437         * src/codeconv.c
5438                 Optimisation: shortcut conv_codeset_strdup
5439                 when src_code and dest_code are the same
5440         * src/common/xml.c
5441         * src/common/xml.h
5442                 Optimisation: shortcut code conversions when
5443                 files are in UTF-8; faster list walking by
5444                 using prepend/reverse.
5445
5446 2007-09-25 [holger]     3.0.1cvs27
5447
5448         * src/printing.c
5449                 Replace button bar of the preview window
5450                 with a real toolbar (patch by Colin)
5451                 Add zooming to the preview window
5452
5453 2007-09-24 [paul]       3.0.1cvs26
5454
5455         * src/compose.c
5456                 compact the character set menu, adding some
5457                 missing encodings. Patch by Pawel Pekala
5458
5459 2007-09-23 [paul]       3.0.1cvs25
5460
5461         * src/prefs_account.c
5462         * src/prefs_folder_item.c
5463         * src/prefs_quote.c
5464         * src/quote_fmt.c
5465         * src/quote_fmt.h
5466                 remove unnecessary frame from Templates options
5467                 and improve the English of the check button label
5468
5469 2007-09-22 [colin]      3.0.1cvs24
5470
5471         * src/gtk/quicksearch.c
5472                 Fix bug 1329, 'error in quicksearch.c'
5473                 Fix return with value in function returning void
5474
5475 2007-09-22 [colin]      3.0.1cvs23
5476
5477         * src/imap.c
5478         * src/procmsg.h
5479         * src/common/utils.c
5480         * src/common/utils.h
5481         * src/etpan/imap-thread.c
5482                 Optimise fetching IMAP cached emails *a lot*
5483                 (remember whether mail is fully cached and \r's
5484                  are already stripped)
5485
5486 2007-09-22 [colin]      3.0.1cvs22
5487
5488         * src/folder.c
5489         * src/folder.h
5490         * src/prefs_folder_item.c
5491                 Add a button to allow users to drop local caches.
5492
5493 2007-09-21 [colin]      3.0.1cvs21
5494
5495         * src/summaryview.c
5496                 Remove unnecessary error when cancelling export to mbox.
5497                 Patch by Pawel
5498
5499 2007-09-21 [paul]       3.0.1cvs20
5500
5501         * src/gtk/prefswindow.c
5502                 remove unnecessary frames from the prefs
5503                 pages. Patch by Pawel Pekala
5504
5505 2007-09-21 [paul]       3.0.1cvs19
5506
5507         * src/prefs_account.c
5508         * src/prefs_folder_item.c
5509         * src/prefs_quote.c
5510         * src/quote_fmt.c
5511                 put the Templates options into a tabbed
5512                 layout. Patch by Pawel Pekala
5513
5514 2007-09-21 [paul]       3.0.1cvs18
5515
5516         * src/mainwindow.c
5517                 group together the character set menu items
5518                 move the /View/Show or hide/Message view below
5519                 .../Toolbar menu item
5520                 Patch by Pawel Pekala
5521
5522 2007-09-21 [mones]      3.0.1cvs17
5523
5524         * src/compose.c
5525                 Fix for bug 1327, 'segfault when replying to a non-existent
5526                 news message', thanks to Colin.
5527
5528 2007-09-21 [colin]      3.0.1cvs16
5529
5530         * src/folderview.c
5531                 Complete 3.0.1cvs15
5532
5533 2007-09-20 [colin]      3.0.1cvs15
5534
5535         * src/folderview.c
5536         * src/folderview.h
5537                 Maybe fix bug 1324, 'Corrupted IMAP cache'
5538
5539 2007-09-20 [colin]      3.0.1cvs14
5540
5541         * src/printing.c
5542                 Fix a little leak
5543
5544 2007-09-20 [holger]     3.0.1cvs13
5545
5546         * src/printing.c
5547                 Add page layout to print preview.
5548                 Make the close-button in the toolbar
5549                 right-aligned.
5550
5551 2007-09-20 [paul]       3.0.1cvs12
5552
5553         * po/ru.po
5554                 updated by Pavlo Bohmat
5555
5556 2007-09-19 [colin]      3.0.1cvs11
5557
5558         * src/common/utils.c
5559                 Prevent unquoted mime boundaries, by always
5560                 using a /
5561
5562 2007-09-19 [colin]      3.0.1cvs10
5563
5564         * src/printing.c
5565                 Fix drawing area size, fix DPI change that
5566                 can cause total number of lines to decrease
5567
5568 2007-09-19 [colin]      3.0.1cvs9
5569
5570         * po/POTFILES.in
5571         * src/printing.c
5572                 Make print preview more efficient and nicer.
5573                 Patch mostly by Holger Berndt <hb@claws-mail.org>
5574
5575 2007-09-19 [colin]      3.0.1cvs8
5576
5577         * src/prefs_common.c
5578         * src/prefs_common.h
5579         * src/printing.c
5580                 Add scrolledwindow, default allocation and
5581                 size saving to the print preview window.
5582
5583 2007-09-18 [colin]      3.0.1cvs7
5584
5585         * src/prefs_common.c
5586         * src/prefs_common.h
5587         * src/prefs_image_viewer.c
5588         * src/printing.c
5589                 GtkPrintOperation:
5590                 - add image printing support
5591                 - add option to print images
5592                 - add preview widget
5593                 - add saving of a few Page Setup parameters
5594
5595 2007-09-18 [colin]      3.0.1cvs6
5596
5597         * AUTHORS
5598         * src/gtk/authors.h
5599                 Add Guillaume Chazarain
5600
5601 2007-09-18 [colin]      3.0.1cvs5
5602
5603         * src/common/utils.c
5604                 Fix bug 1321, 'access before allocation 
5605                 when scanning for uris'. Patch by 
5606                 Guillaume Chazarain <guichaz@yahoo.fr>
5607
5608 2007-09-18 [colin]      3.0.1cvs4
5609
5610         * src/toolbar.c
5611                 Fix bug 1320, 'Memory leak caused by 
5612                 gtk_container_get_children'. Patch by
5613                 Guillaume Chazarain <guichaz@yahoo.fr>
5614
5615 2007-09-18 [colin]      3.0.1cvs3
5616
5617         * src/printing.c
5618         * src/printing.h
5619                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
5620
5621 2007-09-18 [colin]      3.0.1cvs2
5622
5623         * src/Makefile.am
5624         * src/mainwindow.c
5625         * src/messageview.c
5626         * src/messageview.h
5627         * src/prefs_ext_prog.c
5628         * src/prefs_fonts.c
5629         * src/printing.c
5630         * src/printing.h
5631         * src/summaryview.c
5632                 Use GtkPrintOperation by default on GTK+ >= 2.10
5633                 Patch by Holger Berndt <hb@claws-mail.org>
5634
5635 2007-09-18 [paul]       3.0.1cvs1
5636
5637         * NEWS
5638         * README
5639         * RELEASE_NOTES
5640         * configure.ac
5641                 bump up version number following stable release
5642
5643 2007-09-16 [colin]      3.0.0cvs18
5644
5645         * src/folder.c
5646                 Fix possible memleak
5647
5648 2007-09-16 [colin]      3.0.0cvs17
5649
5650         * src/folderview.c
5651                 Fix bug 1311, 'Wrong arrow position 
5652                 while moving message into folder when 
5653                 column headers hidden'
5654         * src/image_viewer.c
5655                 Show error in the GUI if image can't
5656                 be loaded
5657         * src/matcher.c
5658                 Fix spurious output
5659         * src/messageview.c
5660                 Allow setting domain in msgid
5661         * src/common/plugin.c
5662                 Add timing information
5663
5664 2007-09-16 [colin]      3.0.0cvs16
5665
5666         * src/account.c
5667         * src/compose.c
5668         * src/prefs_account.c
5669         * src/prefs_account.h
5670         * src/common/utils.c
5671                 Remove Generate Message-ID option. We need
5672                 this on some IMAP servers.
5673         * src/prefs_template.c
5674                 Fix double-free
5675
5676 2007-09-16 [colin]      3.0.0cvs15
5677
5678         * src/prefs_filtering.c
5679         * src/prefs_filtering.h
5680         * src/prefs_filtering_action.c
5681         * src/common/tags.c
5682                 Fix tags issues: tags with spaces, renaming
5683                 tags.
5684
5685 2007-09-16 [colin]      3.0.0cvs14
5686
5687         * src/folderview.c
5688         * src/main.c
5689         * src/mainwindow.c
5690                 Fix bug 1308, 'Claws deletes folderlist.xml after
5691                 fetching mail short after start-up'
5692
5693 2007-09-16 [colin]      3.0.0cvs13
5694
5695         * src/compose.c
5696                 Fix scrolling to cursor
5697
5698 2007-09-16 [paul]       3.0.0cvs12
5699
5700         * po/sr.po
5701                 updated by Aleksandar Urosevic
5702
5703 2007-09-16 [paul]       3.0.0cvs11
5704
5705         * src/folder.c
5706                 do not allow locked msgs to be deleted,
5707                 even by filtering/processing
5708
5709 2007-09-07 [paul]       3.0.0cvs10
5710
5711         * src/prefs_folder_column.c
5712         * src/prefs_summary_column.c
5713                 implement button sensitivity
5714                 patch by Pawel Pekala
5715
5716 2007-09-06 [wwp]        3.0.0cvs9
5717
5718         * src/prefs_gtk.c
5719                 Add a missing linefeed to a debug message.
5720
5721 2007-09-05 [colin]      3.0.0cvs8
5722
5723         * src/inc.c
5724                 Fix statusbar/window mismatch on Maemo
5725
5726 2007-09-05 [colin]      3.0.0cvs7
5727
5728         * src/ldaputil.c
5729                 Fix build without USE_LDAP_TLS
5730
5731 2007-09-05 [colin]      3.0.0cvs6
5732
5733         * src/folder.c
5734         * src/imap.c
5735         * src/inc.c
5736         * src/mbox.c
5737         * src/send_message.c
5738         * src/statusbar.c
5739         * src/statusbar.h
5740                 Maemo: distinguish various statusbar messages,
5741                 in order to display only the most important.
5742
5743 2007-09-04 [wwp]        3.0.0cvs5
5744
5745         * src/account.c
5746                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
5747                 Show protocol "SMTP" and the appropriate server for send-only
5748                 accounts, show "-" instead of "" when no value is relevant.
5749
5750 2007-09-03 [ticho]      3.0.0cvs4
5751
5752         * src/summaryview.c
5753                 Handle plural form better in delete confirmation dialog.
5754
5755 2007-09-03 [wwp]        3.0.0cvs3
5756
5757         * src/compose.c
5758                 Warn differently when sending or sending later (queueing).
5759
5760 2007-09-03 [colin]      3.0.0cvs2
5761
5762         * src/procmime.c
5763         * src/procmime.h
5764         * src/common/plugin.c
5765         * src/common/plugin.h
5766                 Add a new plugin API, MimeParser. It allows
5767                 plugins to scan email MIME parts and optionally,
5768                 transform them.
5769
5770 2007-09-03 [mones]      3.0.0cvs1
5771
5772         * po/es.po
5773                 Updated translation
5774         * src/common/defs.h
5775                 While a better solution is made double history sizes
5776
5777 2007-09-03 [paul]       3.0.0
5778
5779         * NEWS
5780         * README
5781         * RELEASE_NOTES
5782                 3.0.0 released
5783
5784 [For previous entries, see ChangeLog.2.0.0-3.0.0]