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