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