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