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