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