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