2009-05-11 [colin] 3.7.1cvs54
[claws.git] / ChangeLog
1 2009-05-11 [colin]      3.7.1cvs54
2
3         * src/compose.c
4                 Fix bug 1872, 'A: Cc: CCi: selector should 
5                 default on same as preceding contact'
6
7 2009-05-10 [holger]     3.7.1cvs53
8
9         * src/addr_compl.c
10         * src/addr_compl.h
11                 Add a hook to make it possible for plugins to
12                 modify the address completion list
13
14 2009-05-06 [paul]       3.7.1cvs52
15
16         * src/folder.c
17         * src/mimeview.c
18                 fix bug 1915, 'Mails signed with smime.p7s
19                 display both signed and attachment icon.'
20
21 2009-05-05 [colin]      3.7.1cvs51
22
23         * src/common/utils.c
24                 Fix patch :)
25
26 2009-05-05 [colin]      3.7.1cvs50
27
28         * src/common/utils.c
29                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
30                 different mountpoint than tempdir'
31
32 2009-05-04 [colin]      3.7.1cvs49
33
34         * src/msgcache.c
35                 Probably fix bug 1914, 'Crash reading
36                 corrupted tags file'
37
38 2009-04-26 [paul]       3.7.1cvs48
39
40         * configure.ac
41         * src/gtk/gtkaspell.h
42                 fix bug 1904, 'build mechanism looks for
43                 'enchant.h' in a wrong place'
44
45 2009-04-25 [paul]       3.7.1cvs47
46
47         * src/printing.c
48                 gah! fix coding style!
49
50 2009-04-25 [paul]       3.7.1cvs46
51
52         * src/printing.c
53         * src/toolbar.c
54                 if building with GTK+ >= 2.16 use
55                 gtk_orientable_set_orientation() instead of now
56                 deprecated gtk_toolbar_set_orientation()
57
58 2009-04-24 [colin]      3.7.1cvs45
59
60         * src/compose.c
61                 Ask before sending if an attached file has
62                 disappeared.
63
64 2009-04-19 [paul]       3.7.1cvs44
65
66         * src/prefs_common.c
67         * src/prefs_common.h
68         * src/gtk/about.c
69                 save About window size.
70                 patch by Pawel Pekala
71
72 2009-04-12 [paul]       3.7.1cvs43
73
74         * tools/csv2addressbook.pl
75                 add extra CSV fields that are now appended
76                 by thunderbird (version 2.0.0.21)
77
78 2009-04-08 [colin]      3.7.1cvs42
79
80         * src/procmime.c
81                 fix saving (but not displaying) of UTF-16
82                 files
83
84 2009-04-08 [colin]      3.7.1cvs41
85
86         * src/gtk/manage_window.c
87                 Disable transient windows on win32 - seems to
88                 fix most focusing issues
89
90 2009-04-05 [colin]      3.7.1cvs40
91
92         * src/procmsg.c
93                 Don't ask whether we want to send deleted mails in queue
94                 folders; also, don't send deleted mails when flushing
95                 queues
96
97 2009-04-04 [paul]       3.7.1cvs39
98
99         * AUTHORS
100         * configure.ac
101         * po/id.po
102         * src/gtk/authors.h
103         * tools/claws.i18n.status.pl
104                 add new Indonesian translation, by
105                 MSulchan Darmawan
106
107 2009-04-03 [paul]       3.7.1cvs38
108
109         * AUTHORS
110         * src/gtk/authors.h
111                 credit due
112
113 2009-04-03 [colin]      3.7.1cvs37
114
115         * src/compose.c
116         * src/textview.c
117                 Fix bug 1891, 'Add support for gopher:// links'
118                 Patch by Jacob Head <clawsmail at jacob-head.com>
119                 Let's go back to the roots! 
120
121 2009-04-03 [paul]       3.7.1cvs36
122
123         * m4/Makefile.am
124                 complete cvs35
125
126 2009-04-03 [paul]       3.7.1cvs35
127
128         * configure.ac
129                 add AC_CONFIG_MACRO_DIR([m4])
130                 remove CLAWS_ACLOCAL_INCLUDE(m4)
131         * m4/aclocal-include.m4
132                 removed this now unneeded file
133
134 2009-04-02 [colin]      3.7.1cvs34
135
136         * src/common/utils.h
137                 Fix previous (thanks to Marcus :)
138
139 2009-04-02 [colin]      3.7.1cvs33
140
141         * src/common/utils.h
142         * src/etpan/etpan-thread-manager.c
143                 pipe() was a macro from GLib on win32 until
144                 glib 2.13.2. It's undefined after that.
145                 Thanks to Marcus Brinkmann for the heads-up!
146
147 2009-03-31 [colin]      3.7.1cvs32
148
149         * src/folder_item_prefs.c
150                 Copy folder settings with prefs
151
152 2009-03-31 [colin]      3.7.1cvs31
153
154         * src/prefs_account.c
155                 Don't use un-sensitive checkboxes in Privacy tab
156                 when privacy system in None (makes unchecking 
157                 painful when no privacy plugin is loaded)
158
159 2009-03-30 [colin]      3.7.1cvs30
160
161         * src/folder.c
162         * src/folder.h
163         * src/imap.c
164         * src/mainwindow.c
165         * src/mainwindow.h
166         * src/prefs_account.c
167         * src/prefs_account.h
168         * src/summaryview.c
169         * src/summaryview.h
170                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
171                 Add an option on the Receive page of IMAP account preferences:
172                 "Move deleted mails to trash and expunge immediately". This
173                 option defaults to TRUE to avoid changing the existing behaviour.
174                 Setting it to FALSE prevents automatic expunging. 
175                 Also, add Tools/Expunge and View/Hide deleted messages menu items
176                 (View/Hide deleted message being a per-folder setting, and behaving,
177                 like View/Hide read messages).
178
179 2009-03-30 [colin]      3.7.1cvs29
180
181         * src/imap.c
182                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
183                 ask for IMAP password when using GSSAPI auth
184
185 2009-03-27 [colin]      3.7.1cvs28
186
187         * src/folder.c
188                 Fix cvs14, make sure we mark non-existent caches dirty
189                 (or they never get written)
190
191 2009-03-27 [colin]      3.7.1cvs27
192
193         * src/imap.c
194                 Fix tag update when all tags are removed 
195                 from another client
196
197 2009-03-25 [colin]      3.7.1cvs26
198
199         * configure.ac
200                 Fix configure.ac, thanks to Pawel
201
202 2009-03-25 [colin]      3.7.1cvs25
203
204         * src/news.c
205         * src/etpan/nntp-thread.c
206                 Fix header fetching (NG/To/Cc). Fixes 
207                 bug 1883, 'Message processing fails to 
208                 act on Newsgroups: field'
209
210 2009-03-23 [colin]      3.7.1cvs24
211
212         * src/textview.c
213                 Fix internal headers visible in queue/sent
214
215 2009-03-23 [colin]      3.7.1cvs23
216
217         * configure.ac
218                 Fix check for RC (resource compiler) used
219                 on win32 (AC_LIBTOOL_RC used to call it 
220                 implicitely but stopped)
221
222 2009-03-19 [colin]      3.7.1cvs22
223
224         * src/toolbar.c
225                 Put spam button in default toolbar even if
226                 bogofilter and spamassassin are not built.
227                 Other anti-spam plugin could exist! :)
228         * src/common/utils.c
229                 Fix exit status fetch on win32
230
231 2009-03-18 [paul]       3.7.1cvs21
232
233         * src/gtk/spell_entry.c
234                 fix "[BUG] Wrong word replaced in 'Subject:'
235                 when spell-checking correction used"
236                 Patch by Pawel Pekala
237
238 2009-03-17 [colin]      3.7.1cvs20
239
240         * src/common/utils.c
241                 Fix win32 build (from cvs12)
242
243 2009-03-17 [colin]      3.7.1cvs19
244
245         * src/compose.c
246                 Fix bug 1735, 'Change To: and Newsgroups: 
247                 recipient field according account type'
248                 Patch by Pawel
249
250 2009-03-17 [colin]      3.7.1cvs18
251
252         * src/msgcache.c
253         * src/prefs_common.c
254         * src/prefs_common.h
255         * src/prefs_other.c
256         * src/common/prefs.c
257                 Add preference for fsyncing metadata
258
259 2009-03-16 [paul]       3.7.1cvs17
260
261         * src/prefs_customheader.c
262                 add forgotten #if HAVE_LIBCOMPFACE
263
264 2009-03-16 [paul]       3.7.1cvs16
265
266         * src/prefs_customheader.c
267                 put the (X-)Face preview image below the up/down
268                 buttons so they don't jump around.
269                 make the list reorderable by drag'n'drop
270
271 2009-03-16 [colin]      3.7.1cvs15
272
273         * src/prefs_customheader.c
274                 Add a (X-)Face preview. Patch by iwkse.
275
276 2009-03-16 [colin]      3.7.1cvs14
277
278         * src/compose.c
279         * src/folder.c
280         * src/folder.h
281         * src/msgcache.c
282         * src/common/prefs.c
283                 Add fsync calls to make sure we don't
284                 lose data on system crashes. (to do:
285                 add a pref to allow people choosing raw
286                 speed)
287
288 2009-03-15 [colin]      3.7.1cvs13
289
290         * src/gtk/gtkaspell.c
291                 Fix empty menu when there are no
292                 suggestions (using the Spelling menu)
293
294 2009-03-14 [colin]      3.7.1cvs12
295
296         * src/common/utils.c
297                 Win32: fix subject prefix length
298
299 2009-03-11 [mones]      3.7.1cvs11
300
301         * po/es.po
302                 fix encoding declared in header
303                 update translation now we're at it
304
305 2009-03-10 [colin]      3.7.1cvs10
306
307         * src/messageview.c
308                 Fix "wrong mime" message printed out multiple
309                 times
310
311 2009-03-10 [colin]      3.7.1cvs9
312
313         * src/prefs_folder_item.c
314                 Fix build
315
316 2009-03-09 [paul]       3.7.1cvs8
317
318         * src/prefs_folder_item.c
319         * src/send_message.c
320                 fixes to english text
321
322 2009-03-08 [paul]       3.7.1cvs7
323
324         * po/ja.po
325                 correct errors in header
326
327 2009-03-08 [paul]       3.7.1cvs6
328
329         * AUTHORS
330         * configure.ac
331         * po/ja.po
332         * src/gtk/authors.h
333         * tools/claws.i18n.status.pl
334                 add Japanese translation, submitted by kazken3
335
336 2009-03-07 [colin]      3.7.1cvs5
337
338         * src/messageview.c
339                 Don't let the invalid MIME warning hide
340                 other noticeview (Partial receive or 
341                 return receipt).
342
343 2009-03-07 [colin]      3.7.1cvs4
344
345         * src/procmime.c
346                 Fix build
347
348 2009-03-07 [colin]      3.7.1cvs3
349
350         * src/messageview.c
351         * src/procmime.c
352         * src/procmime.h
353                 Handle mimeparts that lack an end boundary.
354                 They're invalid but it's too annoying for
355                 normal users to fix.
356
357 2009-03-06 [wwp]        3.7.1cvs2
358
359         * src/compose.c
360         * src/folder_item_prefs.c
361         * src/folder_item_prefs.h
362         * src/prefs_folder_item.c
363                 Add per-folder default cc, bcc and reply-to.
364
365 2009-03-06 [colin]      3.7.1cvs1
366
367         * src/gedit-print.c
368         * src/gtk/gtksourceprintjob.c
369                 Fix build with old print interface
370
371 2009-03-06 [paul]       3.7.1
372
373         * NEWS
374         * README
375         * RELEASE_NOTES 
376                 3.7.1 released!
377
378 2009-03-06 [paul]       3.7.0cvs78
379
380         * po/cs.po
381         * po/de.po
382         * po/fi.po
383         * po/fr.po
384         * po/hu.po
385         * po/nl.po
386         * po/pt_BR.po
387         * po/sv.po
388         * po/zh_CN.po
389                 updated by David Vachulka, Stephan Sachse, Flammie
390                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
391                 Frederico Goncalves Guimaraes, Lars Persson Fink,
392                 and Ralph Young
393
394 2009-03-03 [colin]      3.7.0cvs77
395
396         * src/prefs_filtering.c
397                 Win32: Fix bug 1865, 'IMAP account name changes 
398                 are not followed at filter actions'
399
400 2009-03-02 [colin]      3.7.0cvs76
401
402         * src/imap.c
403                 Fix Launchpad bug 335571: 'claws-mail crashed 
404                 with SIGSEGV in strlen() while deleting 
405                 large amount of e-mails on IMAP account
406
407 2009-02-27 [mones]      3.7.0cvs75
408
409         * manual/es/account.xml
410         * manual/es/ack.xml
411         * manual/es/addrbook.xml
412         * manual/es/advanced.xml
413         * manual/es/claws-mail-manual.xml
414         * manual/es/faq.xml
415         * manual/es/glossary.xml
416         * manual/es/gpl.xml
417         * manual/es/handling.xml
418         * manual/es/intro.xml
419         * manual/es/keyboard.xml
420         * manual/es/plugins.xml
421         * manual/es/starting.xml
422                 Sync with English version, fix some typos
423                 Changed encoding to UTF-8
424         * po/es.po
425                 Update for release, changed encoding to UTF-8
426
427 2009-02-24 [colin]      3.7.0cvs74
428
429         * src/printing.c
430                 Don't print separation line if there
431                 are no headers
432
433 2009-02-23 [cleroy]     3.7.0cvs73
434
435         * src/account.c
436         * src/action.c
437         * src/addr_compl.c
438         * src/addrbook.c
439         * src/addrcache.c
440         * src/addrcindex.c
441         * src/addrclip.c
442         * src/addrduplicates.c
443         * src/addressadd.c
444         * src/addressbook.c
445         * src/addressbook_foldersel.c
446         * src/addrharvest.c
447         * src/addrindex.c
448         * src/addritem.c
449         * src/addrquery.c
450         * src/addrselect.c
451         * src/codeconv.c
452         * src/compose.c
453         * src/customheader.c
454         * src/editaddress.c
455         * src/editaddress_other_attributes_ldap.c
456         * src/editgroup.c
457         * src/editldap.c
458         * src/enriched.c
459         * src/exporthtml.c
460         * src/exportldif.c
461         * src/filtering.c
462         * src/folder.c
463         * src/foldersel.c
464         * src/folderutils.c
465         * src/folderview.c
466         * src/gedit-print.c
467         * src/html.c
468         * src/imap.c
469         * src/imap_gtk.c
470         * src/inc.c
471         * src/jpilot.c
472         * src/ldapctrl.c
473         * src/ldapquery.c
474         * src/ldapserver.c
475         * src/ldapupdate.c
476         * src/ldif.c
477         * src/localfolder.c
478         * src/main.c
479         * src/mainwindow.c
480         * src/matcher.c
481         * src/mbox.c
482         * src/messageview.c
483         * src/mh.c
484         * src/mh_gtk.c
485         * src/mimeview.c
486         * src/msgcache.c
487         * src/mutt.c
488         * src/news.c
489         * src/news_gtk.c
490         * src/noticeview.c
491         * src/pine.c
492         * src/pop.c
493         * src/prefs_account.c
494         * src/prefs_actions.c
495         * src/prefs_common.c
496         * src/prefs_filtering.c
497         * src/prefs_filtering_action.c
498         * src/prefs_folder_column.c
499         * src/prefs_folder_item.c
500         * src/prefs_gtk.c
501         * src/prefs_matcher.c
502         * src/prefs_quote.c
503         * src/prefs_send.c
504         * src/prefs_summaries.c
505         * src/prefs_summary_column.c
506         * src/prefs_template.c
507         * src/prefs_themes.c
508         * src/prefs_toolbar.c
509         * src/printing.c
510         * src/privacy.c
511         * src/procheader.c
512         * src/procmime.c
513         * src/procmsg.c
514         * src/quote_fmt.c
515         * src/remotefolder.c
516         * src/send_message.c
517         * src/sourcewindow.c
518         * src/statusbar.c
519         * src/stock_pixmap.c
520         * src/summary_search.c
521         * src/summaryview.c
522         * src/textview.c
523         * src/toolbar.c
524         * src/undo.c
525         * src/uri_opener.c
526         * src/vcard.c
527         * src/common/base64.c
528         * src/common/claws.c
529         * src/common/hooks.c
530         * src/common/plugin.c
531         * src/common/prefs.c
532         * src/common/session.c
533         * src/common/smtp.c
534         * src/common/socket.c
535         * src/common/string_match.c
536         * src/common/stringtable.c
537         * src/common/utils.c
538         * src/common/utils.h
539         * src/common/xml.c
540         * src/common/xmlprops.c
541         * src/gtk/colorlabel.c
542         * src/gtk/combobox.c
543         * src/gtk/foldersort.c
544         * src/gtk/gtkaspell.c
545         * src/gtk/gtkcmclist.c
546         * src/gtk/gtkcmctree.c
547         * src/gtk/gtkcmoptionmenu.c
548         * src/gtk/gtksctree.c
549         * src/gtk/gtkshruler.c
550         * src/gtk/gtksourceprintjob.c
551         * src/gtk/gtkutils.c
552         * src/gtk/gtkvscrollbutton.c
553         * src/gtk/logwindow.c
554         * src/gtk/menu.c
555         * src/gtk/pluginwindow.c
556         * src/gtk/prefswindow.c
557         * src/gtk/quicksearch.c
558         * src/gtk/spell_entry.c
559         * src/plugins/pgpcore/select-keys.c
560         * src/plugins/pgpinline/pgpinline.c
561         * src/plugins/pgpmime/pgpmime.c
562         * src/plugins/smime/smime.c
563         * src/plugins/spamassassin/spamassassin_gtk.c
564                 Mass commit changing g_return_* to cm_return_*
565                 and making these more interesting
566
567 2009-02-23 [colin]      3.7.0cvs72
568
569         * src/imap.c
570                 Always initialise error code to no error
571
572 2009-02-23 [colin]      3.7.0cvs71
573
574         * src/imap.c
575                 Fix separator substitution
576
577 2009-02-23 [colin]      3.7.0cvs70
578
579         * src/stock_pixmap.c
580         * src/gtk/colorlabel.c
581                 don't use g_return on normal checks
582
583 2009-02-22 [colin]      3.7.0cvs69
584
585         * src/addressbook.c
586         * src/procmime.c
587                 More fixes
588
589 2009-02-22 [colin]      3.7.0cvs68
590
591         * src/addrduplicates.c
592         * src/addressbook.c
593         * src/addrharvest.c
594         * src/codeconv.c
595         * src/compose.c
596         * src/filtering.c
597         * src/folder.c
598         * src/imap.c
599         * src/imap_gtk.c
600         * src/importldif.c
601         * src/jpilot.c
602         * src/mainwindow.c
603         * src/matcher.c
604         * src/mbox.c
605         * src/messageview.c
606         * src/mh_gtk.c
607         * src/prefs_common.c
608         * src/prefs_filtering.c
609         * src/prefs_gtk.c
610         * src/printing.c
611         * src/privacy.c
612         * src/procmime.c
613         * src/procmsg.c
614         * src/summaryview.c
615         * src/textview.c
616         * src/undo.c
617         * src/wizard.c
618         * src/common/md5.c
619         * src/common/socket.c
620         * src/common/template.c
621         * src/etpan/imap-thread.c
622         * src/gtk/gtkaspell.c
623         * src/gtk/gtkcmctree.c
624         * src/gtk/gtksctree.c
625         * src/gtk/inputdialog.c
626         * src/plugins/pgpcore/sgpgme.c
627         * src/plugins/pgpmime/pgpmime.c
628         * src/plugins/smime/smime.c
629         * src/plugins/spamassassin/spamassassin.c
630                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
631                 uninitialised accesses
632
633 2009-02-17 [colin]      3.7.0cvs67
634
635         * src/compose.c
636                 Disable controls during queuing
637
638 2009-02-15 [colin]      3.7.0cvs66
639
640         * src/privacy.c
641         * src/plugins/pgpcore/select-keys.c
642         * src/plugins/pgpcore/sgpgme.c
643                 Disable use of disabled keys
644
645 2009-02-15 [colin]      3.7.0cvs65
646
647         * src/folderview.c
648         * src/summaryview.c
649                 Fix font updating after changing 
650                 prefs_common.derive_from_normal_font
651
652 2009-02-12 [paul]       3.7.0cvs64
653
654         * src/addressitem.h
655         * src/export.h
656         * src/headerview.c
657         * src/headerview.h
658         * src/common/version.h.in
659         * src/gtk/about.h
660         * src/gtk/menu.c
661         * src/gtk/menu.h
662                 more copyright header fixes
663
664 2009-02-12 [paul]       3.7.0cvs63
665
666         * src/gtk/progressdialog.c
667         * src/gtk/progressdialog.h
668                 fix copyright header
669
670 2009-02-12 [paul]       3.7.0cvs62
671
672         * src/gtk/spell_entry.c
673         * src/gtk/spell_entry.h
674                 better, more standard copyright header
675
676 2009-02-12 [paul]       3.7.0cvs61
677
678         * src/gtk/spell_entry.c
679         * src/gtk/spell_entry.h
680                 changes to copyright header
681
682 2009-02-12 [paul]       3.7.0cvs60
683
684         * src/gtk/spell_entry.c
685         * src/gtk/spell_entry.h
686                 fix broken build
687
688 2009-02-11 [colin]      3.7.0cvs59
689
690         * src/gtk/spell_entry.c
691         * src/gtk/spell_entry.h
692                 Forgot to add files
693
694 2009-02-11 [colin]      3.7.0cvs58
695
696         * src/compose.c
697         * src/gtk/Makefile.am
698         * src/gtk/gtkaspell.c
699         * src/gtk/gtkaspell.h
700                 Add spellcheck to subject. Patch by
701                 Pawel.
702
703 2009-02-10 [holger]     3.7.0cvs57
704
705         * src/printing.c
706         * src/common/defs.h
707                 Move filename define for printing page setup cache to defs.h
708
709 2009-02-08 [mones]      3.7.0cvs56
710
711         * src/matcher.h
712                 Fix build for bison 2.4.1
713
714 2009-02-06 [holger]     3.7.0cvs55
715
716         * src/prefs_common.c
717         * src/prefs_common.h
718         * src/printing.c
719                 Fix restoring of custom page setups for printing by
720                 temporarily caching the settings.
721                 This is a workaround for Gnome Bug #39018, and fixes
722                 Claws Mail Bug #1840.
723
724 2009-02-06 [colin]      3.7.0cvs54
725
726         * src/mainwindow.c
727                 Fix hardcoded Shift-Q quits. Fixes
728                 bug 1838, 'Claws-Mail sometimes quits 
729                 when attempting to type a capital Q'
730
731 2009-01-31 [paul]       3.7.0cvs53
732
733         * src/compose.c
734                 revert 3.7.0cvs49, until there is time to find out
735                 why it causes a nasty crash!
736
737 2009-01-31 [paul]       3.7.0cvs52
738
739         * src/mainwindow.c
740                 1 string that was forgotten for translation
741
742 2009-01-31 [paul]       3.7.0cvs51
743
744         * src/messageview.c
745                 2 strings that were forgotten for translation
746
747 2009-01-31 [paul]       3.7.0cvs50
748
749         * src/gtk/prefswindow.c
750                 build prefs tree in a slightly smarter way -
751                 fix bug where if path[0] had same name as
752                 path[1], (like in the de translation), path[1]
753                 was lost and not shown in the window
754
755 2009-01-31 [paul]       3.7.0cvs49
756
757         * src/compose.c
758                 fix bug 1836, 'Quoted text still blue after
759                 removal of quote-character'
760                 comment out some debug_print's that needlessly
761                 slow things down
762         * src/undo.c
763                 comment out a debug_print that needlessly slows
764                 things down
765
766 2009-01-31 [paul]       3.7.0cvs48
767
768         * src/summaryview.c
769                 fix bug 1834, '"semi"-selection when collapsing thread'
770
771 2009-01-31 [paul]       3.7.0cvs47
772
773         * src/prefs_compose_writing.c
774         * src/prefs_message.c
775                 move 'quote_chars' pref to where it should be
776
777 2009-01-30 [paul]       3.7.0cvs46
778
779         * src/summaryview.c
780                 fix updating of popup menu sensitivity
781
782 2009-01-28 [paul]       3.7.0cvs45
783
784         * tools/filter_conv_new.pl
785                 move 'move' and 'delete' to end of @actions
786                 so that they are always final actions in the
787                 generated filtering rule
788
789 2009-01-27 [paul]       3.7.0cvs44
790
791         * src/messageview.c
792                 always select text/calendar mimepart if suitable
793                 plugin (i.e. vCalendar) is available
794
795 2009-01-27 [paul]       3.7.0cvs43
796
797         * src/folder.c
798                 fix crash when right-clicking in summaryview when
799                 processing is active
800
801 2009-01-22 [colin]      3.7.0cvs42
802
803         * src/compose.c
804         * src/privacy.c
805         * src/privacy.h
806                 When replying to signed/encrypted mail and the
807                 preference to sign/encrypt in this case is set,
808                 choose the original mail's privacy system (if
809                 available).
810
811 2009-01-21 [colin]      3.7.0cvs41
812
813         * src/addressbook.h
814                 Fix warning (on-the-fly theming of
815                 addressbook isn't complete yet)
816
817 2009-01-21 [colin]      3.7.0cvs40
818
819         * src/account.c
820         * src/addressbook.c
821                 Win32: Fix window placement
822
823 2009-01-21 [paul]       3.7.0cvs39
824
825         * src/inc.c
826                 update timeout log msg
827
828 2009-01-17 [colin]      3.7.0cvs38
829
830         * src/main.c
831         * src/mbox.c
832         * src/common/md5.c
833         * src/common/utils.c
834         * src/etpan/imap-thread.c
835                 Fix g_open calls (which don't ignore mode)
836
837 2009-01-17 [colin]      3.7.0cvs37
838
839         * src/addressbook.c
840         * src/compose.c
841         * src/foldersel.c
842         * src/main.c
843         * src/mainwindow.c
844         * src/mbox.c
845         * src/common/md5.c
846         * src/common/ssl_certificate.c
847         * src/common/tags.c
848         * src/common/utils.c
849         * src/etpan/imap-thread.c
850         * src/plugins/bogofilter/bogofilter.c
851         * src/plugins/pgpinline/pgpinline.c
852         * src/plugins/smime/smime.c
853                 Probably fix bug 1825, 'Unable to fetch messages from 
854                 IMAP folders named with non-ASCII string'
855                 Change remaining occurences of fopen and open with
856                 g_fopen and g_open
857
858 2009-01-17 [paul]       3.7.0cvs36
859
860         * manual/faq.xml
861                 update an old, outdated piece of info
862
863 2009-01-17 [paul]       3.7.0cvs35
864
865         * src/prefs_folder_item.c
866                 fix bug where saving Folder Properties of a
867                 sub-folder of outbox, queue, draft or trash
868                 would change its parent's folder type to normal
869
870 2009-01-12 [mones]      3.7.0cvs34
871
872         * po/es.po
873                 Updated translation
874
875 2009-01-12 [wwp]        3.7.0cvs33
876
877         * tools/fix_date.sh
878         * tools/popfile-link.sh
879         * tools/textviewer.sh
880                 Fix bashisms and other portability glitches (thanks to
881                 Steven M. Bellovin).
882
883 2009-01-11 [paul]       3.7.0cvs32
884
885         * src/addrindex.c
886                 clean up some build warnings
887
888 2009-01-11 [colin]      3.7.0cvs31
889
890         * src/addrindex.c
891                 Revert part of patch 3.7.0cvs29 
892                 This function is used when jpilot
893                 support is disabled
894
895 2009-01-11 [colin]      3.7.0cvs30
896
897         * src/folder.c
898                 folder_find_child_item_by_name():
899                 actually use name, not path's basename
900
901 2009-01-11 [paul]       3.7.0cvs29
902
903         * src/addrclip.c
904         * src/addrindex.c
905         * src/addritem.c
906         * src/foldersel.h
907         * src/folderview.c
908         * src/prefs_folder_item.c
909                 clean up some build warnings
910
911 2009-01-11 [paul]       3.7.0cvs28
912
913         * src/gtk/about.c
914                 don't even mention printing support, assume its
915                 presence, unless building with GTK+ < 2.10.0
916
917 2009-01-10 [colin]      3.7.0cvs27
918
919         * src/codeconv.c
920                 Fix bug 1811, '[mime] Crash when there's no 
921                 room for filename's start on the same line'
922                 When the mimetype of the attachment is very 
923                 long, there's no room at all to start the 
924                 name=... parameter on the same line. This
925                 caused an infinite loop as 0 characters of
926                 the filename could be appended.
927                 In such cases, insert linebreak before the
928                 name parameter.
929
930 2009-01-09 [colin]      3.7.0cvs26
931
932         * src/compose.c
933         * src/mainwindow.c
934         * src/common/utils.c
935                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
936                 Compose Window does not attach'
937
938 2009-01-09 [colin]      3.7.0cvs25
939
940         * src/foldersel.c
941                 Fix bug 1817, 'Changing Themes does not 
942                 update the pixmaps in "Select folder" 
943                 dialog box'
944
945 2009-01-09 [colin]      3.7.0cvs24
946
947         * src/main.c
948                 Win32: Fix bug 1816, 'Attaching files with 
949                 command-line generates error after attaching'
950
951 2009-01-09 [paul]       3.7.0cvs23
952
953         * src/gtk/about.c
954                 forgot this '2009' in last commit
955
956 2009-01-09 [paul]       3.7.0cvs22
957
958         * src/*/*.[c,h]
959                 it's 2009!
960                 update copyright headers
961
962 2009-01-09 [paul]       3.7.0cvs21
963
964         * doc/man/claws-mail.1
965                 update Team list
966
967 2009-01-09 [colin]      3.7.0cvs20
968
969         * src/messageview.c
970                 Fix bug 1814, 'Windows' WM badly places 
971                 message view'
972
973 2009-01-09 [colin]      3.7.0cvs19
974
975         * src/prefs_themes.c
976         * src/stock_pixmap.c
977         * src/stock_pixmap.h
978         * src/common/utils.c
979         * src/common/utils.h
980                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
981
982 2009-01-08 [colin]      3.7.0cvs18
983
984         * src/mimeview.c
985                 Win32: Fix bug 1810, 'Pressing 'o' key 
986                 crashes CM'
987
988 2009-01-07 [colin]      3.7.0cvs17
989
990         * src/html.c
991                 Fix bug 1432, '&amp; not escaped in links (HTML 
992                 rendered as text)'
993
994 2009-01-06 [colin]      3.7.0cvs16
995
996         * src/plugins/pgpcore/select-keys.c
997                 Warn translators the usual way about
998                 accels
999
1000 2009-01-06 [colin]      3.7.0cvs15
1001
1002         * src/mainwindow.c
1003                 Fix synchronisation dialog that shouldn't
1004                 appear when network goes down (Network
1005                 Manager)
1006         * src/mimeview.c
1007         * src/textview.c
1008                 Fix save as when attach_save_dir isn't set
1009                 fixes bug 1804, 'attach_save_directory does 
1010                 not default to $HOME'
1011         * src/plugins/pgpcore/select-keys.c
1012                 Add mnemonics to buttons - warn translators!
1013
1014 2009-01-06 [wwp]        3.7.0cvs14
1015
1016         * src/common/utils.c
1017                 Fix cvs13, thanks to Colin.
1018
1019 2009-01-06 [wwp]        3.7.0cvs13
1020
1021         * src/common/utils.c
1022                 Better support for Spanish Outlook replies (RES).
1023
1024 2009-01-02 [colin]      3.7.0cvs12
1025
1026         * src/folderview.c
1027                 Fix (+) sign after collapsed folder names that 
1028                 have quicksearch-matching children.
1029                 Fixes bug 1506, 'Recursive search in collapsed 
1030                 folders'
1031
1032 2009-01-02 [colin]      3.7.0cvs11
1033
1034         * src/stock_pixmap.c
1035         * src/stock_pixmap.h
1036                 Remove now-unused stock_pixmap_gdk
1037
1038 2009-01-02 [colin]      3.7.0cvs10
1039
1040         * src/gtk/gtkutils.c
1041         * src/pixmaps/claws-mail_icon.xpm
1042                 Use pixbuf for app icon, and make the app icon
1043                 a bit nicer
1044
1045 2009-01-02 [colin]      3.7.0cvs9
1046
1047         * src/uri_opener.c
1048                 Show both link title and URI if possible
1049
1050 2009-01-02 [colin]      3.7.0cvs8
1051
1052         * src/addressadd.c
1053         * src/addressbook.c
1054         * src/addressbook_foldersel.c
1055         * src/addressitem.h
1056         * src/folderview.c
1057         * src/grouplistdialog.c
1058         * src/importldif.c
1059         * src/mimeview.c
1060         * src/summaryview.c
1061         * src/gtk/gtkcmclist.c
1062         * src/gtk/gtkcmclist.h
1063         * src/gtk/gtkcmctree.c
1064         * src/gtk/gtkcmctree.h
1065         * src/gtk/gtksctree.c
1066         * src/gtk/gtksctree.h
1067                 Implement pixbuf rendering in tree widgets
1068                 instead of pixmaps
1069         * src/plugins/trayicon/trayicon.c
1070         * src/noticeview.c
1071         * src/prefs_themes.c
1072                 Use pixbuf rendering here too
1073
1074 2008-12-30 [paul]       3.7.0cvs7
1075
1076         * src/textview.c
1077                 no need to prematurely trim the uri in the statusbar
1078
1079 2008-12-29 [paul]       3.7.0cvs6
1080
1081         * src/procmsg.c
1082                 prefer List-Id header to X-* headers when creating
1083                 filter rule automatically
1084
1085 2008-12-28 [colin]      3.7.0cvs5
1086
1087         * src/compose.c
1088                 Set minimum height to 440 instead of 480
1089
1090 2008-12-22 [colin]      3.7.0cvs4
1091
1092         * src/compose.c
1093                 Fix bug 1799, '"Discard message" deletes manually 
1094                 saved draft'. Switch rmode to REEDIT after 
1095                 manually saving.
1096
1097 2008-12-21 [paul]       3.7.0cvs3
1098
1099         * tools/claws.i18n.status.pl
1100                 updates
1101
1102 2008-12-21 [paul]       3.7.0cvs2
1103
1104         * AUTHORS
1105         * src/gtk/authors.h
1106                 (more) updates
1107
1108 2008-12-21 [paul]       3.7.0cvs1
1109
1110         * AUTHORS
1111         * src/gtk/authors.h
1112                 updates
1113
1114 2008-12-19 [paul]       3.7.0
1115
1116         * NEWS
1117         * README
1118         * RELEASE_NOTES 
1119                 3.7.0 released!
1120
1121 2008-12-19 [paul]       3.6.1cvs80
1122
1123         * configure.ac
1124                 remove unmaintained sk and sr from ALL_LINGUAS
1125                 add newly maintained cs to ALL_LINGUAS
1126         * po/bg.po
1127         * po/ca.po
1128         * po/cs.po
1129         * po/de.po
1130         * po/fi.po
1131         * po/hu.po
1132         * po/nl.po
1133         * po/pt_BR.po
1134         * po/ru.po
1135         * po/sv.po
1136                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1137                 Stephan Sachse, Flammie Pirinen, Páder Rezso, Marcel Pol,
1138                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1139                 Persson Fink
1140
1141 2008-12-16 [colin]      3.6.1cvs79
1142
1143         * src/plugins/pgpcore/sgpgme.c
1144                 Fix warning
1145
1146 2008-12-15 [colin]      3.6.1cvs78
1147
1148         * src/compose.c
1149         * src/privacy.c
1150         * src/privacy.h
1151         * src/plugins/pgpcore/sgpgme.c
1152         * src/plugins/pgpcore/sgpgme.h
1153         * src/plugins/pgpinline/pgpinline.c
1154         * src/plugins/pgpmime/pgpmime.c
1155         * src/plugins/smime/smime.c
1156                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
1157                 email address" doesn't work'. Use custom from address
1158                 if set
1159
1160 2008-12-15 [colin]      3.6.1cvs77
1161
1162         * src/common/utils.c
1163                 Fix bug 1746, 'Makes a mailto link from several 
1164                 paragraphs'
1165
1166 2008-12-15 [paul]       3.6.1cvs76
1167
1168         * m4/spamassassin.m4
1169                 fix warnings thrown up by autoconf-2.63
1170
1171 2008-12-13 [colin]      3.6.1cvs75
1172
1173         * Makefile.am
1174         * src/Makefile.am
1175         * src/common/ssl.c
1176         * src/common/utils.c
1177         * src/common/utils.h
1178         * tools/Makefile.am
1179                 Finish previous patch
1180
1181 2008-12-13 [colin]      3.6.1cvs74
1182
1183         * tools/Makefile.am
1184                 Only install certs on windows
1185
1186 2008-12-13 [colin]      3.6.1cvs73
1187
1188         * tools/Makefile.am
1189         * tools/ca-certificates.crt
1190         * src/common/Makefile.am
1191         * src/common/ssl.c
1192                 First try to ship SSL certificates in Windows
1193                 build
1194
1195 2008-12-12 [colin]      3.6.1cvs72
1196
1197         * configure.ac
1198         * src/plugins/pgpinline/claws.def
1199                 Windows build fixes
1200
1201 2008-12-12 [paul]       3.6.1cvs71
1202
1203         * src/imap.c
1204         * src/mh.c
1205         * src/partial_download.c
1206         * src/textview.c
1207         * src/common/claws.c
1208         * src/common/prefs.c
1209         * src/common/utils.c
1210                 win32: fix unlinking, renaming and bug with
1211                 non-ascii username
1212                 Patch by Colin
1213
1214 2008-12-11 [colin]      3.6.1cvs70
1215
1216         * po/fr.po
1217         * manual/fr/advanced.xml
1218                 Update french translations
1219
1220 2008-12-10 [colin]      3.6.1cvs69
1221
1222         * manual/faq.xml
1223                 Correct bug submission guidelines
1224
1225 2008-12-10 [colin]      3.6.1cvs68
1226
1227         * src/plugins/pgpcore/pgp_viewer.c
1228                 Fix bug 1736, 'Key import does not work'
1229                 Kill the correct pid (and not the parent
1230                 shell), and increase the timeout a bit.
1231
1232 2008-12-09 [paul]       3.6.1cvs67
1233
1234         * src/messageview.c
1235                 ensure that any stray noticeview buttons are hidden,
1236                 as clicking them causes segfaults!
1237
1238 2008-12-09 [colin]      3.6.1cvs66
1239
1240         * src/compose.c
1241         * src/compose.h
1242         * src/folder_item_prefs.h
1243         * src/prefs_common.c
1244         * src/prefs_common.h
1245         * src/common/defs.h
1246                 Fix bug 1792, '"Save Message to" should 
1247                 retain list of recently selected folders'
1248                 Also, make Enchant-related prefs stick
1249                 even if the build doesn't enable enchant
1250
1251 2008-12-09 [paul]       3.6.1cvs65
1252
1253         * src/messageview.c
1254                 fix bug 1787, 'Prevent automatic PGP inline
1255                 decryption attempts' use the noticeview to display
1256                 decryption failure messages instead of the irritating
1257                 popup dialog
1258
1259 2008-12-09 [colin]      3.6.1cvs64
1260
1261         * src/prefs_filtering.c
1262                 Fix bug 1789, 'filtering account selection 
1263                 (regression)'. Filtering on sending-only
1264                 accounts can be a little useful when using
1265                 filtering via Tools menu.
1266
1267 2008-12-07 [paul]       3.6.1cvs63
1268
1269         * src/prefs_actions.c
1270                 don't auto-select first entry (same as other
1271                 similar dialogs)
1272         * src/gtk/pluginwindow.c
1273                 these parents don't have children so don't look
1274                 for them
1275
1276 2008-12-07 [paul]       3.6.1cvs62
1277
1278         * src/prefs_account.c
1279         * src/gtk/pluginwindow.c
1280         * src/gtk/prefswindow.c
1281         * src/gtk/prefswindow.h
1282                 auto-select first page
1283
1284 2008-12-05 [colin]      3.6.1cvs61
1285
1286         * src/codeconv.c
1287         * src/procmime.c
1288                 Fix bug 1788, 'CM crashes re-encoding 
1289                 encoded parameters' (introduced in cvs40)
1290
1291 2008-12-05 [paul]       3.6.1cvs60
1292
1293         * src/prefs_common.h
1294                 remove gpg prefs that are no longer needed here
1295
1296 2008-12-03 [colin]      3.6.1cvs59
1297
1298         * src/msgcache.c
1299                 Speed up cache reading (about 10% gain)
1300         * src/summaryview.c
1301         * src/gtk/gtksctree.c
1302                 Speed up expand/collapse all threads
1303                 (about 95% gain)
1304
1305 2008-12-03 [paul]       3.6.1cvs58
1306
1307         * configure.ac
1308                 eradicate gcc4's signedness warnings
1309                 fix building with gnuTLS on (Open)Solaris
1310
1311 2008-12-01 [colin]      3.6.1cvs57
1312
1313         * src/gtk/gtkcmclist.c
1314                 Fix column headers
1315
1316 2008-12-01 [colin]      3.6.1cvs56
1317
1318         * src/plugins/pgpinline/pgpinline.c
1319                 Fix bug 1779, 'PGP Inline badly handles 
1320                 multipart'. Properly dump the current part
1321                 instead of running around with scissors
1322
1323 2008-11-30 [paul]       3.6.1cvs55
1324
1325         * manual/advanced.xml
1326         * manual/plugins.xml
1327         * src/prefs_toolbar.c
1328                 remove the verb from the page title and
1329                 update references in the manual
1330
1331 2008-11-30 [paul]       3.6.1cvs54
1332
1333         * src/prefs_other.c
1334                 move Other/ page to Other/Miscellaneous
1335         * src/gtk/prefswindow.c
1336                 make parent page unselectable
1337
1338 2008-11-29 [paul]       3.6.1cvs53
1339
1340         * README
1341                 add the new 'primary_paste_unselects' hidden
1342                 option, add missing 'log_[...]_color' options,
1343                 and reformat the text
1344         * manual/advanced.xml
1345                 add the new 'primary_paste_unselects' hidden
1346                 option, add missing 'log_[...]_color' options
1347
1348 2008-11-28 [colin]      3.6.1cvs52
1349
1350         * src/mimeview.c
1351                 Fix leak
1352
1353 2008-11-28 [colin]      3.6.1cvs51
1354
1355         * po/fr.po
1356                 Update translation
1357
1358 2008-11-28 [colin]      3.6.1cvs50
1359
1360         * src/mainwindow.c
1361                 Fix account selection in Mailing list
1362                 menu
1363
1364 2008-11-28 [paul]       3.6.1cvs49
1365
1366         * po/Makefile.in.in
1367                 automatically remove obsolete strings
1368
1369 2008-11-28 [colin]      3.6.1cvs48
1370
1371         * src/plugins/pgpcore/sgpgme.c
1372                 Fix error message when key isn't available.
1373
1374 2008-11-27 [colin]      3.6.1cvs47
1375
1376         * src/filtering.c
1377         * src/matcher.c
1378                 Fix a little leak
1379
1380 2008-11-26 [colin]      3.6.1cvs46
1381
1382         * src/common/ssl.c
1383                 Fix new warning
1384
1385 2008-11-26 [colin]      3.6.1cvs45
1386
1387         * src/plugins/pgpcore/select-keys.c
1388         * src/plugins/pgpcore/sgpgme.c
1389                 Fix bug 1591, 'S/MIME: better key 
1390                 handling/selection dialog'
1391                 Really ignore revoked/expired keys
1392
1393 2008-11-26 [colin]      3.6.1cvs44
1394
1395         * src/main.c
1396         * src/common/claws.c
1397         * src/common/ssl.c
1398                 Make sure libgcrypt's threading is initialised
1399                 before gnutls. See also old bug 1539.
1400
1401 2008-11-26 [colin]      3.6.1cvs43
1402
1403         * src/imap.c
1404         * src/news.c
1405         * src/etpan/imap-thread.c
1406                 Fix possible crashes due to clist_begin()
1407                 not checking for NULLs (it should!)
1408
1409 2008-11-25 [colin]      3.6.1cvs42
1410
1411         * src/procmime.c
1412                 Fix line length in MIME parameters
1413
1414 2008-11-22 [paul]       3.6.1cvs41
1415
1416         * src/compose.c
1417                 grab Return key press in attachments Properties
1418                 dialog
1419
1420 2008-11-21 [colin]      3.6.1cvs40
1421
1422         * src/compose.c
1423         * src/procmime.c
1424                 Fix bug 1776, 'use encoded name parameters 
1425                 for attachments instead of ascii'.
1426                 Break the RFC 2047 by using B-encoded 
1427                 filename parameter, like everyone does,
1428                 following advice from the RFC author.
1429
1430 2008-11-21 [colin]      3.6.1cvs39
1431
1432         * src/common/socket.c
1433                 Rehandshake if server asks to
1434
1435 2008-11-21 [colin]      3.6.1cvs38
1436
1437         * src/mimeview.h
1438         * src/toolbar.h
1439         * src/common/session.h
1440         * src/common/smtp.h
1441                 Move conditional-compilation members to
1442                 end of structs
1443
1444 2008-11-19 [wwp]        3.6.1cvs37
1445
1446         * src/prefs_actions.c
1447                 Fixed wrong behaviour when pressing Escape (was not cancelling
1448                 the action).
1449
1450 2008-11-19 [wwp]        3.6.1cvs36
1451
1452         * src/compose.c
1453         * src/matcher.c
1454         * src/messageview.c
1455         * src/mimeview.c
1456         * src/prefs_actions.c
1457         * src/prefs_filtering_action.c
1458         * src/procmsg.c
1459         * src/summaryview.c
1460         * src/textview.c
1461         * src/common/utils.c
1462                 Replace occurrences of "command line" with "command-line" everywhere.
1463                 Enforce code style (mostly indentation) in prefs_actions.c.
1464
1465 2008-11-19 [colin]      3.6.1cvs35
1466
1467         * src/compose.c
1468         * src/prefs_common.c
1469         * src/prefs_common.h
1470                 Add primary_paste_unselects hidden preference
1471                 to change how middle-click pasting changes
1472                 the selection and insert point; defaults to
1473                 pre-3.6.1cvs31
1474
1475 2008-11-19 [colin]      3.6.1cvs34
1476
1477         * src/folderview.c
1478                 Always give focus to summaryview, even if
1479                 the folder is empty, in small screen layout.
1480                 Allows to go back to folderlist using the
1481                 keyboard.
1482
1483 2008-11-18 [colin]      3.6.1cvs33
1484
1485         * src/mainwindow.h
1486                 Put back conditional at the end of struct
1487
1488 2008-11-18 [colin]      3.6.1cvs32
1489
1490         * src/procmime.c
1491         * src/common/w32_reg.c
1492                 Fix crash on win32 when browsing to a
1493                 directory
1494
1495 2008-11-15 [colin]      3.6.1cvs31
1496
1497         * src/compose.c
1498                 After a mid-click paste, deselect selection
1499                 and go to end of paste.
1500
1501 2008-11-15 [colin]      3.6.1cvs30
1502
1503         * src/compose.c
1504                 Auto-save draft after external editor quits
1505
1506 2008-11-15 [colin]      3.6.1cvs29
1507
1508         * src/plugins/pgpcore/sgpgme.c
1509                 Fix wrong error display, thanks to
1510                 Charles A. Edwards
1511
1512 2008-11-14 [colin]      3.6.1cvs28
1513
1514         * src/prefs_actions.c
1515                 Comment out bogus (IMO) warning
1516
1517 2008-11-14 [colin]      3.6.1cvs27
1518
1519         * src/mainwindow.c
1520         * src/summaryview.c
1521         * src/summaryview.h
1522         * src/gtk/menu.c
1523         * src/gtk/menu.h
1524                 Share summaryview's context menu actions with
1525                 the equivalent menu items of the main menu;
1526                 this allows to share accelerators and de-
1527                 duplicate code.
1528
1529 2008-11-14 [colin]      3.6.1cvs26
1530
1531         * src/plugins/pgpcore/sgpgme.c
1532                 Fix bug 1768, 'claws-mail crashes while 
1533                 checking smime bad signature'
1534
1535 2008-11-13 [colin]      3.6.1cvs25
1536
1537         * src/account.c
1538         * src/filtering.c
1539                 Fix redefinition of PREFSBUFSIZE
1540
1541 2008-11-13 [wwp]        3.6.1cvs24
1542
1543         * tools/popfile-link.sh
1544                 Add support for reusing existing POPFile session ID.
1545
1546 2008-11-12 [colin]      3.6.1cvs23
1547
1548         * src/prefs_gtk.h
1549                 Fix bug 1771, 'Folder template gets 
1550                 truncated when exiting the application'
1551                 Use a 32k buffer for string preferences
1552
1553 2008-11-11 [colin]      3.6.1cvs22
1554
1555         * src/summaryview.c
1556                 Fix "display sender using addressbook" when
1557                 prefs_common.swap_from is in use. Patch by
1558                 H. Merijn Brand
1559
1560 2008-11-11 [colin]      3.6.1cvs21
1561
1562         * src/autofaces.c
1563         * src/common/md5.c
1564         * src/common/md5.h
1565                 Make a few functions static
1566
1567 2008-11-07 [colin]      3.6.1cvs20
1568
1569         * src/mainwindow.c
1570         * src/summaryview.c
1571                 Fix crash when rebuilding colorlabel
1572                 menu
1573         * src/addrgather.c
1574         * src/editldap.c
1575         * src/prefs_account.c
1576         * src/prefs_compose_writing.c
1577         * src/prefs_logging.c
1578         * src/prefs_message.c
1579         * src/prefs_other.c
1580         * src/prefs_receive.c
1581         * src/prefs_summaries.c
1582         * src/prefs_wrapping.c
1583         * src/plugins/bogofilter/bogofilter_gtk.c
1584         * src/plugins/pgpcore/prefs_gpg.c
1585         * src/plugins/spamassassin/spamassassin_gtk.c
1586                 Fix deprecated use of page_size in 
1587                 gtkspinbutton adjustments
1588
1589 2008-11-06 [mones]      3.6.1cvs19
1590
1591         * src/mainwindow.c
1592                 Fix missing "About" in Help menu
1593         * tools/claws.i18n.status.pl
1594                 Fix header
1595
1596 2008-11-05 [colin]      3.6.1cvs18
1597
1598         * src/action.c
1599         * src/main.c
1600         * src/mainwindow.c
1601         * src/common/socket.c
1602         * src/common/socket.h
1603         * src/gtk/gtkutils.c
1604         * src/gtk/gtkutils.h
1605                 w32: Implement single launch (lock
1606                 socket); always put debug log to
1607                 the rc_dir; fix Start menu update
1608                 after registering as default Mail 
1609                 app
1610
1611 2008-11-05 [colin]      3.6.1cvs17
1612
1613         * src/mainwindow.c
1614                 Setting the Mail start menu item in HKCU 
1615                 confuses the Internet Options dialog. Do 
1616                 it in HKLM as this dialog does.
1617
1618 2008-11-04 [colin]      3.6.1cvs16
1619
1620         * src/common/w32_reg.c
1621                 Fix off-by-one
1622
1623 2008-11-04 [colin]      3.6.1cvs15
1624
1625         * src/procmime.c
1626                 w32: Fix getting content-type 
1627         * src/mimeview.c
1628         * src/prefs_common.c
1629         * src/prefs_common.h
1630         * src/prefs_ext_prog.c
1631         * src/textview.c
1632                 w32: better integration (use the
1633                 standard file associations instead
1634                 of our platform-unadapted open
1635                 dialog)
1636         * src/mainwindow.c
1637         * src/common/utils.c
1638         * src/common/w32_reg.c
1639         * src/common/w32lib.h
1640                 w32: better integration (allow 
1641                 setting Claws as default MUA)
1642
1643 2008-11-01 [colin]      3.6.1cvs14
1644
1645         * src/codeconv.c
1646                 Fix wrongly converted non-ascii characters
1647                 when locale's charset is US-ASCII (strict-mode
1648                 was failing in this case)
1649
1650 2008-10-30 [colin]      3.6.1cvs13
1651
1652         * src/mimeview.c
1653         * src/mimeview.h
1654         * src/textview.c
1655         * src/textview.h
1656                 Use one UI Manager per mimeview, instead of
1657                 the global one -- else user_data pointer gets
1658                 broken if opening and closing another message-
1659                 view, then using right-click on a mimeview's 
1660                 mimepart. Probably fixes bug 1711, 'Save-as
1661                 attachment crashes'
1662
1663 2008-10-24 [paul]       3.6.1cvs12
1664
1665         * tools/Makefile.am
1666         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
1667         * tools/kdeservicemenu/install.sh
1668                 another, possibly the final?, attempt on getting this
1669                 sorted for kde4
1670
1671 2008-10-24 [paul]       3.6.1cvs11
1672
1673         * tools/kdeservicemenu/install.sh
1674                 fix servicemenu installation directory on kde4
1675
1676 2008-10-24 [paul]       3.6.1cvs10
1677
1678         * tools/kdeservicemenu/README
1679         * tools/kdeservicemenu/install.sh
1680                 add support for kde4 in addition to kde3.
1681                 a rework involving checking for kde4-config, then
1682                 kde-config, finally prompting the user for the
1683                 location of either if they cannot be found
1684                 
1685
1686 2008-10-18 [paul]       3.6.1cvs9
1687
1688         * tools/claws.i18n.status.pl
1689                 updated with latest translator info.
1690                 only print for languages defined in %langname
1691
1692 2008-10-17 [paul]       3.6.1cvs8
1693
1694         * src/plugins/pgpcore/sgpgme.c
1695                 when listing the uid's, show the uid validity
1696
1697 2008-10-16 [paul]       3.6.1cvs7
1698
1699         * INSTALL
1700                 updated
1701
1702 2008-10-13 [wwp]        3.6.1cvs6
1703
1704         * po/fr.po
1705                 Updated French translation.
1706
1707 2008-10-11 [colin]      3.6.1cvs5
1708
1709         * src/gtk/authors.h
1710                 Fix bug 1756, "Outdated translators list in About 
1711                 dialogue". Patch by Aleksei Miheev.
1712
1713 2008-10-11 [colin]      3.6.1cvs4
1714
1715         * src/account.c
1716         * src/imap.c
1717         * src/inc.c
1718         * src/main.c
1719         * src/mainwindow.c
1720         * src/news.c
1721         * src/pop.c
1722         * src/pop.h
1723         * src/prefs_account.c
1724         * src/send_message.c
1725         * src/send_message.h
1726         * src/ssl_manager.c
1727         * src/ssl_manager.h
1728         * src/wizard.c
1729         * src/common/claws.c
1730         * src/common/defs.h
1731         * src/common/session.c
1732         * src/common/session.h
1733         * src/common/smtp.c
1734         * src/common/smtp.h
1735         * src/common/socket.c
1736         * src/common/socket.h
1737         * src/common/ssl.c
1738         * src/common/ssl.h
1739         * src/common/ssl_certificate.c
1740         * src/common/ssl_certificate.h
1741         * src/gtk/about.c
1742         * src/gtk/sslcertwindow.c
1743         * src/gtk/sslcertwindow.h
1744                 Remove OpenSSL code
1745
1746 2008-10-11 [colin]      3.6.1cvs3
1747
1748         * src/common/ssl_certificate.c
1749                 Make local function static
1750
1751 2008-10-10 [colin]      3.6.1cvs2
1752
1753         * src/common/ssl.h
1754         * src/common/ssl_certificate.c
1755         * src/gtk/sslcertwindow.c
1756                 Add offline certificate verification,
1757                 thanks to Nikos Mavrogiannopoulos for the
1758                 hints
1759
1760 2008-10-10 [colin]      3.6.1cvs1
1761
1762         * src/common/ssl_certificate.c
1763         * src/gtk/sslcertwindow.c
1764                 Fix warnings
1765
1766 2008-10-10 [paul]       3.6.1
1767
1768         * m4/spamassassin.m4
1769                 remove openssl dross
1770
1771         * NEWS
1772         * README
1773         * RELEASE_NOTES 
1774                 3.6.1 released!
1775
1776 2008-10-10 [colin]      3.6.0cvs25
1777
1778         * src/common/ssl.c
1779                 Tell libetpan it doesn't need to init
1780                 GnuTLS
1781
1782 2008-10-10 [colin]      3.6.0cvs24
1783
1784         * claws-mail.pc.in
1785                 Remove references to openssl
1786
1787 2008-10-09 [colin]      3.6.0cvs23
1788
1789         * configure.ac
1790                 Fix message
1791
1792 2008-10-09 [colin]      3.6.0cvs22
1793
1794         * configure.ac
1795                 Error out when building against openssl
1796
1797 2008-10-09 [colin]      3.6.0cvs21
1798
1799         * configure.ac
1800         * COPYING
1801         * src/crash.c
1802         * src/main.c
1803         * src/gtk/about.c
1804                 Disable OpenSSL due to requirement of
1805                 OpenSSL exception. Code not removed yet,
1806                 just in case, but disabled.
1807
1808 2008-10-09 [colin]      3.6.0cvs20
1809
1810         * configure.ac
1811         * src/Makefile.am
1812         * src/crash.c
1813         * src/gedit-print.c
1814         * src/gedit-print.h
1815         * src/main.c
1816         * src/mainwindow.c
1817         * src/messageview.c
1818         * src/prefs_ext_prog.c
1819         * src/prefs_fonts.c
1820         * src/prefs_image_viewer.c
1821         * src/printing.c
1822         * src/printing.h
1823         * src/summaryview.c
1824         * src/gtk/Makefile.am
1825         * src/gtk/about.c
1826         * src/gtk/gtksourceprintjob.c
1827         * src/gtk/gtksourceprintjob.h
1828                 Revert previous patch. It'd be better to remove
1829                 OpenSSL instead, as GnuTLS works as well.
1830
1831 2008-10-09 [colin]      3.6.0cvs19
1832
1833         * configure.ac
1834         * src/Makefile.am
1835         * src/crash.c
1836         * src/gedit-print.c
1837         * src/gedit-print.h
1838         * src/main.c
1839         * src/mainwindow.c
1840         * src/messageview.c
1841         * src/prefs_ext_prog.c
1842         * src/prefs_fonts.c
1843         * src/prefs_image_viewer.c
1844         * src/printing.c
1845         * src/printing.h
1846         * src/summaryview.c
1847         * src/gtk/Makefile.am
1848         * src/gtk/about.c
1849         * src/gtk/gtksourceprintjob.c
1850         * src/gtk/gtksourceprintjob.h
1851                 Remove the libgnomeprint interface (deprecated,
1852                 and fixes Debian's #501570, 'Copyright confusion')
1853
1854 2008-10-09 [colin]      3.6.0cvs18
1855
1856         * configure.ac
1857                 Require libetpan 0.57 (important fixes)
1858
1859 2008-10-08 [paul]       3.6.0cvs17
1860
1861         * src/prefs_filtering_action.c
1862         * src/prefs_matcher.c
1863                 enable re-ordering of the filtering/processing
1864                 condition and actions lists by drag'n'drop
1865
1866 2008-10-08 [colin]      3.6.0cvs16
1867
1868         * src/addressbook.c
1869                 Fix wrong menu title
1870
1871 2008-10-07 [colin]      3.6.0cvs15
1872
1873         * src/imap.c
1874                 After thinking, revert this. It's only a minor
1875                 annoyance to GSSAPI users, and I can't test this
1876                 right now. Postponed until after next good release.
1877
1878 2008-10-07 [colin]      3.6.0cvs14
1879
1880         * src/imap.c
1881                 Don't ask for a password when using GSSAPI
1882
1883 2008-10-07 [colin]      3.6.0cvs13
1884
1885         * src/mainwindow.c
1886                 Fix build with GTK+ < 2.14
1887
1888 2008-10-07 [colin]      3.6.0cvs12
1889
1890         * src/mainwindow.c
1891         * src/mainwindow.h
1892         * src/prefs_common.c
1893         * src/prefs_common.h
1894         * src/summaryview.c
1895         * src/gtk/colorlabel.c
1896                 Fix bug 1749, 'Shortcut keys for color labels 
1897                 not changeable'
1898                 Make fullscreen a setting remembered between
1899                 sessions
1900
1901 2008-10-07 [colin]      3.6.0cvs11
1902
1903         * src/prefs_other.c
1904                 Fix bug 1747, 'Wanderlust keybindings no longer 
1905                 working (regression)'
1906
1907 2008-10-07 [colin]      3.6.0cvs10
1908
1909         * src/mainwindow.c
1910                 Make fullscreen a real menu item
1911
1912 2008-10-07 [colin]      3.6.0cvs9
1913
1914         * src/mainwindow.c
1915                 Make sure we won't save size when
1916                 fullscreening
1917
1918 2008-10-06 [colin]      3.6.0cvs8
1919
1920         * src/mainwindow.c
1921         * src/mainwindow.h
1922                 Handle fullscreen via F11. Patch by
1923                 Michael Rasmussen
1924
1925 2008-10-06 [colin]      3.6.0cvs7
1926
1927         * src/common/ssl.c
1928                 Fix return value when setting client cert
1929
1930 2008-10-04 [colin]      3.6.0cvs6
1931
1932         * src/mimeview.c
1933                 Fix bug 1742, 'Attachment list contents not 
1934                 visible/scrollable'
1935
1936 2008-10-04 [paul]       3.6.0cvs5
1937
1938         * src/mainwindow.c
1939                 fix failure of Hide toolbar option on restart
1940
1941 2008-10-04 [colin]      3.6.0cvs4
1942
1943         * src/addressbook.c
1944         * src/compose.c
1945         * src/mainwindow.c
1946         * src/messageview.c
1947         * src/summaryview.c
1948                 Maemo: Fix bug 1737, Crashes upon opening
1949
1950 2008-10-04 [paul]       3.6.0cvs3
1951
1952         * po/pt_BR.po
1953                 submitted (just a little late) by Frederico
1954                 Goncalves Guimaraes
1955
1956 2008-10-03 [wwp]        3.6.0cvs2
1957
1958         * po/fr.po
1959                 Many fixes, mostly in menus and accelerators.
1960
1961 2008-10-03 [colin]      3.6.0cvs1
1962
1963         * src/gtk/filesel.c
1964                 Allow network mounts with new GTKs: they're
1965                 available via FUSE mounts and we don't need
1966                 GVFS.
1967
1968 2008-10-03 [paul]       3.6.0
1969
1970         * NEWS
1971         * README
1972         * RELEASE_NOTES 
1973                 3.6.0 released!
1974
1975 2008-10-03 [paul]       3.5.0cvs145
1976
1977         * configure.ac
1978         * po/bg.po
1979         * po/nl.po
1980         * po/ru.po
1981         * po/sv.po
1982                 new translations. added by Yasen Pramatarov,
1983                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
1984         * po/ca.po
1985         * po/de.po
1986         * po/fi.po
1987         * po/fr.po
1988         * po/hu.po
1989         * po/it.po
1990         * po/pl.po
1991         * po/zh_CN.po
1992                 updated translations. submitted by Miquel Oliete,
1993                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
1994                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
1995
1996 2008-10-02 [colin]      3.5.0cvs144
1997
1998         * src/common/session.c
1999                 Fix crash when connection fails on windows
2000
2001 2008-10-01 [colin]      3.5.0cvs143
2002
2003         * src/imap.c
2004                 Real fix for FS-unsafe chars on win32
2005
2006 2008-10-01 [colin]      3.5.0cvs142
2007
2008         * src/imap.c
2009                 Encode prohibited filenames on win32
2010
2011 2008-09-30 [mones]      3.5.0cvs141
2012
2013         * src/ldapctrl.c
2014         * src/main.c
2015         * src/prefs_themes.c
2016         * src/printing.c
2017                 Fix output of some debug messages
2018
2019 2008-09-30 [colin]      3.5.0cvs140
2020
2021         * src/addrbook.c
2022         * src/addrharvest.c
2023         * src/compose.c
2024         * src/jpilot.c
2025         * src/mh.c
2026         * src/prefs_themes.c
2027         * src/procheader.c
2028         * src/procmime.c
2029         * src/summaryview.c
2030         * src/common/utils.c
2031         * src/gtk/sslcertwindow.c
2032                 Win32: Fix time usage; use g_stat
2033
2034 2008-09-29 [colin]      3.5.0cvs139
2035
2036         * src/common/utils.c
2037                 Fix case-sensitive match of subject
2038                 prefixes on win32
2039
2040 2008-09-29 [colin]      3.5.0cvs138
2041
2042         * src/folder_item_prefs.c
2043         * src/folder_item_prefs.h
2044         * src/matcher.c
2045         * src/prefs_folder_item.c
2046         * src/prefs_matcher.c
2047         * src/summaryview.c
2048         * src/common/string_match.c
2049         * src/common/utils.c
2050                 Fix a huge leak (dozens of megs per folder
2051                 change) on Windows: disable regexps 
2052
2053 2008-09-28 [paul]       3.5.0cvs137
2054
2055         * po/en_GB.po
2056                 updated
2057
2058 2008-09-27 [colin]      3.5.0cvs136
2059
2060         * src/account.c
2061         * src/account.h
2062                 Add accessor for cur_account
2063
2064 2008-09-27 [colin]      3.5.0cvs135
2065
2066         * src/imap.c
2067                 Fix crash when error happen on session establishment
2068
2069 2008-09-26 [mones]      3.5.0cvs134
2070
2071         * po/es.po
2072                 Updated for release
2073
2074 2008-09-26 [colin]      3.5.0cvs133
2075
2076         * src/plugins/pgpcore/claws.def
2077                 Fix symbol
2078
2079 2008-09-26 [colin]      3.5.0cvs132
2080
2081         * src/prefs_common.c
2082         * src/prefs_common.h
2083         * src/plugins/pgpcore/pgp_viewer.c
2084                 Add an accessor to prefs_common for plugins
2085                 (Win32 fix)
2086
2087 2008-09-25 [colin]      3.5.0cvs131
2088
2089         * src/main.c
2090                 Fix bug 1725, 'useless lines in clawsrc'
2091         * src/plugins/smime/mypgpcore.def
2092                 Add a missing symbol
2093
2094 2008-09-25 [paul]       3.5.0cvs130
2095
2096         * src/plugins/smime/mypgpcore.def
2097         * src/plugins/smime/plugin.def
2098         * src/plugins/smime/version.rc
2099                 add these windows-specific files
2100                 (Thanks to Colin)
2101
2102 2008-09-25 [colin]      3.5.0cvs129
2103
2104         * src/main.c
2105                 Load standard plugins only on first run
2106
2107 2008-09-25 [colin]      3.5.0cvs128
2108
2109         * src/codeconv.c
2110                 Fix build...
2111
2112 2008-09-24 [colin]      3.5.0cvs127
2113
2114         * src/codeconv.c
2115                 Add nb_NO's charset (iso-8859-1)
2116
2117 2008-09-24 [colin]      3.5.0cvs126
2118
2119         * src/common/utils.c
2120                 Fix get_mail_base_dir() on windows
2121                 (was synced from main ages ago)
2122
2123 2008-09-24 [colin]      3.5.0cvs125
2124
2125         * src/main.c
2126         * src/wizard.c
2127                 Integrate better with Windows' style
2128
2129 2008-09-23 [paul]       3.5.0cvs124
2130
2131         * src/compose.c
2132         * src/mainwindow.c
2133         * src/messageview.c
2134                 offer these strings to translators too 
2135
2136 2008-09-23 [colin]      3.5.0cvs123
2137
2138         * configure.ac
2139                 Add a --disable-dbus flag in case we want
2140                 no DBUS even if headers are available (like
2141                 for building gpg4win)
2142         * src/filtering.c
2143         * src/mainwindow.c
2144         * src/prefs_logging.c
2145         * src/common/utils.c
2146         * src/plugins/pgpcore/sgpgme.c
2147         * src/plugins/smime/claws.def
2148                 Windows fixes:
2149                 - disable filtering log (it's crashy for
2150                   some reason)
2151                 - fix gmtime_r when time is -1 (before 01/01/70)
2152                 - add symbols for smime
2153
2154 2008-09-22 [colin]      3.5.0cvs122
2155
2156         * src/common/utils.c
2157         * src/account.c
2158                 Remove raw printf
2159         * src/compose.c
2160                 Fix cursor position after changing account
2161         * src/imap.c
2162         * src/mimeview.c
2163         * src/news.c
2164                 Fix absolute path detection 
2165
2166 2008-09-21 [colin]      3.5.0cvs121
2167
2168         * src/gtk/gtkaspell.c
2169                 Don't try to use empty dictionaries
2170
2171 2008-09-20 [colin]      3.5.0cvs120
2172
2173         * po/POTFILES.in
2174                 Add the new files to the translations
2175
2176 2008-09-20 [colin]      3.5.0cvs119
2177
2178         * configure.ac
2179         * src/plugins/Makefile.am
2180         * src/plugins/smime/Makefile.am
2181         * src/plugins/smime/plugin.c
2182         * src/plugins/smime/smime.c
2183         * src/plugins/smime/smime.deps
2184         * src/plugins/smime/smime.h
2185                 Include S/Mime plugin in the main plugins
2186                 Will ease the Gpg4win team's work
2187
2188 2008-09-20 [colin]      3.5.0cvs118
2189
2190         * src/autofaces.c
2191         * src/compose.c
2192         * src/ldapquery.c
2193         * src/main.c
2194         * src/news.c
2195         * src/common/socket.c
2196         * src/gtk/gtkutils.c
2197         * src/plugins/pgpcore/claws.def
2198                 Windows: more fixes, thanks to wwp and
2199                 Marcus Brinkmann
2200
2201 2008-09-20 [colin]      3.5.0cvs117
2202
2203         * src/imap.c
2204                 Tell on which server errors happened
2205
2206 2008-09-20 [colin]      3.5.0cvs116
2207
2208         * src/etpan/etpan-thread-manager.c
2209         * src/etpan/imap-thread.c
2210         * src/etpan/nntp-thread.c
2211                 Windows: Fix hang on IMAP/NNTP
2212
2213 2008-09-20 [colin]      3.5.0cvs115
2214
2215         * src/common/utils.c
2216                 Fix bug 1723, "Buffer overflow crash caused by 
2217                 preview in 'Date format help' dialog box"
2218                 Also, optimise fast_strftime a bit :)
2219
2220 2008-09-18 [colin]      3.5.0cvs114
2221
2222         * src/procmime.c
2223         * src/textview.c
2224                 Check for NULLs before str* functions
2225
2226 2008-09-18 [colin]      3.5.0cvs113
2227
2228         * src/messageview.c
2229         * src/procmime.c
2230         * src/textview.c
2231                 Handle html parts in multipart/related
2232                 Decode ISO-8859-1 as Windows-1252 (the former
2233                 is a subset of the latter) in order to 
2234                 workaround Outlook mails misencoding
2235         * src/gtk/logwindow.c
2236         * src/gtk/logwindow.h
2237                 Clear mainwindow's error pixmap when the
2238                 error scrolls out of the log
2239
2240 2008-09-17 [colin]      3.5.0cvs112
2241
2242         * src/image_viewer.c
2243                 Fix image loading (multiple childs added to 
2244                 scrolledwindow, break of the resize functionality)
2245         * src/account.c
2246         * src/prefs_folder_item.c
2247         * src/prefs_spelling.c
2248         * src/gtk/gtkaspell.c
2249                 Better fix problems with dictionaries updates
2250
2251 2008-09-17 [colin]      3.5.0cvs111
2252
2253         * src/common/utils.c
2254                 Fix double-opening (fixes multiple signatures when
2255                 using signify)
2256
2257 2008-09-16 [colin]      3.5.0cvs110
2258
2259         * src/prefs_account.c
2260         * src/prefs_folder_item.c
2261         * src/prefs_spelling.c
2262         * src/gtk/gtkaspell.c
2263                 Better stripping of aspell dictionaries names
2264
2265 2008-09-16 [colin]
2266
2267         * 3.6.0-rc1 released
2268
2269 2008-09-16 [colin]      3.5.0cvs109
2270
2271         * src/account.c
2272         * src/inc.c
2273         * src/mainwindow.c
2274         * src/prefs_account.h
2275         * src/prefs_other.c
2276         * src/send_message.c
2277         * src/gtk/inputdialog.c
2278                 Don't add a pref to allow remembering passwords
2279                 (Just not checking the checkbox is enough)
2280
2281 2008-09-16 [colin]      3.5.0cvs108
2282
2283         * configure.ac
2284                 Require libetpan 0.56 as 0.55 is crashy
2285         * src/messageview.c
2286                 Fix english
2287         * src/gtk/inputdialog.c
2288         * src/gtk/inputdialog.h
2289                 Fix warnings
2290
2291 2008-09-16 [wwp]        3.5.0cvs107
2292
2293         * src/compose.c
2294                 Complete 3.5.0cvs106 by removing a function that got
2295                 moved to account.[ch].
2296
2297 2008-09-16 [wwp]        3.5.0cvs106
2298
2299         * src/account.c
2300         * src/account.h
2301         * src/compose.c
2302         * src/quote_fmt.c
2303         * src/quote_fmt_lex.l
2304         * src/quote_fmt_parse.y
2305                 Add account signature (path and value string) manipulation
2306                 keywords to the template processor. It's now possible in
2307                 all templates to insert the account signature to an
2308                 arbitrary location or to pass it to a external script for
2309                 further editing.
2310
2311
2312 2008-09-16 [mones]      3.5.0cvs105
2313
2314         * src/imap.c
2315         * src/inc.c
2316         * src/mainwindow.c
2317         * src/mainwindow.h
2318         * src/news.c
2319         * src/prefs_account.h
2320         * src/prefs_common.c
2321         * src/prefs_common.h
2322         * src/prefs_other.c
2323         * src/send_message.c
2324         * src/gtk/inputdialog.c
2325         * src/gtk/inputdialog.h
2326                 Implement session passwords: unsaved passwords for receiving
2327                 or sending of accounts can be remembered while running to 
2328                 avoid repetitive typing.
2329                 As keeping passwords in memory is unsafe a new preference 
2330                 in Other page is added to activate or not such capability.
2331
2332 2008-09-14 [colin]      3.5.0cvs104
2333
2334         * src/codeconv.c
2335         * src/codeconv.h
2336                 Make conv_iconv_strdup static
2337
2338 2008-09-12 [colin]      3.5.0cvs103
2339
2340         * claws-mail.pc.in
2341         * src/Makefile.am
2342         * src/compose.c
2343         * src/compose.h
2344         * src/crash.c
2345         * src/folder_item_prefs.c
2346         * src/folder_item_prefs.h
2347         * src/main.c
2348         * src/prefs_account.c
2349         * src/prefs_common.c
2350         * src/prefs_common.h
2351         * src/prefs_folder_item.c
2352         * src/prefs_spelling.c
2353         * src/prefs_template.c
2354         * src/quote_fmt.h
2355         * src/quote_fmt_parse.y
2356         * src/toolbar.c
2357         * src/toolbar.h
2358         * src/gtk/Makefile.am
2359         * src/gtk/about.c
2360         * src/gtk/filesel.c
2361         * src/gtk/gtkaspell.c
2362         * src/gtk/gtkaspell.h
2363         * src/plugins/bogofilter/Makefile.am
2364         * src/plugins/dillo_viewer/Makefile.am
2365         * src/plugins/spamassassin/Makefile.am
2366         * src/plugins/trayicon/Makefile.am
2367                 Switch spellchecker to Enchant
2368
2369 2008-09-12 [paul]       3.5.0cvs102
2370
2371         * tools/README
2372         * tools/csv2addressbook.pl
2373                 add support for Fox Mail
2374
2375 2008-09-12 [paul]       3.5.0cvs101
2376
2377         * src/compose.c
2378         * src/prefs_wrapping.c
2379                 changes to English
2380
2381 2008-09-12 [paul]       3.5.0cvs100
2382
2383         * configure.ac
2384                 revert cvs99's libenchant commit error
2385
2386 2008-09-12 [colin]      3.5.0cvs99
2387
2388         * src/inc.c
2389                 Only go to inbox if there are new mails
2390                 (and fetch was manual)
2391
2392 2008-09-10 [colin]      3.5.0cvs98
2393
2394         * src/inc.c
2395         * src/summaryview.c
2396         * src/common/session.c
2397                 Use g_timeout_add_seconds instead of g_timeout_add
2398                 on glib >= 2.14 when we don't need precision on the 
2399                 delay. This helps reducing power consumption:
2400                 http://mjg59.livejournal.com/74651.html
2401
2402 2008-09-10 [colin]      3.5.0cvs97
2403
2404         * src/compose.c
2405                 Don't save window size and position when
2406                 compose is hidden (filtering action)
2407
2408 2008-09-09 [colin]      3.5.0cvs96
2409
2410         * src/action.h
2411         * src/addr_compl.c
2412         * src/addressadd.c
2413         * src/addressbook.h
2414         * src/addressbook_foldersel.c
2415         * src/addressitem.h
2416         * src/addrgather.c
2417         * src/alertpanel.c
2418         * src/browseldap.c
2419         * src/editaddress.c
2420         * src/editaddress_other_attributes_ldap.h
2421         * src/editbook.c
2422         * src/editjpilot.c
2423         * src/editldap.c
2424         * src/editldap_basedn.c
2425         * src/editvcard.c
2426         * src/exphtmldlg.c
2427         * src/expldifdlg.c
2428         * src/export.c
2429         * src/foldersel.c
2430         * src/foldersel.h
2431         * src/gedit-print.c
2432         * src/gedit-print.h
2433         * src/grouplistdialog.c
2434         * src/headerview.c
2435         * src/headerview.h
2436         * src/image_viewer.c
2437         * src/import.c
2438         * src/importldif.c
2439         * src/importmutt.c
2440         * src/importpine.c
2441         * src/inc.c
2442         * src/main.c
2443         * src/main.h
2444         * src/messageview.c
2445         * src/messageview.h
2446         * src/noticeview.c
2447         * src/prefs_actions.c
2448         * src/prefs_filtering.c
2449         * src/prefs_folder_column.c
2450         * src/prefs_gtk.h
2451         * src/prefs_summary_column.c
2452         * src/prefs_toolbar.c
2453         * src/send_message.c
2454         * src/setup.c
2455         * src/sourcewindow.c
2456         * src/sourcewindow.h
2457         * src/ssl_manager.c
2458         * src/statusbar.c
2459         * src/statusbar.h
2460         * src/stock_pixmap.c
2461         * src/stock_pixmap.h
2462         * src/summaryview.c
2463         * src/textview.c
2464         * src/textview.h
2465         * src/undo.h
2466         * src/uri_opener.c
2467         * src/wizard.c
2468         * src/wizard.h
2469         * src/common/ssl.h
2470         * src/common/utils.c
2471         * src/gtk/about.c
2472         * src/gtk/colorlabel.c
2473         * src/gtk/colorlabel.h
2474         * src/gtk/combobox.h
2475         * src/gtk/description_window.c
2476         * src/gtk/filesel.c
2477         * src/gtk/gtkaspell.c
2478         * src/gtk/gtkaspell.h
2479         * src/gtk/gtkcmclist.c
2480         * src/gtk/gtkcmclist.h
2481         * src/gtk/gtkcmctree.c
2482         * src/gtk/gtkcmctree.h
2483         * src/gtk/gtkcmoptionmenu.h
2484         * src/gtk/gtksctree.c
2485         * src/gtk/gtksctree.h
2486         * src/gtk/gtkshruler.c
2487         * src/gtk/gtkshruler.h
2488         * src/gtk/gtksourceprintjob.c
2489         * src/gtk/gtksourceprintjob.h
2490         * src/gtk/gtkutils.c
2491         * src/gtk/gtkutils.h
2492         * src/gtk/gtkvscrollbutton.c
2493         * src/gtk/gtkvscrollbutton.h
2494         * src/gtk/icon_legend.c
2495         * src/gtk/inputdialog.c
2496         * src/gtk/logwindow.c
2497         * src/gtk/logwindow.h
2498         * src/gtk/manage_window.c
2499         * src/gtk/manage_window.h
2500         * src/gtk/menu.c
2501         * src/gtk/prefswindow.c
2502         * src/gtk/progressdialog.c
2503         * src/gtk/progressdialog.h
2504         * src/plugins/bogofilter/bogofilter_gtk.c
2505         * src/plugins/pgpcore/passphrase.c
2506         * src/plugins/spamassassin/spamassassin_gtk.c
2507         * src/plugins/trayicon/trayicon.c
2508         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2509         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2510         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2511         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2512         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2513                 Complete GTK+ 2.14 undeprecation
2514                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
2515
2516 2008-09-09 [colin]      3.5.0cvs95
2517
2518         * src/gtk/gtkcmclist.h
2519                 Fix build on GTK+ 2.14
2520
2521 2008-09-08 [colin]      3.5.0cvs94
2522
2523         * src/noticeview.c
2524         * src/noticeview.h
2525                 Remove GtkSignalFunc
2526
2527 2008-09-07 [colin]      3.5.0cvs93
2528
2529         * src/addressadd.c
2530         * src/addressbook_foldersel.c
2531         * src/gtk/gtkcmclist.c
2532         * src/gtk/gtkcmclist.h
2533         * src/gtk/gtkcmctree.c
2534         * src/gtk/gtkcmctree.h
2535         * src/gtk/gtksctree.c
2536         * src/gtk/prefswindow.c
2537         * src/gtk/prefswindow.h
2538                 Use GDestroyNotify instead of GtkDestroyNotify
2539                 (deprecated in GTK+ 2.14)
2540
2541 2008-09-07 [colin]      3.5.0cvs92
2542
2543         * src/textview.c
2544                 Fix bug 1712, 'invalid "Phishing attempt warning" 
2545                 when linked text ends with spaces'
2546
2547 2008-09-05 [colin]      3.5.0cvs91
2548
2549         * src/procmime.c
2550                 Maybe fix bug 1711, 'Save-as attachment crashes'
2551                 Possibly wrong free() due to pointer shifting
2552
2553 2008-09-05 [colin]      3.5.0cvs90
2554
2555         * src/compose.c
2556                 Fix bug 1710, 'User misreads "Discard Message" 
2557                 as "Discard Changes"'. Propose to save or discard
2558                 only the latest changes when closing an existing
2559                 draft. Autosave may still have saved parts of the
2560                 edit session.
2561
2562 2008-09-04 [colin]      3.5.0cvs89
2563
2564         * src/summaryview.c
2565                 Fix bug 1707, 'Segfault when sorting on non-visible column'
2566
2567 2008-09-01 [colin]      3.5.0cvs88
2568
2569         * src/imap.c
2570         * src/summaryview.c
2571         * src/common/tags.c
2572         * src/etpan/imap-thread.c
2573         * src/etpan/imap-thread.h
2574                 Store spam flag on IMAP (Junk/NonJunk, as 
2575                 ThunderBird does - this is nonstandard)
2576
2577 2008-08-31 [wwp]        3.5.0cvs87
2578
2579         * ChangeLog
2580                 Fix globish edition^Wediting.
2581
2582 2008-08-31 [wwp]        3.5.0cvs86
2583
2584         * src/addressbook.c
2585                 Don't break nickname editing for non-LDAP books (nickname
2586                 value was overwritten when editing existing contact, this
2587                 came from 3.0.2cvs109).
2588
2589 2008-08-30 [colin]      3.5.0cvs85
2590
2591         * src/mainwindow.c
2592         * src/summaryview.c
2593                 Fix "Apply tags..." key shortcut
2594
2595 2008-08-29 [iwkse]      3.5.0cvs84
2596
2597         * src/summaryview.c
2598                         Bit of clean:)
2599
2600 2008-08-29 [iwkse]      3.5.0cvs83
2601
2602         * src/summaryview.c
2603                         Disable "Move to trash" action if
2604                         we are in a trash-like folder.
2605                         Thanks to colinl
2606
2607 2008-08-29 [paul]       3.5.0cvs82
2608
2609         * configure.ac
2610                 bump up libetpan version requirement since
2611                 0.55 is released now
2612
2613 2008-08-28 [wwp]        3.5.0cvs81
2614
2615         * src/account.c
2616         * src/pop.c
2617         * src/prefs_account.c
2618         * src/prefs_account.h
2619                 Add finer granularity to the POP3's remove-after delay (now in
2620                 hours in addition to in days), patch by Paul Rolland.
2621
2622 2008-08-28 [wwp]        3.5.0cvs80
2623
2624         * src/gtk/combobox.c
2625                 Fix a typo in a comment.
2626
2627 2008-08-28 [iwkse]      3.5.0cvs79
2628
2629         * src/account.c
2630         * src/prefs_actions.c
2631         * src/prefs_filtering.c
2632         * src/prefs_template.c
2633                         Add search feature to the account, 
2634                         template and action dialog.
2635                         It's turned on selecting one row
2636                         of the list and typing some random
2637                         letter. Thanks to wwp, colinl
2638
2639 2008-08-28 [colin]      3.5.0cvs78
2640
2641         * src/Makefile.am
2642         * src/account.c
2643         * src/compose.c
2644         * src/prefs_account.c
2645         * src/prefs_account.h
2646         * src/privacy.c
2647         * src/privacy.h
2648         * src/procmime.c
2649         * src/stock_pixmap.c
2650         * src/stock_pixmap.h
2651         * src/summaryview.c
2652         * src/pixmaps/key_gpg_signed.xpm
2653                 Fix bug 1412, "Sign reply, if mail was signed"
2654                 Add an account preference to sign replies to signed mails
2655
2656 2008-08-28 [iwkse]      3.5.0cvs77
2657
2658         * src/prefs_filtering.c
2659                 Making the search more useful,
2660                 jumping directly to the relative rule.
2661
2662 2008-08-27 [colin]      3.5.0cvs76
2663
2664         * src/main.c
2665                 Add a bit of info
2666
2667 2008-08-27 [colin]      3.5.0cvs75
2668
2669         * src/gtk/gtkcmctree.c
2670                 Fix a few ifdefs
2671
2672 2008-08-26 [colin]      3.5.0cvs74
2673
2674         * src/gtk/gtkcmctree.c
2675                 Fix missing inits on old glib
2676
2677 2008-08-26 [wwp]        3.5.0cvs73
2678
2679         * src/common/utils.c
2680                 Added 'Fwd' to the list of known common subject prefixes.
2681
2682 2008-08-25 [iwkse]      3.5.0cvs72
2683
2684         * src/image_viewer.c
2685                 Add animated gif support to the
2686                 message preview.
2687
2688 2008-08-25 [colin]      3.5.0cvs71
2689
2690         * src/gtk/gtkcmctree.c
2691                 Make sure work isn't null
2692
2693 2008-08-24 [colin]      3.5.0cvs70
2694
2695         * src/common/ssl.c
2696                 Fix typo on SSL_CERT_DIR
2697
2698 2008-08-23 [holger]     3.5.0cvs69
2699
2700         * src/printing.c
2701                 Fix bug 1699 'Separator line mis-placed when
2702                 printing some e-mails'. The number of header lines
2703                 was not correctly calculated when Pango inserts
2704                 linebreaks
2705
2706 2008-08-23 [colin]      3.5.0cvs68
2707
2708         * src/mainwindow.c
2709                 Fix the account selector button; thanks
2710                 to wwp
2711
2712 2008-08-21 [colin]      3.5.0cvs67
2713
2714         * src/compose.c
2715         * src/compose.h
2716                 Add a compose preference for auto-indent
2717         * src/mainwindow.c
2718         * src/summaryview.c
2719                 Make colorlabel accels a bit less hacky
2720
2721 2008-08-21 [colin]      3.5.0cvs66
2722
2723         * src/compose.c
2724         * src/prefs_common.c
2725         * src/prefs_common.h
2726         * src/prefs_wrapping.c
2727                 Add a preference for autoindent; fix no_join tag
2728                 being applied to whole lines instead of just \n when
2729                 creating a line 
2730
2731 2008-08-21 [colin]      3.5.0cvs65
2732
2733         * src/compose.c
2734                 Add support for auto-indentation
2735
2736 2008-08-19 [colin]      3.5.0cvs64
2737
2738         * src/compose.c
2739                 Save Autowrap status in drafts/queued mails
2740
2741 2008-08-19 [colin]      3.5.0cvs63
2742
2743         * src/mainwindow.c
2744                 Fix a comment (in reality, test commit on
2745                 the new CVS server)
2746
2747 2008-08-17 [colin]      3.5.0cvs62
2748
2749         * src/prefs_actions.c
2750         * src/procmime.c
2751         * src/wizard.c
2752         * src/common/socket.h
2753         * src/gtk/gtkcmctree.c
2754                 Fix warnings
2755
2756 2008-08-16 [colin]      3.5.0cvs61
2757
2758         * src/editaddress_other_attributes_ldap.h
2759                 Add 'l' field (localityName)
2760
2761 2008-08-16 [colin]      3.5.0cvs60
2762
2763         * src/mainwindow.c
2764         * src/gtk/gtkcmclist.c
2765         * src/gtk/gtkcmclist.h
2766         * src/gtk/gtkcmctree.c
2767         * src/gtk/gtksctree.c
2768         * src/gtk/gtkutils.c
2769         * src/gtk/gtkvscrollbutton.c
2770                 Fix Maemo build (OS2007)
2771
2772 2008-08-14 [colin]      3.5.0cvs59
2773
2774         * src/folder.c
2775                 Don't crash if parent is null when creating
2776                 a folder
2777         * src/gtk/pluginwindow.c
2778                 Don't crash on race when closing window while
2779                 a plugin is loading and does gtk_iterations
2780
2781 2008-08-13 [colin]      3.5.0cvs58
2782
2783         * src/messageview.c
2784         * src/messageview.h
2785         * src/mimeview.c
2786                 Fix bug 1696, 'Viewing binary attachements 
2787                 as text over 1 MB' (various buglets)
2788
2789 2008-08-10 [colin]      3.5.0cvs57
2790
2791         * src/summaryview.c
2792         * src/gtk/gtkcmclist.c
2793                 Continue fixing GTK < 2.12 build, thanks to
2794                 Michael Hugues
2795
2796 2008-08-10 [colin]      3.5.0cvs56
2797
2798         * src/gtk/gtksctree.c
2799                 Fix build on GTK < 2.12
2800
2801 2008-08-09 [colin]      3.5.0cvs55
2802
2803         * src/mainwindow.c
2804                 Fix untranslatable strings, thanks to
2805                 Stephan Sachse
2806
2807 2008-08-07 [colin]      3.5.0cvs54
2808
2809         * src/compose.c
2810         * src/editaddress.c
2811         * src/folderview.c
2812         * src/mainwindow.c
2813         * src/message_search.c
2814         * src/mimeview.c
2815         * src/noticeview.c
2816         * src/prefs_account.c
2817         * src/prefs_common.c
2818         * src/prefs_customheader.c
2819         * src/prefs_ext_prog.c
2820         * src/prefs_filtering_action.c
2821         * src/prefs_gtk.c
2822         * src/prefs_logging.c
2823         * src/prefs_matcher.c
2824         * src/prefs_msg_colors.c
2825         * src/procmime.c
2826         * src/summary_search.c
2827         * src/summaryview.c
2828         * src/toolbar.c
2829         * src/gtk/colorsel.c
2830         * src/gtk/gtkaspell.c
2831         * src/gtk/gtkutils.c
2832         * src/gtk/gtkutils.h
2833         * src/gtk/inputdialog.c
2834         * src/gtk/pluginwindow.c
2835         * src/gtk/quicksearch.c
2836         * src/plugins/bogofilter/bogofilter_gtk.c
2837         * src/plugins/dillo_viewer/dillo_prefs.c
2838         * src/plugins/spamassassin/spamassassin_gtk.c
2839                 - Fix Ctrl-Space shortcut
2840                 - Fix mime-parsing bug in procmime (cvs52)
2841                 - Fix double-free in procmime (cvs52)
2842                 - Use gtk_bin_get_child instead of GTK_BIN()->child
2843                 - Fix Goto menu in mainwindow
2844
2845 2008-08-07 [mones]      3.5.0cvs53
2846
2847         * po/es.po
2848                 Updated translation (lots of changes!)
2849         * src/compose.c
2850                 Add missing accelerator key
2851         * src/mainwindow.c
2852                 Restored 'v' key function (thanks Colin!)
2853
2854 2008-08-06 [colin]      3.5.0cvs52
2855
2856         * src/addrbook.c
2857         * src/addrcindex.c
2858         * src/addrduplicates.c
2859         * src/addrharvest.c
2860         * src/enriched.c
2861         * src/html.c
2862         * src/ldif.c
2863         * src/mimeview.c
2864         * src/mutt.c
2865         * src/pine.c
2866         * src/procmime.c
2867         * src/vcard.c
2868         * src/wizard.c
2869                 Fix my use of g_utf8_strdown (it returns
2870                 a newly allocated string and doesn't
2871                 change the parameter)
2872
2873 2008-08-06 [colin]      3.5.0cvs51
2874
2875         * src/compose.c
2876                 Fix bug 1690, 'Copy/Paste in edit window may 
2877                 break Undo'; middle-click pastes aren't 
2878                 REPLACE_INSERT but just INSERT. 
2879                 Also, fix privacy menu selection
2880
2881 2008-08-05 [colin]      3.5.0cvs50
2882
2883         * src/action.c
2884         * src/addr_compl.c
2885         * src/addrbook.c
2886         * src/addrcindex.c
2887         * src/addrduplicates.c
2888         * src/addrharvest.c
2889         * src/enriched.c
2890         * src/html.c
2891         * src/ldif.c
2892         * src/main.c
2893         * src/mimeview.c
2894         * src/mutt.c
2895         * src/pine.c
2896         * src/procmime.c
2897         * src/vcard.c
2898         * src/wizard.c
2899         * src/common/socket.c
2900         * src/gtk/gtkutils.c
2901         * src/gtk/gtkutils.h
2902         * src/gtk/menu.c
2903         * src/plugins/spamassassin/spamassassin.c
2904                 More undeprecation (Glib)
2905
2906 2008-08-05 [colin]      3.5.0cvs49
2907
2908         * src/prefs_account.c
2909         * src/prefs_filtering_action.c
2910         * src/prefs_matcher.c
2911         * src/gtk/Makefile.am
2912         * src/gtk/claws-marshal.list
2913         * src/gtk/colorlabel.c
2914         * src/gtk/colorsel.c
2915         * src/gtk/foldersort.c
2916         * src/gtk/gtkaspell.c
2917         * src/gtk/gtkcmclist.c
2918         * src/gtk/gtkcmclist.h
2919         * src/gtk/gtkcmctree.c
2920         * src/gtk/gtkcmctree.h
2921         * src/gtk/gtkcmoptionmenu.c
2922         * src/gtk/gtkcmoptionmenu.h
2923         * src/gtk/gtksctree.c
2924         * src/gtk/gtksctree.h
2925         * src/gtk/gtkutils.c
2926         * src/gtk/gtkutils.h
2927         * src/gtk/gtkvscrollbutton.c
2928         * src/gtk/menu.c
2929         * src/gtk/menu.h
2930         * src/gtk/quicksearch.c
2931         * src/plugins/dillo_viewer/dillo_viewer.c
2932         * src/plugins/pgpcore/select-keys.c
2933                 Try to finish yesterday's commit
2934
2935 2008-08-04 [colin]      3.5.0cvs48
2936
2937         * src/addressadd.c
2938         * src/addressbook.c
2939         * src/addressbook_foldersel.c
2940         * src/addressitem.h
2941         * src/addrgather.c
2942         * src/browseldap.c
2943         * src/compose.c
2944         * src/compose.h
2945         * src/editaddress.c
2946         * src/editaddress_other_attributes_ldap.c
2947         * src/editgroup.c
2948         * src/editldap_basedn.c
2949         * src/folderview.c
2950         * src/folderview.h
2951         * src/grouplistdialog.c
2952         * src/image_viewer.c
2953         * src/imap_gtk.c
2954         * src/importldif.c
2955         * src/main.c
2956         * src/mainwindow.c
2957         * src/message_search.c
2958         * src/mh_gtk.c
2959         * src/mimeview.c
2960         * src/mimeview.h
2961         * src/news_gtk.c
2962         * src/noticeview.h
2963         * src/prefs_account.c
2964         * src/prefs_filtering_action.c
2965         * src/prefs_matcher.c
2966         * src/prefs_msg_colors.c
2967         * src/prefs_summaries.c
2968         * src/statusbar.c
2969         * src/stock_pixmap.c
2970         * src/summary_search.c
2971         * src/summaryview.c
2972         * src/summaryview.h
2973         * src/textview.c
2974         * src/toolbar.h
2975         * src/gtk/Makefile.am
2976         * src/gtk/claws-marshal.list
2977         * src/gtk/colorsel.c
2978         * src/gtk/foldersort.c
2979         * src/gtk/gtkaspell.c
2980         * src/gtk/gtkcmclist.c
2981         * src/gtk/gtkcmclist.h
2982         * src/gtk/gtkcmctree.c
2983         * src/gtk/gtkcmctree.h
2984         * src/gtk/gtksctree.c
2985         * src/gtk/gtksctree.h
2986         * src/gtk/gtkutils.c
2987         * src/gtk/gtkutils.h
2988         * src/gtk/gtkvscrollbutton.c
2989         * src/gtk/menu.c
2990         * src/gtk/menu.h
2991         * src/gtk/quicksearch.c
2992         * src/plugins/dillo_viewer/dillo_viewer.c
2993         * src/plugins/pgpcore/select-keys.c
2994                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
2995                 Undeprecate their implementation (GtkArg, GtkType, ...)
2996                 Undeprecate a few other things here and there
2997                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
2998                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
2999                 still have work to do
3000
3001 2008-08-04 [colin]      3.5.0cvs47
3002
3003         * src/compose.c
3004         * src/compose.h
3005         * src/toolbar.h
3006         * src/textview.c
3007         * src/stock_pixmap.c
3008         * src/statusbar.c
3009         * src/noticeview.h
3010         * src/mimeview.h
3011         * src/mainwindow.c
3012         * src/image_viewer.c
3013         * src/gtk/gtkaspell.c
3014         * src/gtk/gtkvscrollbutton.c
3015         * src/plugins/dillo_viewer/dillo_viewer.c
3016                 Undeprecate more things
3017
3018 2008-08-02 [colin]      3.5.0cvs46
3019
3020         * src/mainwindow.c
3021                 Fix toggle menu activation state
3022                 (thanks to cvs45 ;)
3023
3024 2008-08-02 [paul]       3.5.0cvs45
3025
3026         * src/mainwindow.c
3027                 fix sensitivity of
3028                 /View/Show or hide/Message View
3029
3030 2008-08-01 [paul]       3.5.0cvs44
3031
3032         * src/common/utils.c
3033         * src/plugins/pgpcore/claws.def
3034         * src/plugins/pgpinline/claws.def
3035                 fix compilation problems on mingw32,
3036                 (bug 1688) Patch by Marcus Brinkmann
3037
3038 2008-08-01 [colin]      3.5.0cvs43
3039
3040         * src/gtk/gtkutils.c
3041         * src/gtk/gtkvscrollbutton.c
3042                 Oups, fix build
3043
3044 2008-08-01 [colin]      3.5.0cvs42
3045
3046         * src/compose.c
3047         * src/foldersel.c
3048         * src/mainwindow.c
3049         * src/prefs_account.c
3050         * src/prefs_folder_item.c
3051         * src/prefs_quote.c
3052         * src/summaryview.c
3053         * src/gtk/gtkaspell.c
3054         * src/gtk/gtkutils.c
3055         * src/gtk/gtkvscrollbutton.c
3056                 Replace a few deprecated function calls
3057
3058 2008-08-01 [paul]       3.5.0cvs41
3059
3060         * src/action.c
3061                 fix crash that occurs because of recent GtkUIManager
3062                 changes. Thanks to Colin
3063
3064 2008-07-31 [colin]      3.5.0cvs40
3065
3066         * src/addressbook.c
3067         * src/compose.c
3068         * src/mainwindow.c
3069         * src/messageview.c
3070                 Some Maemo fixes
3071         * src/gtk/menu.c
3072         * src/gtk/menu.h
3073                 Remove deprecated helper funcs
3074
3075 2008-07-30 [colin]      3.5.0cvs39
3076
3077         * src/folderview.c
3078         * src/folderview.h
3079         * src/imap_gtk.c
3080         * src/mh_gtk.c
3081         * src/news_gtk.c
3082                 Move the folderview popup menu to GtkUIManager
3083
3084 2008-07-29 [colin]      3.5.0cvs38
3085
3086         * src/account.c
3087         * src/account.h
3088         * src/action.c
3089         * src/action.h
3090         * src/addressitem.h
3091         * src/compose.c
3092         * src/edittags.c
3093         * src/mainwindow.c
3094         * src/mainwindow.h
3095         * src/mimeview.c
3096         * src/summaryview.c
3097         * src/gtk/menu.c
3098         * src/gtk/menu.h
3099                 Switch the main menu to GtkUIManager
3100                 Warning fixes
3101
3102 2008-07-29 [colin]      3.5.0cvs37
3103
3104         * src/news.c
3105                 Fix bug 1684, 'view news messages with large 
3106                 attachements segfaults'
3107
3108 2008-07-29 [colin]      3.5.0cvs36
3109
3110         * src/action.c
3111         * src/action.h
3112         * src/addressbook.c
3113         * src/addressitem.h
3114         * src/compose.c
3115         * src/compose.h
3116         * src/messageview.c
3117         * src/messageview.h
3118         * src/summaryview.c
3119         * src/gtk/menu.c
3120         * src/gtk/menu.h
3121                 More switches to GtkUIManager
3122
3123 2008-07-26 [colin]      3.5.0cvs35
3124
3125         * src/gtk/menu.c
3126         * src/gtk/menu.h
3127                 Fix prototype
3128
3129 2008-07-25 [colin]      3.5.0cvs34
3130
3131         * src/addrcustomattr.c
3132         * src/addressbook.c
3133         * src/compose.c
3134         * src/editaddress.c
3135         * src/editaddress_other_attributes_ldap.h
3136         * src/edittags.c
3137         * src/mainwindow.c
3138         * src/mimeview.c
3139         * src/prefs_actions.c
3140         * src/prefs_filtering.c
3141         * src/prefs_template.c
3142         * src/summaryview.c
3143         * src/textview.c
3144         * src/textview.h
3145         * src/toolbar.c
3146         * src/gtk/about.c
3147         * src/gtk/menu.c
3148         * src/gtk/menu.h
3149         * src/plugins/trayicon/trayicon.c
3150                 More changes from GtkItemFactory to GtkUIManager
3151
3152 2008-07-25 [colin]      3.5.0cvs33
3153
3154         * src/gtk/menu.h
3155                 Add a macro to remove menu items
3156                 Make the gui_manager variable useless
3157
3158 2008-07-24 [colin]      3.5.0cvs32
3159
3160         * src/mimeview.c
3161                 Fix a gtk warning on clear
3162         * src/mainwindow.c
3163         * src/summaryview.c
3164         * src/summaryview.h
3165                 Switch the message list popup menu to
3166                 GtkUIManager
3167
3168 2008-07-23 [colin]      3.5.0cvs31
3169
3170         * src/plugins/pgpcore/pgp_viewer.c
3171         * src/plugins/pgpcore/sgpgme.c
3172                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3173                 Patch by Thomas Wiegner <wiegner@gmx.de>
3174
3175 2008-07-20 [paul]       3.5.0cvs30
3176
3177         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3178                 remove redundant GTK version check
3179
3180 2008-07-20 [ticho]      3.5.0cvs29
3181
3182         * src/folderview.c
3183         * src/imap_gtk.c
3184         * src/news_gtk.c
3185                 Moved sensitivity setting for "Download messages" for IMAP and
3186                 news folders from folderview.c to imap_gtk.c and news_gtk.c
3187                 respectively for better code readability.
3188                 Fixed indentation in news' set_sensitivity().
3189
3190 2008-07-20 [paul]       3.5.0cvs28
3191
3192         * src/addrgather.c
3193                 remove more redundant code following cvs27
3194
3195 2008-07-20 [paul]       3.5.0cvs27
3196
3197         * src/addrgather.c
3198                 remove now redundant code
3199         * src/mainwindow.c
3200         * src/mainwindow.h
3201                 fix bug 1673, 'Tools/Harvest adresses is
3202                 grayed out if folder is empty'
3203
3204 2008-07-19 [ticho]      3.5.0cvs26
3205
3206         * src/edittags.c
3207         * src/main.c
3208         * src/mimeview.c
3209         * src/mimeview.h
3210         * src/gtk/gtkutils.c
3211         * src/gtk/gtkutils.h
3212         * src/gtk/menu.c
3213         * src/gtk/menu.h
3214                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3215                 instead of deprecated GtkItemFactory.
3216
3217 2008-07-19 [colin]      3.5.0cvs25
3218
3219         * src/account.c
3220         * src/addrgather.c
3221         * src/compose.c
3222         * src/editldap.c
3223         * src/expldifdlg.c
3224         * src/importldif.c
3225         * src/main.c
3226         * src/mainwindow.c
3227         * src/mimeview.c
3228         * src/noticeview.c
3229         * src/prefs_account.c
3230         * src/prefs_actions.c
3231         * src/prefs_ext_prog.c
3232         * src/prefs_filtering.c
3233         * src/prefs_folder_item.c
3234         * src/prefs_image_viewer.c
3235         * src/prefs_logging.c
3236         * src/prefs_msg_colors.c
3237         * src/prefs_other.c
3238         * src/prefs_send.c
3239         * src/prefs_spelling.c
3240         * src/prefs_summaries.c
3241         * src/prefs_template.c
3242         * src/printing.c
3243         * src/quote_fmt.c
3244         * src/summary_search.c
3245         * src/summaryview.c
3246         * src/toolbar.c
3247         * src/wizard.c
3248         * src/common/Makefile.am
3249         * src/gtk/gtksctree.c
3250         * src/gtk/gtkutils.h
3251         * src/gtk/pluginwindow.c
3252         * src/gtk/quicksearch.c
3253         * src/plugins/bogofilter/bogofilter_gtk.c
3254         * src/plugins/dillo_viewer/dillo_prefs.c
3255         * src/plugins/pgpcore/prefs_gpg.c
3256         * src/plugins/spamassassin/spamassassin_gtk.c
3257         * src/plugins/trayicon/trayicon.c
3258         * src/plugins/trayicon/trayicon_prefs.c
3259                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
3260                 or greater). Use the old deprecated one on GTK+ < 2.12.
3261                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3262                 of time!
3263
3264 2008-07-16 [colin]      3.5.0cvs24
3265
3266         * src/mainwindow.c
3267                 Fix folderview's scrolbar when starting minimised
3268                 to tray, and popping up the mainwindow by calling
3269                 claws-mail from the command line
3270
3271 2008-07-08 [colin]      3.5.0cvs23
3272
3273         * src/compose.c
3274                 Possibly fix po-headers appearing on empty
3275                 templates
3276
3277 2008-07-08 [colin]      3.5.0cvs22
3278
3279         * src/folderview.c
3280         * src/summaryview.c
3281                 Finish the always_open tristate patch, by Jonathan
3282                 Corbet.
3283
3284 2008-07-07 [paul]       3.5.0cvs21
3285
3286         * src/mainwindow.c
3287                 fix typo (missing ")
3288
3289 2008-07-07 [paul]       3.5.0cvs20
3290
3291         * src/mainwindow.c
3292                 fit the menu style a bit better
3293
3294 2008-07-07 [colin]      3.5.0cvs19
3295
3296         * src/prefs_themes.c
3297                 Make upgrading themes easier
3298
3299 2008-07-07 [colin]      3.5.0cvs18
3300
3301         * src/mainwindow.c
3302         * src/prefs_toolbar.c
3303         * src/stock_pixmap.c
3304                 Finish fixing bug 1609, 'Icon issues'
3305
3306 2008-07-07 [colin]      3.5.0cvs17
3307
3308         * src/prefs_common.c
3309                 Fix the default value
3310
3311 2008-07-07 [colin]      3.5.0cvs16
3312
3313         * src/prefs_summaries.c
3314                 Revert my fix to the string, the correct term
3315                 is indeed Message View
3316
3317 2008-07-07 [colin]      3.5.0cvs15
3318
3319         * AUTHORS
3320         * src/gtk/authors.h
3321         * src/prefs_common.c
3322         * src/prefs_common.h
3323         * src/prefs_summaries.c
3324         * src/summaryview.c
3325         * src/gtk/authors.h
3326                 Change "Always open message when selected" to
3327                 a tristate (Never/Always/When preview is visible)
3328                 Patch by Jonathan Corbet <corbet@lwn.net>.
3329
3330 2008-07-06 [paul]       3.5.0cvs14
3331
3332         * src/addrgather.c
3333                 improve the layout of the dialogue
3334                 improve the English
3335                 add tooltips
3336                 fix some of the nasty coding style
3337         * src/mainwindow.c
3338                 improve the English
3339                 add some missing mnemonics
3340
3341 2008-07-05 [paul]       3.5.0cvs13
3342
3343         * src/mainwindow.c
3344         * src/mainwindow.h
3345                 fix bug 1398, '"Change current account" is
3346                 available even when there's only one account'
3347         * src/plugins/pgpcore/prefs_gpg.c
3348                 put back a needed include, removed in error
3349
3350 2008-07-05 [colin]      3.5.0cvs12
3351
3352         * src/mainwindow.c
3353                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
3354
3355 2008-07-05 [colin]      3.5.0cvs11
3356
3357         * src/news.c
3358         * src/news_gtk.c
3359                 Provide ability to rename newsgroups. Closes
3360                 bug 1444, 'Add GUI option for renaming 
3361                 newsgroups'. Patch by Pawel Pekala
3362
3363 2008-07-05 [colin]      3.5.0cvs10
3364
3365         * src/plugins/pgpcore/passphrase.c
3366         * src/plugins/pgpcore/prefs_gpg.c
3367         * src/plugins/pgpcore/select-keys.c
3368                 Simplify GTK includes (with the advantage
3369                 of compiling against GTK+2.13); patch by
3370                 Charles A Edwards
3371
3372 2008-07-05 [colin]      3.5.0cvs9
3373
3374         * src/wizard.c
3375                 Add SSL client certificates
3376
3377 2008-07-05 [colin]      3.5.0cvs8
3378
3379         * src/prefs_account.c
3380         * src/common/session.h
3381                 Fix warnings
3382         * src/common/ssl.c
3383                 Add one path for certs
3384
3385 2008-07-05 [colin]      3.5.0cvs7
3386
3387         * src/prefs_account.c
3388                 Fix no-ssl build
3389
3390 2008-07-04 [colin]      3.5.0cvs6
3391
3392         * src/common/ssl.c
3393         * src/common/ssl.h
3394         * src/common/ssl_certificate.c
3395                 Workaround distro bugs and fix certificate checking
3396                 with OpenSSL
3397
3398 2008-07-04 [colin]      3.5.0cvs5
3399
3400         * src/filtering.c
3401         * src/common/ssl_certificate.c
3402         * src/common/ssl_certificate.h
3403         * src/etpan/imap-thread.c
3404         * src/etpan/nntp-thread.c
3405                 Fix some leaks, thanks to Martin Zwickel
3406                 Rename gnutls functions that do the same
3407                 as OpenSSL ones, to avoid symbol clashing
3408                 when Claws is built against GnuTLS and
3409                 libetpan against OpenSSL
3410
3411 2008-07-04 [paul]       3.5.0cvs4
3412
3413         * src/prefs_account.c
3414                 remove 1 forgotten '.'
3415
3416 2008-07-04 [paul]       3.5.0cvs3
3417
3418         * src/prefs_account.c
3419                 layout/engrish fixes to the 'Client
3420                 certificates' frame
3421
3422 2008-07-03 [colin]      3.5.0cvs2
3423
3424         * src/imap.c
3425         * src/news.c
3426         * src/pop.c
3427         * src/prefs_account.c
3428         * src/prefs_account.h
3429         * src/prefs_common.c
3430         * src/send_message.c
3431         * src/common/session.c
3432         * src/common/session.h
3433         * src/common/smtp.c
3434         * src/common/smtp.h
3435         * src/common/socket.h
3436         * src/common/ssl.c
3437         * src/common/ssl.h
3438         * src/common/ssl_certificate.c
3439         * src/common/ssl_certificate.h
3440         * src/etpan/imap-thread.c
3441         * src/etpan/nntp-thread.c
3442         * src/gtk/inputdialog.c
3443                 Add support for SSL client certificates (either PEM files
3444                 with certificate and private key, either PKCS12 files)
3445
3446 2008-06-28 [colin]      3.5.0cvs1
3447
3448         * src/foldersel.c
3449                 Fix compilation with older GTKs
3450
3451 2008-06-27 [paul]       3.5.0
3452
3453         * NEWS
3454         * README
3455         * RELEASE_NOTES 
3456                 3.5.0 released
3457
3458 2008-06-27 [paul]       3.4.0cvs116
3459
3460         * src/gtk/authors.h
3461                 complete cvs115
3462
3463 2008-06-27 [paul]       3.4.0cvs115
3464
3465         * configure.ac
3466         * src/gtk/authors.h
3467                 no longer build unmaintained translations
3468
3469 2008-06-27 [paul]       3.4.0cvs114
3470
3471         * po/de.po
3472         * po/fi.po
3473         * po/pt_BR.po
3474                 updated by Stephan Sachse, Flammie Pirinen, and
3475                 Frederico Goncalves Guimaraes
3476
3477 2008-06-26 [wwp]        3.4.0cvs113
3478
3479         * manual/fr/advanced.xml
3480                 Update French version of the manual (AutoFaces documentation).
3481
3482 2008-06-26 [wwp]        3.4.0cvs112
3483
3484         * manual/fr/advanced.xml
3485         * manual/fr/plugins.xml
3486                 Updated French version of the manual (completed
3487                 hidden options list, added note about Clawsker
3488                 and new mail archiver plugin).
3489
3490 2008-06-25 [colin]      3.4.0cvs111
3491
3492         * src/gtk/gtkaspell.c
3493                 Fix non-UTF8 in the replace with dialog
3494         * src/prefs_actions.c
3495                 Fix possible crasher
3496                 Patches by Pawel
3497
3498 2008-06-24 [mones]      3.4.0cvs110
3499
3500         * src/autofaces.c
3501                 Fix non-warning message, downgraded to debug info
3502
3503 2008-06-24 [colin]      3.4.0cvs109
3504
3505         * src/summaryview.c
3506                 Fix bug 1650, Message line too small after 
3507                 changing columns in "three columns" layout
3508
3509 2008-06-24 [colin]      3.4.0cvs108
3510
3511         * src/messageview.c
3512                 Fix Spam button sensitivity in newsgroups
3513
3514 2008-06-23 [wwp]        3.4.0cvs107
3515
3516         * po/fr.po
3517                 Updated French translation.
3518
3519 2008-06-23 [mones]      3.4.0cvs106
3520
3521         * po/es.po
3522                 Updated translation for release
3523
3524 2008-06-22 [mones]      3.4.0cvs105
3525
3526         * manual/es/plugins.xml
3527                 Synced new entry for Mail Archiver plugin
3528
3529 2008-06-22 [colin]      3.4.0cvs104
3530
3531         * src/compose.c
3532                 Fix initial cursor position
3533
3534 2008-06-21 [paul]       3.4.0cvs103
3535
3536         * manual/plugins.xml
3537                 add an entry for the new Mail Archiver plugin
3538
3539 2008-06-21 [paul]       3.4.0cvs102
3540
3541         * src/gtk/about.c
3542                 we're in 'string freeze', put back the
3543                 < > symbols for now
3544
3545 2008-06-21 [paul]       3.4.0cvs101
3546
3547         * manual/advanced.xml
3548         * manual/es/advanced.xml
3549                 fix build warning: <emphasis> cannot be contained
3550                 within <filename>
3551         * src/gtk/about.c
3552                 fix non-clickable link on License page and drop
3553                 the containing < > symbols to match other links
3554
3555 2008-06-20 [mones]      3.4.0cvs100
3556
3557         * manual/advanced.xml
3558                 Added autofaces documentation, note about clawsker in hidden
3559                 preferences, minor markup fix. Thanks Paul for proofreading
3560         * manual/es/advanced.xml
3561                 Synchronised Spanish manual
3562
3563 2008-06-16 [colin]      3.4.0cvs99
3564
3565         * src/compose.c
3566                 Fix cursor placing on signature change
3567
3568 2008-06-16 [paul]       3.4.0cvs98
3569
3570         * src/imap_gtk.c
3571         * src/mh_gtk.c
3572         * src/gtk/inputdialog.c
3573                 really fussy coding style fixes
3574
3575 2008-06-16 [paul]       3.4.0cvs97
3576
3577         * src/Makefile.am
3578                 keep the alphabetical order
3579
3580 2008-06-13 [mones]      3.4.0cvs96
3581
3582         * src/autofaces.c
3583                 Fix crasher ;-)
3584         * src/prefs_filtering_action.c
3585                 Fixed cosmetic bug, processing also displays "Filtering"
3586
3587 2008-06-13 [mones]      3.4.0cvs95
3588
3589         * src/Makefile.am
3590         * src/autofaces.c       ** NEW FILE **  
3591         * src/autofaces.h       ** NEW FILE **
3592         * src/compose.c
3593                 Allow setting Faces and X-Faces globally and per-account
3594                 from configuration files under ~/.claws-mail/autofaces
3595
3596 2008-06-13 [holger]     3.4.0cvs94
3597
3598         * .cvsignore
3599                 More files to ignore
3600         * src/gtk/inputdialog.c
3601         * src/gtk/inputdialog.h
3602                 Make input dialog more generic so that a checkbox
3603                 with custom text can be used in addition to the
3604                 "remember this" checkbox
3605         * src/imap_gtk.c
3606         * src/mh_gtk.c
3607         * src/prefs_common.c
3608         * src/prefs_common.h
3609                 Allow new folders to inherit the properties of the
3610                 parent folder during folder creation
3611
3612 2008-06-13 [wwp]        3.4.0cvs93
3613
3614         * src/addressbook.c
3615                 a better fix for this string, won't break up translations,
3616                 and is conform to other similar ones.
3617
3618 2008-06-13 [wwp]        3.4.0cvs92
3619
3620         * src/addrduplicates.c
3621         * src/addressadd.c
3622         * src/addressbook.c
3623         * src/addressbook_foldersel.c
3624         * src/editgroup.c
3625                 use tree decorations everywhere AB folders are used (AB tree pane,
3626                     add address to AB, select AB folder, edit group, custom attr, find dup
3627                     results), in order to match global style
3628                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
3629                     double clicking on groups in tree pane does open the group edit dialog
3630                     double clicking on other items in tree pane does expand/collapse
3631                 fix a missing space in AB's delete-folder dialog
3632                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
3633
3634         * src/foldersel.c
3635                 make foldersel dialog show dotted lines according to global (hidden) prefs
3636
3637 2008-06-12 [colin]      3.4.0cvs91
3638
3639         * src/compose.c
3640         * src/compose.h
3641                 Fix bug 1635, 'Last character of message is truncated 
3642                 when changing accounts w/ sigs'
3643         * src/folderview.c
3644                 Fix bug 1636, 'Can't select "properties" on "folders 
3645                 only" folders'
3646
3647 2008-06-11 [colin]      3.4.0cvs90
3648
3649         * src/folder.c
3650                 Maybe fix bug 1623, 'exits with segfault when 
3651                 logging in to certain imap-servers'
3652
3653 2008-06-10 [mones]      3.4.0cvs89
3654
3655         * AUTHORS
3656         * tools/Makefile.am
3657         * tools/README
3658         * tools/convert_mbox.sh
3659                 Undo cvs86 and cvs87, it really should be a patch to 
3660                 convert_mbox.pl
3661
3662 2008-06-10 [wwp]        3.4.0cvs88
3663
3664         * po/fr.po
3665                 Updated French translation.
3666
3667 2008-06-10 [mones]      3.4.0cvs87
3668
3669         * tools/Makefile.am
3670                 Oops, forgot to add previous script for distribution
3671
3672 2008-06-10 [mones]      3.4.0cvs86
3673
3674         * AUTHORS
3675         * tools/README
3676         * tools/convert_mbox.sh
3677                 Added script to convert Evolution mail folders contributed
3678                 by Daniel Dickinson <cshore@fionavar.ca>
3679                 Fixes debian bug 461435
3680
3681 2008-06-09 [colin]      3.4.0cvs85
3682
3683         * src/main.c
3684                 Integrate AWN information bubble if dbus is
3685                 available
3686         * src/folder.c
3687                 Fix crash when calling scan_required() on 
3688                 folder classes that don't implement them
3689         * src/common/session.c
3690                 Fix a little typo
3691
3692 2008-06-09 [colin]      3.4.0cvs84
3693
3694         * src/main.c
3695                 Fix bug 1447, 'If user tries to close while starting 
3696                 up, it will not close ever.'
3697
3698 2008-06-09 [colin]      3.4.0cvs83
3699
3700         * src/filtering.c
3701                 Fix bug 1628, 'Claws Mail crashes when 
3702                 filtering selected messages'
3703
3704 2008-06-04 [colin]      3.4.0cvs82
3705
3706         * src/messageview.c
3707                 Complete handling of html parts in multipart/alternative
3708                 mails
3709
3710 2008-06-03 [paul]       3.4.0cvs81
3711
3712         * src/prefs_message.c
3713                 make always the english good
3714
3715 2008-06-03 [colin]      3.4.0cvs80
3716
3717         * src/mainwindow.c
3718         * src/mainwindow.h
3719                 Fix bug 1624, '[PATCH] Quick search should be 
3720                 disabled for folder view'; based on a patch by
3721                 Michael Terry
3722
3723 2008-06-03 [iwkse]      3.4.0cvs79
3724
3725         * src/addressbook.c
3726                 Fix little gui bug on button sensitivity
3727         * src/messageview.c
3728         * src/prefs_common.c
3729         * src/prefs_common.h
3730         * src/prefs_message.c
3731                 Allow by default to show html in multipart/alternative
3732
3733 2008-06-02 [colin]      3.4.0cvs78
3734
3735         * src/prefs_actions.c
3736                 GUI rework, patch by Pawel 
3737
3738 2008-06-02 [colin]      3.4.0cvs77
3739
3740         * src/quote_fmt.c
3741                 Fix sensitivity/alignment, patch from
3742                 Pawel
3743
3744 2008-05-31 [colin]      3.4.0cvs76
3745
3746         * src/imap.c
3747                 Fix login issue introduced in cvs75.
3748
3749 2008-05-31 [colin]      3.4.0cvs75
3750
3751         * src/imap.c
3752                 Fix more possible double-frees. Also, fix the root cause
3753                 of these double-frees by just noting the Session is to
3754                 be destroyed instead of destroying it in flight
3755
3756 2008-05-29 [paul]       3.4.0cvs74
3757
3758         * manual/keyboard.xml
3759                 'Makes' these entries like the others
3760
3761 2008-05-29 [colin]      3.4.0cvs73
3762
3763         * src/procmsg.h
3764                 Include utils.h in case we
3765                 need to pull goffset definition
3766
3767 2008-05-29 [colin]      3.4.0cvs72
3768
3769         * src/common/utils.h
3770                 Workaround a stupid Glib issue, where
3771                 goffset happens to be undefined. 
3772
3773 2008-05-28 [colin]      3.4.0cvs71
3774
3775         * src/compose.c
3776         * src/compose.h
3777         * src/grouplistdialog.c
3778         * src/image_viewer.c
3779         * src/imap.c
3780         * src/inc.c
3781         * src/main.c
3782         * src/matcher.c
3783         * src/messageview.c
3784         * src/mimeview.c
3785         * src/prefs_themes.c
3786         * src/procmsg.h
3787         * src/summaryview.c
3788         * src/summaryview.h
3789         * src/textview.c
3790         * src/common/smtp.c
3791         * src/common/utils.c
3792         * src/common/utils.h
3793                 Use goffset instead of off_t for MsgInfo's size
3794                 Allows using MsgInfo structure from plugins
3795                 compiled with largefile support
3796
3797 2008-05-26 [colin]      3.4.0cvs70
3798
3799         * src/mainwindow.c
3800         * src/mainwindow.h
3801                 Define THEME_CHANGED_HOOKLIST and invoke
3802                 it on theme change
3803         * src/plugins/trayicon/trayicon.c
3804                 Listen to THEME_CHANGED_HOOKLIST and
3805                 update accordingly
3806
3807 2008-05-26 [paul]       3.4.0cvs69
3808
3809         * src/mimeview.c
3810                 plug a leak in mimeview_save_all()
3811
3812 2008-05-24 [colin]      3.4.0cvs68
3813
3814         * src/common/utils.h
3815                 Fix wrong define on old glibs
3816
3817 2008-05-24 [paul]       3.4.0cvs67
3818
3819         * src/Makefile.am
3820         * src/stock_pixmap.c
3821         * src/stock_pixmap.h
3822         * src/toolbar.c
3823         * src/pixmaps/cancel.xpm
3824         * src/pixmaps/close.xpm
3825                 add a specific icon for A_CANCEL_INC (addresses
3826                 point 1 of bug 1609 'Icon issues')
3827                 replace close.xpm with an icon of the standard
3828                 24x24 size
3829
3830 2008-05-24 [paul]       3.4.0cvs66
3831
3832         * src/pixmaps/insert_file.xpm
3833                 replaced
3834
3835 2008-05-23 [paul]       3.4.0cvs65
3836
3837         * src/common/md5.c
3838         * src/common/md5.h
3839                 add the possibility to check md5 on binary files,
3840                 thanks to Colin
3841
3842 2008-05-23 [colin]      3.4.0cvs64
3843
3844         * src/mainwindow.c
3845         * src/summaryview.c
3846                 Fix bug 1610, 'claws crash after opening/closing 
3847                 preferences and window update'
3848
3849 2008-05-22 [colin]      3.4.0cvs63
3850
3851         * src/prefs_filtering_action.c
3852         * src/gtk/combobox.c
3853         * src/gtk/combobox.h
3854                 Fix reselecting of Tags actions in
3855                 filtering actions dialog
3856
3857 2008-05-22 [colin]      3.4.0cvs62
3858
3859         * src/Makefile.am
3860         * src/prefs_toolbar.c
3861         * src/stock_pixmap.c
3862         * src/stock_pixmap.h
3863         * src/toolbar.c
3864         * src/pixmaps/delete_btn.xpm
3865         * src/pixmaps/insert_file.xpm
3866         * src/pixmaps/mail_reply_to_list.xpm
3867                 Fix more of bug 1609:
3868                 - Add a Delete button icon
3869                 - Add a Reply to list button icon
3870                 - Fix Insert file button icon
3871                 Artwork by Ciprian Popovici.
3872
3873 2008-05-21 [colin]      3.4.0cvs61
3874
3875         * src/common/utils.c
3876                 Fix a little leak
3877
3878 2008-05-21 [wwp]        3.4.0cvs60
3879
3880         * src/prefs_filtering.c
3881                 Don't show SMTP-only accounts in accounts list, as they are
3882                 irrelevant for filtering incoming messages.
3883
3884 2008-05-21 [colin]      3.4.0cvs59
3885
3886         * src/mainwindow.c
3887                 Don't put SMTP-only accounts in receive menus
3888
3889 2008-05-21 [colin]      3.4.0cvs58
3890
3891         * src/imap.c
3892                 Fix cvs56 (brain fart)
3893
3894 2008-05-21 [colin]      3.4.0cvs57
3895
3896         * src/common/utils.c
3897                 Fix bug 1615, 'hang on FIFO when the other end's not 
3898                 opened'
3899
3900 2008-05-21 [colin]      3.4.0cvs56
3901
3902         * src/imap.c
3903                 Fix a warning
3904
3905 2008-05-19 [colin]      3.4.0cvs55
3906
3907         * src/plugins/pgpcore/sgpgme.c
3908                 Maybe fix debian bug 481856, 'Segmentation fault 
3909                 when verifying a GPG signature'. Although it 
3910                 looks like a race condition...
3911
3912 2008-05-19 [colin]      3.4.0cvs54
3913
3914         * src/prefs_filtering_action.c
3915         * src/prefs_matcher.c
3916         * src/common/tags.c
3917         * src/common/tags.h
3918         * src/gtk/combobox.c
3919         * src/gtk/combobox.h
3920                 Patch by Pawel: disabled Tags menus in filtering dialogs
3921
3922 2008-05-19 [colin]      3.4.0cvs53
3923
3924         * src/prefs_account.c
3925                 GUI patch by Pawel: align ports entries
3926
3927 2008-05-19 [colin]      3.4.0cvs52
3928
3929         * src/mainwindow.c
3930                 Fix bug 1616, 'strange question while emptying trash'
3931
3932 2008-05-18 [colin]      3.4.0cvs51
3933
3934         * src/common/plugin.c
3935         * src/etpan/imap-thread.c
3936         * src/etpan/nntp-thread.c
3937         * src/gtk/gtksctree.c
3938                 Fix bug 1613, 'Various memory leaks'; 
3939                 based on a patch by Didier Barvaux.
3940
3941 2008-05-18 [colin]      3.4.0cvs50
3942
3943         * src/mimeview.c
3944         * src/privacy.h
3945         * src/toolbar.c
3946         * src/toolbar.h
3947         * src/plugins/pgpcore/sgpgme.c
3948                 Fix more parts of bug 1609:
3949                 - Make use of specific Expired privacy icon
3950                 - Use CLOSE instead of NOTICE_ERROR for cancel
3951                   receiving
3952                 - Allow a Preferences button in the main toolbar
3953
3954 2008-05-18 [colin]      3.4.0cvs49
3955
3956         * src/stock_pixmap.c
3957                 Fix bug with non-updating icons after theme change:
3958                 If fetching pixbuf for a given icon after a theme
3959                 change, the next pixmap fetch would return the old
3960                 cached one, as the theme change was forgotten at 
3961                 this time. (and vice-versa). This was mostly 
3962                 visible on open folder icons
3963
3964 2008-05-17 [colin]      3.4.0cvs48
3965
3966         * src/prefs_summaries.c
3967         * src/summaryview.c
3968                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
3969                 options'. Patch by Pawel
3970
3971 2008-05-16 [colin]      3.4.0cvs47
3972
3973         * src/imap.c
3974                 Fix another possible crash (on fatal errors
3975                 at login, like stream error).
3976
3977 2008-05-16 [paul]       3.4.0cvs46
3978
3979         * tools/thunderbird-filters-convertor.pl
3980                 fix a typo
3981                 fix reading a tb rule that contains something
3982                 like that: \"Sender\"
3983
3984 2008-05-16 [paul]       3.4.0cvs45
3985
3986         * tools/README
3987         * tools/csv2addressbook.pl
3988                 add support for gmail exported csv address book
3989
3990 2008-05-16 [colin]      3.4.0cvs44
3991
3992         * configure.ac
3993         * src/ldapupdate.c
3994                 Fix ldap deprecated calls. Patch by
3995                 Michael Rasmussen
3996
3997 2008-05-16 [paul]       3.4.0cvs43
3998
3999         * manual/de/account.xml
4000         * manual/it/account.xml
4001         * manual/it/ack.xml
4002         * manual/it/addrbook.xml
4003         * manual/it/claws-mail-manual.xml
4004         * manual/it/gpl.xml
4005         * manual/it/intro.xml
4006         * manual/it/starting.xml
4007                 add pages towards German and Italian manuals.
4008                 (just for storage, they are not built yet, due
4009                 to being incomplete.) submitted by Speckmade
4010                 <Speckmade@gmx.net> and Salvatore De Paolis
4011                 <iwkse@claws-mail.org>
4012
4013 2008-05-16 [colin]      3.4.0cvs42
4014
4015         * src/gtk/sslcertwindow.c
4016                 Fix SHA1 fingerprint with GnuTLS
4017
4018 2008-05-15 [colin]      3.4.0cvs41
4019
4020         * src/gtk/sslcertwindow.c
4021                 Print SHA1 fingerprint too
4022
4023 2008-05-15 [colin]      3.4.0cvs40
4024
4025         * src/imap.c
4026                 Fix certificate port on TLS. It was 
4027                 previously always 0.
4028                 **IMPORTANT INFORMATION**: this will trigger 
4029                 one wrong "New certificate" warning at the 
4030                 first connection with this fix, if using STARTTLS
4031                 on IMAP.
4032         * src/gtk/sslcertwindow.c
4033                 Make labels selectable
4034
4035 2008-05-15 [colin]      3.4.0cvs39
4036
4037         * src/imap.c
4038                 Fix double free when STARTTLS fails (for
4039                 example due to refusing the certificate)
4040
4041 2008-05-15 [paul]       3.4.0cvs38
4042
4043         * manual/advanced.xml
4044                 fix typo
4045
4046 2008-05-15 [paul]       3.4.0cvs37
4047
4048         * manual/advanced.xml
4049         * src/prefs_send.c
4050                 make outgoing_fallback_to_ascii a hidden pref
4051
4052 2008-05-14 [colin]      3.4.0cvs36
4053
4054         * src/main.c
4055         * src/mainwindow.c
4056         * src/mainwindow.h
4057                 Make it possible to cancel quit when Claws
4058                 ask whether to empty trash.
4059
4060 2008-05-14 [colin]      3.4.0cvs35
4061
4062         * src/compose.c
4063         * src/prefs_common.c
4064         * src/prefs_common.h
4065         * src/prefs_send.c
4066                 Add a preference to be able to specify an
4067                 outgoing charset/encoding but still fallback
4068                 to 7bit US-ASCII when possible (default TRUE,
4069                 same behavior as pre-cvs34)
4070
4071 2008-05-14 [colin]      3.4.0cvs34
4072
4073         * src/compose.c
4074                 Always use the specified encoding and charset if it is
4075                 specified, even if the mail is ASCII.
4076
4077 2008-05-13 [paul]       3.4.0cvs33
4078
4079         * src/ldapupdate.c
4080                 fix the build warnings the easy way for now
4081
4082 2008-05-13 [colin]      3.4.0cvs32
4083
4084         * src/prefs_themes.c
4085                 Count .png files as icons too (fixes part
4086                 of bug 1609, 'Icon issues')
4087
4088 2008-05-13 [wwp]        3.4.0cvs31
4089
4090         * src/addressbook_foldersel.c
4091                 Fix wrong check (completes 3.4.0.cvs30).
4092
4093 2008-05-12 [wwp]        3.4.0cvs30
4094
4095         * src/addressbook.c
4096         * src/addressbook_foldersel.c
4097         * src/filtering.c
4098         * src/matcher.c
4099         * src/prefs_matcher.c
4100         * src/plugins/bogofilter/bogofilter.c
4101         * src/plugins/bogofilter/bogofilter_gtk.c
4102         * src/plugins/dillo_viewer/dillo_prefs.c
4103         * src/plugins/spamassassin/spamassassin.c
4104         * src/plugins/spamassassin/spamassassin_gtk.c
4105                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
4106                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
4107                 translated string "Any" in plugins (whitelisting) and
4108                 UTF8 comparisons.
4109
4110 2008-05-07 [colin]      3.4.0cvs29
4111
4112         * configure.ac
4113                 Fix --enable-maemo (assume --enable-generic-umpc)
4114
4115 2008-05-07 [colin]      3.4.0cvs28
4116
4117         * configure.ac
4118         * src/account.c
4119         * src/addr_compl.c
4120         * src/compose.c
4121         * src/editaddress.c
4122         * src/folderview.c
4123         * src/mainwindow.c
4124         * src/messageview.c
4125         * src/mimeview.c
4126         * src/prefs_account.c
4127         * src/prefs_common.c
4128         * src/prefs_display_header.c
4129         * src/prefs_filtering.c
4130         * src/prefs_summaries.c
4131         * src/prefs_template.c
4132         * src/prefs_toolbar.c
4133         * src/stock_pixmap.c
4134         * src/summaryview.c
4135         * src/summaryview.h
4136         * src/textview.c
4137         * src/toolbar.c
4138         * src/gtk/about.c
4139         * src/gtk/gtksctree.c
4140         * src/gtk/menu.c
4141         * src/gtk/prefswindow.c
4142         * src/gtk/sslcertwindow.c
4143                 Separate generic UMPC code (layouts, ...) from 
4144                 MAEMO code (Hildon, ...)
4145
4146 2008-05-06 [paul]       3.4.0cvs27
4147
4148         * tools/claws.i18n.status.pl
4149                 add he.po
4150
4151 2008-05-06 [colin]      3.4.0cvs26
4152
4153         * src/common/utils.c
4154                 Maybe fix crash on FreeBSD
4155
4156 2008-05-05 [colin]      3.4.0cvs25
4157
4158         * src/messageview.c
4159                 Fix bug 1602, 'Crash when sending return receipt for
4160                 messages with no subject'
4161
4162 2008-05-05 [colin]      3.4.0cvs24
4163
4164         * src/mimeview.c
4165                 Don't overwrite temporary files with same
4166                 name when drag and dropping. Fixes bug 1599,
4167                 'attach multiple files with the same name from 
4168                 one mail to another'
4169
4170 2008-05-04 [paul]       3.4.0cvs23
4171
4172         * src/compose.c
4173         * src/prefs_common.c
4174                 fix bug 1587 'can not replay with quote'
4175
4176 2008-05-03 [colin]      3.4.0cvs22
4177
4178         * po/de.po
4179                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
4180
4181 2008-05-03 [colin]      3.4.0cvs21
4182
4183         * src/toolbar.c
4184                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
4185                 icon isn't grayed although ineffective'
4186
4187 2008-05-02 [wwp]        3.4.0cvs20
4188
4189         * po/fr.po
4190                 Fix translation.
4191
4192         * src/prefs_folder_item.c
4193                 Add missing notice in folder properties (templates) when
4194                 folder is a root node.
4195
4196 2008-04-30 [colin]      3.4.0cvs19
4197
4198         * src/prefs_toolbar.c
4199                 Add Trash and Delete icons to the icon chooser
4200
4201 2008-04-30 [colin]      3.4.0cvs18
4202
4203         * src/compose.c
4204                 Remove "Delete entire line" which was a noop
4205                 and should be the same as "Delete line" :)
4206
4207 2008-04-30 [colin]      3.4.0cvs17
4208
4209         * src/compose.c
4210                 Fix 'Delete line' and 'Delete to end of line'
4211                 on the last line. Patch by <seelenhirt@gmx.net>
4212
4213 2008-04-28 [colin]      3.4.0cvs16
4214
4215         * src/folder.c
4216                 Fix bug 1589, 'tagsdb file not removed when
4217                 folder deleted'.
4218         * src/common/utils.c
4219                 Make sure claws_unlink accepts NULL arg.
4220
4221 2008-04-25 [colin]      3.4.0cvs15
4222
4223         * src/common/ssl.c
4224                 Fix/simplify previous commit
4225
4226 2008-04-25 [colin]      3.4.0cvs14
4227
4228         * src/addrindex.h
4229         * src/common/ssl_certificate.c
4230                 Patch by Marcus: Fix Win32 build
4231         * src/common/ssl.c
4232                 Fix build with GnuTLS/no pthread, thanks
4233                 to Marcus
4234
4235 2008-04-25 [colin]      3.4.0cvs13
4236
4237         * src/summaryview.c
4238                 Fix bug 1586, '3-pane vertical layout now and then 
4239                 still shows sender column'
4240
4241 2008-04-25 [colin]      3.4.0cvs12
4242
4243         * src/Makefile.am
4244         * src/w32-logo.ico
4245         * src/w32-resource.rc
4246                 Patch from Marcus Brinkmann to set an icon on w32.
4247
4248 2008-04-24 [colin]      3.4.0cvs11
4249
4250         * src/inc.c
4251         * src/inc.h
4252                 Trace inc locks
4253         * src/ldif.c
4254         * src/ldif.h
4255                 Fix bug 1581, 'Bad File Format during Import LDIF':
4256                 Use dynamically allocated buffers; also, allow 
4257                 importing contacts with no email address
4258
4259 2008-04-24 [colin]      3.4.0cvs10
4260
4261         * src/prefs_common.c
4262                 Increment the timeout a bit on OpenBSD, 75 isn't enough
4263
4264 2008-04-23 [colin]      3.4.0cvs9
4265
4266         * src/compose.c
4267         * src/prefs_folder_item.c
4268         * src/prefs_template.c
4269         * src/quote_fmt.c
4270                 Fix bug 1576: Fix unescaping of templates when testing them
4271                 I think it breaks nothing. (wwp, you're welcome to double-check)
4272
4273 2008-04-23 [paul]       3.4.0cvs8
4274
4275         * manual/advanced.xml
4276                 add info about the "two_line_vertical" hidden
4277                 pref
4278
4279 2008-04-22 [paul]       3.4.0cvs7
4280
4281         * src/prefs_common.c
4282         * src/prefs_common.h
4283         * src/summaryview.c
4284                 make the 2-line view in summaryview when in three
4285                 columns mode configurable. hidden pref: "two_line_vertical"
4286
4287 2008-04-22 [colin]      3.4.0cvs6
4288
4289         * src/inc.c
4290                 Fix missing inc_unlock()
4291         * src/prefs_matcher.c
4292         * src/send_message.c
4293                 Fix my last commit
4294
4295 2008-04-22 [colin]      3.4.0cvs5
4296
4297         * src/etpan/imap-thread.c
4298                 Use g_(un)setenv instead of (un)setenv which
4299                 doesn't exist on IRIX 6.5
4300
4301 2008-04-22 [colin]      3.4.0cvs4
4302
4303         * src/inc.c
4304         * src/prefs_common.c
4305         * src/send_message.c
4306                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
4307                 Set the default timeout to 75 seconds
4308
4309 2008-04-20 [colin]      3.4.0cvs3
4310
4311         * src/pixmaps/tray_newmail.offline.xpm
4312         * src/pixmaps/tray_newmail.xpm
4313         * src/pixmaps/tray_newmarkedmail.offline.xpm
4314         * src/pixmaps/tray_newmarkedmail.xpm
4315         * src/pixmaps/tray_nomail.offline.xpm
4316         * src/pixmaps/tray_nomail.xpm
4317         * src/pixmaps/tray_unreadmail.offline.xpm
4318         * src/pixmaps/tray_unreadmail.xpm
4319         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
4320         * src/pixmaps/tray_unreadmarkedmail.xpm
4321                 Make the tray icons a bit nicer. Would be
4322                 nice to get really nice icons from someone
4323                 who's good at Gimp :)
4324
4325 2008-04-18 [colin]      3.4.0cvs2
4326
4327         * src/common/log.c
4328                 Forgot one g_unlink
4329
4330 lease complete the changelog entry below
4331 2008-04-18 [colin]      3.4.0cvs1
4332
4333         * src/addrduplicates.c
4334         * src/addressbook.c
4335         * src/compose.c
4336         * src/crash.c
4337         * src/editaddress.c
4338         * src/folder.c
4339         * src/image_viewer.c
4340         * src/imap.c
4341         * src/inc.c
4342         * src/main.c
4343         * src/mbox.c
4344         * src/messageview.c
4345         * src/mh.c
4346         * src/msgcache.c
4347         * src/news.c
4348         * src/partial_download.c
4349         * src/pop.c
4350         * src/prefs_common.c
4351         * src/prefs_common.h
4352         * src/prefs_other.c
4353         * src/prefs_themes.c
4354         * src/procheader.c
4355         * src/procmime.c
4356         * src/procmsg.c
4357         * src/textview.c
4358         * src/wizard.c
4359         * src/common/prefs.c
4360         * src/common/ssl_certificate.c
4361         * src/common/template.c
4362         * src/common/utils.c
4363         * src/common/utils.h
4364         * src/etpan/imap-thread.c
4365         * src/plugins/dillo_viewer/dillo_viewer.c
4366         * src/plugins/pgpcore/sgpgme.c
4367         * src/plugins/pgpinline/pgpinline.c
4368                 Add an option to shred temporary files and messages
4369                 instead of just removing them. Slows deletions down!
4370
4371 2008-04-18 [paul]       3.4.0
4372
4373         * NEWS
4374         * README
4375         * RELEASE_NOTES 
4376                 3.4.0 released
4377
4378
4379 2008-04-18 [paul]       3.3.1cvs61
4380
4381         * po/de.po
4382         * po/fi.po
4383         * po/it.po
4384         * po/pt_BR.po
4385                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
4386                 and Frederico Goncalves Guimaraes
4387         * po/es.po
4388                 updated on the last minute by a lazy Ricardo Mones
4389
4390 2008-04-18 [colin]      3.3.1cvs60
4391
4392         * po/fr.po
4393                 Update translation (Fabien Vantard)
4394
4395 2008-04-17 [colin]      3.3.1cvs59
4396
4397         * src/imap.c
4398                 Fix debian bug 474712, 'claws seg faults when IMAP 
4399                 connection breaks after an IMAP protocol error 
4400                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
4401         * src/summaryview.c
4402                 Fix a little leak
4403
4404 2008-04-17 [colin]      3.3.1cvs58
4405
4406         * src/common/log.c
4407                 Fix log size getting out of control (claws-mail
4408                 getting SIGXFSZ): rotate if every 10MB
4409
4410 2008-04-10 [paul]       3.3.1cvs57
4411
4412         * src/prefs_other.c
4413                 improvements to english usage
4414
4415 2008-04-10 [paul]       3.3.1cvs56
4416
4417         * src/prefs_receive.c
4418                 add an accurate description
4419
4420 2008-04-08 [colin]      3.3.1cvs55
4421
4422         * src/undo.c
4423                 Probably fix corruption, introduced in cvs53
4424
4425 2008-04-04 [iwkse]      3.3.1cvs54
4426
4427         * src/undo.c
4428                 undo should works properly again
4429
4430 2008-04-04 [iwkse]      3.3.1cvs53
4431
4432         * src/undo.c
4433                 Fix a segfault but breaks undo
4434                 on a specific case (eg. double paste with
4435                 middle-mouse button)
4436
4437 2008-04-04 [iwkse]      3.3.1cvs52
4438
4439         * src/prefs_filtering.c
4440                 Fix previous Tab mess
4441
4442 2008-04-03 [iwkse]      3.3.1cvs51
4443
4444         * src/prefs_filtering.c
4445                 Add search in filtering rules list
4446
4447 2008-04-02 [colin]      3.3.1cvs50
4448
4449         * src/main.c
4450                 Revert part of the previous patch: we do
4451                 want to parse ~/.claws-mail/gtkrc-2.0 if it
4452                 exists
4453
4454 2008-04-02 [colin]      3.3.1cvs49
4455
4456         * src/main.c
4457                 Fix bug 1562, 'Claws-Mail does not completely 
4458                 respect settings in GTK2_RC_FILES environment'
4459                 Remove manual parsing of .gtkrc-2.0 and 
4460                 .gtk/gtkrc-2.0. GTK does it itself these days.
4461
4462 2008-04-01 [colin]      3.3.1cvs48
4463
4464         * src/imap_gtk.c
4465                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
4466                 ticking "Show only subscribed"'
4467
4468 2008-03-31 [colin]      3.3.1cvs47
4469
4470         * src/folder.c
4471                 Fix bug 1553, 'File lock not respected'
4472                 Regression due to the implementation of
4473                 deletion batching
4474
4475 2008-03-31 [colin]      3.3.1cvs46
4476
4477         * src/mainwindow.c
4478                 Fix tags menu update, thanks to Paul
4479
4480 2008-03-29 [wwp]        3.3.1cvs45
4481
4482         * src/prefs_account.c
4483         * src/prefs_common.c
4484         * src/prefs_folder_item.c
4485         * src/prefs_quote.c
4486         * src/quote_fmt.c
4487         * src/quote_fmt.h
4488                 Fix compose template formats (in global preferences)
4489                 being translated under specific conditions.
4490                 Add a button to restore factory defaults for current
4491                 language.
4492
4493 2008-03-27 [colin]      3.3.1cvs44
4494
4495         * src/common/prefs.c
4496         * src/common/xmlprops.c
4497                 Fix RedHat bug 431735, 'segfault if /home is full' 
4498                 (when starting): Fix double fclose() in prefs.c
4499                 and potentially xmlprops.c
4500
4501 2008-03-27 [colin]      3.3.1cvs43
4502
4503         * src/addressbook.c
4504                 Fix bug 1559, 'Claws Mail crashed deleting all 
4505                 common contacts'
4506
4507 2008-03-27 [wwp]        3.3.1cvs42
4508
4509         * src/addressbook.c
4510                 Fix 3.3.0cvs41.
4511
4512 2008-03-27 [wwp]        3.3.1cvs41
4513
4514         * src/addressbook.c
4515                 Prevent list flickering when deleting addresses.
4516
4517 2008-03-26 [colin]      3.3.1cvs40
4518
4519         * src/imap.c
4520                 Clean up session disconnection. Possibly
4521                 fix Ubuntu bug #204290
4522
4523 2008-03-26 [colin]      3.3.1cvs39
4524
4525         * src/textview.c
4526                 Fix bug 1555: current folder wasn't used when
4527                 right-clicking on an email address
4528
4529 2008-03-25 [colin]      3.3.1cvs38
4530
4531         * src/plugins/bogofilter/bogofilter.c
4532         * src/plugins/bogofilter/bogofilter.h
4533         * src/plugins/bogofilter/bogofilter_gtk.c
4534                 Add a "learn from whitelist" preference
4535                 Whitelist Unsure mails too.
4536
4537 2008-03-24 [paul]       3.3.1cvs37
4538
4539         * src/prefs_account.c
4540                 If no MH mailbox and no account exists, when
4541                 creating a POP/Local account, just create and
4542                 use the default one instead of bailing with a
4543                 "Mailbox doesn't exist" error
4544
4545 2008-03-21 [colin]      3.3.1cvs36
4546
4547         * src/procmime.c
4548                 strstrip mime subtype
4549
4550 2008-03-21 [paul]       3.3.1cvs35
4551
4552         * manual/advanced.xml
4553                 correct and update the info about Actions
4554
4555 2008-03-20 [colin]      3.3.1cvs34
4556
4557         * src/messageview.c
4558         * src/messageview.h
4559         * src/textview.c
4560                 Show at max 1MB of text, add a noticeview to
4561                 show everything optionally.
4562
4563 2008-03-20 [colin]      3.3.1cvs33
4564
4565         * src/stock_pixmap.c
4566                 Add support for png themes
4567
4568 2008-03-19 [wwp]        3.3.1cvs32
4569
4570         * src/procheader.c
4571                 Sanity check.
4572
4573 2008-03-18 [colin]      3.3.1cvs31
4574
4575         * src/common/utils.c
4576         * src/common/utils.h
4577                 Handle size_t instead of off_t in to_human_readable
4578
4579 2008-03-18 [colin]      3.3.1cvs30
4580
4581         * src/imap.c
4582                 Remove raw printf
4583
4584 2008-03-16 [colin]      3.3.1cvs29
4585
4586         * src/summaryview.c
4587                 Fix build on GTK < 2.12
4588
4589 2008-03-16 [colin]      3.3.1cvs28
4590
4591         * src/mainwindow.c
4592                 Refresh non-list widget when switching
4593                 messageview
4594
4595 2008-03-16 [colin]      3.3.1cvs27
4596
4597         * manual/faq.xml
4598                 Revert cvs25: This wasn't a typo :) :
4599                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
4600
4601
4602 2008-03-16 [colin]      3.3.1cvs26
4603
4604         * src/summaryview.c
4605         * src/gtk/gtksctree.c
4606         * src/gtk/gtksctree.h
4607                 Implement 2-lines items in Summaryview when in 
4608                 three columns mode
4609
4610 2008-03-16 [paul]       3.3.1cvs25
4611
4612         * manual/faq.xml
4613                 fix typo
4614
4615 2008-03-14 [colin]      3.3.1cvs24
4616
4617         * src/prefs_filtering_action.c
4618                 Fix buglet on setting recipient when
4619                 reediting forward rules.
4620
4621 2008-03-12 [colin]      3.3.1cvs23
4622
4623         * src/summaryview.c
4624                 Fix a new unused variable warning
4625         * src/plugins/trayicon/trayicon.c
4626                 Fix folderview's scrollbar at startup
4627                 if starting hidden
4628
4629 2008-03-12 [colin]      3.3.1cvs22
4630
4631         * src/folderview.c
4632         * src/summaryview.c
4633                 Use item_opened at the beginning of showing
4634                 a folder instead of the end. Fixes flicker.
4635
4636 2008-03-12 [paul]       3.3.1cvs21
4637
4638         * src/folder.c
4639         * src/folder.h
4640         * src/mainwindow.c
4641         * src/procmsg.c
4642         * src/summaryview.c
4643         * src/plugins/trayicon/trayicon.c
4644                 add tooltip with extended folder stats
4645
4646 2008-03-10 [colin]      3.3.1cvs20
4647
4648         * src/common/xml.c
4649                 Handle comments
4650
4651 2008-03-07 [colin]      3.3.1cvs19
4652
4653         * src/mainwindow.c
4654                 Fix blinking of the taskbar entry
4655
4656 2008-03-07 [colin]      3.3.1cvs18
4657
4658         * src/mainwindow.c
4659                 MAEMO: Fix bug 1494, 'Trayicon 
4660                 plugin breaks UI...'
4661
4662 2008-03-07 [paul]       3.3.1cvs17
4663
4664         * src/gtk/authors.h
4665                 reflect reality a bit more closely
4666
4667 2008-03-06 [colin]      3.3.1cvs16
4668
4669         * src/mainwindow.c
4670         * src/mainwindow.h
4671         * src/summaryview.c
4672         * src/summaryview.h
4673         * src/toolbar.c
4674                 Integrate things better wrt the new
4675                 summaryview extensibility.
4676
4677 2008-03-06 [wwp]        3.3.1cvs15
4678
4679         * src/quote_fmt.c
4680                 Fix some gcc warnings.
4681
4682 2008-03-06 [wwp]        3.3.1cvs14
4683
4684         * src/prefs_account.c
4685         * src/prefs_folder_item.c
4686         * src/prefs_gtk.c
4687         * src/prefs_template.c
4688         * src/gtk/prefswindow.c
4689         * src/gtk/prefswindow.h
4690                 prefs_templates: fix missing unregistering of addr_completion widgets
4691                 and and ending of addr_completion service.
4692                 prefs_folder_item: fix missing registering/unregistering of widgets,
4693                 and rework the way add_completion service is started and stopped.
4694                 Plus few prefswindow API changes (opening).
4695
4696 2008-03-06 [wwp]        3.3.1cvs13
4697
4698         * src/folder_item_prefs.c
4699         * src/prefs_template.c
4700         * src/prefs_template.h
4701         * src/quote_fmt.c
4702         * src/common/template.c
4703                 Complete 3.3.1cvs12, thanks to Colin.
4704
4705 2008-03-06 [wwp]        3.3.1cvs12
4706
4707         * src/compose.c
4708         * src/folder_item_prefs.c
4709         * src/folder_item_prefs.h
4710         * src/prefs_account.c
4711         * src/prefs_folder_item.c
4712         * src/prefs_quote.c
4713         * src/prefs_template.c
4714         * src/quote_fmt.c
4715         * src/quote_fmt.h
4716         * src/common/template.c
4717         * src/common/template.h
4718                 Global and per-folder templates can now override the from name (this
4719                 doesn't change the account being used).
4720                 Examples:
4721                  "My other name" <%account_email> (just changes the name)
4722                  my.faked.email@address.org (overrides the address too)
4723
4724 2008-03-05 [colin]      3.3.1cvs11
4725
4726         * src/summaryview.c
4727         * src/summaryview.h
4728                 Replace that hbox with a notebook
4729
4730 2008-03-05 [colin]      3.3.1cvs10
4731
4732         * src/folder.h
4733         * src/folderview.c
4734                 Add klass functions for notification of folder
4735                 opening/closing via the GUI
4736         * src/summaryview.c
4737         * src/summaryview.h
4738                 Add a specific container for the scrolledwin
4739
4740 2008-03-05 [colin]      3.3.1cvs9
4741
4742         * src/folder.h
4743         * src/folderview.c
4744                 Add klass functions for notification of folder 
4745                 opening/closing via the GUI
4746         * src/summaryview.c
4747         * src/summaryview.h
4748                 Add a specific container for the scrolledwin
4749
4750 2008-03-02 [colin]      3.3.1cvs8
4751
4752         * src/messageview.c
4753                 MAEMO: Fix bug 1541, 'Deleting message from within 
4754                 read window displays next message then closes.'
4755
4756 2008-03-02 [colin]      3.3.1cvs7
4757
4758         * src/main.c
4759                 Probably fix bug 1539, 'Program crashes':
4760                 Setup Gcrypt's thread functions when built
4761                 with GnuTLS
4762
4763 2008-03-01 [colin]      3.3.1cvs6
4764
4765         * src/folder.c
4766         * src/imap_gtk.c
4767                 Get rid of stale folders with no account
4768
4769 2008-02-28 [colin]      3.3.1cvs5
4770
4771         * src/compose.c
4772                 Fix bug 1534, 'Segmentation fault when doing 
4773                 some draft saving and then throwing away'
4774         * src/imap.c
4775                 Fix bug 1533, 'Claws is unable to mark messages 
4776                 as "read" in IMAP shared folders'
4777         * src/etpan/imap-thread.c
4778                 Fix bug 1515, 'large messages crash claws when 
4779                 syncing for offline mode'. This is rather a
4780                 workaround, and mails > 64MB will still be
4781                 problematic if there's less than 64MB available
4782                 on the dataroot volume.
4783         * src/messageview.c
4784                 MAEMO: Add information when fetching big messages
4785
4786 2008-02-26 [colin]      3.3.1cvs4
4787
4788         * src/imap.c
4789                 fix bug 1532, '"login refused" message insufficiently 
4790                 detailed'
4791
4792 2008-02-26 [paul]       3.3.1cvs3
4793
4794         * INSTALL
4795         * README
4796                 remove mentions of ClamAV and a few other
4797                 old bits of information
4798
4799 2008-02-23 [colin]      3.3.1cvs2
4800
4801         * src/main.c
4802                 Fix log output (missing \n)
4803
4804 2008-02-23 [colin]      3.3.1cvs1
4805
4806         * configure.ac
4807                 Bump version number for stable release
4808
4809 2008-02-23 [paul]       3.3.0cvs21
4810
4811         * po/he.po
4812                 updated by Ofer
4813
4814 2008-02-21 [colin]      3.3.0cvs20
4815
4816         * src/matcher.c
4817                 Fix bug 1527, 'filtering is case sensitive when it 
4818                 shouldn't be'
4819
4820 2008-02-20 [colin]      3.3.0cvs19
4821
4822         * src/main.c
4823                 Fix file attachments from older Thunar
4824
4825 2008-02-19 [colin]      3.3.0cvs18
4826
4827         * manual/plugins.xml
4828         * manual/es/plugins.xml
4829         * manual/fr/plugins.xml
4830         * manual/pl/plugins.xml
4831                 Remove Clamav
4832
4833 2008-02-19 [paul]       3.3.0cvs17
4834
4835         * tools/README
4836         * tools/csv2addressbook.pl
4837                 add support for Kmail/Kaddressbook
4838
4839 2008-02-18 [colin]      3.3.0cvs16
4840
4841         * src/imap.c
4842                 Unset folder's session before creating a
4843                 new one
4844         * src/main.c
4845         * src/prefs_common.c
4846         * src/prefs_common.h
4847         * manual/advanced.xml
4848                 Add an hidden use_networkmanager pref, to
4849                 disable NetworkManager handling. Also,
4850                 consider UNKNOWN state to be CONNECTED.
4851
4852 2008-02-18 [wwp]        3.3.0cvs15
4853
4854         * src/matcher.c
4855                 Fix Engrish and make 'not' more visible in filtering debug logs.
4856
4857 2008-02-15 [colin]      3.3.0cvs14
4858
4859         * src/matcher.c
4860                 Revert cvs10 for now, it breaks the feature
4861
4862 2008-02-15 [colin]      3.3.0cvs13
4863
4864         * src/main.c
4865                 Always focus folder tree at startup
4866         * src/compose.c
4867                 Fix bug 1521, 'Cannot close compose window after 
4868                 replying to a non-existent news message'
4869
4870 2008-02-13 [colin]      3.3.0cvs12
4871
4872         * src/folderview.c
4873                 Fix important warnings
4874
4875 2008-02-12 [colin]      3.3.0cvs11
4876
4877         * src/imap.c
4878         * src/etpan/imap-thread.c
4879         * src/etpan/imap-thread.h
4880                 Fix handling of $Forwarded flag on Exchange:
4881                 check for the existence or creatability of a
4882                 flag before using it.
4883
4884 2008-02-12 [colin]      3.3.0cvs10
4885
4886         * src/matcher.c
4887                 Optimise matching on Found in addressbook if
4888                 the matched header is in cache (From, etc)
4889
4890 2008-02-12 [colin]      3.3.0cvs9
4891
4892         * src/folderview.c
4893                 Fix crashy stuff when changing displayed
4894                 columns
4895
4896 2008-02-12 [wwp]        3.3.0cvs8
4897
4898         * src/folder.h
4899                 Remove duplicate func declaration and restore the one
4900                 a missing one.
4901
4902 2008-02-12 [wwp]        3.3.0cvs7
4903
4904         * src/compose.c
4905         * src/export.c
4906         * src/folder.c
4907         * src/folder.h
4908         * src/foldersel.c
4909         * src/foldersel.h
4910         * src/imap_gtk.c
4911         * src/import.c
4912         * src/mainwindow.c
4913         * src/messageview.c
4914         * src/mh_gtk.c
4915         * src/prefs_account.c
4916         * src/prefs_filtering_action.c
4917         * src/summaryview.c
4918         * src/plugins/bogofilter/bogofilter_gtk.c
4919         * src/plugins/spamassassin/spamassassin_gtk.c
4920                 Allow moving/copying folders to root folders when using
4921                 the folder selection dialog (it was not possible to
4922                 maemo users to reparent a subfolder to a root folder
4923                 at all).
4924
4925 2008-02-12 [fabien]     3.3.0cvs6
4926
4927         * po/fr.po
4928                 a few days late for i18n fr update. Sorry.
4929
4930 2008-02-11 [colin]      3.3.0cvs5
4931
4932         * src/main.c
4933                 Implement support for future /dev/mem_notify.
4934                 This Linux kernel feature will allow applications
4935                 to be notified that memory has to be freed
4936                 before getting OOM-killed. For more information:
4937                 http://lwn.net/Articles/267013/
4938
4939 2008-02-10 [paul]       3.3.0cvs4
4940
4941         * src/Makefile.am
4942         * src/mimeview.c
4943         * src/prefs_toolbar.c
4944         * src/stock_pixmap.c
4945         * src/stock_pixmap.h
4946         * src/pixmaps/mime_text_patch.xpm
4947                 add an icon for attached patches
4948
4949 2008-02-09 [paul]       3.3.0cvs3
4950
4951         * src/gtk/about.c
4952                 bump the (c) year
4953
4954 2008-02-09 [wwp]        3.3.0cvs2
4955
4956         * src/main.c
4957                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
4958
4959 2008-02-08 [colin]      3.3.0cvs1
4960
4961         * src/common/utils.c
4962                 Forbid attaching anything containing "../" or ".ssh/"
4963                 from mailto: URI
4964
4965 2008-02-08 [paul]       3.3.0
4966
4967         * NEWS
4968         * README
4969         * RELEASE_NOTES 
4970                 3.3.0 released
4971
4972 2008-02-08 [paul]       3.2.0cvs77
4973
4974         * AUTHORS
4975                 updated with new translators
4976         * configure.ac
4977                 added he to ALL_LINGUAS
4978         * po/cs.po
4979         * po/de.po
4980         * po/es.po
4981         * po/fi.po
4982         * po/hu.po
4983         * po/it.po
4984         * po/pt_BR.po
4985         * po/zh_CN.po
4986                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
4987                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
4988                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
4989                 and Ralph Young
4990         * po/he.po
4991                 new Hebrew translation by Ofer <oc666@netvision.net.il>
4992         * src/gtk/about.c
4993                 updated with new translators and bumped (c) year
4994         * src/gtk/authors.h
4995                 updated with new translators
4996
4997 2008-02-05 [colin]      3.2.0cvs76
4998
4999         * src/messageview.c
5000         * src/mimeview.c
5001         * src/mimeview.h
5002                 Special case text/calendar parts: if there's one in
5003                 the mail, and a plugin handling text/calendar is
5004                 loaded, show that part. That'll avoid rendering 
5005                 meetings as plain text, which just looks broken to
5006                 many users.
5007
5008 2008-02-04 [colin]      3.2.0cvs75
5009
5010         * src/mainwindow.c
5011                 Maemo: Fix LED handling on OS 2008
5012
5013 2008-02-01 [colin]      3.2.0cvs74
5014
5015         * src/compose.c
5016                 Possibly fix the annoying and hard-to reproduce bug
5017                 where lines 
5018                 are
5019                 rewrapped
5020                 like
5021                 that.
5022
5023 2008-02-01 [paul]       3.2.0cvs73
5024
5025         * src/common/utils.c
5026                 fix bug 1502, 'Plus signs are stripped from
5027                 email addresses when calling from command line'
5028                 Thanks to Colin
5029
5030 2008-01-31 [colin]      3.2.0cvs72
5031
5032         * src/exphtmldlg.c
5033         * src/mimeview.c
5034         * src/summaryview.c
5035                 Fix building of URIs from filenames
5036
5037 2008-01-31 [wwp]        3.2.0cvs71
5038
5039         * src/main.c
5040                 Fixes debug output of compiled-in features list
5041                 (completes 3.2.0cvs60).
5042
5043 2008-01-31 [colin]      3.2.0cvs70
5044
5045         * configure.ac
5046         * po/POTFILES.in
5047         * src/compose.c
5048         * src/plugins/Makefile.am
5049         * src/plugins/clamav/.cvsignore
5050         * src/plugins/clamav/Makefile.am
5051         * src/plugins/clamav/README
5052         * src/plugins/clamav/clamav_plugin.c
5053         * src/plugins/clamav/clamav_plugin.h
5054         * src/plugins/clamav/clamav_plugin_gtk.c
5055         * src/plugins/clamav/clamav_plugin_gtk.deps
5056                 Remove the Clamav plugin from the core
5057
5058 2008-01-28 [wwp]        3.2.0cvs69
5059
5060         * src/compose.c
5061         * src/prefs_template.c
5062         * src/prefs_template.h
5063         * src/quote_fmt.c
5064         * src/quote_fmt.h
5065         * src/quote_fmt_lex.l
5066         * src/quote_fmt_parse.y
5067                 Fix for bug #1493: count lines (\n chars) according to the way
5068                 format body is passed (i.e. \-escaped or not).
5069
5070 2008-01-27 [paul]       3.2.0cvs68
5071
5072         * po/en_GB.po
5073                 updated
5074         * src/prefs_actions.c
5075         * src/prefs_filtering.c
5076         * src/prefs_folder_item.c
5077         * src/prefs_template.c
5078         * src/gtk/about.c
5079                 some minor changes to the English
5080
5081 2008-01-24 [colin]      3.2.0cvs67
5082
5083         * src/etpan/imap-thread.c
5084         * src/etpan/nntp-thread.c
5085                 Fix bug 1348, 'Hang ups at exit time with 
5086                 pgp plugin since 3.0.2'
5087
5088 2008-01-23 [colin]      3.2.0cvs66
5089
5090         * src/toolbar.c
5091                 Fix translation of something that shouldn't be
5092
5093 2008-01-23 [colin]      3.2.0cvs65
5094
5095         * src/procmime.c
5096                 Fix bug 1486, 'Re: Incorrect content when replying'
5097                 Revert to full scan if short scan found only 0-length
5098                 text parts
5099
5100 2008-01-23 [paul]       3.2.0cvs64
5101
5102         * src/prefs_folder_item.c
5103                 fix bug 1485, 'selecting a folder's default
5104                 account if name contains '&''
5105
5106 2008-01-23 [colin]      3.2.0cvs63
5107
5108         * src/folder.c
5109         * src/folder.h
5110         * src/main.c
5111         * src/mainwindow.c
5112                 Fix bug 1480, 'should be able to display mail file
5113                 from command line'. Let 'claws-mail --select' accept
5114                 absolute paths in addition to folder identifiers.
5115
5116 2008-01-22 [wwp]        3.2.0cvs62
5117
5118         * src/account.c
5119         * src/account.h
5120         * src/compose.c
5121         * src/messageview.c
5122         * src/summaryview.c
5123         * src/common/utils.c
5124         * src/common/utils.h
5125                 Allow from=address in mailto sequence:
5126                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
5127                   The 'from' will try to select the first account matching in accounts list,
5128                   otherwise will use the usual account selection mechanism but override with
5129                   this 'from' address.
5130                 Allow mailto with NNTP accounts
5131                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
5132                   is the default one or if a NNTP account address is used with 'from'.
5133                   This is more or less a bugfix as it was possible to use mailto with a NNTP
5134                   default account but the complete mailto sequence was put in To.
5135
5136 2008-01-22 [wwp]        3.2.0cvs61
5137
5138         * doc/man/claws-mail.1
5139                 Updated the man page: status of few features, command-line
5140                 usage (--version-full) and completed list of config files
5141                 and dirs.
5142
5143 2008-01-22 [wwp]        3.2.0cvs60
5144
5145         * src/main.c
5146                 Added --version-full to display version and compiled-in
5147                 features list (for later use by Clawsker for instance).
5148
5149 2008-01-22 [holger]     3.2.0cvs59
5150
5151         * src/addrduplicates.c
5152                 Fix scrolling in addressbook duplicate
5153                 finder result dialog
5154
5155 2008-01-21 [colin]      3.2.0cvs58
5156
5157         * src/summaryview.c
5158                 Fix bug 1457, 'sorting messages on, say, from, 
5159                 should subsort on previous sort choice'. Subsort
5160                 by date when sort is Subject, From, To, Tags.
5161
5162 2008-01-21 [colin]      3.2.0cvs57
5163
5164         * AUTHORS
5165         * src/matcher.c
5166         * src/mimeview.c
5167         * src/common/ssl.c
5168         * src/gtk/authors.h
5169                 Fix bug 1478, 'Wrong pthread_create calls all 
5170                 over the place'. Patch by Christian Cornelssen
5171
5172 2008-01-20 [colin]      3.2.0cvs56
5173
5174         * src/imap.c
5175         * src/etpan/imap-thread.c
5176         * src/etpan/imap-thread.h
5177                 Fix bug 1468, 'Use IMAP keyword to 
5178                 store "forwarded" flag'
5179
5180 2008-01-20 [colin]      3.2.0cvs55
5181
5182         * src/folderutils.c
5183                 Make list operations faster
5184
5185 2008-01-20 [colin]      3.2.0cvs54
5186
5187         * src/mainwindow.c
5188                 Fix bug 1353, 'on startup with small screen 
5189                 layout, keyboard input gets lost'
5190
5191 2008-01-20 [colin]      3.2.0cvs53
5192
5193         * src/textview.c
5194                 Complete 3.2.0cvs49, and fixes bug 1477, 
5195                 'Claws Mail crashes when view PGP-encrypted 
5196                 message'
5197
5198 2008-01-20 [colin]      3.2.0cvs52
5199
5200         * src/compose.c
5201                 Fix privacy menu update when replying to
5202                 encrypted mail and no default privacy 
5203                 system is set
5204
5205 2008-01-19 [colin]      3.2.0cvs51
5206
5207         * src/filtering.c
5208         * src/procmsg.h
5209         * src/plugins/bogofilter/bogofilter.c
5210         * src/plugins/clamav/clamav_plugin.c
5211         * src/plugins/spamassassin/spamassassin.c
5212                 Batch filtering deletions too (and save 4 bytes
5213                 per MsgInfo in the process :)
5214
5215 2008-01-19 [colin]      3.2.0cvs50
5216
5217         * src/folder.c
5218                 Make cache update after copies much faster
5219                 on IMAP
5220
5221 2008-01-19 [colin]      3.2.0cvs49
5222
5223         * src/textview.c
5224                 Check g_fopen() success
5225
5226 2008-01-17 [wwp]        3.2.0cvs48
5227
5228         * manual/faq.xml
5229         * manual/es/faq.xml
5230         * manual/fr/faq.xml
5231         * manual/pl/faq.xml
5232                 Sylpheed? No idea what this means.
5233
5234 2008-01-17 [colin]      3.2.0cvs47
5235
5236         * src/gtk/gtksctree.c
5237                 Make dnd threshold higher on Maemo
5238
5239 2008-01-16 [colin]      3.2.0cvs46
5240
5241         * src/common/passcrypt.c
5242                 Fix build on FreeBSD, thanks to Pawel
5243
5244 2008-01-15 [colin]      3.2.0cvs45
5245
5246         * src/compose.c
5247                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
5248                 spell check of actuall word'
5249         * src/summaryview.c
5250                 Temporarily disable immediate execution when learning
5251                 spam *only* if the summaryview isn't locked
5252
5253 2008-01-15 [wwp]        3.2.0cvs44
5254
5255         * src/prefs_filtering.c
5256                 Fix filtering prefs layout (Maemo port), moving page up/down
5257                 from buttons to context menu.
5258
5259 2008-01-15 [colin]      3.2.0cvs43
5260
5261         * src/compose.c
5262                 Fix bug 1465, 'First line in new message does not mark URLs'
5263
5264 2008-01-15 [colin]      3.2.0cvs42
5265
5266         * src/common/passcrypt.c
5267                 Fix bug 1461, 'several components #define 
5268                 _XOPEN_SOURCE improperly'
5269
5270 2008-01-15 [colin]      3.2.0cvs41
5271
5272         * src/summaryview.c
5273                 Fix bug 1469, 'Column width adjustments on message 
5274                 lists do not save'
5275
5276 2008-01-14 [holger]     3.2.0cvs40
5277
5278         * configure.ac
5279                 Add tests for dbus, dbus glib bindings,
5280                 and NetworkManager. All is optional. Add new
5281                 --(en|dis)able-networkmanager-support switch.
5282         * src/Makefile.am
5283         * src/imap.c
5284         * src/inc.c
5285         * src/main.c
5286         * src/main.h
5287         * src/mainwindow.c
5288         * src/gtk/about.c
5289                 Add optional NetworkManager support, so Claws Mail
5290                 can try to do the right thing when the network connection
5291                 status changes. NetworkManager support is active by
5292                 default if above requirements were met.
5293
5294 2008-01-12 [colin]      3.2.0cvs39
5295
5296         * src/summaryview.c
5297                 Advertise the click-on-reply feature in the tooltip
5298
5299 2008-01-12 [colin]      3.2.0cvs38
5300
5301         * src/Makefile.am
5302         * src/stock_pixmap.c
5303         * src/stock_pixmap.h
5304         * src/pixmaps/tray_newmail.offline.xpm
5305         * src/pixmaps/tray_newmail.xpm
5306         * src/pixmaps/tray_newmarkedmail.offline.xpm
5307         * src/pixmaps/tray_newmarkedmail.xpm
5308         * src/pixmaps/tray_nomail.offline.xpm
5309         * src/pixmaps/tray_nomail.xpm
5310         * src/pixmaps/tray_unreadmail.offline.xpm
5311         * src/pixmaps/tray_unreadmail.xpm
5312         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
5313         * src/pixmaps/tray_unreadmarkedmail.xpm
5314         * src/plugins/trayicon/Makefile.am
5315         * src/plugins/trayicon/newmail.offline.xpm
5316         * src/plugins/trayicon/newmail.xpm
5317         * src/plugins/trayicon/newmarkedmail.offline.xpm
5318         * src/plugins/trayicon/newmarkedmail.xpm
5319         * src/plugins/trayicon/nomail.offline.xpm
5320         * src/plugins/trayicon/nomail.xpm
5321         * src/plugins/trayicon/trayicon.c
5322         * src/plugins/trayicon/unreadmail.offline.xpm
5323         * src/plugins/trayicon/unreadmail.xpm
5324         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
5325         * src/plugins/trayicon/unreadmarkedmail.xpm
5326                 Make the Trayicon plugin icons themable
5327
5328 2008-01-12 [wwp]        3.2.0cvs37
5329
5330         * src/prefs_display_header.c
5331                 Fix extra leading hyphen visible in the display
5332                 header configuration combo list (maemo).
5333
5334 2008-01-11 [colin]      3.2.0cvs36
5335
5336         * src/imap.c
5337                 Set timeout to 1 before disconnecting all -
5338                 for when one switches to offline and has 
5339                 no network anymore
5340         * src/messageview.c
5341                 Fix bug 1454, 'error message shows parts and 
5342                 signature of previous messages'
5343         * src/prefs_common.c
5344                 Maemo: Hide Send dialog by default
5345
5346 2008-01-10 [colin]      3.2.0cvs35
5347
5348         * src/action.c
5349         * src/editldap.c
5350         * src/prefs_account.c
5351         * src/wizard.c
5352         * src/gtk/inputdialog.c
5353         * src/plugins/pgpcore/passphrase.c
5354                 Maemo: Fix bug 1455, 'Password enters leading letter 
5355                 incorrectly as uppercase'
5356
5357 2008-01-09 [colin]      3.2.0cvs34
5358
5359         * po/pl.po
5360                 Fix bug 1446, 'SC crashes frequently when staying 
5361                 in background'. Format string error in Polish 
5362                 translation
5363         * src/gtk/description_window.c
5364         * src/prefs_template.c
5365                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
5366                 patch by Pawel
5367         * src/wizard.c
5368                 Maemo: Fix build
5369
5370 2008-01-08 [colin]      3.2.0cvs33
5371
5372         * src/main.c
5373                 Maemo: connect HW status change signal for shutdown
5374         * src/mainwindow.c
5375                 Maemo: Fix hardware space key
5376         * src/wizard.c
5377                 Maemo: name mmc1 and 2 a better name
5378
5379 2008-01-08 [wwp]        3.2.0cvs32
5380
5381         * src/folder.c
5382         * src/folder_item_prefs.c
5383         * src/folder_item_prefs.h
5384         * src/prefs_folder_item.c
5385                 It's now possible to disable processing rules when
5386                 entering a folder (this adds a new option to the
5387                 folder properties dialog).
5388
5389 2008-01-08 [wwp]        3.2.0cvs31
5390
5391         * src/common/utils.c
5392                 Mailto: now supports 'insert' (stands for 'insert file'), this
5393                 adds the ability to create a new message from the command-line,
5394                 with body set from an existing file contents.
5395
5396 2008-01-08 [colin]      3.2.0cvs30
5397
5398         * src/summaryview.c
5399                 Maybe fix bug 1452, 'crash while drag'n'droping 
5400                 emails to an IMAP folder'
5401
5402 2008-01-07 [wwp]        3.2.0cvs29
5403
5404         * src/prefs_filtering.c
5405                 Static-alize a function, thanks to Colin.
5406
5407 2008-01-07 [colin]      3.2.0cvs28
5408
5409         * src/folderview.c
5410                 Fix scrolling to bottom when drag and dropping
5411         * src/summaryview.c
5412                 Fix bug 1445, 'Display sender using addressbook: fails 
5413                 when From: isn't an email address'
5414
5415 2008-01-07 [wwp]        3.2.0cvs27
5416
5417         * src/prefs_actions.c
5418         * src/prefs_filtering.c
5419         * src/prefs_template.c
5420                 Add tooltips to most buttons in the templates, actions and
5421                 filtering/processing dialogs.
5422
5423 2008-01-07 [wwp]        3.2.0cvs26
5424
5425         * src/prefs_filtering.c
5426                  - add a clear button to clear dialog input fields
5427                  - add page up and page down buttons to move selected rule up and down
5428                  - in rules list popup-menu: added Delete, Delete all and Duplicate
5429                  - popup-menu items are greyed out either if the list is empty (not counting the
5430                    (New) row or if there is no selected item
5431                  - clear store when closing dialog
5432
5433         * src/prefs_actions.c
5434                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
5435                    clear button, popup-menu
5436                  - clear store when closing dialog
5437
5438         * src/prefs_template.c
5439                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
5440                    clear button, popup-menu 
5441
5442         * src/addrcustomattr.c
5443                  - renamed popup-menu item Clear list to Delete all
5444                  - grey out popup-menu items is there is no selected item or if list is empty
5445                  - clear store when closing dialog
5446
5447         * src/edittags.c
5448                  - added popup-menu item Delete all
5449                  - grey out popup-menu items is there is no selected item or if list is empty
5450                  - clear store when closing dialog
5451
5452 2008-01-06 [wwp]        3.2.0cvs25
5453
5454         * src/addressadd.c
5455                 One more layout fix by Pawel (completes 3.2.0cvs24).
5456
5457 2008-01-05 [colin]      3.2.0cvs24
5458
5459         * src/addressadd.c
5460                 Little GUI fixes, patch by Pawel
5461
5462 2007-12-29 [wwp]        3.2.0cvs23
5463
5464         * src/compose.c
5465                 Fix for bug #1443, and strip possible whitespaces around
5466                 custom header names.
5467
5468 2007-12-29 [mones]      3.2.0cvs22
5469
5470         * po/es.po
5471                 Updated translation, corrected a term based 
5472                 on suggestion from Israel Saeta Pérez,
5473                 reverted awful X-Mailer translation
5474         * src/procmime.c
5475                 Complete cvs20 for FreeBSD, patch by Pawel
5476
5477 2007-12-29 [colin]      3.2.0cvs21
5478
5479         * src/textview.c
5480                 Fix bug 1442, 'Tags are repeated in 
5481                 encapsulated messages'
5482
5483 2007-12-28 [colin]      3.2.0cvs20
5484
5485         * src/procmime.c
5486                 Fix path to mime/globs. Patch by Marten King.
5487
5488 2007-12-27 [colin]      3.2.0cvs19
5489
5490         * src/plugins/pgpcore/Makefile.am
5491         * src/plugins/pgpinline/Makefile.am
5492         * src/plugins/pgpmime/Makefile.am
5493                 Add missing flags to build pgp plugins on maemo
5494
5495 2007-12-27 [colin]      3.2.0cvs18
5496
5497         * src/mainwindow.c
5498                 Maximise before showing to avoid probable flickering
5499                 on slow computers.
5500
5501 2007-12-27 [colin]      3.2.0cvs17
5502
5503         * src/main.c
5504         * src/mainwindow.c
5505         * src/prefs_common.c
5506         * src/prefs_common.h
5507                 Fix bug 1439, 'Claws Mail does not remember window size 
5508                 state when restarted'. Save maximised state and force
5509                 maximisation at startup if applicable.
5510
5511 2007-12-23 [paul]       3.2.0cvs16
5512
5513         * src/prefs_matcher.c
5514                 fix bug 1436, 'Filter condition dialog doesn't
5515                 load header name from current rules'
5516
5517 2007-12-22 [paul]       3.2.0cvs15
5518
5519         * src/compose.c
5520                 fix bug 1435, 'Reply doesn't take into account
5521                 reply-to field'
5522
5523 2007-12-21 [paul]       3.2.0cvs14
5524
5525         * src/common/ssl_certificate.c
5526                 fix FreeBSD build with IPV6 support 
5527
5528 2007-12-20 [colin]      3.2.0cvs13
5529
5530         * src/imap.c
5531                 Fix error handling
5532
5533 2007-12-20 [colin]      3.2.0cvs12
5534
5535         * src/imap.c
5536         * src/imap.h
5537         * src/prefs_account.c
5538                 Add DIGEST-MD5 support for IMAP authentication
5539
5540 2007-12-19 [mones]      3.2.0cvs11
5541
5542         * doc/man/claws-mail.1
5543                 Better ordering of sections, updated options
5544         * po/es.po
5545                 Updated strings
5546
5547 2007-12-19 [paul]       3.2.0cvs10
5548
5549         * src/prefs_account.c
5550                 use a spinbutton instead of an entry for
5551                 "POP authentication timeout" also
5552
5553 2007-12-19 [colin]      3.2.0cvs9
5554
5555         * src/prefs_filtering_action.c
5556         * src/prefs_matcher.c
5557         * src/gtk/description_window.c
5558                 Destroy info windows with their parents
5559                 Patch by Pawel
5560
5561 2007-12-19 [colin]      3.2.0cvs8
5562
5563         * src/prefs_account.c
5564                 Use spinbuttons instead of entries where needed
5565                 Patch by Pawel
5566
5567 2007-12-18 [paul]       3.2.0cvs7
5568
5569         * src/prefs_matcher.c
5570                 add missing i18n for a few strings
5571                 Patch by Stephan Sachse
5572
5573 2007-12-18 [paul]       3.2.0cvs6
5574
5575         * src/prefs_logging.c
5576                 use 'disk' instead of 'disc'
5577
5578 2007-12-18 [paul]       3.2.0cvs5
5579
5580         * po/en_GB.po
5581                 updated
5582         * src/addrcustomattr.c
5583         * src/editaddress.c
5584                 fixes to the ingleesh
5585         * src/prefs_filtering_action.c
5586                 fix copyright header
5587                 fix untranslated strings
5588         * src/prefs_filtering_action.h
5589                 fix copyright header
5590
5591 2007-12-18 [wwp]        3.2.0cvs4
5592
5593         * src/folderview.c
5594         * src/headerview.c
5595         * src/prefs_common.c
5596         * src/prefs_common.h
5597         * src/prefs_fonts.c
5598         * src/summaryview.c
5599         * src/textview.c
5600         * src/wizard.c
5601         * src/common/defs.h
5602         * src/gtk/gtkutils.c
5603                 Added prefs to set custom small and bold fonts
5604                 (might matter on some desktops, according to
5605                 DPI and font settings).
5606
5607 2007-12-18 [colin]      3.2.0cvs3
5608
5609         * src/prefs_logging.c
5610                 Rework GUI, patch by Pawel
5611
5612 2007-12-18 [colin]      3.2.0cvs2
5613
5614         * src/prefs_filtering_action.c
5615                 Rework GUI, patch by Pawel
5616
5617 2007-12-18 [colin]      3.2.0cvs1
5618
5619         * src/editaddress.c
5620                 Fix build on old GCC
5621                 Fix inverted buttons
5622
5623 2007-12-17 [paul]       3.2.0
5624
5625         * NEWS
5626         * README
5627         * RELEASE_NOTES 
5628                 3.2.0 released
5629
5630 2007-12-17 [paul]       3.1.0cvs79
5631
5632         * po/de.po
5633         * po/fr.po
5634         * po/hu.po
5635         * po/it.po
5636         * po/pt_BR.po
5637                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
5638                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
5639
5640 2007-12-17 [mones]      3.1.0cvs78
5641
5642         * po/es.po
5643                 Updated Spanish translation for 3.2.0 release
5644
5645 2007-12-16 [colin]      3.1.0cvs77
5646
5647         * src/addrcustomattr.c
5648                 Fix translations, patch by Fabien
5649
5650 2007-12-15 [paul]       3.1.0cvs76
5651
5652         * src/folderview.c
5653                 fix compiler warning
5654
5655 2007-12-14 [colin]      3.1.0cvs75
5656
5657         * src/folderview.c
5658                 Simplify logic
5659
5660 2007-12-12 [wwp]        3.1.0cvs74
5661
5662         * AUTHORS
5663         * src/gtk/authors.h
5664                 Added Marius Glauser to the hall of fame.
5665
5666 2007-12-12 [wwp]        3.1.0cvs73
5667
5668         * src/gtk/gtkutils.c
5669                 Improve the way we show results of searches
5670                 in message bodies: selected text now get centered
5671                 vertically in the message window.
5672                 Patch by Marius Glauser <seelenhirt@gmx.net>.
5673
5674 2007-12-10 [colin]      3.1.0cvs72
5675
5676         * src/folder.c
5677                 Don't crash when setting batch mode on no folder
5678
5679 2007-12-10 [colin]      3.1.0cvs71
5680
5681         * src/common/utils.c
5682                 Fix potential buffer overrun (thanks to
5683                 Hiroyuki)
5684
5685 2007-12-08 [paul]       3.1.0cvs70
5686
5687         * src/prefs_receive.c
5688                 small change to the English
5689
5690 2007-12-08 [colin]      3.1.0cvs69
5691
5692         * src/vcard.c
5693                 Fix warnings
5694
5695 2007-12-07 [colin]      3.1.0cvs68
5696
5697         * src/mainwindow.c
5698         * src/summaryview.c
5699         * src/summaryview.h
5700                 Free simplify_subject_preg at exit
5701
5702 2007-12-07 [colin]      3.1.0cvs67
5703
5704         * src/main.c
5705         * src/summaryview.c
5706         * src/common/utils.c
5707         * src/common/utils.h
5708                 We have to free reused regexps from time to
5709                 time, or they get huge
5710
5711 2007-12-07 [colin]      3.1.0cvs66
5712
5713         * src/vcard.c
5714                 Fix QP decoding (and UTF8)
5715
5716 2007-12-07 [colin]      3.1.0cvs65
5717
5718         * src/addrcustomattr.c
5719                 Update list of default custom attributes
5720                 now (will be needed for a feature patch
5721                 post 3.2.0)
5722
5723 2007-12-07 [colin]      3.1.0cvs64
5724
5725         * src/folder.c
5726                 Batch on destination folder when copying - fixes
5727                 slowness when moving unread mails to trash on IMAP
5728
5729 2007-12-06 [colin]      3.1.0cvs63
5730
5731         * src/common/w32_time.c
5732         * src/common/w32lib.h
5733         * src/etpan/etpan-thread-manager.c
5734         * src/etpan/imap-thread.c
5735         * src/etpan/nntp-thread.c
5736         * src/gtk/Makefile.am
5737                 Fix win32 build with libetpan. Thanks to
5738                 Marcus Brinkmann.
5739
5740 2007-12-06 [colin]      3.1.0cvs62
5741
5742         * src/account.c
5743         * src/imap.c
5744         * src/prefs_account.c
5745         * src/prefs_account.h
5746         * src/etpan/imap-thread.c
5747         * src/etpan/imap-thread.h
5748                 Disable connection via command line on WIN32
5749                 Disable mmap use on WIN32 - use normal strings
5750         * src/addressbook.c
5751         * src/addressbook.h
5752         * src/addressbook_foldersel.c
5753         * src/addressbook_foldersel.h
5754         * src/prefs_filtering_action.c
5755         * src/prefs_matcher.c
5756         * src/plugins/bogofilter/bogofilter_gtk.c
5757         * src/plugins/dillo_viewer/dillo_prefs.c
5758         * src/plugins/spamassassin/spamassassin_gtk.c
5759                 Fix leak, rework function logics to be more
5760                 natural - thanks to Holger
5761         * src/common/utils.c
5762                 Fix warnings
5763
5764 2007-12-06 [colin]      3.1.0cvs61
5765
5766         * src/news.c
5767         * src/common/utils.c
5768         * src/common/utils.h
5769                 Fix posting, and fix UTF-8 being sent when encoding
5770                 is 8bit
5771
5772 2007-12-05 [colin]      3.1.0cvs60
5773
5774         * src/news.c
5775                 Fix debian bug #453157, 'Fails to post usenet
5776                 articles after NNTP connection has been 
5777                 interrupted". Fix return value to prevent deletion
5778                 on failure, and issue MODE READER in case posting
5779                 fails at first.
5780
5781 2007-12-05 [colin]      3.1.0cvs59
5782
5783         * src/messageview.c
5784         * src/uri_opener.c
5785                 Improvements to the List URIs dialog
5786                 Patch by Pawel
5787
5788 2007-12-05 [colin]      3.1.0cvs58
5789
5790         * src/prefs_other.c
5791         * src/gtk/gtksctree.h
5792                 Fix warnings
5793
5794 2007-12-04 [colin]      3.1.0cvs57
5795
5796         * src/etpan/imap-thread.c
5797                 Fix bug 1378, 'Claws exits on IMAP alert message'
5798                 Don't do GTK calls directly from Etpan thread
5799
5800 2007-12-04 [colin]      3.1.0cvs56
5801
5802         * src/folderview.c
5803         * src/gtk/gtksctree.c
5804                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
5805                 Make all the left of column zero an hotspot for
5806                 expanding.
5807
5808 2007-12-04 [colin]      3.1.0cvs55
5809
5810         * src/mainwindow.c
5811         * src/mainwindow.h
5812         * src/prefs_common.c
5813         * src/prefs_common.h
5814         * src/prefs_receive.c
5815                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
5816
5817 2007-12-04 [wwp]        3.1.0cvs54
5818
5819         * src/prefs_other.c
5820                 Fix for bug #1419.
5821
5822 2007-12-04 [holger]     3.1.0cvs53
5823
5824         * src/addrduplicates.c
5825         * src/addrduplicates.h
5826                 Export addressbook entry deletion
5827
5828 2007-12-04 [colin]      3.1.0cvs52
5829
5830         * tools/Makefile.am
5831         * tools/README.sylprint
5832         * tools/sylprint.pl
5833         * tools/sylprint.rc
5834                 Fix debian bug #454089 (symlink attack in TMP directory)
5835                 http://secwatch.org/advisories/1019661/ :
5836                 Remove the buggy script, which was unmaintained anyway
5837         * src/news.c
5838         * src/procmsg.c
5839                 Store things in our private tmp directory.
5840
5841 2007-12-03 [colin]      3.1.0cvs51
5842
5843         * src/folder.c
5844         * src/folder.h
5845         * src/folderview.c
5846         * src/imap.c
5847         * src/mainwindow.c
5848                 Fix update problem when getting remote tags
5849         * src/prefs_matcher.c
5850                 Rework GUI to make it better. Patch by Pawel
5851                 Pekala
5852
5853 2007-12-03 [colin]      3.1.0cvs50
5854
5855         * src/etpan/imap-thread.c
5856         * src/etpan/nntp-thread.c
5857                 Fix bug 1417, 'Network log doesn't reveal 
5858                 enough NNTP errors'
5859
5860 2007-12-02 [iwkse]      3.1.0cvs49
5861
5862         * src/plugins/dillo_viewer/dillo_prefs.c
5863                         Insert dillo under the Plugins menu
5864
5865 2007-12-01 [paul]       3.1.0cvs48
5866
5867         * src/html.c
5868                 add these variant forms
5869                 Thanks to Colin
5870
5871 2007-12-01 [paul]       3.1.0cvs47
5872
5873         * src/matcher.c
5874                 fix a typo
5875
5876 2007-12-01 [paul]       3.1.0cvs46
5877
5878         * po/POTFILES.in
5879                 add the new addrcustomattr.c file
5880
5881 2007-11-29 [colin]      3.1.0cvs45
5882
5883         * src/common/ssl_certificate.c
5884                 Use the more modern getaddrinfo instead of 
5885                 gethostbyname when possible
5886
5887 2007-11-28 [colin]      3.1.0cvs44
5888
5889         * src/summaryview.c
5890                 Maybe fix bug 1410 and other crash reports
5891                 in summaryview since cvs38.
5892
5893 2007-11-28 [wwp]        3.1.0cvs43
5894
5895         * src/prefs_summary_open.c
5896                 Guard against an empty list of actions to perform
5897                 when opening a folder (or migration defaults could
5898                 be introduced, confusing).
5899
5900 2007-11-28 [colin]      3.1.0cvs42
5901
5902         * src/folderview.c
5903                 Fix mark all read from folder's contextual menu
5904
5905 2007-11-27 [colin]      3.1.0cvs41
5906
5907         * src/imap.c
5908         * src/imap.h
5909         * src/imap_gtk.c
5910         * src/prefs_account.c
5911         * src/etpan/imap-thread.c
5912                 A few fixes to the IMAP flags handling: Optimisations,
5913                 two crashers, mention that Bandwitdh-efficient mode
5914                 prevents tag fetching.
5915                 Fix M-UTF7 in subscription dialog.
5916
5917 2007-11-27 [colin]      3.1.0cvs40
5918
5919         * src/folder.c
5920         * src/mbox.c
5921         * src/summaryview.c
5922                 Make filtering faster on flags change: Batch original 
5923                 folderitem, where we'll do flags/tags changes.
5924
5925 2007-11-27 [colin]      3.1.0cvs39
5926
5927         * src/filtering.c
5928                 Fix bug 1407, 'After a copy action, further rules apply 
5929                 to both original and copy'
5930
5931 2007-11-27 [colin]      3.1.0cvs38
5932
5933         * src/edittags.c
5934         * src/summaryview.c
5935                 Fixes races when doing a long operation and user
5936                 asks for another one (Mark all read/unread on a 
5937                 big folder on IMAP for example)
5938
5939 2007-11-27 [wwp]        3.1.0cvs37
5940
5941         * src/addressbook.c
5942         * src/prefs_common.c
5943                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
5944                 and 3.1.0cvs35 (addressbook.c).
5945
5946 2007-11-27 [holger]     3.1.0cvs36
5947
5948         * src/printing.c
5949                 Add a line separating header and body
5950                 in the printout
5951
5952 2007-11-27 [wwp]        3.1.0cvs35
5953
5954         * src/addressbook.c
5955                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
5956                 (thanks to Colin) and revert disabling of cut/copy
5957                 context menu entries upon selected groups.
5958
5959 2007-11-27 [holger]     3.1.0cvs34
5960
5961         * src/printing.c
5962                 Add weights to the list of supported text attributes
5963                 for printing
5964
5965 2007-11-27 [wwp]        3.1.0cvs33
5966
5967         * src/Makefile.am
5968         * src/addrcustomattr.c
5969         * src/addrcustomattr.h
5970         * src/addressbook.c
5971         * src/editaddress.c
5972         * src/editaddress.h
5973         * src/prefs_common.c
5974         * src/prefs_common.h
5975         * src/common/defs.h
5976                 Provide a (customizable) list of preset attribute names
5977                 for editing contacts (closes bug #1391).
5978
5979 2007-11-27 [wwp]        3.1.0cvs32
5980
5981         * src/addrclip.c
5982         * src/addressbook.c
5983         * src/addritem.c
5984                 Various fixes in the address book:
5985                         - made copy/move of a folder to itself or its subtree
5986                           impossible (-> error)
5987                         - errors messages don't show in the status bar anymore,
5988                           use alertpanels instead
5989                         - simple click on group doesn't open group edit dialog
5990                           anymore when in contact edit embedded mode (was too itchy)
5991                         - fixed disabling of edit button and and menu entry when
5992                           in contact edit embedded mode (was done in a bad and
5993                           ineffective way)
5994                         - fix menu cut/paste sensitivity in treelist context
5995                           menu (conflicting enabling was done by different functions)
5996                         - fix some menu item sensitivity in address list context menu
5997                         - don't allow cut/copy of groups, it's useless as they won't
5998                           be copied w/ their contents
5999                         - fix missing copy of the picture file when copying (bug #1402),
6000                           fix picture attribute (internal) value when moving or copying
6001
6002
6003 2007-11-27 [colin]      3.1.0cvs31
6004
6005         * src/folder.c
6006         * src/imap.c
6007                 Fix tags loss on move, fix space encoding
6008
6009 2007-11-26 [colin]      3.1.0cvs30
6010
6011         * src/edittags.c
6012         * src/folder.c
6013         * src/folder.h
6014         * src/imap.c
6015         * src/messageview.c
6016         * src/procmsg.c
6017         * src/procmsg.h
6018         * src/summaryview.c
6019         * src/common/utils.c
6020         * src/common/utils.h
6021         * src/etpan/imap-thread.c
6022         * src/etpan/imap-thread.h
6023                 Add IMAP tags support
6024
6025 2007-11-26 [colin]      3.1.0cvs29
6026
6027         * src/imap.c
6028                 Fix bug 1405, 'imap auto auth method doesn't 
6029                 work since 3.1.0'
6030
6031 2007-11-26 [colin]      3.1.0cvs28
6032
6033         * src/messageview.c
6034         * src/procmime.c
6035                 Handle broken disposition-notifications from Evolution
6036                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
6037
6038 2007-11-25 [paul]       3.1.0cvs27
6039
6040         * src/folder_item_prefs.c
6041         * src/folder_item_prefs.h
6042                 remove dead code
6043
6044 2007-11-23 [wwp]        3.1.0cvs26
6045
6046         * src/matcher.c
6047         * src/matcher.h
6048         * src/matcher_parser_parse.y
6049         * src/prefs_matcher.c
6050                 Fix irrelevant case folding when adding matcher condition 'test',
6051                 thanks to Colin.
6052
6053 2007-11-23 [wwp]        3.1.0cvs25
6054
6055         * src/prefs_common.c
6056         * src/prefs_common.h
6057         * src/prefs_summary_open.c
6058         * src/prefs_summary_open.h
6059         * src/summaryview.c
6060                 Add "select first email in list" to the list of possible selections
6061                 when opening a folder.
6062
6063 2007-11-23 [paul]       3.1.0cvs24
6064
6065         * po/de.po
6066                 a fix by Stephan Sachse, plus remove all
6067                 old strings from the end of the file
6068
6069 2007-11-23 [wwp]        3.1.0cvs23
6070
6071         * src/prefs_msg_colors.c
6072                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
6073                 with little changes.
6074
6075 2007-11-23 [paul]       3.1.0cvs22
6076
6077         * src/prefs_logging.c
6078                 eliminate wasted horizontal space
6079
6080 2007-11-23 [paul]       3.1.0cvs21
6081
6082         * src/prefs_summaries.c
6083                 don't wrap the label or put linebreaks
6084
6085 2007-11-22 [colin]      3.1.0cvs20
6086
6087         * src/plugins/pgpinline/pgpinline.c
6088                 Fix decryption
6089
6090 2007-11-22 [wwp]        3.1.0cvs19
6091
6092         * src/prefs_themes.c
6093                 Yet another misuse of get_rc_dir(), still related
6094                 to user themes. Completes 3.1.0cvs18.
6095
6096 2007-11-22 [wwp]        3.1.0cvs18
6097
6098         * src/stock_pixmap.c
6099                 Fix a misuse of get_rc_dir(), user themes dir was
6100                 not set properly and some themes might have disappeared
6101                 from themes list in prefs.
6102
6103 2007-11-22 [wwp]        3.1.0cvs17
6104
6105         * src/edittags.c
6106         * src/edittags.h
6107         * src/common/tags.c
6108         * src/common/tags.h
6109                 Correct copyright for these claws-mail-only brand new
6110                 files.
6111
6112 2007-11-22 [paul]       3.1.0cvs16
6113
6114         * src/compose.c
6115                 fix bug 1400, 'Drag and drop of URLs does not work'
6116                 Thanks to Colin
6117
6118 2007-11-22 [paul]       3.1.0cvs15
6119
6120         * src/prefs_common.c
6121                 make "cmds_use_system_default" default to FALSE
6122                 so as not to disrupt current settings
6123         * src/summaryview.c
6124                 increase the size of the GdkRectangle, tooltips
6125                 didn't show for me otherwise
6126
6127 2007-11-21 [colin]      3.1.0cvs14
6128
6129         * src/compose.c
6130         * src/crash.c
6131         * src/exphtmldlg.c
6132         * src/mainwindow.c
6133         * src/manual.c
6134         * src/mimeview.c
6135         * src/prefs_account.c
6136         * src/prefs_common.c
6137         * src/prefs_common.h
6138         * src/prefs_ext_prog.c
6139         * src/textview.c
6140         * src/uri_opener.c
6141         * src/gtk/about.c
6142         * src/gtk/gtkutils.c
6143                 Use xdg-open as a way to find default browser,
6144                 when available
6145
6146 2007-11-21 [colin]      3.1.0cvs13
6147
6148         * src/messageview.c
6149         * src/procmime.c
6150         * src/procmsg.h
6151                 Send better return receipts (useful ones)
6152                 Handle incoming return receipts
6153
6154 2007-11-20 [colin]      3.1.0cvs12
6155
6156         * src/printing.c
6157         * src/printing.h
6158                 Add getter/setter for settings, and getter
6159                 for page setup
6160
6161 2007-11-20 [colin]      3.1.0cvs11
6162
6163         * src/folderview.c
6164         * src/main.c
6165         * src/mainwindow.c
6166                 Fix bug 1396, 'Crash on disabling a filter 
6167                 while it is processing'
6168
6169 2007-11-20 [paul]       3.1.0cvs10
6170
6171         * src/folder.c
6172                 fix bug 1395, 'Crash on checking for new mails
6173                 while filter is running'
6174                 Thanks to Colin
6175
6176 2007-11-20 [paul]       3.1.0cvs9
6177
6178         * src/compose.c
6179                 make this string easier for translators
6180
6181 2007-11-19 [colin]      3.1.0cvs8
6182
6183         * src/prefs_summaries.c
6184         * src/summaryview.c
6185                 Don't enable more tooltips on Maemo
6186
6187 2007-11-19 [colin]      3.1.0cvs7
6188
6189         * src/prefs_common.c
6190         * src/prefs_common.h
6191         * src/prefs_summaries.c
6192         * src/summaryview.c
6193                 Fix bug 1388, 'message list tool tips'
6194                 Add (optional) tooltips in summaryview.
6195                 This only works with GTK+ >= 2.12
6196
6197 2007-11-19 [colin]      3.1.0cvs6
6198
6199         * src/compose.c
6200                 Make strings a bit better when attaching
6201                 from mailto: URIs
6202
6203 2007-11-19 [colin]      3.1.0cvs5
6204
6205         * src/common/utils.c
6206                 Fix bug 1392, 'Top level domain .EU is 
6207                 not recognised as valid'
6208
6209 2007-11-19 [wwp]        3.1.0cvs4
6210
6211         * src/compose.c
6212         * src/compose.h
6213                 Revert changes to compose.c made in 3.1.0cvs2.
6214
6215 2007-11-19 [wwp]        3.1.0cvs3
6216
6217         * src/addressbook.c
6218         * src/addressbook.h
6219         * src/editaddress.c
6220         * src/editgroup.c
6221         * src/addrduplicates.c
6222                 Minor improvements in the address book:
6223                 always accept new contacts provided that some
6224                 detail is set (instead of rejecting silently).
6225                 Better guessing of contact name from incomplete
6226                 name information. Better display of contacts with
6227                 no name, in contact lists, group contents, find
6228                 duplicate results.
6229                 
6230
6231 2007-11-19 [wwp]        3.1.0cvs2
6232
6233         * src/compose.c
6234         * src/compose.h
6235         * src/prefs_logging.c
6236         * src/prefs_summaries.c
6237                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
6238                 wrap some long label in prefs/summaries, layout checkboxes
6239                 in a more compact form in prefs/loggin, make account and
6240                 header's combos have the same size/spacing in compose
6241                 window.
6242
6243 2007-11-19 [wwp]        3.1.0cvs1
6244
6245         * src/edittags.c
6246                 Fix a tiny leak and duplicate variable.
6247
6248 2007-11-19 [paul]       3.1.0
6249
6250         * NEWS
6251         * README
6252         * RELEASE_NOTES 
6253                 3.1.0 released
6254
6255 2007-11-19 [paul]       3.0.2cvs145
6256
6257         * po/de.po
6258         * po/fi.po
6259         * po/fr.po
6260         * po/hu.po
6261         * po/it.po
6262         * po/pl.po
6263         * po/pt_BR.po
6264         * po/sk.po
6265         * po/zh_CN.po
6266                 updated by Stephan Sachse, Flammie Pirinen,
6267                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
6268                 Emil Nowak, Frederico Goncalves Guimaraes,
6269                 Andrej Kacian, and Ralph Young
6270
6271 2007-11-18 [mones]      3.0.2cvs144
6272
6273         * po/es.po
6274                 Updated Spanish translation
6275
6276 2007-11-18 [colin]      3.0.2cvs143
6277
6278         * src/edittags.c
6279                 Prevent empty tag after edit, thanks to wwp
6280
6281 2007-11-18 [colin]      3.0.2cvs142
6282
6283         * src/editaddress.c
6284                 Fix possible "(null)" %s - thanks to wwp
6285
6286 2007-11-16 [wwp]        3.0.2cvs141
6287
6288         * src/common/utils.c
6289                 Fix for 3.0.2cvs140, prevents from crashing when opening
6290                 a compose window.
6291
6292 2007-11-16 [colin]      3.0.2cvs140
6293
6294         * src/main.c
6295         * src/common/claws.c
6296                 Output a bit more useful info at startup
6297                 in --debug mode
6298
6299 2007-11-16 [colin]      3.0.2cvs139
6300
6301         * src/compose.c
6302         * src/common/utils.c
6303         * src/common/utils.h
6304                 Fix bug 1387, 'Request for --compose to 
6305                 support multiple attachments'
6306
6307 2007-11-16 [colin]      3.0.2cvs138
6308
6309         * src/news.c
6310                 Fix bug 1390, 'NNTP fails after server 
6311                 closed connection'
6312
6313 2007-11-16 [colin]      3.0.2cvs137
6314
6315         * src/prefs_display_header.c
6316                 Fix bug 1389, 'Changing 'Display headers 
6317                 in message view' breaks dispheaderrc'
6318
6319 2007-11-14 [colin]      3.0.2cvs136
6320
6321         * src/summaryview.c
6322         * src/gtk/quicksearch.c
6323         * src/gtk/quicksearch.h
6324                 Fix resetting the quicksearch when in non-sticky
6325                 mode, but Recursive is set: reset only when going
6326                 out of the root search folder.
6327
6328 2007-11-14 [colin]      3.0.2cvs135
6329
6330         * src/filtering.c
6331                 Don't set new flag back when doing "Mark as unread"
6332                 from filtering
6333
6334 2007-11-12 [paul]       3.0.2cvs134
6335
6336         * src/plugins/dillo_viewer/dillo_viewer.c
6337                 don't offer the mime type for translation
6338
6339 2007-11-12 [paul]
6340
6341         3.1.0-rc2 released
6342
6343 2007-11-11 [colin]      3.0.2cvs133
6344
6345         * src/imap_gtk.c
6346         * src/mh_gtk.c
6347                 Use markup-escaped strings in dialogs
6348
6349 2007-11-11 [colin]      3.0.2cvs132
6350
6351         * src/imap.c
6352                 Better IMAP-UTF7/UTF8 conversion
6353
6354 2007-11-10 [colin]      3.0.2cvs131
6355
6356         * src/news.c
6357                 Fix debian bug 450698, 'nntp auth behavior changed 
6358                 without notice'
6359
6360 2007-11-10 [colin]      3.0.2cvs130
6361
6362         * configure.ac
6363         * src/inc.c
6364         * src/main.c
6365         * src/main.h
6366         * src/mimeview.c
6367         * src/statusbar.c
6368         * src/common/utils.c
6369         * src/etpan/Makefile.am
6370         * src/gtk/filesel.c
6371         * src/gtk/gtkutils.h
6372         * src/gtk/menu.c
6373         * src/plugins/bogofilter/Makefile.am
6374         * src/plugins/clamav/Makefile.am
6375         * src/plugins/dillo_viewer/Makefile.am
6376         * src/plugins/pgpcore/Makefile.am
6377         * src/plugins/spamassassin/Makefile.am
6378         * src/plugins/trayicon/Makefile.am
6379                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
6380
6381 2007-11-09 [colin]      3.0.2cvs129
6382
6383         * src/addressbook.c
6384         * src/ldapupdate.c
6385                 fix bug 1375, 'Impossible to modify e-mail
6386                 in LDAP addressbook twice'; Try two. update
6387                 externalID, don't make display lag, and
6388                 fix the cases where dn is not mail.
6389
6390 2007-11-08 [paul]       3.0.2cvs128
6391
6392         * src/account.c
6393         * src/compose.c
6394         * src/messageview.c
6395         * src/prefs_account.c
6396         * src/prefs_account.h
6397                 reinstate 'Generate Message-ID' option as an
6398                 account preference. (hidden on IMAP)
6399                 Thanks to Colin
6400
6401 2007-11-08 [paul]       3.0.2cvs127
6402
6403         * src/textview.c
6404                 MAEMO: fix failure of loading images inline
6405                 MAEMO: fix bug 1349, 'Emails still skip to end
6406                 when opened (in certain circumstances)...'
6407
6408 2007-11-07 [colin]      3.0.2cvs126
6409
6410         * src/toolbar.c
6411                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
6412
6413 2007-11-07 [colin]      3.0.2cvs125
6414
6415         * src/toolbar.c
6416                 Re-change the string occurence of A_CLAWS_ACTIONS
6417                 to A_SYL_ACTIONS, to prevent parse errors of the
6418                 toolbar_*.xml files
6419
6420 2007-11-07 [colin]      3.0.2cvs124
6421
6422         * src/mimeview.c
6423         * src/prefs_common.c
6424         * src/prefs_common.h
6425         * manual/advanced.xml
6426                 Add an hidden pref, 'save_parts_readwrite';
6427                 completes 3.0.2cvs35
6428
6429 2007-11-07 [paul]       3.0.2cvs123
6430
6431         * src/prefs_toolbar.c
6432         * src/toolbar.c
6433         * src/toolbar.h
6434                 rename ToolbarSylpheedActions to ToolbarClawsActions
6435                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
6436
6437 2007-11-07 [paul]       3.0.2cvs122
6438
6439         * src/toolbar.c
6440                 MAEMO: remove tooltips
6441
6442 2007-11-07 [colin]      3.0.2cvs121
6443
6444         * src/plugins/pgpinline/pgpinline.c
6445                 Fix bug 1377, 'unspecific errors on 
6446                 signature checking'. Fix trimming of
6447                 UTF8 data.
6448
6449 2007-11-06 [iwkse]      3.0.2cvs120
6450
6451         * src/prefs_summary_open.c
6452                 yet a string change
6453
6454 2007-11-06 [paul]       3.0.2cvs119
6455
6456         * tools/Makefile.am
6457         * tools/README
6458         * tools/csv2addressbook.pl
6459                 add a new script that imports a CSV formatted
6460                 address book. Becky and Thunderbird address
6461                 book are currently supported.
6462
6463 2007-11-05 [colin]      3.0.2cvs118
6464
6465         * src/imap.c
6466                 Fix deletion 
6467
6468 2007-11-05 [iwkse]      3.0.2cvs117
6469
6470         * src/prefs_summary_open.c
6471                 String changes
6472
6473 2007-11-04 [paul]       3.0.2cvs116
6474
6475         * src/addressbook_foldersel.c
6476                 fix gtk critical warning
6477                 Patch by Pawel Pekala
6478
6479 2007-11-04 [paul]       3.0.2cvs115
6480
6481         * tools/README
6482         * tools/claws-mail-compose-insert-files.pl
6483                 add --bcc and uri_escape() everything
6484
6485 2007-11-04 [paul]       3.0.2cvs114
6486
6487         * src/gtk/gtkutils.c
6488                 gtkut_stock_with_text_button_set_create(): set
6489                 GTK_CAN_DEFAULT on buttons 2 and 3
6490
6491 2007-11-03 [paul]       3.0.2cvs113
6492
6493         * src/common/utils.c
6494                 fix debian bug #448814, 'mailto: URI decoding
6495                 desn't decode the destination address field'
6496                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
6497
6498 2007-11-03 [paul]       3.0.2cvs112
6499
6500         * AUTHORS
6501         * src/compose.c
6502         * src/gtk/authors.h
6503                 allow Bcc in commandline URIs
6504                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
6505
6506 2007-11-02 [colin]      3.0.2cvs111
6507
6508         * src/addressbook.c
6509                 Maybe fix bug 1376, 'crash on 
6510                 addressbook manipulation'
6511
6512 2007-10-31 [paul]       3.0.2cvs110
6513
6514         * src/ldapupdate.c
6515                 fix bug 1375, 'Impossible to modify e-mail
6516                 in LDAP addressbook twice'
6517                 Patch by Michael Rasmussen
6518
6519 2007-10-30 [paul]       3.0.2cvs109
6520
6521         * configure.ac
6522                 enable GnuTLS support with --enable-gnutls which
6523                 will disable openssl support. if the user has
6524                 gtk >= 2.10.x don't allow gnomeprint even if the
6525                 user asks for it
6526
6527 2007-10-30 [paul]
6528
6529         3.1.0-rc1 released
6530
6531 2007-10-30 [paul]       3.0.2cvs108
6532
6533         * Makefile.am
6534                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
6535
6536 2007-10-30 [paul]       3.0.2cvs107
6537
6538         * src/expldifdlg.c
6539         * src/prefs_account.c
6540         * src/prefs_folder_item.c
6541         * src/prefs_spelling.c
6542         * src/prefs_themes.c
6543         * src/wizard.c
6544         * src/gtk/gtkaspell.c
6545         * src/gtk/gtkaspell.h
6546         * src/plugins/spamassassin/spamassassin_gtk.c
6547                 replace deprecated gtk_option_menu...
6548                 patch by Pawel Pekala
6549
6550 2007-10-29 [colin]      3.0.2cvs106
6551
6552         * src/plugins/dillo_viewer/dillo_prefs.c
6553                 Fix forgotten signal connect
6554
6555 2007-10-28 [colin]      3.0.2cvs105
6556
6557         * src/plugins/dillo_viewer/dillo_prefs.c
6558         * src/plugins/dillo_viewer/dillo_prefs.h
6559         * src/plugins/dillo_viewer/dillo_viewer.c
6560                 Implement addressbook-based whitelisting for loading
6561                 remote images. Fixed missing destroy of the embedded
6562                 browser that made a Dillo window pop up on exit, if
6563                 an HTML part was displayed.
6564
6565 2007-10-26 [colin]      3.0.2cvs104
6566
6567         * src/edittags.c
6568                 Add missing static
6569
6570 2007-10-25 [colin]      3.0.2cvs103
6571
6572         * src/editaddress.c
6573                 Add tap-and-hold on the picture, for Maemo
6574         * src/edittags.c
6575         * src/edittags.h
6576         * src/mainwindow.c
6577         * src/procmsg.c
6578         * src/summaryview.c
6579         * src/textview.c
6580                 Unify tag interfaces.
6581
6582 2007-10-25 [colin]      3.0.2cvs102
6583
6584         * src/imap.c
6585         * src/etpan/imap-thread.h
6586                 Much better error handling. We'll need to be really
6587                 clear to users about where errors come from, with 
6588                 the apparition of Gmail's IMAP server.
6589
6590 2007-10-24 [colin]      3.0.2cvs101
6591
6592         * src/edittags.c
6593         * src/mainwindow.c
6594         * src/summaryview.c
6595         * src/textview.c
6596                 Add tags sorting (alphabetical); allow deletion of
6597                 tags from the Apply Tags window
6598
6599 2007-10-24 [colin]      3.0.2cvs100
6600
6601         * src/editaddress.c
6602         * src/editaddress_other_attributes_ldap.c
6603         * src/editaddress_other_attributes_ldap.h
6604         * src/ldapctrl.c
6605         * src/ldapquery.c
6606         * src/ldapupdate.c
6607                 Fix LDAP writing (got broken in cvs39)
6608                 Add read-only support for jpegPhoto LDAP field
6609
6610 2007-10-23 [colin]      3.0.2cvs99
6611
6612         * src/news.c
6613                 Fix crash in some cases
6614
6615 2007-10-22 [colin]      3.0.2cvs98
6616
6617         * src/common/socket.h
6618         * src/common/ssl.c
6619                 Fix big leak in GnuTLS code
6620
6621 2007-10-22 [colin]      3.0.2cvs97
6622
6623         * src/news.c
6624                 Fix bug 1368, 'SIGSEGV in NNTP code'
6625
6626 2007-10-22 [colin]      3.0.2cvs96
6627
6628         * src/prefs_customheader.c
6629                 Catch compface warnings when generating X-Faces
6630
6631 2007-10-22 [wwp]        3.0.2cvs95
6632
6633         * src/quote_fmt_parse.y
6634                 Remove accidentally committed debug traces.
6635                 Fix a warning.
6636
6637 2007-10-22 [colin]      3.0.2cvs94
6638
6639         * src/etpan/nntp-thread.c
6640                 Fix authentication
6641
6642 2007-10-19 [wwp]        3.0.2cvs93
6643
6644         * src/common/ssl_certificate.c
6645                 Add missing include (Windows).
6646
6647 2007-10-19 [colin]      3.0.2cvs92
6648
6649         * src/imap_gtk.c
6650         * src/mimeview.c
6651         * src/textview.c
6652         * src/gtk/inputdialog.c
6653         * src/gtk/inputdialog.h
6654                 Remove the last old combo; patch by
6655                 Pawel
6656
6657 2007-10-19 [colin]      3.0.2cvs91
6658
6659         * src/common/ssl.c
6660                 Fix interop problem with GnuTLS and some crappy
6661                 servers that have very little keys.
6662
6663 2007-10-19 [colin]      3.0.2cvs90
6664
6665         * src/common/ssl.c
6666                 Fix return value check on GnuTLS, and
6667                 display the error
6668
6669 2007-10-18 [colin]      3.0.2cvs89
6670
6671         * src/common/ssl_certificate.c
6672                 Fix missing initialisations
6673
6674 2007-10-18 [wwp]        3.0.2cvs88
6675
6676         * src/Makefile.am
6677                 Fix linking against GNUTLS (matters if --enable-gnutls only).
6678
6679 2007-10-18 [colin]      3.0.2cvs87
6680
6681         * po/POTFILES.in
6682                 Fix build
6683
6684 2007-10-18 [mones]      3.0.2cvs86
6685
6686         * src/editbook.c
6687         * src/import.c
6688         * src/prefs_account.c
6689         * src/prefs_receive.c
6690         * src/gtk/about.c
6691         * src/plugins/bogofilter/bogofilter_gtk.c
6692         * src/plugins/spamassassin/spamassassin_gtk.c
6693                 More capitalisation micro-fixes
6694
6695 2007-10-18 [paul]       3.0.2cvs85
6696
6697         * configure.ac
6698                 add info about NNTP support via libetpan
6699                 change the configure output ending msg a little
6700         * src/gtk/about.c
6701                 similar changes to above
6702
6703 2007-10-18 [colin]      3.0.2cvs84
6704
6705         * src/procmime.c
6706         * src/procmime.h
6707                 Fix missing symbol for S/MIME
6708
6709 2007-10-18 [colin]      3.0.2cvs83
6710
6711         * src/prefs_filtering_action.c
6712                 Fix crash in tags (introduced in cvs78)
6713
6714 2007-10-18 [colin]      3.0.2cvs82
6715
6716         * src/common/Makefile.am
6717         * src/common/nntp.c
6718         * src/common/nntp.h
6719         * src/etpan/Makefile.am
6720         * src/etpan/etpan-thread-manager-types.h
6721         * src/etpan/etpan-thread-manager.c
6722         * src/etpan/imap-thread.c
6723         * src/etpan/nntp-thread.c
6724         * src/etpan/nntp-thread.h
6725         * src/news.c
6726         * src/news.h
6727                 Rewrite the nntp implementation
6728                 to use libetpan. Non-blocking NNTP!
6729         * src/account.c
6730         * src/crash.c
6731         * src/imap.c
6732         * src/inc.c
6733         * src/main.c
6734         * src/mainwindow.c
6735         * src/pop.c
6736         * src/pop.h
6737         * src/prefs_account.c
6738         * src/recv.c
6739         * src/recv.h
6740         * src/send_message.c
6741         * src/send_message.h
6742         * src/ssl_manager.c
6743         * src/ssl_manager.h
6744         * src/wizard.c
6745         * src/common/claws.c
6746         * src/common/session.c
6747         * src/common/session.h
6748         * src/common/smtp.c
6749         * src/common/smtp.h
6750         * src/common/socket.c
6751         * src/common/socket.h
6752         * src/common/ssl.c
6753         * src/common/ssl.h
6754         * src/common/ssl_certificate.c
6755         * src/common/ssl_certificate.h
6756         * src/gtk/about.c
6757         * src/gtk/sslcertwindow.c
6758         * src/gtk/sslcertwindow.h
6759                 Implement GnuTLS support. GnuTLS support
6760                 will be used if OpenSSL isn't available, or
6761                 specified explicitely. (the reason is that
6762                 GnuTLS cerficate checking is a bit less 
6763                 practical than OpenSSL's)
6764
6765 2007-10-18 [paul]       3.0.2cvs81
6766
6767         * src/gtk/inputdialog.c
6768         * src/gtk/inputdialog.h
6769                 fix copyright header
6770
6771 2007-10-17 [colin]      3.0.2cvs80
6772
6773         * src/plugins/pgpcore/select-keys.c
6774                 Fix bug which prevented encryption key
6775                 auto-selection when two or more matched the
6776                 email address, but only one isn't revoked
6777                 or expired.
6778
6779 2007-10-17 [wwp]        3.0.2cvs79
6780
6781         * src/compose.c
6782         * src/quote_fmt.c
6783         * src/quote_fmt.h
6784         * src/quote_fmt_lex.l
6785         * src/quote_fmt_parse.y
6786                 Templates can now attach files using |attach{filename}.
6787
6788 2007-10-17 [wwp]        3.0.2cvs78
6789
6790         * src/prefs_customheader.c
6791         * src/prefs_ext_prog.c
6792         * src/prefs_filtering_action.c
6793         * src/prefs_matcher.c
6794         * src/prefs_other.c
6795         * src/prefs_toolbar.c
6796         * src/gtk/combobox.c
6797         * src/gtk/combobox.h
6798         * src/gtk/gtkutils.c
6799         * src/gtk/gtkutils.h
6800         * src/plugins/bogofilter/bogofilter_gtk.c
6801         * src/plugins/spamassassin/spamassassin_gtk.c
6802                 Removed almost all remaining instances of GtkCombo
6803                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
6804                 few visual and code cleanup from Colin.
6805
6806 2007-10-16 [wwp]        3.0.2cvs77
6807         * src/gtk/pluginwindow.c
6808                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
6809
6810 2007-10-15 [colin]      3.0.2cvs76
6811
6812         * src/edittags.c
6813         * src/edittags.h
6814         * src/filtering.c
6815         * src/filtering.h
6816         * src/importmutt.c
6817         * src/importpine.c
6818         * src/main.c
6819         * src/messageview.c
6820         * src/messageview.h
6821         * src/mimeview.c
6822         * src/mimeview.h
6823         * src/pop.c
6824         * src/pop.h
6825         * src/prefs_common.c
6826         * src/prefs_common.h
6827         * src/prefs_customheader.c
6828         * src/prefs_customheader.h
6829         * src/prefs_display_header.c
6830         * src/prefs_display_header.h
6831         * src/prefs_filtering_action.c
6832         * src/prefs_filtering_action.h
6833         * src/prefs_folder_column.c
6834         * src/prefs_folder_column.h
6835         * src/prefs_folder_item.c
6836         * src/prefs_folder_item.h
6837         * src/prefs_gtk.c
6838         * src/prefs_gtk.h
6839         * src/prefs_logging.h
6840         * src/prefs_matcher.c
6841         * src/prefs_matcher.h
6842         * src/prefs_summary_column.c
6843         * src/prefs_summary_column.h
6844         * src/prefs_summary_open.c
6845         * src/procheader.c
6846         * src/procheader.h
6847         * src/procmime.c
6848         * src/procmime.h
6849         * src/recv.c
6850         * src/recv.h
6851         * src/sourcewindow.c
6852         * src/sourcewindow.h
6853         * src/summaryview.c
6854         * src/summaryview.h
6855         * src/textview.c
6856         * src/textview.h
6857         * src/toolbar.c
6858         * src/toolbar.h
6859         * src/common/mgutils.c
6860         * src/common/mgutils.h
6861         * src/common/nntp.c
6862         * src/common/nntp.h
6863         * src/common/prefs.c
6864         * src/common/prefs.h
6865         * src/common/socket.c
6866         * src/common/socket.h
6867         * src/common/stringtable.c
6868         * src/common/stringtable.h
6869         * src/common/template.c
6870         * src/common/template.h
6871         * src/common/uuencode.c
6872         * src/common/uuencode.h
6873         * src/gtk/gtkshruler.c
6874         * src/gtk/gtkshruler.h
6875         * src/gtk/menu.c
6876         * src/gtk/menu.h
6877         * src/gtk/progressdialog.c
6878         * src/gtk/progressdialog.h
6879                 Remove/staticalize, the return of the revenge
6880
6881 2007-10-15 [colin]      3.0.2cvs75
6882
6883         * src/matcher.c
6884                 Fix redirections in filtering's tests
6885
6886 2007-10-15 [colin]      3.0.2cvs74
6887
6888         * src/imap.c
6889                 Don't build imap_synchronise at all when 
6890                 building without libetpan
6891
6892 2007-10-14 [colin]      3.0.2cvs73
6893
6894         * src/imap.c
6895         * src/common/md5.c
6896         * src/common/md5.h
6897         * src/gtk/manage_window.c
6898         * src/gtk/manage_window.h
6899                 Remove more unused code
6900
6901 2007-10-14 [colin]      3.0.2cvs72
6902
6903         * src/addrquery.c
6904         * src/addrquery.h
6905         * src/recv.c
6906         * src/recv.h
6907         * src/vcard.c
6908         * src/vcard.h
6909         * src/common/xml.c
6910         * src/common/xml.h
6911         * src/common/xmlprops.c
6912         * src/common/xmlprops.h
6913                 Remove more unused code
6914
6915 2007-10-14 [colin]      3.0.2cvs71
6916
6917         * src/common/utils.c
6918                 Remove unused function
6919
6920 2007-10-13 [colin]      3.0.2cvs70
6921
6922         * src/imap.c
6923         * src/imap.h
6924         * src/mainwindow.c
6925         * src/mainwindow.h
6926         * src/gtk/gtkutils.c
6927         * src/gtk/gtkutils.h
6928                 Staticalise/Remove more code
6929
6930 2007-10-13 [colin]      3.0.2cvs69
6931
6932         * src/common/utils.c
6933         * src/common/utils.h
6934                 Remove dead code, unused for ages
6935
6936 2007-10-13 [colin]      3.0.2cvs68
6937
6938         * src/main.c
6939         * src/main.h
6940                 Maemo: define hildon_program in main.c,
6941                 make it accessible in the .h with extern
6942
6943 2007-10-13 [paul]       3.0.2cvs67
6944
6945         * src/gtk/menu.c
6946                 fix a bunch of runtime warnings on maemo
6947
6948 2007-10-13 [paul]       3.0.2cvs66
6949
6950         * src/main.c
6951         * src/main.h
6952         * src/gtk/gtkutils.c
6953         * src/gtk/gtkutils.h
6954                 fix a bunch of compiler warnings on maemo
6955
6956 2007-10-12 [colin]      3.0.2cvs65
6957
6958         * src/account.c
6959         * src/addritem.c
6960         * src/addritem.h
6961         * src/filtering.c
6962         * src/filtering.h
6963         * src/folder.c
6964         * src/folder.h
6965         * src/common/utils.c
6966         * src/common/utils.h
6967                 Remove unused code, staticalise some functions
6968
6969 2007-10-12 [paul]       3.0.2cvs64
6970
6971         * src/account.c
6972         * src/folderview.c
6973         * src/main.c
6974         * src/mainwindow.c
6975         * src/messageview.c
6976         * src/summary_search.c
6977         * src/summaryview.c
6978         * src/toolbar.c
6979         * src/wizard.c
6980         * src/common/utils.c
6981         * src/gtk/prefswindow.c
6982                 fix a bunch of compiler warnings on maemo
6983
6984 2007-10-11 [colin]      3.0.2cvs63
6985
6986         * src/editaddress.c
6987                 Make static function static
6988
6989 2007-10-11 [mones]      3.0.2cvs62
6990
6991         * src/addrduplicates.c
6992         * src/addressbook.c
6993         * src/compose.c
6994         * src/expldifdlg.c
6995         * src/mainwindow.c
6996         * src/messageview.c
6997         * src/pop.c
6998         * src/prefs_customheader.c
6999         * src/prefs_send.c
7000         * src/prefs_themes.c
7001         * src/common/plugin.c
7002         * src/gtk/pluginwindow.c
7003         * src/gtk/quicksearch.c
7004                 Fix several typos and capitalisation issues
7005
7006 2007-10-11 [wwp]        3.0.2cvs61
7007
7008         * src/editaddress.c
7009                 Fix a warning about possible use of uninitialized
7010                 filename var.
7011
7012 2007-10-11 [wwp]        3.0.2cvs60
7013
7014         * src/editaddress.c
7015                 Disable "Unset picture" menu item when there's
7016                 no picture to clear. Fix an extraneous g_unref_object,
7017                 add missing initializers.
7018
7019 2007-10-11 [wwp]        3.0.2cvs59
7020
7021         * src/pixmaps/anonymous.xpm
7022         * src/editaddress.c
7023         * src/Makefile.am
7024         * src/stock_pixmap.c
7025         * src/stock_pixmap.h
7026                 Fix a leak, gettext-ize the photo label.
7027                 Don't clear the existing picture if loading
7028                 a new one fails. Use a default 'anonymous'
7029                 picture (this new xpm has been added to the
7030                 internal stock_pixmap API). Add a
7031                 "Set picture" context menu entry.
7032
7033 2007-10-11 [colin]      3.0.2cvs58
7034
7035         * src/messageview.c
7036                 Make shift-shortcuts work
7037         * src/prefs_actions.c
7038                 Don't ask if we really want to close when
7039                 choosing OK and only the list is changed
7040         * src/prefs_template.c
7041                 Don't ask if we really want to close when
7042                 choosing OK and only the list is changed
7043         * src/common/plugin.c
7044                 Fix writing of second [Plugins_*] block
7045         * src/common/template.c
7046                 Remove unused files (fixes deletion)
7047
7048 2007-10-10 [paul]       3.0.2cvs57
7049
7050         * src/prefs_template.c
7051                 put the whole thing in a scrolled window
7052                 so that half the page is no longer inaccessible
7053                 on maemo
7054                 make the gtk_text_view smaller on maemo
7055
7056 2007-10-10 [colin]      3.0.2cvs56
7057
7058         * src/compose.c
7059                 Fix updating of Attachments number in some
7060                 cases (reedit, attach from command-line, ...)
7061
7062 2007-10-10 [colin]      3.0.2cvs55
7063
7064         * src/editaddress.c
7065                 Initialise error correctly
7066
7067 2007-10-10 [paul]       3.0.2cvs54
7068
7069         * src/prefs_filtering_action.c
7070         * src/gtk/description_window.c
7071         * src/gtk/foldersort.c
7072         * src/gtk/quicksearch.c
7073                 get rid of some pointless new lines and
7074                 make the descripton labels wrap better
7075
7076 2007-10-10 [colin]      3.0.2cvs53
7077
7078         * src/addressadd.c
7079         * src/editaddress.c
7080         * src/headerview.c
7081         * src/textview.c
7082                 More error handling on saving pictures
7083
7084 2007-10-10 [colin]      3.0.2cvs52
7085
7086         * src/printing.c
7087         * src/printing.h
7088                 Generalize a bit printing, so we can factorize
7089                 most of the code. 
7090
7091 2007-10-10 [paul]       3.0.2cvs51
7092
7093         * src/addrduplicates.c
7094                 fix engrish
7095                 use GTK_STOCK... buttons
7096
7097 2007-10-10 [paul]       3.0.2cvs50
7098
7099         * src/addressadd.c
7100         * src/addrindex.c
7101         * src/editaddress.c
7102                 Fix previous patch
7103                 Thanks to Colin
7104
7105 2007-10-10 [paul]       3.0.2cvs49
7106
7107         * src/summaryview.c
7108         * src/messageview.c
7109                 Fix crash on Add sender to addressbook when
7110                 From is null
7111         * src/addressadd.c
7112         * src/addrindex.c
7113         * src/editaddress.c
7114         * src/editaddress_other_attributes_ldap.h
7115                 Fix leaks 
7116                 Rename images to .png in addrbook/
7117         * src/headerview.c
7118         * src/textview.c
7119                 Fix Face/X-Face being used if adding another
7120                 address than sender to addressbook
7121                 Thanks to Colin
7122
7123 2007-10-10 [holger]     3.0.2cvs48
7124
7125         * src/addrduplicates.c
7126         * src/editaddress.c
7127                 Improvements to the addressbook duplicate finder
7128                 feature:
7129                  - add an edit button to the button bar
7130                  - display the whole bookname (with iface) and
7131                    use this for same-book checking
7132                  - after editing, try to keep selections if the
7133                    entries are still present
7134                  - sort the email column alphabetically
7135                  - put results in a scrolled window
7136                  - support embedded editing
7137                  - make columns in detail view resizable
7138                  - add keyboard shortcuts
7139
7140 2007-10-10 [wwp]        3.0.2cvs47
7141
7142         * src/addrindex.c
7143                 Fix a crash when there's no From: in email, thanks to Colin.
7144
7145 2007-10-09 [paul]       3.0.2cvs46
7146
7147         * src/messageview.c
7148         * src/summaryview.c
7149         * src/textview.c
7150                 fix building without compface support
7151
7152 2007-10-09 [colin]      3.0.2cvs45
7153
7154         * src/editaddress.c
7155         * src/headerview.c
7156         * src/textview.c
7157                 Add error handling
7158
7159 2007-10-09 [colin]      3.0.2cvs44
7160
7161         * src/addrduplicates.c
7162         * src/addressadd.c
7163         * src/addressadd.h
7164         * src/addressbook.c
7165         * src/addressbook.h
7166         * src/addrindex.c
7167         * src/addrindex.h
7168         * src/addritem.c
7169         * src/addritem.h
7170         * src/compose.c
7171         * src/editaddress.c
7172         * src/editaddress_other_attributes_ldap.h
7173         * src/headerview.c
7174         * src/messageview.c
7175         * src/mimeview.c
7176         * src/summaryview.c
7177         * src/textview.c
7178         * src/gtk/gtkutils.c
7179                 Automatically set contacts' pictures from Face 
7180                 or X-Face if they have no picture
7181                 Display the contact picture in textview or
7182                 headerview for mails sent by people in the 
7183                 addressbook, that have no Face or X-Face
7184                 Fix a few details in the Person edition dialog
7185                 (ability to unset picture)
7186                 Remove picture file when deleting contacts
7187
7188 2007-10-09 [iwkse]      3.0.2cvs43
7189
7190         * src/gtk/about.c
7191                 center the about window
7192
7193 2007-10-09 [paul]       3.0.2cvs42
7194
7195         * src/prefs_toolbar.c
7196                 fix icon selector window on maemo
7197
7198 2007-10-09 [paul]       3.0.2cvs41
7199
7200         * src/messageview.c
7201                 add 'go to' menu to separate msgview
7202
7203 2007-10-09 [colin]      3.0.2cvs40
7204
7205         * src/common/defs.h
7206                 Add forgotten file
7207
7208 2007-10-09 [iwkse]      3.0.2cvs39
7209
7210         * Makefile.am
7211         * src/addressbook.c
7212         * src/addritem.c
7213         * src/addritem.h
7214         * src/editaddress.c
7215         * src/editaddress_other_attributes_ldap.h
7216         * src/addrbook.c
7217         * src/Makefile.am
7218                 set a photo in the Addressbook
7219
7220 2007-10-08 [colin]      3.0.2cvs38
7221
7222         * src/prefs_toolbar.c
7223                 Make height 320 to remove the scrollbar 
7224                 (with current number of icons)
7225
7226 2007-10-08 [colin]      3.0.2cvs37
7227
7228         * src/prefs_toolbar.c
7229                 Transform the treeview to a GtkIconView.
7230                 Patch by Pawel
7231                 In addition, transform the window so that 
7232                 it looks like a popup menu. Patch by me
7233
7234 2007-10-08 [colin]      3.0.2cvs36
7235
7236         * src/compose.c
7237         * src/compose.h
7238                 Beautify the GUI a bit; in particular, show the
7239                 number of attachments in the tab's title.
7240                 Patch by Pawel
7241
7242 2007-10-08 [paul]       3.0.2cvs35
7243
7244         * src/mimeview.c
7245                 Save users from themselves: save temporary
7246                 files used for Open/Open with as read-only.
7247                 Thanks to Colin
7248
7249 2007-10-08 [paul]       3.0.2cvs34
7250
7251         * tools/Makefile.am
7252                 forgot this in cvs33
7253
7254 2007-10-08 [paul]       3.0.2cvs33
7255
7256         * tools/kdeservicemenu/README
7257         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
7258         * tools/kdeservicemenu/install.sh
7259         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7260                 renamed template* to *template so as not to confuse
7261                 lintian
7262
7263 2007-10-08 [paul]       3.0.2cvs32
7264
7265         * src/prefs_themes.c
7266         * src/stock_pixmap.c
7267                 replace 2 direct uses of RC_DIR
7268
7269 2007-10-07 [colin]      3.0.2cvs31
7270
7271         * src/addrduplicates.c
7272         * src/addrduplicates.h
7273         * src/addressbook.c
7274         * src/addressbook.h
7275         * src/addrindex.c
7276         * src/addrindex.h
7277                 Implement deletion in duplicate finder. 
7278                 Patch by Holger 
7279
7280 2007-10-07 [colin]      3.0.2cvs30
7281
7282         * src/exporthtml.c
7283         * src/mbox.c
7284         * src/common/utils.c
7285                 Better fix for Solaris, thanks to Nicolas Doualot
7286
7287 2007-10-07 [colin]      3.0.2cvs29
7288
7289         * AUTHORS
7290         * src/gtk/authors.h
7291                 Add Frank Dietrich
7292
7293 2007-10-07 [colin]      3.0.2cvs28
7294
7295         * src/exporthtml.c
7296                 Fix HTML export to make it more compliant
7297                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
7298
7299 2007-10-07 [colin]      3.0.2cvs27
7300
7301         * src/prefs_toolbar.c
7302                 Only use icons that wouldn't look stupid in the toolbar
7303                 Patch by Pawel
7304
7305 2007-10-07 [colin]      3.0.2cvs26
7306
7307         * src/prefs_toolbar.c
7308                 Fix old icon being used when none is selected
7309
7310 2007-10-07 [colin]      3.0.2cvs25
7311
7312         * src/toolbar.c
7313                 Fix copy/paste error
7314
7315 2007-10-07 [colin]      3.0.2cvs24
7316
7317         * src/prefs_toolbar.c
7318         * src/toolbar.c
7319         * src/toolbar.h
7320                 Update icon to default one when changing event
7321                 Make the icon chooser nicer (handle Esc, Enter,
7322                 double-click)
7323
7324 2007-10-06 [colin]      3.0.2cvs23
7325
7326         * src/prefs_toolbar.c
7327                 Fix text reset; patch by Pawel
7328
7329 2007-10-06 [colin]      3.0.2cvs22
7330
7331         * src/toolbar.h
7332                 Complete previous commit
7333
7334 2007-10-06 [colin]      3.0.2cvs21
7335
7336         * src/prefs_toolbar.c
7337         * src/toolbar.c
7338                 Set toolbar text automatically to the default
7339                 when changing Event executed on click
7340
7341 2007-10-06 [colin]      3.0.2cvs20
7342
7343         * src/prefs_toolbar.c
7344                 Invert Text and Event fields
7345
7346 2007-10-06 [colin]      3.0.2cvs19
7347
7348         * src/prefs_toolbar.c
7349         * src/toolbar.c
7350                 Make toolbar prefs look much better
7351                 Patch by Pawel Pekala
7352
7353 2007-10-06 [paul]       3.0.2cvs18
7354
7355         * src/account.c
7356         * src/prefs_filtering.c
7357                 fix checkbuttons in gtktreeview on maemo by
7358                 setting maemo's "allow-checkbox-mode" to FALSE
7359
7360 2007-10-06 [colin]      3.0.2cvs17
7361
7362         * configure.ac
7363                 Export -DSOLARIS in CFLAGS for all
7364                 Solaris (not just 2.8) and OpenSolaris
7365
7366 2007-10-06 [paul]       3.0.2cvs16
7367
7368         * AUTHORS
7369         * src/exporthtml.c
7370         * src/mbox.c
7371         * src/gtk/authors.h
7372                 fix build on solaris where ctime_r takes
7373                 3 arguments rather than 2.
7374                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
7375
7376 2007-10-05 [colin]      3.0.2cvs15
7377
7378         * src/etpan/imap-thread.c
7379                 Fix wrong error codepath
7380
7381 2007-10-05 [wwp]        3.0.2cvs14
7382
7383         * src/filtering.c
7384                 Fix unexpected logging of quicksearches:
7385                 debug_filtering_session flag was never reset to FALSE, causing
7386                 matcher functions to log when called from a quicksearch
7387                 (if a filtering session happened before).
7388
7389 2007-10-05 [paul]       3.0.2cvs13
7390
7391         * src/prefs_actions.c
7392         * src/prefs_filtering.c
7393         * src/prefs_template.c
7394                 fix bug 1343, 'Filtering..'s close button
7395                 silently discards new filter'
7396                 Thanks to Colin
7397
7398 2007-10-05 [paul]       3.0.2cvs12
7399
7400         * configure.ac
7401         * src/Makefile.am
7402                 fix bug 1347, '-Wno-unused-function, optional'
7403
7404 2007-10-05 [colin]      3.0.2cvs11
7405
7406         * src/procmime.c
7407         * src/common/mgutils.c
7408                 Fix warnings
7409
7410 2007-10-05 [mones]      3.0.2cvs10
7411
7412         * manual/advanced.xml
7413                 Use full menu name
7414         * manual/es/advanced.xml
7415                 Synchronise translation
7416
7417 2007-10-04 [colin]      3.0.2cvs9
7418
7419         * src/action.c
7420         * src/addrbook.c
7421         * src/addrindex.c
7422         * src/compose.c
7423         * src/exporthtml.c
7424         * src/exportldif.c
7425         * src/folder.c
7426         * src/main.c
7427         * src/matcher.c
7428         * src/mbox.c
7429         * src/messageview.c
7430         * src/mh.c
7431         * src/news.c
7432         * src/partial_download.c
7433         * src/pop.c
7434         * src/procmime.c
7435         * src/procmsg.c
7436         * src/toolbar.c
7437         * src/common/log.c
7438         * src/common/mgutils.c
7439         * src/common/plugin.c
7440         * src/common/utils.c
7441         * src/common/xml.c
7442         * src/common/xml.h
7443         * src/common/xmlprops.c
7444         * src/common/xmlprops.h
7445         * src/plugins/bogofilter/bogofilter.c
7446         * src/plugins/clamav/clamav_plugin.c
7447         * src/plugins/dillo_viewer/dillo_prefs.c
7448         * src/plugins/pgpcore/prefs_gpg.c
7449         * src/plugins/pgpinline/pgpinline.c
7450         * src/plugins/pgpmime/pgpmime.c
7451         * src/plugins/spamassassin/spamassassin.c
7452         * src/plugins/trayicon/trayicon_prefs.c
7453                 Verify success on writes. Will fix possible strange
7454                 failure on disk full.
7455
7456 2007-10-04 [paul]       3.0.2cvs8
7457
7458         * manual/advanced.xml
7459                 add further info about Actions
7460                 Patch by Emmanuel Briot <briot@adacore.com>
7461
7462 2007-10-04 [paul]       3.0.2cvs7
7463
7464         * src/account.c
7465                 remove the D column, instead indicate the
7466                 default account by use of bold text
7467
7468 2007-10-03 [colin]      3.0.2cvs6
7469
7470         * src/common/template.c
7471                 Fix templates writing (was prone to disk full problems)
7472
7473 2007-10-03 [colin]      3.0.2cvs5
7474
7475         * src/Makefile.am
7476         * src/addrduplicates.c
7477         * src/addrduplicates.h
7478         * src/addressbook.c
7479                 Add duplicate deletion. Patch by Holger
7480
7481 2007-10-03 [colin]      3.0.2cvs4
7482
7483         * src/matcher.c
7484         * src/gtk/quicksearch.c
7485                 Fix bug 1340, 'Case insensitive searches with 
7486                 non-ascii alphabets fail'.
7487
7488 2007-10-03 [colin]      3.0.2cvs3
7489
7490         * src/main.c
7491         * src/common/utils.c
7492         * src/common/utils.h
7493                 Implement run-time alternative config directories
7494
7495 2007-10-03 [colin]      3.0.2cvs2
7496
7497         * src/folderview.c
7498                 Prevent opening folder item while folder
7499                 is scanned in a better way
7500
7501 2007-10-02 [paul]       3.0.2cvs1
7502
7503         * NEWS
7504         * README
7505         * RELEASE_NOTES
7506         * configure.ac
7507                 bump up version number following stable release
7508
7509 2007-09-30 [colin]      3.0.1cvs49
7510
7511         * src/imap.c
7512                 Refresh session if needed
7513
7514 2007-09-30 [colin]      3.0.1cvs48
7515
7516         * src/imap.c
7517                 Reset folder's session to NULL
7518                 before destroying it
7519
7520 2007-09-30 [mones]      3.0.1cvs47
7521
7522         * manual/handling.xml
7523                 Use markup quotes instead hardcoded quotes
7524         * manual/es/handling.xml
7525                 Added new synced section (IMAP subscriptions)
7526
7527 2007-09-29 [colin]      3.0.1cvs46
7528
7529         * src/imap.c
7530                 Notice disconnections faster
7531
7532 2007-09-28 [colin]      3.0.1cvs45
7533
7534         * src/addressbook.c
7535         * src/addrindex.c
7536                 Fix warnings
7537
7538 2007-09-28 [paul]       3.0.1cvs44
7539
7540         * src/mimeview.c
7541                 fix maemo build
7542
7543 2007-09-28 [paul]       3.0.1cvs43
7544
7545         * src/account.c
7546                 use gtk_widget_set_size_request() on the label
7547                 so that wrapping works better. get rid of the
7548                 (partially deprecated) hbutton_box.
7549                 these changes should prevent buttons overlapping
7550                 on maemo
7551
7552 2007-09-28 [colin]      3.0.1cvs42
7553
7554         * src/pop.c
7555                 Fix typo :)
7556
7557 2007-09-28 [colin]      3.0.1cvs41
7558
7559         * src/compose.c
7560         * src/msgcache.c
7561         * src/pop.c
7562         * src/procmime.c
7563         * src/etpan/imap-thread.c
7564                 64bits-related warning fixes
7565
7566 2007-09-28 [colin]      3.0.1cvs40
7567
7568         * src/folder_item_prefs.c
7569         * src/ldaputil.c
7570         * src/mainwindow.c
7571         * src/mimeview.c
7572         * src/common/tags.c
7573                 Fix warnings
7574
7575 2007-09-28 [colin]      3.0.1cvs39
7576
7577         * src/plugins/spamassassin/spamassassin.c
7578         * src/plugins/spamassassin/spamassassin.h
7579         * src/plugins/spamassassin/spamassassin_gtk.c
7580                 Add addressbook-based whitelisting
7581
7582 2007-09-28 [colin]      3.0.1cvs38
7583
7584         * src/folder.c
7585                 Fix bug 1337, 'crash on pressing Send button'
7586
7587 2007-09-28 [paul]       3.0.1cvs37
7588
7589         * src/prefs_folder_item.c
7590                 give the orphans a parent. makes all prefs
7591                 pages visible on maemo
7592
7593 2007-09-28 [colin]      3.0.1cvs36
7594
7595         * src/prefs_folder_column.c
7596         * src/prefs_summary_column.c
7597                 Fix two leaks
7598
7599 2007-09-27 [colin]      3.0.1cvs35
7600
7601         * src/gtk/quicksearch.c
7602                 Fix bug 1336, 'Segfault if empty space before search-string'
7603
7604 2007-09-26 [mones]      3.0.1cvs34
7605
7606         * manual/account.xml
7607         * manual/plugins.xml
7608                 Fixed irc channel name, added some docbook markup.
7609                 Changed text markup to docbook markup. 
7610                 Added spamcop as supported in SpamReport description.
7611         * manual/fr/plugins.xml
7612                 Fixed irc channel name.
7613         * manual/es/account.xml
7614         * manual/es/advanced.xml
7615         * manual/es/claws-mail-manual.xml
7616         * manual/es/glossary.xml
7617         * manual/es/gpl.xml
7618         * manual/es/keyboard.xml
7619         * manual/es/plugins.xml
7620                 Synced with English version, fixed a couple of typos.
7621
7622 2007-09-26 [colin]      3.0.1cvs33
7623
7624         * configure.ac
7625                 Explain why "Libgnomeprint: no" on GTK+ 2.10
7626
7627 2007-09-26 [colin]      3.0.1cvs32
7628
7629         * src/messageview.c
7630         * src/procmsg.c
7631         * src/procmsg.h
7632                 Optimisation: avoid fetching mail 3 times locally
7633                 for displaying
7634
7635 2007-09-26 [colin]      3.0.1cvs31
7636
7637         * src/mh.c
7638                 Fix missing static
7639
7640 2007-09-26 [colin]      3.0.1cvs30
7641
7642         * src/folder.c
7643         * src/folder.h
7644         * src/mh.c
7645         * src/mh.h
7646                 Fix MH mtime hack - make it a folder class function
7647
7648 2007-09-26 [colin]      3.0.1cvs29
7649
7650         * src/inc.c
7651                 Fix bug 1334, 'user defined mail incorporation 
7652                 script not run'
7653
7654 2007-09-25 [colin]      3.0.1cvs28
7655
7656         * src/codeconv.c
7657                 Optimisation: shortcut conv_codeset_strdup
7658                 when src_code and dest_code are the same
7659         * src/common/xml.c
7660         * src/common/xml.h
7661                 Optimisation: shortcut code conversions when
7662                 files are in UTF-8; faster list walking by
7663                 using prepend/reverse.
7664
7665 2007-09-25 [holger]     3.0.1cvs27
7666
7667         * src/printing.c
7668                 Replace button bar of the preview window
7669                 with a real toolbar (patch by Colin)
7670                 Add zooming to the preview window
7671
7672 2007-09-24 [paul]       3.0.1cvs26
7673
7674         * src/compose.c
7675                 compact the character set menu, adding some
7676                 missing encodings. Patch by Pawel Pekala
7677
7678 2007-09-23 [paul]       3.0.1cvs25
7679
7680         * src/prefs_account.c
7681         * src/prefs_folder_item.c
7682         * src/prefs_quote.c
7683         * src/quote_fmt.c
7684         * src/quote_fmt.h
7685                 remove unnecessary frame from Templates options
7686                 and improve the English of the check button label
7687
7688 2007-09-22 [colin]      3.0.1cvs24
7689
7690         * src/gtk/quicksearch.c
7691                 Fix bug 1329, 'error in quicksearch.c'
7692                 Fix return with value in function returning void
7693
7694 2007-09-22 [colin]      3.0.1cvs23
7695
7696         * src/imap.c
7697         * src/procmsg.h
7698         * src/common/utils.c
7699         * src/common/utils.h
7700         * src/etpan/imap-thread.c
7701                 Optimise fetching IMAP cached emails *a lot*
7702                 (remember whether mail is fully cached and \r's
7703                  are already stripped)
7704
7705 2007-09-22 [colin]      3.0.1cvs22
7706
7707         * src/folder.c
7708         * src/folder.h
7709         * src/prefs_folder_item.c
7710                 Add a button to allow users to drop local caches.
7711
7712 2007-09-21 [colin]      3.0.1cvs21
7713
7714         * src/summaryview.c
7715                 Remove unnecessary error when cancelling export to mbox.
7716                 Patch by Pawel
7717
7718 2007-09-21 [paul]       3.0.1cvs20
7719
7720         * src/gtk/prefswindow.c
7721                 remove unnecessary frames from the prefs
7722                 pages. Patch by Pawel Pekala
7723
7724 2007-09-21 [paul]       3.0.1cvs19
7725
7726         * src/prefs_account.c
7727         * src/prefs_folder_item.c
7728         * src/prefs_quote.c
7729         * src/quote_fmt.c
7730                 put the Templates options into a tabbed
7731                 layout. Patch by Pawel Pekala
7732
7733 2007-09-21 [paul]       3.0.1cvs18
7734
7735         * src/mainwindow.c
7736                 group together the character set menu items
7737                 move the /View/Show or hide/Message view below
7738                 .../Toolbar menu item
7739                 Patch by Pawel Pekala
7740
7741 2007-09-21 [mones]      3.0.1cvs17
7742
7743         * src/compose.c
7744                 Fix for bug 1327, 'segfault when replying to a non-existent
7745                 news message', thanks to Colin.
7746
7747 2007-09-21 [colin]      3.0.1cvs16
7748
7749         * src/folderview.c
7750                 Complete 3.0.1cvs15
7751
7752 2007-09-20 [colin]      3.0.1cvs15
7753
7754         * src/folderview.c
7755         * src/folderview.h
7756                 Maybe fix bug 1324, 'Corrupted IMAP cache'
7757
7758 2007-09-20 [colin]      3.0.1cvs14
7759
7760         * src/printing.c
7761                 Fix a little leak
7762
7763 2007-09-20 [holger]     3.0.1cvs13
7764
7765         * src/printing.c
7766                 Add page layout to print preview.
7767                 Make the close-button in the toolbar
7768                 right-aligned.
7769
7770 2007-09-20 [paul]       3.0.1cvs12
7771
7772         * po/ru.po
7773                 updated by Pavlo Bohmat
7774
7775 2007-09-19 [colin]      3.0.1cvs11
7776
7777         * src/common/utils.c
7778                 Prevent unquoted mime boundaries, by always
7779                 using a /
7780
7781 2007-09-19 [colin]      3.0.1cvs10
7782
7783         * src/printing.c
7784                 Fix drawing area size, fix DPI change that
7785                 can cause total number of lines to decrease
7786
7787 2007-09-19 [colin]      3.0.1cvs9
7788
7789         * po/POTFILES.in
7790         * src/printing.c
7791                 Make print preview more efficient and nicer.
7792                 Patch mostly by Holger Berndt <hb@claws-mail.org>
7793
7794 2007-09-19 [colin]      3.0.1cvs8
7795
7796         * src/prefs_common.c
7797         * src/prefs_common.h
7798         * src/printing.c
7799                 Add scrolledwindow, default allocation and
7800                 size saving to the print preview window.
7801
7802 2007-09-18 [colin]      3.0.1cvs7
7803
7804         * src/prefs_common.c
7805         * src/prefs_common.h
7806         * src/prefs_image_viewer.c
7807         * src/printing.c
7808                 GtkPrintOperation:
7809                 - add image printing support
7810                 - add option to print images
7811                 - add preview widget
7812                 - add saving of a few Page Setup parameters
7813
7814 2007-09-18 [colin]      3.0.1cvs6
7815
7816         * AUTHORS
7817         * src/gtk/authors.h
7818                 Add Guillaume Chazarain
7819
7820 2007-09-18 [colin]      3.0.1cvs5
7821
7822         * src/common/utils.c
7823                 Fix bug 1321, 'access before allocation 
7824                 when scanning for uris'. Patch by 
7825                 Guillaume Chazarain <guichaz@yahoo.fr>
7826
7827 2007-09-18 [colin]      3.0.1cvs4
7828
7829         * src/toolbar.c
7830                 Fix bug 1320, 'Memory leak caused by 
7831                 gtk_container_get_children'. Patch by
7832                 Guillaume Chazarain <guichaz@yahoo.fr>
7833
7834 2007-09-18 [colin]      3.0.1cvs3
7835
7836         * src/printing.c
7837         * src/printing.h
7838                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
7839
7840 2007-09-18 [colin]      3.0.1cvs2
7841
7842         * src/Makefile.am
7843         * src/mainwindow.c
7844         * src/messageview.c
7845         * src/messageview.h
7846         * src/prefs_ext_prog.c
7847         * src/prefs_fonts.c
7848         * src/printing.c
7849         * src/printing.h
7850         * src/summaryview.c
7851                 Use GtkPrintOperation by default on GTK+ >= 2.10
7852                 Patch by Holger Berndt <hb@claws-mail.org>
7853
7854 2007-09-18 [paul]       3.0.1cvs1
7855
7856         * NEWS
7857         * README
7858         * RELEASE_NOTES
7859         * configure.ac
7860                 bump up version number following stable release
7861
7862 2007-09-16 [colin]      3.0.0cvs18
7863
7864         * src/folder.c
7865                 Fix possible memleak
7866
7867 2007-09-16 [colin]      3.0.0cvs17
7868
7869         * src/folderview.c
7870                 Fix bug 1311, 'Wrong arrow position 
7871                 while moving message into folder when 
7872                 column headers hidden'
7873         * src/image_viewer.c
7874                 Show error in the GUI if image can't
7875                 be loaded
7876         * src/matcher.c
7877                 Fix spurious output
7878         * src/messageview.c
7879                 Allow setting domain in msgid
7880         * src/common/plugin.c
7881                 Add timing information
7882
7883 2007-09-16 [colin]      3.0.0cvs16
7884
7885         * src/account.c
7886         * src/compose.c
7887         * src/prefs_account.c
7888         * src/prefs_account.h
7889         * src/common/utils.c
7890                 Remove Generate Message-ID option. We need
7891                 this on some IMAP servers.
7892         * src/prefs_template.c
7893                 Fix double-free
7894
7895 2007-09-16 [colin]      3.0.0cvs15
7896
7897         * src/prefs_filtering.c
7898         * src/prefs_filtering.h
7899         * src/prefs_filtering_action.c
7900         * src/common/tags.c
7901                 Fix tags issues: tags with spaces, renaming
7902                 tags.
7903
7904 2007-09-16 [colin]      3.0.0cvs14
7905
7906         * src/folderview.c
7907         * src/main.c
7908         * src/mainwindow.c
7909                 Fix bug 1308, 'Claws deletes folderlist.xml after
7910                 fetching mail short after start-up'
7911
7912 2007-09-16 [colin]      3.0.0cvs13
7913
7914         * src/compose.c
7915                 Fix scrolling to cursor
7916
7917 2007-09-16 [paul]       3.0.0cvs12
7918
7919         * po/sr.po
7920                 updated by Aleksandar Urosevic
7921
7922 2007-09-16 [paul]       3.0.0cvs11
7923
7924         * src/folder.c
7925                 do not allow locked msgs to be deleted,
7926                 even by filtering/processing
7927
7928 2007-09-07 [paul]       3.0.0cvs10
7929
7930         * src/prefs_folder_column.c
7931         * src/prefs_summary_column.c
7932                 implement button sensitivity
7933                 patch by Pawel Pekala
7934
7935 2007-09-06 [wwp]        3.0.0cvs9
7936
7937         * src/prefs_gtk.c
7938                 Add a missing linefeed to a debug message.
7939
7940 2007-09-05 [colin]      3.0.0cvs8
7941
7942         * src/inc.c
7943                 Fix statusbar/window mismatch on Maemo
7944
7945 2007-09-05 [colin]      3.0.0cvs7
7946
7947         * src/ldaputil.c
7948                 Fix build without USE_LDAP_TLS
7949
7950 2007-09-05 [colin]      3.0.0cvs6
7951
7952         * src/folder.c
7953         * src/imap.c
7954         * src/inc.c
7955         * src/mbox.c
7956         * src/send_message.c
7957         * src/statusbar.c
7958         * src/statusbar.h
7959                 Maemo: distinguish various statusbar messages,
7960                 in order to display only the most important.
7961
7962 2007-09-04 [wwp]        3.0.0cvs5
7963
7964         * src/account.c
7965                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
7966                 Show protocol "SMTP" and the appropriate server for send-only
7967                 accounts, show "-" instead of "" when no value is relevant.
7968
7969 2007-09-03 [ticho]      3.0.0cvs4
7970
7971         * src/summaryview.c
7972                 Handle plural form better in delete confirmation dialog.
7973
7974 2007-09-03 [wwp]        3.0.0cvs3
7975
7976         * src/compose.c
7977                 Warn differently when sending or sending later (queueing).
7978
7979 2007-09-03 [colin]      3.0.0cvs2
7980
7981         * src/procmime.c
7982         * src/procmime.h
7983         * src/common/plugin.c
7984         * src/common/plugin.h
7985                 Add a new plugin API, MimeParser. It allows
7986                 plugins to scan email MIME parts and optionally,
7987                 transform them.
7988
7989 2007-09-03 [mones]      3.0.0cvs1
7990
7991         * po/es.po
7992                 Updated translation
7993         * src/common/defs.h
7994                 While a better solution is made double history sizes
7995
7996 2007-09-03 [paul]       3.0.0
7997
7998         * NEWS
7999         * README
8000         * RELEASE_NOTES
8001                 3.0.0 released
8002
8003 [For previous entries, see ChangeLog.2.0.0-3.0.0]