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