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