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